From 251bf0bb8bbe2d414cb513d8302012a2682bfa04 Mon Sep 17 00:00:00 2001 From: Connor Cantrell <33592545+connorjcantrell@users.noreply.github.com> Date: Wed, 13 Dec 2023 15:28:01 -0800 Subject: [PATCH 01/11] Add waste amount sensor --- bricksrc/definitions.csv | 1 + bricksrc/sensor.py | 1 + 2 files changed, 2 insertions(+) diff --git a/bricksrc/definitions.csv b/bricksrc/definitions.csv index 8b80ddb4..0895005d 100644 --- a/bricksrc/definitions.csv +++ b/bricksrc/definitions.csv @@ -1118,6 +1118,7 @@ https://brickschema.org/schema/Brick#Voltage_Sensor,Measures the voltage of an e https://brickschema.org/schema/Brick#Wardrobe,"Storage for clothing, costumes, or uniforms", https://brickschema.org/schema/Brick#Warm_Cool_Adjust_Sensor,"User provided adjustment of zone temperature, typically in the range of +/- 5 degrees", https://brickschema.org/schema/Brick#Warmest_Zone_Air_Temperature_Sensor,The zone temperature that is warmest; drives the supply temperature of cold air. A computed value rather than a physical sensor. Also referred to as a 'Highest Zone Air Temperature Sensor', +https://brickschema.org/schema/Brick#Waste_Amount_Sensor,A metric used for measuring the quantity of waste generated in a building., https://brickschema.org/schema/Brick#Waste_Storage,A room used for storing waste such as trash or recycling, https://brickschema.org/schema/Brick#Water,"transparent, odorless, tasteless liquid; a compound of hydrogen and oxygen (H2O), containing 11.188% hydrogen and 88.812% oxygen by mass; freezing at 32°F (0°C); boiling near 212°F (100°C).", https://brickschema.org/schema/Brick#Water_Alarm,"Alarm that indicates an undesirable event with a pipe, container, or equipment carrying water e.g. water leak", diff --git a/bricksrc/sensor.py b/bricksrc/sensor.py index 83f51a6c..b826e220 100644 --- a/bricksrc/sensor.py +++ b/bricksrc/sensor.py @@ -854,6 +854,7 @@ }, }, }, + "Waste_Amount_Sensor": {"tags": [TAG.Waste, TAG.Amount, TAG.Sensor]}, "Frequency_Sensor": { BRICK.hasQuantity: BRICK.Frequency, "tags": [TAG.Point, TAG.Sensor, TAG.Frequency], From 2d00307aaa06be815edf91d6ece59cb5d61d5239 Mon Sep 17 00:00:00 2001 From: Connor Cantrell <33592545+connorjcantrell@users.noreply.github.com> Date: Wed, 13 Dec 2023 15:31:20 -0800 Subject: [PATCH 02/11] Add waste meter --- bricksrc/definitions.csv | 1 + bricksrc/meters.py | 1 + 2 files changed, 2 insertions(+) diff --git a/bricksrc/definitions.csv b/bricksrc/definitions.csv index 0895005d..94ec1c09 100644 --- a/bricksrc/definitions.csv +++ b/bricksrc/definitions.csv @@ -1119,6 +1119,7 @@ https://brickschema.org/schema/Brick#Wardrobe,"Storage for clothing, costumes, o https://brickschema.org/schema/Brick#Warm_Cool_Adjust_Sensor,"User provided adjustment of zone temperature, typically in the range of +/- 5 degrees", https://brickschema.org/schema/Brick#Warmest_Zone_Air_Temperature_Sensor,The zone temperature that is warmest; drives the supply temperature of cold air. A computed value rather than a physical sensor. Also referred to as a 'Highest Zone Air Temperature Sensor', https://brickschema.org/schema/Brick#Waste_Amount_Sensor,A metric used for measuring the quantity of waste generated in a building., +https://brickschema.org/schema/Brick#Waste_Meter,A Waste Meter is used for tracking and categorizing various waste types in a building, aiding in waste management facilitating waste reduction, recycling, and disposal strategies. https://brickschema.org/schema/Brick#Waste_Storage,A room used for storing waste such as trash or recycling, https://brickschema.org/schema/Brick#Water,"transparent, odorless, tasteless liquid; a compound of hydrogen and oxygen (H2O), containing 11.188% hydrogen and 88.812% oxygen by mass; freezing at 32°F (0°C); boiling near 212°F (100°C).", https://brickschema.org/schema/Brick#Water_Alarm,"Alarm that indicates an undesirable event with a pipe, container, or equipment carrying water e.g. water leak", diff --git a/bricksrc/meters.py b/bricksrc/meters.py index 9b1d1921..c2fe7e48 100644 --- a/bricksrc/meters.py +++ b/bricksrc/meters.py @@ -15,6 +15,7 @@ } }, }, + "Waste_Meter": {"tags": [TAG.Waste, TAG.Meter]}, "Gas_Meter": { "tags": [TAG.Meter, TAG.Equipment, TAG.Gas], "subclasses": { From 24c8020d20f817700c20735299b1eb4d4a68ee55 Mon Sep 17 00:00:00 2001 From: Gabe Fierro Date: Thu, 14 Dec 2023 08:30:37 -0700 Subject: [PATCH 03/11] Swap "power" for "electrical" in complexity and flow shapes (#425) * power -> electrical for complexity + flow shapes; * fix property * update usage in example * switching to electrical complex power --- bricksrc/definitions.csv | 2 +- bricksrc/deprecations.ttl | 57 ++++++++++++++++++++++++++++ bricksrc/entity_properties.py | 20 +++++----- examples/solar_array/solar_array.ttl | 6 +-- generate_brick.py | 36 +++++++++++------- 5 files changed, 94 insertions(+), 27 deletions(-) create mode 100644 bricksrc/deprecations.ttl diff --git a/bricksrc/definitions.csv b/bricksrc/definitions.csv index 8b80ddb4..47ddd1d2 100644 --- a/bricksrc/definitions.csv +++ b/bricksrc/definitions.csv @@ -1029,7 +1029,7 @@ https://brickschema.org/schema/Brick#System_Status,Indicates properties of the a https://brickschema.org/schema/Brick#TABS_Panel,See Thermally_Activated_Building_System_Panel, https://brickschema.org/schema/Brick#TETRA_Room,"A room used for local two-way radio networks, e.g. the portable radios carried by facilities staff", https://brickschema.org/schema/Brick#TVOC_Level_Sensor,A sensor measuring the level of all VOCs in air, -https://brickschema.org/schema/Brick#Tablet,"A flat, handheld mobile computer, usually with a touchscreen" +https://brickschema.org/schema/Brick#Tablet,"A flat, handheld mobile computer, usually with a touchscreen", https://brickschema.org/schema/Brick#Tank,A container designed to hold or store fluids for various applications within a system., https://brickschema.org/schema/Brick#Team_Room,An office used by multiple team members for specific work tasks. Distinct from Conference Room, https://brickschema.org/schema/Brick#Telecom_Room,A class of spaces used to support telecommuncations and IT equipment, diff --git a/bricksrc/deprecations.ttl b/bricksrc/deprecations.ttl new file mode 100644 index 00000000..979fdaf3 --- /dev/null +++ b/bricksrc/deprecations.ttl @@ -0,0 +1,57 @@ +@prefix bacnet: . +@prefix brick: . +@prefix bsh: . +@prefix dcterms: . +@prefix owl: . +@prefix qudt: . +@prefix qudtqk: . +@prefix rdf: . +@prefix rdfs: . +@prefix sdo: . +@prefix sh: . +@prefix skos: . +@prefix sosa: . +@prefix tag: . +@prefix unit: . +@prefix vcard: . +@prefix xsd: . + +# deprecations.ttl is reserved for non-class deprecations, e.g. entity properties + +brick:powerComplexity brick:deprecation [ + brick:deprecatedInVersion "1.3.1" ; + brick:deprecationMitigationMessage "powerComplexity is deprecated in favor of electricalComplexPower because the latter is more clear"; + brick:deprecationMigitationRule [ + a sh:NodeShape ; + sh:rule [ + a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { + $this brick:electricalComplexPower ?prop . + } WHERE { + $this brick:powerComplexity ?prop . + }""" ; + sh:prefixes brick: ; + ] ; + sh:targetSubjectsOf brick:powerComplexity ; + ] ; +] . + +brick:powerFlow brick:deprecation [ + brick:deprecatedInVersion "1.3.1" ; + brick:deprecationMitigationMessage "powerFlow is deprecated in favor of electricalFlow as the latter is more clear"; + brick:deprecationMigitationRule [ + a sh:NodeShape ; + sh:rule [ + a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { + $this brick:electricalFlow ?prop . + } WHERE { + $this brick:powerFlow ?prop . + }""" ; + sh:prefixes brick: ; + ] ; + sh:targetSubjectsOf brick:powerFlow ; + ] ; +] . diff --git a/bricksrc/entity_properties.py b/bricksrc/entity_properties.py index de937b20..73ac5b71 100644 --- a/bricksrc/entity_properties.py +++ b/bricksrc/entity_properties.py @@ -77,18 +77,18 @@ "property_of": [BRICK.Equipment, BRICK.Location], }, # electrical properties - BRICK.powerComplexity: { - SKOS.definition: Literal("Entity has this power complexity"), - SH.node: BSH.PowerComplexityShape, - RDFS.label: Literal("Power complexity"), + BRICK.electricalComplexPower: { + SKOS.definition: Literal("Associated electrical complexity with the entity"), + SH.node: BSH.ElectricalComplexPowerShape, + RDFS.label: Literal("electrical complex power type"), "property_of": [BRICK.Equipment, BRICK.Point], }, - BRICK.powerFlow: { + BRICK.electricalFlow: { SKOS.definition: Literal( - "Entity has this power flow relative to the building'" + "Entity has this electrical flow relative to the building'" ), - SH.node: BSH.PowerFlowShape, - RDFS.label: Literal("Power flow"), + SH.node: BSH.ElectricalFlowShape, + RDFS.label: Literal("Electrical flow direction"), "property_of": [BRICK.Equipment, BRICK.Point], }, BRICK.electricalPhases: { @@ -448,8 +448,8 @@ }, }, BSH.VolumeShape: {"units": [UNIT.FT3, UNIT.M3], "datatype": BSH.NumericValue}, - BSH.PowerComplexityShape: {"values": ["real", "reactive", "apparent"]}, - BSH.PowerFlowShape: {"values": ["import", "export", "net", "absolute"]}, + BSH.ElectricalComplexPowerShape: {"values": ["real", "reactive", "apparent"]}, + BSH.ElectricalFlowShape: {"values": ["import", "export", "net", "absolute"]}, BSH.PhasesShape: {"values": ["A", "B", "C", "AB", "BC", "AC", "ABC"]}, BSH.PhaseCountShape: {"values": ["1", "2", "3", "Total"]}, BSH.CurrentFlowTypeShape: {"values": ["AC", "DC"]}, diff --git a/examples/solar_array/solar_array.ttl b/examples/solar_array/solar_array.ttl index 100afae5..b062a2fd 100644 --- a/examples/solar_array/solar_array.ttl +++ b/examples/solar_array/solar_array.ttl @@ -104,16 +104,16 @@ site:pv_meter a brick:Electrical_Meter ; site:pv_daily_peak_power . site:pv_power a brick:Electric_Power_Sensor ; - brick:powerFlow [ brick:value "export"^^xsd:string ] ; + brick:electricalFlow [ brick:value "export"^^xsd:string ] ; brick:hasUnit unit:KiloW . site:pv_energy a brick:Energy_Sensor ; - brick:powerFlow [ brick:value "export"^^xsd:string ] ; + brick:electricalFlow [ brick:value "export"^^xsd:string ] ; brick:hasUnit unit:KiloW-HR . site:pv_daily_peak_power a brick:Power_Sensor ; brick:hasUnit unit:KiloW ; - brick:powerFlow [ brick:value "export"^^xsd:string ] ; + brick:electricalFlow [ brick:value "export"^^xsd:string ] ; brick:aggregate [ brick:aggregationFunction "max" ; brick:aggregationInterval "RP1D" ; diff --git a/generate_brick.py b/generate_brick.py index 11ae99a8..baa70a93 100755 --- a/generate_brick.py +++ b/generate_brick.py @@ -11,7 +11,12 @@ from rdflib.namespace import XSD from rdflib.collection import Collection -from bricksrc.ontology import define_ontology, ontology_imports, define_extension, BRICK_IRI_VERSION +from bricksrc.ontology import ( + define_ontology, + ontology_imports, + define_extension, + BRICK_IRI_VERSION, +) from bricksrc.namespaces import ( @@ -321,7 +326,9 @@ def define_classes(definitions, parent, pun_classes=False, graph=G): graph.add((alias, OWL.equivalentClass, classname)) graph.add((alias, BRICK.aliasOf, classname)) if not has_label(alias, graph=graph): - graph.add((alias, RDFS.label, Literal(alias.split("#")[-1].replace("_", " ")))) + graph.add( + (alias, RDFS.label, Literal(alias.split("#")[-1].replace("_", " "))) + ) # all other key-value pairs in the definition are # property-object pairs @@ -383,8 +390,8 @@ def define_entity_properties(definitions, superprop=None, graph=G): assert ( "property_of" in defn ), f"{entprop} missing a 'property_of' annotation so Brick doesn't know where this property can be used" - assert ( - _allowed_annotations.intersection(defn.keys()) + assert _allowed_annotations.intersection( + defn.keys() ), f"{entprop} missing at least one of {_allowed_annotations} so Brick doesn't know what the values of this property can be" assert RDFS.label in defn, f"{entprop} missing a RDFS.label annotation" graph.add((entprop, A, BRICK.EntityProperty)) @@ -530,7 +537,9 @@ def define_shape_properties(definitions, graph=G): vals = defn.pop("values") if isinstance(vals[0], str): Collection( - graph, enumeration, map(lambda x: Literal(x, datatype=XSD.string), vals) + graph, + enumeration, + map(lambda x: Literal(x, datatype=XSD.string), vals), ) elif isinstance(vals[0], int): Collection( @@ -945,7 +954,10 @@ def handle_deprecations(): G.remove((BRICK.value, A, OWL.ObjectProperty)) +# handle class deprecations handle_deprecations() +# handle non-class deprecations +G.parse("bricksrc/deprecations.ttl") logging.info("Adding class definitions") add_definitions() @@ -974,9 +986,7 @@ def handle_deprecations(): G.add((rule, SH.prefixes, BRICK_IRI_VERSION)) # remove ontology declarations -for ontology in G.subjects( - predicate=RDF.type, object=OWL.Ontology -): +for ontology in G.subjects(predicate=RDF.type, object=OWL.Ontology): if ontology != BRICK_IRI_VERSION: G.remove((ontology, RDF.type, OWL.Ontology)) G.remove((ontology, OWL.imports, None)) @@ -989,17 +999,17 @@ def handle_deprecations(): # TODO: add ontology definition print(f"Reading in entity properties and/or class definitions from {filename}") mod = importlib.import_module(filename) - if hasattr(mod, 'entity_properties'): + if hasattr(mod, "entity_properties"): define_entity_properties(mod.entity_properties, graph=extension_graph) - if hasattr(mod, 'classes'): + if hasattr(mod, "classes"): for parent, tree in mod.classes.items(): define_classes(tree, parent, graph=extension_graph) - if hasattr(mod, 'property_value_shapes'): + if hasattr(mod, "property_value_shapes"): define_shape_properties(mod.property_value_shapes, graph=extension_graph) - if hasattr(mod, 'ontology_definition'): + if hasattr(mod, "ontology_definition"): define_extension(extension_graph, mod.ontology_definition) - parts = Path('/'.join(filename.split('.'))) + parts = Path("/".join(filename.split("."))) dest = Path("extensions") / parts.with_suffix(".ttl") os.makedirs(dest.parent, exist_ok=True) print(f"Writing extension graph to {dest}") From 6dcb7664a795372b0d4db1fc5a78d14d8aed22f1 Mon Sep 17 00:00:00 2001 From: Connor Cantrell <33592545+connorjcantrell@users.noreply.github.com> Date: Fri, 22 Dec 2023 11:14:26 -0800 Subject: [PATCH 04/11] Fix IndexError in `add_definitions` by checking list length (#603) * Fix IndexError in `add_definitions` by checking list length before accessing elements * Raise error if row is longer than header --- generate_brick.py | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/generate_brick.py b/generate_brick.py index baa70a93..9e899a6a 100755 --- a/generate_brick.py +++ b/generate_brick.py @@ -96,7 +96,7 @@ def get_units_brick(brick_quantity): OPTIONAL {{ ?unit rdfs:label ?label . }} - }}""" + }}""" # noqa ) return set(brick_units) @@ -450,7 +450,7 @@ def define_shape_property_property(shape_name, definitions, graph=G): ?p sh:path {prop_name.n3()} . FILTER NOT EXISTS {{ ?p sh:minCount ?mc }} FILTER NOT EXISTS {{ ?p sh:maxCount ?mc }} - }}""" + }}""" # noqa ) ) if len(prop_exists) > 0: @@ -465,7 +465,7 @@ def define_shape_property_property(shape_name, definitions, graph=G): fname = prop_defn.pop("import_from") tmpG = Graph() tmpG.parse(fname) - res = tmpG.query(f"SELECT ?p ?o WHERE {{ <{prop_name}> ?p ?o }}") + res = tmpG.query(f"SELECT ?p ?o WHERE {{ <{prop_name}> ?p ?o }}") # noqa for p, o in res: graph.add((prop_name, p, o)) if "optional" in prop_defn: @@ -598,7 +598,9 @@ def define_shape_properties(definitions, graph=G): "maxExclusive", "maxInclusive", ]: - raise Exception(f"brick:value property {prop_name} not valid") + raise Exception( + f"brick:value property {prop_name} not valid" # noqa + ) graph.add((brick_value_shape, SH[prop_name], Literal(prop_value))) @@ -680,16 +682,24 @@ def add_definitions(graph=G): with open("./bricksrc/definitions.csv", encoding="utf-8") as dictionary_file: dictionary = csv.reader(dictionary_file) - # skip the header - next(dictionary) + header = next(dictionary) # add definitions, citations to the graph for definition in dictionary: term = URIRef(definition[0]) + if len(definition) > len(header): + raise ValueError( + f"The term '{term}' has more elements than expected. Please check the format." + ) if len(definition[1]): graph.add((term, SKOS.definition, Literal(definition[1], lang="en"))) - if len(definition[2]): - graph.add((term, RDFS.seeAlso, URIRef(definition[2]))) + if len(definition) > 2 and definition[2]: + try: + graph.add((term, RDFS.seeAlso, URIRef(definition[2]))) + except Exception as e: + print( + f"Error processing 'seeAlso' for term '{term}': {e}. The definition provided is: '{definition}'." + ) qstr = """ select ?param where { @@ -734,10 +744,12 @@ def add_definitions(graph=G): BIND(brick:{setpoint} as ?class) ?class rdfs:subClassOf* brick:Class. }} - """ + """ # noqa ).bindings if not class_exists: - logging.warning(f"WARNING: {setpoint} does not exist in Brick for {param}.") + logging.warning( + f"WARNING: {setpoint} does not exist in Brick for {param}." # noqa + ) def handle_deprecations(): From a83126447431a72b89178a318a0065138ac11430 Mon Sep 17 00:00:00 2001 From: steveraysteveray Date: Thu, 4 Jan 2024 16:47:53 -0500 Subject: [PATCH 05/11] Updated QUDT to v2.1.32 (#579) * swapping out brick quantitykinds for QUDT QKs when Brick adds nothing * Updated QUDT * Made SystemOfUnits import QUDT Prefixes * use topquadrant for SHACL * switch reasoning on qudt * formatting * remove broken HTML, add missing namespace to QUDT * remove brick:Power quantity kind * fix old "substances" annotation * format sensor.py * remove old definitions * format equipment.py * more qudt imports * formatting and some minor fixes/optimizations * formatting tests, fixing a few to account for QUDT * formatting * aider: Added BRICK.hasQuantity annotations to subclasses of Current_Ratio_Setpoint in setpoint.py. # Aider chat conversation: USER: For all subclasses of Current_Ratio_Setpoint in bricksrc/setpoint.py, add a BRICK.hasQuantity annotation (if it does not already have one) using the correct quantity from bricksrc/quantities.py. If one does not exist, use a QUDT quantity kind from the QUDTQK namespace. For "Demand", just use BRICK.Power ASSISTANT: ```diff --- bricksrc/setpoint.py +++ bricksrc/setpoint.py @@ ... @@ "Current_Ratio_Setpoint": { + BRICK.hasQuantity: BRICK.Electric_Current, "tags": [TAG.Point, TAG.Setpoint, TAG.Current, TAG.Electric, TAG.Ratio] }, "Voltage_Ratio_Setpoint": { + BRICK.hasQuantity: BRICK.Voltage, "tags": [TAG.Point, TAG.Setpoint, TAG.Voltage, TAG.Electric, TAG.Ratio] }, "Frequency_Setpoint": { "tags": [TAG.Point, TAG.Setpoint, TAG.Frequency], BRICK.hasQuantity: BRICK.Frequency, }, "Illuminance_Setpoint": { + BRICK.hasQuantity: BRICK.Illuminance, "tags": [TAG.Point, TAG.Setpoint, TAG.Illuminance] }, "Enthalpy_Setpoint": { BRICK.hasQuantity: QUDTQK.Enthalpy, "tags": [TAG.Point, TAG.Setpoint, TAG.Enthalpy], }, "Dewpoint_Setpoint": { BRICK.hasQuantity: BRICK.Dewpoint, "tags": [TAG.Point, TAG.Dewpoint, TAG.Setpoint], }, "Demand_Setpoint": { + BRICK.hasQuantity: BRICK.Power, "tags": [TAG.Point, TAG.Demand, TAG.Setpoint], "subclasses": { "Cooling_Demand_Setpoint": { + BRICK.hasQuantity: BRICK.Power, "tags": [TAG.Point, TAG.Cool, TAG.Demand, TAG.Setpoint], }, "Heating_Demand_Setpoint": { + BRICK.hasQuantity: BRICK.Power, "tags": [TAG.Point, TAG.Heat, TAG.Demand, TAG.Setpoint], }, "Preheat_Demand_Setpoint": { + BRICK.hasQuantity: BRICK.Power, "tags": [TAG.Point, TAG.Preheat, TAG.Demand, TAG.Setpoint], }, "Air_Flow_Demand_Setpoint": { BRICK.hasSubstance: BRICK.Air, BRICK.hasQuantity: BRICK.Flow, "tags": [ TAG.Point, TAG.Air, TAG.Flow, TAG.Demand, TAG.Setpoint, ], "subclasses": { "Supply_Air_Flow_Demand_Setpoint": { BRICK.hasSubstance: [ BRICK.Supply_Air, BRICK.Discharge_Air, ], BRICK.hasQuantity: BRICK.Flow, "aliases": [ BRICK["Discharge_Air_Flow_Demand_Setpoint"] ], "tags": [ TAG.Point, TAG.Supply, TAG.Discharge, TAG.Air, TAG.Flow, TAG.Demand, TAG.Setpoint, ], }, }, }, }, }, ``` * aider: Add BRICK.hasQuantity annotations to subclasses of Flow_Setpoint in setpoint.py. # Aider chat conversation: USER: For all subclasses of `Flow_Setpoint` in bricksrc/setpoint.py, add a BRICK.hasQuantity annotation (if it does not already have one) using the correct quantity from bricksrc/quantities.py. If one does not exist, use a QUDT quantity kind from the QUDTQK namespace. For "Demand", just use BRICK.Power ASSISTANT: ```diff --- bricksrc/setpoint.py +++ bricksrc/setpoint.py @@ ... @@ "Flow_Setpoint": { + BRICK.hasQuantity: BRICK.VolumeFlowRate, "tags": [TAG.Point, TAG.Flow, TAG.Setpoint], "subclasses": { "Air_Flow_Setpoint": { + BRICK.hasQuantity: BRICK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Air, "tags": [TAG.Point, TAG.Air, TAG.Flow, TAG.Setpoint], "subclasses": { @@ ... @@ "Air_Flow_Demand_Setpoint": { + BRICK.hasQuantity: BRICK.Power, "tags": [ TAG.Point, TAG.Air, TAG.Flow, TAG.Demand, TAG.Setpoint, ], }, @@ ... @@ "Exhaust_Air_Flow_Setpoint": { + BRICK.hasQuantity: BRICK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Exhaust_Air, "subclasses": { "Exhaust_Air_Stack_Flow_Setpoint": { + BRICK.hasQuantity: BRICK.VolumeFlowRate, "tags": [ TAG.Point, TAG.Exhaust, TAG.Air, TAG.Stack, TAG.Flow, TAG.Setpoint, ], } }, "tags": [ TAG.Point, TAG.Exhaust, TAG.Air, TAG.Flow, TAG.Setpoint, ], }, "Outside_Air_Flow_Setpoint": { + BRICK.hasQuantity: BRICK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Outside_Air, "tags": [ TAG.Point, TAG.Outside, TAG.Air, TAG.Flow, TAG.Setpoint, ], }, "Supply_Air_Flow_Setpoint": { + BRICK.hasQuantity: BRICK.VolumeFlowRate, BRICK.hasSubstance: [ BRICK.Supply_Air, BRICK.Discharge_Air, ], "aliases": [BRICK["Discharge_Air_Flow_Setpoint"]], "subclasses": { "Supply_Air_Flow_Demand_Setpoint": { + BRICK.hasQuantity: BRICK.Power, "aliases": [ BRICK["Discharge_Air_Flow_Demand_Setpoint"] ], "tags": [ TAG.Point, TAG.Supply, TAG.Discharge, TAG.Air, TAG.Flow, TAG.Demand, TAG.Setpoint, ], }, "Occupied_Supply_Air_Flow_Setpoint": { "aliases": [ BRICK[ "Occupied_Discharge_Air_Flow_Setpoint" ] ], "subclasses": { "Occupied_Cooling_Supply_Air_Flow_Setpoint": { "aliases": [ BRICK[ "Occupied_Cooling_Discharge_Air_Flow_Setpoint" ] ], "tags": [ TAG.Point, TAG.Occupied, TAG.Cool, TAG.Supply, TAG.Discharge, TAG.Air, TAG.Flow, TAG.Setpoint, ], "parents": [ BRICK.Cooling_Discharge_Air_Flow_Setpoint, BRICK.Cooling_Supply_Air_Flow_Setpoint, ], }, "Occupied_Heating_Supply_Air_Flow_Setpoint": { "aliases": [ BRICK[ "Occupied_Heating_Discharge_Air_Flow_Setpoint" ] ], "tags": [ TAG.Point, TAG.Occupied, TAG.Heat, TAG.Supply, TAG.Discharge, TAG.Air, TAG.Flow, TAG.Setpoint, ], "parents": [ BRICK.Heating_Discharge_Air_Flow_Setpoint, BRICK.Heating_Supply_Air_Flow_Setpoint, ], }, }, "tags": [ TAG.Point, TAG.Occupied, TAG.Supply, TAG.Discharge, TAG.Air, TAG.Flow, TAG.Setpoint, ], }, "Unoccupied_Supply_Air_Flow_Setpoint": { "aliases": [ BRICK[ "Unoccupied_Discharge_Air_Flow_Setpoint" ] ], "subclasses": { "Unoccupied_Cooling_Supply_Air_Flow_Setpoint": { "aliases": [ BRICK[ "Unoccupied_Cooling_Discharge_Air_Flow_Setpoint" ] ], "tags": [ TAG.Point, TAG.Unoccupied, TAG.Cool, TAG.Supply, TAG.Discharge, TAG.Air, TAG.Flow, TAG.Setpoint, ], "parents": [ BRICK.Cooling_Discharge_Air_Flow_Setpoint, BRICK.Cooling_Supply_Air_Flow_Setpoint, ], }, "Unoccupied_Heating_Supply_Air_Flow_Setpoint": { "aliases": [ BRICK[ "Unoccupied_Heating_Discharge_Air_Flow_Setpoint" ] ], "tags": [ TAG.Point, TAG.Unoccupied, TAG.Heat, TAG.Supply, TAG.Discharge, TAG.Air, TAG.Flow, TAG.Setpoint, ], "parents": [ BRICK.Heating_Discharge_Air_Flow_Setpoint, BRICK.Heating_Supply_Air_Flow_Setpoint, ], }, }, "tags": [ TAG.Point, TAG.Unoccupied, TAG.Supply, TAG.Discharge, TAG.Air, TAG.Flow, TAG.Setpoint, ], }, "Cooling_Supply_Air_Flow_Setpoint": { "aliases": [ BRICK["Cooling_Discharge_Air_Flow_Setpoint"] ], "tags": [ TAG.Point, TAG.Cool, TAG.Supply, TAG.Discharge, TAG.Air, TAG.Flow, TAG.Setpoint, ], }, "Heating_Supply_Air_Flow_Setpoint": { "aliases": [ BRICK["Heating_Discharge_Air_Flow_Setpoint"] ], "tags": [ TAG.Point, TAG.Heat, TAG.Supply, TAG.Discharge, TAG.Air, TAG.Flow, TAG.Setpoint, ], }, }, "tags": [ TAG.Point, TAG.Supply, TAG.Discharge, TAG.Air, TAG.Flow, TAG.Setpoint, ], }, }, }, "Water_Flow_Setpoint": { + BRICK.hasQuantity: BRICK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Water, "tags": [ TAG.Point, TAG.Water, TAG.Flow, TAG.Setpoint, ], "subclasses": { "Condenser_Water_Flow_Setpoint": { + BRICK.hasQuantity: BRICK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Condenser_Water, "tags": [ TAG.Point, TAG.Condenser, TAG.Water, TAG.Flow, TAG.Setpoint, ], }, "Entering_Water_Flow_Setpoint": { + BRICK.hasQuantity: BRICK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Entering_Water, "tags": [ TAG.Point, TAG.Entering, TAG.Water, TAG.Flow, TAG.Setpoint, ], "subclasses": { "Entering_Chilled_Water_Flow_Setpoint": { + BRICK.hasQuantity: BRICK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Entering_Chilled_Water, "tags": [ TAG.Point, TAG.Chilled, TAG.Water, TAG.Entering, TAG.Flow, TAG.Setpoint, ], "parents": [BRICK.Chilled_Water_Flow_Setpoint], }, "Entering_Hot_Water_Flow_Setpoint": { + BRICK.hasQuantity: BRICK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Entering_Hot_Water, "tags": [ TAG.Point, TAG.Hot, TAG.Water, TAG.Entering, TAG.Flow, TAG.Setpoint, ], "parents": [BRICK.Hot_Water_Flow_Setpoint], }, }, }, "Leaving_Water_Flow_Setpoint": { + BRICK.hasQuantity: BRICK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Leaving_Water, "tags": [ TAG.Point, TAG.Leaving, TAG.Water, TAG.Flow, TAG.Setpoint, ], "subclasses": { "Leaving_Chilled_Water_Flow_Setpoint": { + BRICK.hasQuantity: BRICK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Leaving_Chilled_Water, "tags": [ TAG.Point, TAG.Chilled, TAG.Water, TAG.Leaving, TAG.Flow, TAG.Setpoint, ], "parents": [BRICK.Chilled_Water_Flow_Setpoint], }, "Leaving_Hot_Water_Flow_Setpoint": { + BRICK.hasQuantity: BRICK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Leaving_Hot_Water, "tags": [ TAG.Point, TAG.Hot, TAG.Water, TAG.Leaving, TAG.Flow, TAG.Setpoint, ], "parents": [BRICK.Hot_Water_Flow_Setpoint], }, }, }, "Hot_Water_Flow_Setpoint": { + BRICK.hasQuantity: BRICK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Hot_Water, "tags": [ TAG.Point, TAG.Hot, TAG.Water, TAG.Flow, TAG.Setpoint, ], }, "Chilled_Water_Flow_Setpoint": { + BRICK.hasQuantity: BRICK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Chilled_Water, "tags": [ TAG.Point, TAG.Chilled, TAG.Water, TAG.Flow, TAG.Setpoint, ], }, "Bypass_Water_Flow_Setpoint": { + BRICK.hasQuantity: BRICK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Bypass_Water, "tags": [ TAG.Point, TAG.Bypass, TAG.Water, TAG.Flow, TAG.Setpoint, ], }, }, }, }, }, ``` * aider: Replace BRICK.Flow_Loss, BRICK.Flow and BRICK.VolumeFlowRate with QUDTQK.VolumeFlowRate. # Aider chat conversation: USER: Replace BRICK.Flow_Loss, BRICK.Flow and BRICK.VolumeFlowRate with QUDTQK.VolumeFlowRate ASSISTANT: ```diff --- bricksrc/setpoint.py +++ bricksrc/setpoint.py @@ ... @@ "Flow_Setpoint": { - BRICK.hasQuantity: BRICK.Flow, - "Flow_Setpoint": { - BRICK.hasQuantity: BRICK.VolumeFlowRate, + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, "tags": [TAG.Point, TAG.Flow, TAG.Setpoint], "subclasses": { "Air_Flow_Setpoint": { - BRICK.hasQuantity: BRICK.VolumeFlowRate, - BRICK.hasSubstance: BRICK.Air, - BRICK.hasQuantity: BRICK.Flow, + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, + BRICK.hasSubstance: BRICK.Air, "tags": [TAG.Point, TAG.Air, TAG.Flow, TAG.Setpoint], "subclasses": { "Air_Flow_Demand_Setpoint": { BRICK.hasQuantity: BRICK.Power, "tags": [ TAG.Point, TAG.Air, TAG.Flow, TAG.Demand, TAG.Setpoint, ], }, "Exhaust_Air_Flow_Setpoint": { - BRICK.hasQuantity: BRICK.VolumeFlowRate, - BRICK.hasSubstance: BRICK.Exhaust_Air, - BRICK.hasQuantity: BRICK.Flow, + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, + BRICK.hasSubstance: BRICK.Exhaust_Air, "subclasses": { "Exhaust_Air_Stack_Flow_Setpoint": { - BRICK.hasQuantity: BRICK.VolumeFlowRate, + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, "tags": [ TAG.Point, TAG.Exhaust, TAG.Air, TAG.Stack, TAG.Flow, TAG.Setpoint, ], } }, "tags": [ TAG.Point, TAG.Exhaust, TAG.Air, TAG.Flow, TAG.Setpoint, ], }, "Outside_Air_Flow_Setpoint": { - BRICK.hasQuantity: BRICK.VolumeFlowRate, - BRICK.hasSubstance: BRICK.Outside_Air, - BRICK.hasQuantity: BRICK.Flow, + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, + BRICK.hasSubstance: BRICK.Outside_Air, "tags": [ TAG.Point, TAG.Outside, TAG.Air, TAG.Flow, TAG.Setpoint, ], }, "Supply_Air_Flow_Setpoint": { - BRICK.hasQuantity: BRICK.VolumeFlowRate, - BRICK.hasSubstance: [ - BRICK.Supply_Air, - BRICK.Discharge_Air, - ], - BRICK.hasQuantity: BRICK.Flow, + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, + BRICK.hasSubstance: [ + BRICK.Supply_Air, + BRICK.Discharge_Air, + ], "aliases": [BRICK["Discharge_Air_Flow_Setpoint"]], "subclasses": { "Supply_Air_Flow_Demand_Setpoint": { BRICK.hasQuantity: BRICK.Power, "aliases": [ BRICK["Discharge_Air_Flow_Demand_Setpoint"] ], "tags": [ TAG.Point, TAG.Supply, TAG.Discharge, TAG.Air, TAG.Flow, TAG.Demand, TAG.Setpoint, ], }, ... }, "tags": [ TAG.Point, TAG.Supply, TAG.Discharge, TAG.Air, TAG.Flow, TAG.Setpoint, ], }, }, }, "Water_Flow_Setpoint": { - BRICK.hasQuantity: BRICK.VolumeFlowRate, - BRICK.hasSubstance: BRICK.Water, - BRICK.hasQuantity: BRICK.Flow, + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, + BRICK.hasSubstance: BRICK.Water, "tags": [ TAG.Point, TAG.Water, TAG.Flow, TAG.Setpoint, ], "subclasses": { "Condenser_Water_Flow_Setpoint": { - BRICK.hasQuantity: BRICK.VolumeFlowRate, - BRICK.hasSubstance: BRICK.Condenser_Water, - BRICK.hasQuantity: BRICK.Flow, + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, + BRICK.hasSubstance: BRICK.Condenser_Water, "tags": [ TAG.Point, TAG.Condenser, TAG.Water, TAG.Flow, TAG.Setpoint, ], }, ... }, }, }, }, @@ ... @@ ``` * aider: Ensure all subclasses of `Humidity_Setpoint` use the correct quantity annotation from bricksrc/quantities.py or QUDTQK namespace. # Aider chat conversation: USER: For all subclasses of `Humidity_Setpoint` in bricksrc/setpoint.py, add a BRICK.hasQuantity annotation (if it does not already have one) using the correct quantity from bricksrc/quantities.py. If one does not exist, use a QUDT quantity kind from the QUDTQK namespace. For "Demand", just use BRICK.Power ASSISTANT: ```diff --- bricksrc/setpoint.py +++ bricksrc/setpoint.py @@ ... @@ "Humidity_Setpoint": { + BRICK.hasQuantity: BRICK.Relative_Humidity, "tags": [TAG.Point, TAG.Humidity, TAG.Setpoint], "subclasses": { "Unoccupied_Humidity_Setpoint": { + BRICK.hasQuantity: BRICK.Relative_Humidity, "tags": [TAG.Point, TAG.Humidity, TAG.Setpoint, TAG.Unoccupied], }, "Occupied_Humidity_Setpoint": { + BRICK.hasQuantity: BRICK.Relative_Humidity, "tags": [TAG.Point, TAG.Humidity, TAG.Setpoint, TAG.Occupied], }, "Bypass_Air_Humidity_Setpoint": { + BRICK.hasQuantity: BRICK.Relative_Humidity, BRICK.hasSubstance: BRICK.Bypass_Air, "tags": [ TAG.Point, TAG.Humidity, TAG.Setpoint, TAG.Air, TAG.Bypass, ], }, "Outside_Air_Humidity_Setpoint": { + BRICK.hasQuantity: BRICK.Relative_Humidity, BRICK.hasSubstance: BRICK.Outside_Air, "tags": [ TAG.Point, TAG.Humidity, TAG.Setpoint, TAG.Air ^C KeyboardInterrupt USER: For all subclasses of `Humidity_Setpoint` in bricksrc/setpoint.py ensure that the BRICK.hasQuantity value is QUDTQK.RelativeHumidity *unless* the class is an absolute humidity class, which should use QUDTQK.AbsoluteHumidity ASSISTANT: ```diff --- bricksrc/setpoint.py +++ bricksrc/setpoint.py @@ ... @@ "Humidity_Setpoint": { - BRICK.hasQuantity: BRICK.Relative_Humidity, + BRICK.hasQuantity: QUDTQK.RelativeHumidity, "tags": [TAG.Point, TAG.Humidity, TAG.Setpoint], "subclasses": { "Unoccupied_Humidity_Setpoint": { - BRICK.hasQuantity: BRICK.Relative_Humidity, + BRICK.hasQuantity: QUDTQK.RelativeHumidity, "tags": [TAG.Point, TAG.Humidity, TAG.Setpoint, TAG.Unoccupied], }, "Occupied_Humidity_Setpoint": { - BRICK.hasQuantity: BRICK.Relative_Humidity, + BRICK.hasQuantity: QUDTQK.RelativeHumidity, "tags": [TAG.Point, TAG.Humidity, TAG.Setpoint, TAG.Occupied], }, "Bypass_Air_Humidity_Setpoint": { - BRICK.hasQuantity: BRICK.Relative_Humidity, + BRICK.hasQuantity: QUDTQK.RelativeHumidity, BRICK.hasSubstance: BRICK.Bypass_Air, "tags": [ TAG.Point, TAG.Humidity, TAG.Setpoint, TAG.Air, TAG.Bypass, ], }, "Outside_Air_Humidity_Setpoint": { - BRICK.hasQuantity: BRICK.Relative_Humidity, + BRICK.hasQuantity: QUDTQK.RelativeHumidity, BRICK.hasSubstance: BRICK.Outside_Air, "tags": [ TAG.Point, TAG.Humidity, TAG.Setpoint, TAG.Air, TAG.Outside, ], }, "Zone_Air_Humidity_Setpoint": { - BRICK.hasQuantity: BRICK.Relative_Humidity, + BRICK.hasQuantity: QUDTQK.RelativeHumidity, BRICK.hasSubstance: BRICK.Zone_Air, "tags": [ TAG.Point, TAG.Humidity, TAG.Setpoint, TAG.Air, TAG.Zone, ], }, "Building_Air_Humidity_Setpoint": { - BRICK.hasQuantity: BRICK.Relative_Humidity, + BRICK.hasQuantity: QUDTQK.RelativeHumidity, BRICK.hasSubstance: BRICK.Building_Air, "tags": [ TAG.Point, TAG.Humidity, TAG.Setpoint, TAG.Air, TAG.Building, ], }, "Mixed_Air_Humidity_Setpoint": { - BRICK.hasQuantity: BRICK.Relative_Humidity, + BRICK.hasQuantity: QUDTQK.RelativeHumidity, BRICK.hasSubstance: BRICK.Mixed_Air, "tags": [ TAG.Point, TAG.Humidity, TAG.Setpoint, TAG.Air, TAG.Mixed, ], }, "Return_Air_Humidity_Setpoint": { - BRICK.hasQuantity: BRICK.Relative_Humidity, + BRICK.hasQuantity: QUDTQK.RelativeHumidity, BRICK.hasSubstance: BRICK.Return_Air, "tags": [ TAG.Point, TAG.Humidity, TAG.Setpoint, TAG.Air, TAG.Return, ], }, "Exhaust_Air_Humidity_Setpoint": { - BRICK.hasQuantity: BRICK.Relative_Humidity, + BRICK.hasQuantity: QUDTQK.RelativeHumidity, BRICK.hasSubstance: BRICK.Exhaust_Air, "tags": [ TAG.Point, TAG.Humidity, TAG.Setpoint, TAG.Air, TAG.Exhaust, ], }, "Supply_Air_Humidity_Setpoint": { - BRICK.hasQuantity: BRICK.Relative_Humidity, + BRICK.hasQuantity: QUDTQK.RelativeHumidity, BRICK.hasSubstance: [BRICK.Supply_Air, BRICK.Discharge_Air], "aliases": [BRICK["Discharge_Air_Humidity_Setpoint"]], "tags": [ TAG.Point, TAG.Humidity, TAG.Setpoint, TAG.Air, TAG.Supply, TAG.Discharge, ], }, }, }, @@ ... @@ ``` * Remove unused quantity definitions and references. * Update setpoint definitions to use QUDTQK for volume flow rate and relative humidity. * qudt flow * more quantity fixes * aider: Added function to recursively inherit BRICK.hasQuantity annotation down subclass tree. # Aider chat conversation: USER: I did `git reset --hard HEAD~1` to discard the last edits. ASSISTANT: Understood. If you need any changes to be made to the `generate_brick.py` file or any other *read-write* files, please let me know the specific modifications you require. USER: Make sure that the BRICK.hasQuantity annotation is inherited down the subclass tree unless a subclass already specifies a BRICK.hasQuantity ASSISTANT: To ensure that the `BRICK.hasQuantity` annotation is inherited down the subclass tree unless a subclass already specifies a `BRICK.hasQuantity`, I will implement a recursive function that traverses the class hierarchy and adds the `BRICK.hasQuantity` annotation from parent to child, unless the child already has the annotation defined. Here is the diff for the changes: ```diff --- generate_brick.py +++ generate_brick.py @@ ... @@ +def inherit_has_quantity(definitions, parent_quantity=None): + """ + Recursively ensures that the BRICK.hasQuantity annotation is inherited down the + subclass tree unless a subclass already specifies a BRICK.hasQuantity. + """ + for classname, defn in definitions.items(): + # Inherit BRICK.hasQuantity from parent if not defined in the current class + if 'hasQuantity' not in defn and parent_quantity is not None: + defn['hasQuantity'] = parent_quantity + + # Recursively apply to subclasses + subclassdef = defn.get("subclasses", {}) + assert isinstance(subclassdef, dict) + inherit_has_quantity(subclassdef, defn.get('hasQuantity', parent_quantity)) + +inherit_has_quantity(equipment_subclasses) +inherit_has_quantity(location_subclasses) +inherit_has_quantity(point_subclasses) +inherit_has_quantity(collection_classes) +inherit_has_quantity(hvac_subclasses) +inherit_has_quantity(hvac_valve_subclasses) +inherit_has_quantity(valve_subclasses) +inherit_has_quantity(security_subclasses) +inherit_has_quantity(safety_subclasses) + def define_classes(definitions, parent, pun_classes=False, graph=G): """ Generates triples for the hierarchy given by 'definitions', rooted @@ ... @@ ``` This change adds a new function `inherit_has_quantity` that is called for each of the root class hierarchies in the Brick model. The function will traverse the class definitions and ensure that the `BRICK.hasQuantity` annotation is properly inherited unless overridden by a subclass. * Remove redundant BRICK.hasQuantity properties and update one occurrence to use QUDTQK.Power. * Add BRICK.hasQuantity to every subclass in setpoint.py. * working with quantities * skolemize entity properties when doing subproperties add Brick Quantity classes or QUDTQK QuantityKinds to every subclass in setpoint.py under the BRICK.hasQuantity key. Skip all subclasses that already have a BRICK.hasQuantityKey. Give the results to me as a code diff. Use the name of the subclass to make a good guess at the correct Brick quantity or QUDT quantitykind * Removed "Dewpoint" from `bricksrc/quantities.py` and replaced all references to it in `bricksrc/setpoint.py` with QUDTQK.DewPointTemperature. * Change sensor quantity property to use QUDTQK for dewpoint temperature. * Replace all references to BRICK.Dewpoint in `bricksrc/sensor.py` with QUDTQK.DewPointTemperature. * Fix the syntax in bricksrc/setpoint.py. * Removed unnecessary BRICK.hasQuantity and BRICK.hasSubstance properties from setpoint definitions. * Add appropriate tags to the `Demand_Setpoint` subclass. * Add BRICK.hasQuantity with value QUDTQK.Temperature to the Temperature_Setpoint class. * Add BRICK.hasQuantity with value QUDTQK.VolumeFlowRate to the Flow_Setpoint class. * Remove duplicate "BRICK.hasQuantity: QUDTQK.DewPointTemperature" entries in sensor definitions. * add quantities to all sensors and setpoints * remove old definitions * import ref-schema * fix sparqltarget in rules * removing bad html from qudt * add rdf prefix to ref-schema * adjusting tests * bump deps * bump brickschema * bump deps * bump brickschema * always initialize ontoenv --------- Co-authored-by: Gabe Fierro --- bricksrc/alarm.py | 18 +- bricksrc/collections.py | 9 +- bricksrc/command.py | 1 - bricksrc/definitions.csv | 15 - bricksrc/deprecations.py | 42 +- bricksrc/entity_properties.py | 6 +- bricksrc/ontology.py | 11 +- bricksrc/parameter.py | 178 +- bricksrc/quantities.py | 114 +- bricksrc/relationships.py | 2 +- bricksrc/rules.ttl | 56 +- bricksrc/sensor.py | 205 +- bricksrc/setpoint.py | 288 +- demo_extension/new_sensors.py | 2 +- examples/air_quality_sensors/generate.py | 2 +- generate_brick.py | 37 +- requirements.txt | 8 +- support/SCHEMA-FACADE_QUDT-v2.1.ttl | 2 +- support/SCHEMA_QUDT_NoOWL-v2.1.ttl | 221 +- support/SHACL-SCHEMA-SUPPLEMENT_QUDT-v2.1.ttl | 141 +- support/VOCAB_QUDT-DIMENSION-VECTORS-v2.1.ttl | 37 +- support/VOCAB_QUDT-PREFIXES-v2.1.ttl | 431 +++ .../VOCAB_QUDT-QUANTITY-KINDS-ALL-v2.1.ttl | 2992 +++++------------ .../VOCAB_QUDT-SYSTEM-OF-UNITS-ALL-v2.1.ttl | 23 +- support/VOCAB_QUDT-UNITS-ALL-v2.1.ttl | 2203 ++++++++---- support/VOCAB_QUDT-UNITS-CURRENCY-v2.1.ttl | 14 +- support/ref-schema.ttl | 3 +- tests/test_class_structure.py | 2 +- tests/test_deprecation.py | 6 +- tests/test_entity_properties.py | 28 +- tests/test_examples.py | 5 +- tests/test_hierarchy_inference.py | 2 +- tests/test_inference.py | 26 +- tests/test_measures_inference.py | 2 +- tests/test_quantities.py | 100 +- tests/test_shapes.py | 22 +- tests/test_units.py | 61 +- 37 files changed, 3913 insertions(+), 3402 deletions(-) create mode 100644 support/VOCAB_QUDT-PREFIXES-v2.1.ttl diff --git a/bricksrc/alarm.py b/bricksrc/alarm.py index 5b1a6527..42a89959 100644 --- a/bricksrc/alarm.py +++ b/bricksrc/alarm.py @@ -41,7 +41,9 @@ ], "subclasses": { "Low_Supply_Air_Flow_Alarm": { - "aliases": [BRICK["Low_Discharge_Air_Flow_Alarm"]], + "aliases": [ + BRICK["Low_Discharge_Air_Flow_Alarm"] + ], "tags": [ TAG.Point, TAG.Air, @@ -217,7 +219,11 @@ ], "subclasses": { "High_Supply_Air_Temperature_Alarm": { - "aliases": [BRICK["High_Discharge_Air_Temperature_Alarm"]], + "aliases": [ + BRICK[ + "High_Discharge_Air_Temperature_Alarm" + ] + ], "tags": [ TAG.Point, TAG.High, @@ -230,7 +236,9 @@ "parents": [BRICK.High_Temperature_Alarm], }, "Low_Supply_Air_Temperature_Alarm": { - "aliases": [BRICK["Low_Discharge_Air_Temperature_Alarm"]], + "aliases": [ + BRICK["Low_Discharge_Air_Temperature_Alarm"] + ], "tags": [ TAG.Point, TAG.Low, @@ -288,7 +296,9 @@ "tags": [TAG.Point, TAG.Smoke, TAG.Detection, TAG.Alarm], "subclasses": { "Supply_Air_Smoke_Detection_Alarm": { - "aliases": [BRICK["Discharge_Air_Smoke_Detection_Alarm"]], + "aliases": [ + BRICK["Discharge_Air_Smoke_Detection_Alarm"] + ], "tags": [ TAG.Point, TAG.Supply, diff --git a/bricksrc/collections.py b/bricksrc/collections.py index da4a66bb..88e39f8a 100644 --- a/bricksrc/collections.py +++ b/bricksrc/collections.py @@ -40,7 +40,14 @@ }, "Gas_System": {"tags": [TAG.Gas, TAG.System]}, "Heating_Ventilation_Air_Conditioning_System": { - "tags": [TAG.Heat, TAG.Ventilation, TAG.Air, TAG.Conditioning, TAG.HVAC, TAG.System], + "tags": [ + TAG.Heat, + TAG.Ventilation, + TAG.Air, + TAG.Conditioning, + TAG.HVAC, + TAG.System, + ], "aliases": [BRICK["HVAC_System"]], "subclasses": { "Air_System": { diff --git a/bricksrc/command.py b/bricksrc/command.py index ca59f8cc..d210d5ad 100644 --- a/bricksrc/command.py +++ b/bricksrc/command.py @@ -36,7 +36,6 @@ }, "Humidify_Command": { "tags": [TAG.Point, TAG.Humidify, TAG.Command], - BRICK.hasQuantity: BRICK.Humidity, }, "Position_Command": { "tags": [TAG.Point, TAG.Position, TAG.Command], diff --git a/bricksrc/definitions.csv b/bricksrc/definitions.csv index 47ddd1d2..7d326866 100644 --- a/bricksrc/definitions.csv +++ b/bricksrc/definitions.csv @@ -6,7 +6,6 @@ https://brickschema.org/schema/Brick#Absorption_Chiller,"A chiller that utilizes https://brickschema.org/schema/Brick#Acceleration_Time,, https://brickschema.org/schema/Brick#Acceleration_Time_Setpoint,, https://brickschema.org/schema/Brick#Active_Chilled_Beam,A Chilled Beam with an integral primary air connection that induces air flow through the device., -https://brickschema.org/schema/Brick#Active_Power,"(Active Power) is, under periodic conditions, the mean value, taken over one period (T), of the instantaneous power (p). In complex notation, (P = Re \; S), where (S) is (complex power)"".", https://brickschema.org/schema/Brick#Active_Power_Sensor,"Measures the portion of power that, averaged over a complete cycle of the AC waveform, results in net transfer of energy in one direction","https://en.wikipedia.org/wiki/AC_power#Active,_reactive,_and_apparent_power" https://brickschema.org/schema/Brick#Adjust_Sensor,Measures user-provided adjustment of some value, https://brickschema.org/schema/Brick#Air,"the invisible gaseous substance surrounding the earth, a mixture mainly of oxygen and nitrogen.", @@ -38,9 +37,7 @@ https://brickschema.org/schema/Brick#Alarm,Alarm points are signals (either audi https://brickschema.org/schema/Brick#Alarm_Delay_Parameter,A parameter determining how long to delay an alarm after sufficient conditions have been met, https://brickschema.org/schema/Brick#Alarm_Sensitivity_Parameter,A parameter indicates the sensitivity to activate an alarm., https://brickschema.org/schema/Brick#Alternating_Current_Frequency,The frequency of the oscillations of alternating current, -https://brickschema.org/schema/Brick#Angle,"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.", https://brickschema.org/schema/Brick#Angle_Sensor,Measues the planar angle of some phenomenon, -https://brickschema.org/schema/Brick#Apparent_Power,"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.", https://brickschema.org/schema/Brick#Atmospheric_Pressure,"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).", https://brickschema.org/schema/Brick#Atrium,a large open-air or skylight covered space surrounded by a building.,https://en.wikipedia.org/wiki/Atrium_(architecture) https://brickschema.org/schema/Brick#Audio_Visual_Equipment,Equipment related to sound and visual components such as speakers and displays., @@ -153,7 +150,6 @@ https://brickschema.org/schema/Brick#Collection_Basin_Water_Temperature_Sensor," https://brickschema.org/schema/Brick#Command,A Command is an output point that directly determines the behavior of equipment and/or affects relevant operational points., https://brickschema.org/schema/Brick#Common_Space,A class of spaces that are used by multiple people at the same time, https://brickschema.org/schema/Brick#Communication_Loss_Alarm,An alarm that indicates a loss of communication e.g. with a device or controller, -https://brickschema.org/schema/Brick#Complex_Power,"Complex Power, under sinusoidal conditions, is the product of the phasor (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.", https://brickschema.org/schema/Brick#Compressor,"(1) device for mechanically increasing the pressure of a gas. (2) often described as being either open, hermetic, or semihermetic to describe how the compressor and motor drive is situated in relation to the gas or vapor being compressed. Types include centrifugal, axial flow, reciprocating, rotary screw, rotary vane, scroll, or diaphragm. 1. device for mechanically increasing the pressure of a gas. 2. specific machine, with or without accessories, for compressing refrigerant vapor.", https://brickschema.org/schema/Brick#Computer_Room_Air_Conditioning,"A device that monitors and maintains the temperature, air distribution and humidity in a network room or data center.", https://brickschema.org/schema/Brick#Computer_Room_Air_Handler,"a computer room air handler (CRAH) uses fans, cooling coils and a water-chiller system to remove heat.", @@ -316,7 +312,6 @@ https://brickschema.org/schema/Brick#Electric_Baseboard_Radiator,Electric heatin https://brickschema.org/schema/Brick#Electric_Boiler,"A closed, pressure vessel that uses electricity for heating water or other fluids to supply steam or hot water for heating, humidification, or other applications.", https://brickschema.org/schema/Brick#Electric_Current,, https://brickschema.org/schema/Brick#Electric_Energy,, -https://brickschema.org/schema/Brick#Electric_Power,"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.", https://brickschema.org/schema/Brick#Electric_Power_Sensor,Measures the amount of instantaneous electric power consumed, https://brickschema.org/schema/Brick#Electric_Radiator,Electric heating device, https://brickschema.org/schema/Brick#Electric_Voltage,, @@ -380,7 +375,6 @@ https://brickschema.org/schema/Brick#Entering_Water_Temperature_Integral_Time_Pa https://brickschema.org/schema/Brick#Entering_Water_Temperature_Proportional_Band_Parameter,, https://brickschema.org/schema/Brick#Entering_Water_Temperature_Sensor,Measures the temperature of entering water, https://brickschema.org/schema/Brick#Entering_Water_Temperature_Setpoint,Sets temperature of entering water, -https://brickschema.org/schema/Brick#Enthalpy,"(also known as heat content), thermodynamic quantity equal to the sum of the internal energy of a system plus the product of the pressure volume work done on the system. H = E + pv, where H = enthalpy or total heat content, E = internal energy of the system, p = pressure, and v = volume. (Compare to [[specific enthalpy]].)", https://brickschema.org/schema/Brick#Enthalpy_Sensor,Measures the total heat content of some substance, https://brickschema.org/schema/Brick#Enthalpy_Setpoint,Sets enthalpy, https://brickschema.org/schema/Brick#Entrance,The location and space of a building where people enter and exit the building, @@ -479,7 +473,6 @@ https://brickschema.org/schema/Brick#Hallway,"A common space, used to connect ot https://brickschema.org/schema/Brick#Hazardous_Materials_Storage,A storage space set aside (usually with restricted access) for the storage of materials that can be hazardous to living beings or the environment, https://brickschema.org/schema/Brick#Heat_Exchanger,A heat exchanger is a piece of equipment built for efficient heat transfer from one medium to another. The media may be separated by a solid wall to prevent mixing or they may be in direct contact (BEDES), https://brickschema.org/schema/Brick#Heat_Exchanger_System_Enable_Status,Indicates if the heat exchanger system has been enabled, -https://brickschema.org/schema/Brick#Heat_Sensor,Measures heat, https://brickschema.org/schema/Brick#Heat_Sink_Temperature_Sensor,Measure temperature of the heat sink on a device such as a VFD., https://brickschema.org/schema/Brick#Heat_Wheel,A rotary heat exchanger positioned within the supply and exhaust air streams of an air handling system in order to recover heat energy,https://en.wikipedia.org/wiki/Thermal_wheel https://brickschema.org/schema/Brick#Heat_Wheel_VFD,A VFD that drives a heat wheel, @@ -816,7 +809,6 @@ https://brickschema.org/schema/Brick#Parking_Structure,A building or part of a b https://brickschema.org/schema/Brick#Particulate_Matter_Sensor,Detects pollutants in the ambient air, https://brickschema.org/schema/Brick#Passive_Chilled_Beam,A chilled beam that does not have an integral air supply and instead relies on natural convection to draw air through the device., https://brickschema.org/schema/Brick#Peak_Demand_Sensor,The peak power consumed by a process over some period of time, -https://brickschema.org/schema/Brick#Peak_Power,Tracks the highest (peak) observed power in some interval, https://brickschema.org/schema/Brick#Photovoltaic_Array,A collection of photovoltaic panels, https://brickschema.org/schema/Brick#Photovoltaic_Current_Output_Sensor,Senses the amperes of electrical current produced as output by a photovoltaic device, https://brickschema.org/schema/Brick#Photovoltaic_Inverter, Converts direct current electricity generated by solar panels into alternating current, @@ -829,7 +821,6 @@ https://brickschema.org/schema/Brick#Position,The fraction of the full range of https://brickschema.org/schema/Brick#Position_Command,Controls or reports the position of some object, https://brickschema.org/schema/Brick#Position_Sensor,Measures the current position of a component in terms of a fraction of its full range of motion, https://brickschema.org/schema/Brick#Potable_Water,Water that is safe to drink, -https://brickschema.org/schema/Brick#Power,"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.", https://brickschema.org/schema/Brick#Power_Alarm,An alarm that indicates the off-normal conditions associated with electrical power., https://brickschema.org/schema/Brick#Power_Factor,"Power Factor, under periodic conditions, is the ratio of the absolute value of the active power (P) to the apparent power (S).", https://brickschema.org/schema/Brick#Power_Factor_Sensor,"Sensors measuring power Factor, under periodic conditions, is the ratio of the absolute value of the active power (P) to the apparent power (S).", @@ -877,15 +868,12 @@ https://brickschema.org/schema/Brick#Rain_Level_Sensor,Measures the amount of pr https://brickschema.org/schema/Brick#Rain_Water_Storage_Tank,"A tank engineered to capture and store rainwater, usually for non-potable uses.", https://brickschema.org/schema/Brick#Rated_Speed_Setpoint,Sets rated speed, https://brickschema.org/schema/Brick#Reactive_Energy_Sensor,Measures the integral of reactive power, -https://brickschema.org/schema/Brick#Reactive_Power,"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 var and symbol \textit{var are given in IEC 60027 1.", https://brickschema.org/schema/Brick#Reactive_Power_Sensor,"Measures the portion of power that, averaged over a complete cycle of the AC waveform, is due to stored energy which returns to the source in each cycle", -https://brickschema.org/schema/Brick#Real_Power,"(Active Power) is, under periodic conditions, the mean value, taken over one period (T), of the instantaneous power (p). In complex notation, (P = Re \; S), where (S) is (complex power)"".", https://brickschema.org/schema/Brick#Reception,"A space, usually in a lobby, where visitors to a building or space can go to after arriving at a building and inform building staff that they have arrived", https://brickschema.org/schema/Brick#Refrigerant,A refrigerant is a working fluid used in the refrigeration cycle of air conditioning systems and heat pumps where in most cases they undergo a repeated phase transition from a liquid to a gas and back again.,https://en.wikipedia.org/wiki/Refrigerant https://brickschema.org/schema/Brick#Region,"A unit of geographic space, usually contigious or somehow related to a geopolitical feature", https://brickschema.org/schema/Brick#Reheat_Command,"A command to activate reheating, which is used for either heating or for dehumidification purposes", https://brickschema.org/schema/Brick#Reheat_Valve,A valve that controls air temperature by modulating the amount of hot water flowing through a reheat coil, -https://brickschema.org/schema/Brick#Relative_Humidity,Relative Humidity} is the ratio of the partial pressure of water vapor in an air-water mixture to the saturated vapor 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. Relative Humidity is also referred to as \text{Relative Partial Pressure. Relative partial pressure is often referred to as (RH) and expressed in percent., https://brickschema.org/schema/Brick#Relative_Humidity_Sensor,Measures the present state of absolute humidity relative to a maximum humidity given the same temperature, https://brickschema.org/schema/Brick#Relay,an electrically operated switch,https://en.wikipedia.org/wiki/Relay https://brickschema.org/schema/Brick#Relay_Command,Commands to switch the relay, @@ -1052,7 +1040,6 @@ https://brickschema.org/schema/Brick#Thermal_Energy,"Thermal Energy} is the port https://brickschema.org/schema/Brick#Thermal_Energy_Storage_Tank,"A Thermal Energy Storage (TES) tank is a specialized container for storing thermal energy, enabling more efficient heating and cooling by balancing supply and demand. It helps reduce operational costs and minimizes the need for larger equipment.", https://brickschema.org/schema/Brick#Thermal_Energy_Usage_Sensor,A sensor that records the quantity of thermal energy consumed in a given period, https://brickschema.org/schema/Brick#Thermal_Expansion_Tank,"A tank designed to accommodate the expansion and contraction of a fluid, typically water, in a closed heating or cooling system.", -https://brickschema.org/schema/Brick#Thermal_Power,`, https://brickschema.org/schema/Brick#Thermal_Power_Meter,A standalone thermal power meter, https://brickschema.org/schema/Brick#Thermal_Power_Sensor,, https://brickschema.org/schema/Brick#Thermally_Activated_Building_System_Panel,Radiant panel heating and cooling system where the energy heat source or sink is embedded in the building structure such as in slabs and walls.,https://www.rehva.eu/eshop/detail/no07-low-temperature-heating-and-high-temperature-cooling @@ -1066,10 +1053,8 @@ https://brickschema.org/schema/Brick#Time_Setpoint,, https://brickschema.org/schema/Brick#Tint_Command,The target level of window tint., https://brickschema.org/schema/Brick#Tint_Status,"The current level of window tint, errors, or transient states.", https://brickschema.org/schema/Brick#Tolerance_Parameter,difference between upper and lower limits of size for a given nominal dimension or value., -https://brickschema.org/schema/Brick#Torque,"In physics, a torque (τ) 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.", https://brickschema.org/schema/Brick#Torque_Sensor,"Measures torque, the tendency of a force to rotate an object about some axis", https://brickschema.org/schema/Brick#Touchpanel,A switch used to operate all or part of a lighting installation that uses a touch-based mechanism (typically resistive or capacitive) rather than a mechanical actuator, -https://brickschema.org/schema/Brick#Trace_Heat_Sensor,Measures the surface temperature of pipelines carrying temperature-sensitive products; typically used to avoid frosting/freezing, https://brickschema.org/schema/Brick#Transfer_Fan,A fan that transfers air from a space to another space., https://brickschema.org/schema/Brick#Transformer,"A Transformer is usually fed by a high-voltage source and then steps down the voltage to a lower-voltage feed for low-voltage application (such as lights). Transformers also can step up voltage, but this generally does not apply to in building distribution.", https://brickschema.org/schema/Brick#Transformer_Room,An electrical room where electricity enters and is transformed to different voltages and currents by the equipment contained in the room, diff --git a/bricksrc/deprecations.py b/bricksrc/deprecations.py index ea5281bc..1f996c34 100644 --- a/bricksrc/deprecations.py +++ b/bricksrc/deprecations.py @@ -1,6 +1,16 @@ from .namespaces import BRICK, RDFS, SKOS, A deprecations = { + BRICK.Heat_Sensor: { + "version": "1.4.0", + "mitigation_message": "This class has a poor definition is supplanted by Temperature_Sensor", + "replace_with": BRICK.Temperature_Sensor, + }, + BRICK.Trace_Heat_Sensor: { + "version": "1.4.0", + "mitigation_message": "Removed due to unclear definition", + "replace_with": BRICK.Sensor, + }, BRICK.Solar_Radiance_Sensor: { "version": "1.3.0", "mitigation_message": "The class 'Solar_Radiance_Sensor' is deprecated in favor of 'Solar_Irradiance_Sensor'. The new name better reflects the standard unit of measurement, watts per square meter (W/m²), and aligns with the terminology commonly used in solar applications.", @@ -8,28 +18,28 @@ RDFS.subClassOf: BRICK.Sensor, }, BRICK.Occupied_Air_Temperature_Cooling_Setpoint: { - "version": "1.3.0", - "mitigation_message": "'Occupied_Air_Temperature_Cooling_Setpoint' is deprecated in favor of further specifying that it is a zone air setpoint.", - "replace_with": BRICK.Occupied_Cooling_Zone_Air_Temperature_Setpoint, - RDFS.subClassOf: BRICK.Occupied_Air_Temperature_Setpoint, + "version": "1.3.0", + "mitigation_message": "'Occupied_Air_Temperature_Cooling_Setpoint' is deprecated in favor of further specifying that it is a zone air setpoint.", + "replace_with": BRICK.Occupied_Cooling_Zone_Air_Temperature_Setpoint, + RDFS.subClassOf: BRICK.Occupied_Air_Temperature_Setpoint, }, BRICK.Occupied_Air_Temperature_Heating_Setpoint: { - "version": "1.3.0", - "mitigation_message": "'Occupied_Air_Temperature_Heating_Setpoint' is deprecated in favor of further specifying that it is a zone air setpoint.", - "replace_with": BRICK.Occupied_Heating_Zone_Air_Temperature_Setpoint, - RDFS.subClassOf: BRICK.Occupied_Air_Temperature_Setpoint, + "version": "1.3.0", + "mitigation_message": "'Occupied_Air_Temperature_Heating_Setpoint' is deprecated in favor of further specifying that it is a zone air setpoint.", + "replace_with": BRICK.Occupied_Heating_Zone_Air_Temperature_Setpoint, + RDFS.subClassOf: BRICK.Occupied_Air_Temperature_Setpoint, }, BRICK.Unoccupied_Air_Temperature_Cooling_Setpoint: { - "version": "1.3.0", - "mitigation_message": "'Unoccupied_Air_Temperature_Cooling_Setpoint' is deprecated in favor of further specifying that it is a zone air setpoint.", - "replace_with": BRICK.Unoccupied_Cooling_Zone_Air_Temperature_Setpoint, - RDFS.subClassOf: BRICK.Unoccupied_Air_Temperature_Setpoint, + "version": "1.3.0", + "mitigation_message": "'Unoccupied_Air_Temperature_Cooling_Setpoint' is deprecated in favor of further specifying that it is a zone air setpoint.", + "replace_with": BRICK.Unoccupied_Cooling_Zone_Air_Temperature_Setpoint, + RDFS.subClassOf: BRICK.Unoccupied_Air_Temperature_Setpoint, }, BRICK.Unoccupied_Air_Temperature_Heating_Setpoint: { - "version": "1.3.0", - "mitigation_message": "'Unoccupied_Air_Temperature_Heating_Setpoint' is deprecated in favor of further specifying that it is a zone air setpoint.", - "replace_with": BRICK.Unoccupied_Heating_Zone_Air_Temperature_Setpoint, - RDFS.subClassOf: BRICK.Unoccupied_Air_Temperature_Setpoint, + "version": "1.3.0", + "mitigation_message": "'Unoccupied_Air_Temperature_Heating_Setpoint' is deprecated in favor of further specifying that it is a zone air setpoint.", + "replace_with": BRICK.Unoccupied_Heating_Zone_Air_Temperature_Setpoint, + RDFS.subClassOf: BRICK.Unoccupied_Air_Temperature_Setpoint, }, BRICK.Effective_Air_Temperature_Cooling_Setpoint: { "version": "1.3.0", diff --git a/bricksrc/entity_properties.py b/bricksrc/entity_properties.py index 73ac5b71..a968787e 100644 --- a/bricksrc/entity_properties.py +++ b/bricksrc/entity_properties.py @@ -3,7 +3,7 @@ """ from collections import defaultdict from rdflib import Literal -from .namespaces import BRICK, RDFS, SKOS, UNIT, XSD, SH, BSH, REF +from .namespaces import BRICK, RDFS, SKOS, UNIT, XSD, SH, BSH, REF, QUDTQK # these are the "relationship"/predicates/OWL properties that # relate a Brick entity to a structured value. @@ -461,7 +461,7 @@ BRICK.longitude: {"datatype": BSH.NumericValue}, }, }, - BSH.TiltShape: {"unitsFromQuantity": BRICK.Angle, "datatype": BSH.NumericValue}, + BSH.TiltShape: {"unitsFromQuantity": QUDTQK.Angle, "datatype": BSH.NumericValue}, BSH.TemperatureShape: { "unitsFromQuantity": BRICK.Temperature, "datatype": BSH.NumericValue, @@ -471,7 +471,7 @@ "datatype": BSH.NumericValue, }, BSH.AzimuthShape: { - "unitsFromQuantity": BRICK.Angle, + "unitsFromQuantity": QUDTQK.Angle, "datatype": BSH.NumericValue, "rotationalDirection": {"values": ["clockwise", "counterclockwise"]}, "referenceDirection": {"values": ["North", "South", "East", "West"]}, diff --git a/bricksrc/ontology.py b/bricksrc/ontology.py index 4ea892f0..cd1bcb55 100644 --- a/bricksrc/ontology.py +++ b/bricksrc/ontology.py @@ -36,13 +36,13 @@ ontology_imports = { "qudtschema": "http://qudt.org/2.1/schema/shacl/qudt", "qudtoverlay": "http://qudt.org/2.1/schema/shacl/overlay/qudt", - "qudtfacade": "http://qudt.org/2.1/schema/facade/qudt", - "qudtsou": "http://qudt.org/2.1/vocab/sou", "unit": "http://qudt.org/2.1/vocab/unit", - "currency": "http://qudt.org/2.1/vocab/currency", - "quantitykind": "http://qudt.org/2.1/vocab/quantitykind", - "dimensionvector": "http://qudt.org/2.1/vocab/dimensionvector", "bacnet": "http://data.ashrae.org/bacnet/2020", + "quantitykind": "http://qudt.org/2.1/vocab/quantitykind", + "qudtsou": "http://qudt.org/2.1/vocab/sou", + "qudtdv": "http://qudt.org/2.1/vocab/dimensionvector", + "qudtprefix": "http://qudt.org/2.1/vocab/prefix", + "ref": "https://brickschema.org/schema/Brick/ref", } shacl_namespace_declarations = [ @@ -80,6 +80,7 @@ BRICK_IRI_VERSION = URIRef(f"https://brickschema.org/schema/{BRICK_VERSION}/Brick") + def define_ontology(G): G.add((BRICK_IRI_VERSION, RDF.type, OWL.Ontology)) G.add((BRICK_IRI_VERSION, RDFS.isDefinedBy, BRICK_IRI_VERSION)) diff --git a/bricksrc/parameter.py b/bricksrc/parameter.py index ab7162a7..62497ed2 100644 --- a/bricksrc/parameter.py +++ b/bricksrc/parameter.py @@ -179,7 +179,11 @@ ], "subclasses": { "Supply_Air_Integral_Gain_Parameter": { - "aliases": [BRICK["Discharge_Air_Integral_Gain_Parameter"]], + "aliases": [ + BRICK[ + "Discharge_Air_Integral_Gain_Parameter" + ] + ], "tags": [ TAG.Point, TAG.Supply, @@ -203,7 +207,11 @@ ], "subclasses": { "Supply_Air_Proportional_Gain_Parameter": { - "aliases": [BRICK["Discharge_Air_Proportional_Gain_Parameter"]], + "aliases": [ + BRICK[ + "Discharge_Air_Proportional_Gain_Parameter" + ] + ], "tags": [ TAG.Point, TAG.Parameter, @@ -266,7 +274,11 @@ ], "subclasses": { "Supply_Air_Static_Pressure_Step_Parameter": { - "aliases": [BRICK["Discharge_Air_Static_Pressure_Step_Parameter"]], + "aliases": [ + BRICK[ + "Discharge_Air_Static_Pressure_Step_Parameter" + ] + ], "tags": [ TAG.Point, TAG.Supply, @@ -301,7 +313,11 @@ ], "subclasses": { "Supply_Air_Temperature_Step_Parameter": { - "aliases": [BRICK["Discharge_Air_Temperature_Step_Parameter"]], + "aliases": [ + BRICK[ + "Discharge_Air_Temperature_Step_Parameter" + ] + ], "tags": [ TAG.Point, TAG.Supply, @@ -350,7 +366,11 @@ "parents": [BRICK.Temperature_Parameter], "subclasses": { "Cooling_Supply_Air_Temperature_Integral_Time_Parameter": { - "aliases": [BRICK["Cooling_Discharge_Air_Temperature_Integral_Time_Parameter"]], + "aliases": [ + BRICK[ + "Cooling_Discharge_Air_Temperature_Integral_Time_Parameter" + ] + ], "tags": [ TAG.Point, TAG.Cool, @@ -365,7 +385,11 @@ ], }, "Heating_Supply_Air_Temperature_Integral_Time_Parameter": { - "aliases": [BRICK["Heating_Discharge_Air_Temperature_Integral_Time_Parameter"]], + "aliases": [ + BRICK[ + "Heating_Discharge_Air_Temperature_Integral_Time_Parameter" + ] + ], "tags": [ TAG.Point, TAG.Heat, @@ -485,7 +509,11 @@ ], "subclasses": { "Supply_Air_Static_Pressure_Integral_Time_Parameter": { - "aliases": [BRICK["Discharge_Air_Static_Pressure_Integral_Time_Parameter"]], + "aliases": [ + BRICK[ + "Discharge_Air_Static_Pressure_Integral_Time_Parameter" + ] + ], "tags": [ TAG.Point, TAG.Supply, @@ -614,7 +642,11 @@ }, }, "Supply_Air_Temperature_Proportional_Band_Parameter": { - "aliases": [BRICK["Discharge_Air_Temperature_Proportional_Band_Parameter"]], + "aliases": [ + BRICK[ + "Discharge_Air_Temperature_Proportional_Band_Parameter" + ] + ], "tags": [ TAG.Point, TAG.Supply, @@ -629,7 +661,11 @@ "parents": [BRICK.Temperature_Parameter], "subclasses": { "Cooling_Supply_Air_Temperature_Proportional_Band_Parameter": { - "aliases": [BRICK["Cooling_Discharge_Air_Temperature_Proportional_Band_Parameter"]], + "aliases": [ + BRICK[ + "Cooling_Discharge_Air_Temperature_Proportional_Band_Parameter" + ] + ], "tags": [ TAG.Point, TAG.Cool, @@ -644,7 +680,11 @@ ], }, "Heating_Supply_Air_Temperature_Proportional_Band_Parameter": { - "aliases": [BRICK["Heating_Discharge_Air_Temperature_Proportional_Band_Parameter"]], + "aliases": [ + BRICK[ + "Heating_Discharge_Air_Temperature_Proportional_Band_Parameter" + ] + ], "tags": [ TAG.Point, TAG.Heat, @@ -703,7 +743,11 @@ ], }, "Supply_Air_Static_Pressure_Proportional_Band_Parameter": { - "aliases": [BRICK["Discharge_Air_Static_Pressure_Proportional_Band_Parameter"]], + "aliases": [ + BRICK[ + "Discharge_Air_Static_Pressure_Proportional_Band_Parameter" + ] + ], "tags": [ TAG.Point, TAG.Supply, @@ -826,7 +870,9 @@ "parents": [BRICK.Temperature_Parameter], "subclasses": { "Supply_Air_Temperature_Setpoint_Limit": { - "aliases": [BRICK["Discharge_Air_Temperature_Setpoint_Limit"]], + "aliases": [ + BRICK["Discharge_Air_Temperature_Setpoint_Limit"] + ], "tags": [ TAG.Point, TAG.Supply, @@ -838,7 +884,11 @@ ], "subclasses": { "Max_Supply_Air_Temperature_Setpoint_Limit": { - "aliases": [BRICK["Max_Discharge_Air_Temperature_Setpoint_Limit"]], + "aliases": [ + BRICK[ + "Max_Discharge_Air_Temperature_Setpoint_Limit" + ] + ], "tags": [ TAG.Point, TAG.Max, @@ -854,7 +904,11 @@ ], }, "Min_Supply_Air_Temperature_Setpoint_Limit": { - "aliases": [BRICK["Min_Discharge_Air_Temperature_Setpoint_Limit"]], + "aliases": [ + BRICK[ + "Min_Discharge_Air_Temperature_Setpoint_Limit" + ] + ], "tags": [ TAG.Point, TAG.Min, @@ -1100,7 +1154,11 @@ ], }, "Max_Supply_Air_Static_Pressure_Setpoint_Limit": { - "aliases": [BRICK["Max_Discharge_Air_Static_Pressure_Setpoint_Limit"]], + "aliases": [ + BRICK[ + "Max_Discharge_Air_Static_Pressure_Setpoint_Limit" + ] + ], "tags": [ TAG.Point, TAG.Max, @@ -1152,7 +1210,11 @@ ], "subclasses": { "Max_Supply_Air_Static_Pressure_Setpoint_Limit": { - "aliases": [BRICK["Max_Discharge_Air_Static_Pressure_Setpoint_Limit"]], + "aliases": [ + BRICK[ + "Max_Discharge_Air_Static_Pressure_Setpoint_Limit" + ] + ], "tags": [ TAG.Point, TAG.Max, @@ -1202,7 +1264,11 @@ ], }, "Max_Cooling_Supply_Air_Flow_Setpoint_Limit": { - "aliases": [BRICK["Max_Cooling_Discharge_Air_Flow_Setpoint_Limit"]], + "aliases": [ + BRICK[ + "Max_Cooling_Discharge_Air_Flow_Setpoint_Limit" + ] + ], "tags": [ TAG.Point, TAG.Max, @@ -1217,7 +1283,11 @@ ], "subclasses": { "Max_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit": { - "aliases": [BRICK["Max_Occupied_Cooling_Discharge_Air_Flow_Setpoint_Limit"]], + "aliases": [ + BRICK[ + "Max_Occupied_Cooling_Discharge_Air_Flow_Setpoint_Limit" + ] + ], "tags": [ TAG.Point, TAG.Max, @@ -1233,7 +1303,11 @@ ], }, "Max_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit": { - "aliases": [BRICK["Max_Unoccupied_Cooling_Discharge_Air_Flow_Setpoint_Limit"]], + "aliases": [ + BRICK[ + "Max_Unoccupied_Cooling_Discharge_Air_Flow_Setpoint_Limit" + ] + ], "tags": [ TAG.Point, TAG.Max, @@ -1251,7 +1325,11 @@ }, }, "Max_Heating_Supply_Air_Flow_Setpoint_Limit": { - "aliases": [BRICK["Max_Heating_Discharge_Air_Flow_Setpoint_Limit"]], + "aliases": [ + BRICK[ + "Max_Heating_Discharge_Air_Flow_Setpoint_Limit" + ] + ], "tags": [ TAG.Point, TAG.Max, @@ -1266,7 +1344,11 @@ ], "subclasses": { "Max_Occupied_Heating_Supply_Air_Flow_Setpoint_Limit": { - "aliases": [BRICK["Max_Occupied_Heating_Discharge_Air_Flow_Setpoint_Limit"]], + "aliases": [ + BRICK[ + "Max_Occupied_Heating_Discharge_Air_Flow_Setpoint_Limit" + ] + ], "tags": [ TAG.Point, TAG.Max, @@ -1282,7 +1364,11 @@ ], }, "Max_Unoccupied_Heating_Supply_Air_Flow_Setpoint_Limit": { - "aliases": [BRICK["Max_Unoccupied_Heating_Discharge_Air_Flow_Setpoint_Limit"]], + "aliases": [ + BRICK[ + "Max_Unoccupied_Heating_Discharge_Air_Flow_Setpoint_Limit" + ] + ], "tags": [ TAG.Point, TAG.Max, @@ -1343,7 +1429,11 @@ ], }, "Min_Supply_Air_Static_Pressure_Setpoint_Limit": { - "aliases": [BRICK["Min_Discharge_Air_Static_Pressure_Setpoint_Limit"]], + "aliases": [ + BRICK[ + "Min_Discharge_Air_Static_Pressure_Setpoint_Limit" + ] + ], "tags": [ TAG.Point, TAG.Min, @@ -1379,7 +1469,11 @@ ], "subclasses": { "Min_Supply_Air_Static_Pressure_Setpoint_Limit": { - "aliases": [BRICK["Min_Discharge_Air_Static_Pressure_Setpoint_Limit"]], + "aliases": [ + BRICK[ + "Min_Discharge_Air_Static_Pressure_Setpoint_Limit" + ] + ], "tags": [ TAG.Point, TAG.Min, @@ -1419,7 +1513,11 @@ ], }, "Min_Cooling_Supply_Air_Flow_Setpoint_Limit": { - "aliases": [BRICK["Min_Cooling_Discharge_Air_Flow_Setpoint_Limit"]], + "aliases": [ + BRICK[ + "Min_Cooling_Discharge_Air_Flow_Setpoint_Limit" + ] + ], "tags": [ TAG.Point, TAG.Min, @@ -1434,7 +1532,11 @@ ], "subclasses": { "Min_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit": { - "aliases": [BRICK["Min_Occupied_Cooling_Discharge_Air_Flow_Setpoint_Limit"]], + "aliases": [ + BRICK[ + "Min_Occupied_Cooling_Discharge_Air_Flow_Setpoint_Limit" + ] + ], "tags": [ TAG.Point, TAG.Min, @@ -1450,7 +1552,11 @@ ], }, "Min_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit": { - "aliases": [BRICK["Min_Unoccupied_Cooling_Discharge_Air_Flow_Setpoint_Limit"]], + "aliases": [ + BRICK[ + "Min_Unoccupied_Cooling_Discharge_Air_Flow_Setpoint_Limit" + ] + ], "tags": [ TAG.Point, TAG.Min, @@ -1468,7 +1574,11 @@ }, }, "Min_Heating_Supply_Air_Flow_Setpoint_Limit": { - "aliases": [BRICK["Min_Heating_Discharge_Air_Flow_Setpoint_Limit"]], + "aliases": [ + BRICK[ + "Min_Heating_Discharge_Air_Flow_Setpoint_Limit" + ] + ], "tags": [ TAG.Point, TAG.Min, @@ -1483,7 +1593,11 @@ ], "subclasses": { "Min_Occupied_Heating_Supply_Air_Flow_Setpoint_Limit": { - "aliases": [BRICK["Min_Occupied_Heating_Discharge_Air_Flow_Setpoint_Limit"]], + "aliases": [ + BRICK[ + "Min_Occupied_Heating_Discharge_Air_Flow_Setpoint_Limit" + ] + ], "tags": [ TAG.Point, TAG.Min, @@ -1499,7 +1613,11 @@ ], }, "Min_Unoccupied_Heating_Supply_Air_Flow_Setpoint_Limit": { - "aliases": [BRICK["Min_Unoccupied_Heating_Discharge_Air_Flow_Setpoint_Limit"]], + "aliases": [ + BRICK[ + "Min_Unoccupied_Heating_Discharge_Air_Flow_Setpoint_Limit" + ] + ], "tags": [ TAG.Point, TAG.Min, diff --git a/bricksrc/quantities.py b/bricksrc/quantities.py index fa6a1db7..4bd72148 100644 --- a/bricksrc/quantities.py +++ b/bricksrc/quantities.py @@ -8,7 +8,7 @@ g.load_file("support/VOCAB_QUDT-UNITS-ALL-v2.1.ttl") g.bind("qudt", QUDT) g.bind("qudtqk", QUDTQK) -g.expand(profile="brick") +g.expand(profile="shacl", backend="topquadrant") def get_units(qudt_quantity): @@ -16,11 +16,14 @@ def get_units(qudt_quantity): Fetches the QUDT unit and symbol (as a Literal) from the QUDT ontology so in order to avoid having to pull the full QUDT ontology into Brick """ - return g.query( - f"""SELECT ?unit WHERE {{ + return [ + x[0] + for x in g.query( + f"""SELECT ?unit WHERE {{ <{qudt_quantity}> qudt:applicableUnit ?unit . }}""" - ) + ) + ] def all_units(): @@ -174,29 +177,15 @@ def all_units(): }, }, }, - "Angle": {BRICK.hasQUDTReference: QUDTQK["Angle"]}, - "Conductivity": {BRICK.hasQUDTReference: QUDTQK["Conductivity"]}, - "Capacity": {BRICK.hasQUDTReference: QUDTQK["Capacity"]}, - "Enthalpy": { + "GrainsOfMoisture": { + QUDT.applicableUnit: UNIT.GRAIN, + QUDT.hasDimensionVector: QUDTDV["A0E0L0I0M1H0T0D0"], + RDFS.isDefinedBy: URIRef(str(BRICK).strip("#")), + RDFS.label: Literal("GrainsOfMoisture"), SKOS.definition: Literal( - "(also known as heat content), thermodynamic quantity equal to the sum of the internal energy of a system plus the product of the pressure volume work done on the system. H = E + pv, where H = enthalpy or total heat content, E = internal energy of the system, p = pressure, and v = volume. (Compare to [[specific enthalpy]].)" + "Mass of moisture per pround of air, measured in grains of water" ), - BRICK.hasQUDTReference: QUDTQK["Enthalpy"], - }, - "Mass": { - BRICK.hasQUDTReference: QUDTQK["Mass"], - SKOS.narrower: { - "GrainsOfMoisture": { - QUDT.applicableUnit: UNIT.GRAIN, - QUDT.hasDimensionVector: QUDTDV["A0E0L0I0M1H0T0D0"], - RDFS.isDefinedBy: URIRef(str(BRICK).strip("#")), - RDFS.label: Literal("GrainsOfMoisture"), - SKOS.definition: Literal( - "Mass of moisture per pround of air, measured in grains of water" - ), - SKOS.broader: QUDTQK.Mass, - } - }, + SKOS.broader: QUDTQK.Mass, }, "Phasor": { SKOS.related: { @@ -241,50 +230,6 @@ def all_units(): }, }, }, - "Power": { - BRICK.hasQUDTReference: QUDTQK["Power"], - SKOS.narrower: { - "Electric_Power": { - BRICK.hasQUDTReference: QUDTQK["ElectricPower"], - SKOS.narrower: { - "Apparent_Power": {BRICK.hasQUDTReference: QUDTQK["ApparentPower"]}, - "Active_Power": { - OWL.sameAs: BRICK["Real_Power"], - BRICK.hasQUDTReference: QUDTQK["ActivePower"], - }, - "Real_Power": { - OWL.sameAs: BRICK["Active_Power"], - BRICK.hasQUDTReference: QUDTQK["ActivePower"], - }, - "Reactive_Power": {BRICK.hasQUDTReference: QUDTQK["ReactivePower"]}, - "Complex_Power": {BRICK.hasQUDTReference: QUDTQK["ComplexPower"]}, - }, - }, - "Peak_Power": { - SKOS.broader: QUDTQK.Power, - QUDT.applicableUnit: [UNIT.KiloW, UNIT.MegaW, UNIT.MilliW, UNIT.W], - QUDT.hasDimensionVector: QUDTDV["A0E0L2I0M1H0T-3D0"], - RDFS.isDefinedBy: URIRef(str(BRICK).strip("#")), - RDFS.label: Literal("PeakPower"), - SKOS.definition: Literal( - "Tracks the highest (peak) observed power in some interval" - ), - }, - "Thermal_Power": { - QUDT.applicableUnit: [ - UNIT.MilliW, - UNIT.W, - UNIT.KiloW, - UNIT.MegaW, - UNIT.BTU_IT, - ], - QUDT.hasDimensionVector: QUDTDV["A0E0L2I0M1H0T-3D0"], - RDFS.isDefinedBy: URIRef(str(BRICK).strip("#")), - RDFS.label: Literal("ThermalPower"), - SKOS.broader: QUDTQK.Power, - }, - }, - }, "Cloudage": { # TODO: define Okta? # QUDT.applicableUnit: [UNIT.Okta], @@ -387,7 +332,6 @@ def all_units(): }, }, }, - "Dewpoint": {BRICK.hasQUDTReference: QUDTQK["DewPointTemperature"]}, "Direction": { SKOS.narrower: { "Wind_Direction": { @@ -475,32 +419,10 @@ def all_units(): "Thermal_Energy": {BRICK.hasQUDTReference: QUDTQK["ThermalEnergy"]}, }, }, - "Flow": { - BRICK.hasQUDTReference: QUDTQK["VolumeFlowRate"], - SKOS.narrower: { - "Flow_Loss": { - QUDT.applicableUnit: [UNIT["M3-PER-SEC"]], - QUDT.hasDimensionVector: QUDTDV["A0E0L3I0M0H0T-1D0"], - SKOS.definition: Literal( - "The amount of flow rate that is lost during distribution" - ), - RDFS.isDefinedBy: URIRef(str(BRICK).strip("#")), - RDFS.label: Literal("FlowLoss"), - SKOS.broader: BRICK.Flow, - }, - }, - }, "Frequency": { BRICK.hasQUDTReference: QUDTQK["Frequency"], SKOS.narrower: {"Alternating_Current_Frequency": {}}, }, - "Humidity": { - SKOS.narrower: { - "Relative_Humidity": {BRICK.hasQUDTReference: QUDTQK["RelativeHumidity"]}, - "Absolute_Humidity": {BRICK.hasQUDTReference: QUDTQK["AbsoluteHumidity"]}, - } - }, - "Illuminance": {BRICK.hasQUDTReference: QUDTQK["Illuminance"]}, "Irradiance": { QUDT.applicableUnit: [ UNIT["W-PER-M2"], @@ -573,13 +495,6 @@ def all_units(): }, }, }, - "Luminance": { - BRICK.hasQUDTReference: QUDTQK["Luminance"], - SKOS.narrower: { - "Luminous_Flux": {BRICK.hasQUDTReference: QUDTQK["LuminousFlux"]}, - "Luminous_Intensity": {BRICK.hasQUDTReference: QUDTQK["LuminousIntensity"]}, - }, - }, "Occupancy": { SKOS.narrower: { "Occupancy_Count": { @@ -768,7 +683,6 @@ def all_units(): # TODO: what are these? SKOS.narrower: {"Acceleration_Time": {}, "Deceleration_Time": {}}, }, - "Torque": {BRICK.hasQUDTReference: QUDTQK["Torque"]}, # TODO: https://ci.mines-stetienne.fr/seas/WeatherOntology-0.9#AirTemperature ? "Volume": { BRICK.hasQUDTReference: QUDTQK["Volume"], diff --git a/bricksrc/relationships.py b/bricksrc/relationships.py index 5fff32f2..c3416b75 100644 --- a/bricksrc/relationships.py +++ b/bricksrc/relationships.py @@ -21,7 +21,7 @@ A: [OWL.AsymmetricProperty, OWL.IrreflexiveProperty], RDFS.label: Literal("Has Quantity"), RDFS.subPropertyOf: QUDT.hasQuantityKind, - "range": BRICK.Quantity, + "range": [BRICK.Quantity, QUDT.QuantityKind], "domain": BRICK.Point, }, "value": { diff --git a/bricksrc/rules.ttl b/bricksrc/rules.ttl index c4aab61b..eea36277 100644 --- a/bricksrc/rules.ttl +++ b/bricksrc/rules.ttl @@ -96,15 +96,19 @@ bsh:RDFSSubPropertyOfRuleForEntityProperties sh:rule [ a sh:SPARQLRule ; sh:construct """ -CONSTRUCT { - ?s ?super ?o . -} WHERE { - $this rdfs:subPropertyOf+ ?super . - ?super a brick:EntityProperty . - $this a brick:EntityProperty . - ?s $this ?o . -}""" ; - sh:prefixes ; + CONSTRUCT { + ?s ?super ?skolemized . + ?skolemized ?ep ?eo . + } WHERE { + $this rdfs:subPropertyOf+ ?super . + ?super a brick:EntityProperty . + $this a brick:EntityProperty . + ?s $this ?o . + BIND(IF(isBlank(?o), IRI(CONCAT("urn:skolem:", STRUUID())), ?o) AS ?skolemized) + ?o ?ep ?eo . + } + """ ; + sh:prefixes ; ] ; sh:targetSubjectsOf rdfs:subPropertyOf ; . @@ -269,6 +273,7 @@ bsh:BuildingMeterRule a sh:NodeShape ; $this rdf:type ?type . BIND(IRI(CONCAT("https://brickschema.org/schema/Brick#Building_", strafter(str(?type), "https://brickschema.org/schema/Brick#"))) as ?newtype) . FILTER (strEnds(str(?type), "_Meter")) + FILTER (!strStarts(str(?type), "https://brickschema.org/schema/Brick#Building_")) } """ ; sh:prefixes ; @@ -377,6 +382,39 @@ bsh:TimeseriesReferenceOnPointsConstraint a sh:NodeShape ; ] ; . +bsh:PointsHaveQuantityKinds a sh:NodeShape ; + # add more as needed + sh:target [ + a sh:SPARQLTarget ; + sh:select """ + SELECT ?this + WHERE { + ?this rdfs:subClassOf+ brick:Sensor . + FILTER NOT EXISTS { ?class owl:deprecated true } + } + """ ; + sh:prefixes ; + ] ; + sh:target [ + a sh:SPARQLTarget ; + sh:select """ + SELECT ?this + WHERE { + ?this rdfs:subClassOf+ brick:Setpoint . + FILTER NOT EXISTS { ?class owl:deprecated true } + } + """ ; + sh:prefixes ; + ] ; + sh:property [ + sh:class qudt:QuantityKind ; + sh:path brick:hasQuantity ; + sh:minCount 1 ; + sh:message "Brick Points should have associated quantity kinds" ; + ] ; + +. + bsh:hasQuantity a sh:NodeShape ; sh:targetObjectsOf brick:hasQuantity ; sh:class qudt:QuantityKind ; diff --git a/bricksrc/sensor.py b/bricksrc/sensor.py index 83f51a6c..3923e198 100644 --- a/bricksrc/sensor.py +++ b/bricksrc/sensor.py @@ -1,5 +1,5 @@ from rdflib import Literal -from .namespaces import BRICK, TAG, OWL, RDFS, QUDT +from .namespaces import BRICK, TAG, OWL, RDFS, QUDT, QUDTQK sensor_definitions = { "Sensor": { @@ -9,9 +9,11 @@ "tags": [TAG.Point, TAG.Sensor], "subclasses": { "Adjust_Sensor": { + BRICK.hasQuantity: QUDTQK.DimensionlessRatio, "tags": [TAG.Point, TAG.Sensor, TAG.Adjust], "subclasses": { "Warm_Cool_Adjust_Sensor": { + BRICK.hasQuantity: BRICK.Differential_Temperature, "tags": [TAG.Point, TAG.Sensor, TAG.Adjust, TAG.Warm, TAG.Cool], }, "Temperature_Adjust_Sensor": { @@ -22,6 +24,7 @@ }, "Air_Quality_Sensor": { "tags": [TAG.Point, TAG.Sensor, TAG.Air, TAG.Quality], + BRICK.hasQuantity: QUDTQK.DimensionlessRatio, "subclasses": { "Ammonia_Sensor": { "tags": [TAG.Point, TAG.Ammonia, TAG.Sensor], @@ -300,7 +303,7 @@ }, }, "Angle_Sensor": { - BRICK.hasQuantity: BRICK.Angle, + BRICK.hasQuantity: QUDTQK.Angle, "subclasses": { "Solar_Azimuth_Angle_Sensor": { "tags": [ @@ -325,15 +328,18 @@ }, "Capacity_Sensor": { "tags": [TAG.Point, TAG.Sensor, TAG.Capacity], - BRICK.hasQuantity: BRICK.Capacity, + BRICK.hasQuantity: QUDTQK.Capacity, + }, + "Contact_Sensor": { + "tags": [TAG.Point, TAG.Sensor, TAG.Contact], + BRICK.hasQuantity: QUDTQK.Dimensionless, }, - "Contact_Sensor": {"tags": [TAG.Point, TAG.Sensor, TAG.Contact]}, "Conductivity_Sensor": { # IFC ConductanceSensor # TODO: pull from # https://technical.buildingsmart.org/standards/ifc/ifc-schema-specifications/ "tags": [TAG.Point, TAG.Sensor, TAG.Conductivity], - BRICK.hasQuantity: BRICK.Conductivity, + BRICK.hasQuantity: QUDTQK.Conductivity, "subclasses": { "Deionised_Water_Conductivity_Sensor": { "tags": [ @@ -343,14 +349,14 @@ TAG.Water, TAG.Deionised, ], - BRICK.hasQuantity: BRICK.Conductivity, + BRICK.hasQuantity: QUDTQK.Conductivity, BRICK.hasSubstance: BRICK.Deionized_Water, } }, }, "Current_Sensor": { "tags": [TAG.Point, TAG.Sensor, TAG.Current], - BRICK.hasQuantity: BRICK.Electric_Current, + BRICK.hasQuantity: QUDTQK.ElectricCurrent, "subclasses": { "Load_Current_Sensor": { "tags": [TAG.Point, TAG.Load, TAG.Current, TAG.Sensor], @@ -396,6 +402,7 @@ }, "Demand_Sensor": { "tags": [TAG.Point, TAG.Sensor, TAG.Demand], + BRICK.hasQuantity: QUDTQK.Power, "subclasses": { "Peak_Demand_Sensor": { "tags": [ @@ -406,7 +413,7 @@ TAG.Sensor, TAG.Electric, ], - BRICK.hasQuantity: BRICK.Peak_Power, + BRICK.hasQuantity: QUDTQK.Power, }, "Cooling_Demand_Sensor": { "tags": [TAG.Point, TAG.Sensor, TAG.Demand, TAG.Cool], @@ -439,8 +446,8 @@ }, }, "Dewpoint_Sensor": { + BRICK.hasQuantity: QUDTQK.DewPointTemperature, "tags": [TAG.Point, TAG.Sensor, TAG.Dewpoint], - BRICK.hasQuantity: BRICK.Dewpoint, "subclasses": { "Outside_Air_Dewpoint_Sensor": { "tags": [ @@ -450,7 +457,7 @@ TAG.Air, TAG.Outside, ], - BRICK.hasQuantity: BRICK.Dewpoint, + BRICK.hasQuantity: QUDTQK.DewPointTemperature, BRICK.hasSubstance: BRICK.Outside_Air, }, "Return_Air_Dewpoint_Sensor": { @@ -461,7 +468,7 @@ TAG.Air, TAG.Return, ], - BRICK.hasQuantity: BRICK.Dewpoint, + BRICK.hasQuantity: QUDTQK.DewPointTemperature, BRICK.hasSubstance: BRICK.Return_Air, }, "Exhaust_Air_Dewpoint_Sensor": { @@ -472,7 +479,7 @@ TAG.Air, TAG.Exhaust, ], - BRICK.hasQuantity: BRICK.Dewpoint, + BRICK.hasQuantity: QUDTQK.DewPointTemperature, BRICK.hasSubstance: BRICK.Exhaust_Air, }, "Supply_Air_Dewpoint_Sensor": { @@ -485,11 +492,7 @@ TAG.Supply, TAG.Discharge, ], - "substances": [ - [BRICK.measures, BRICK.Dewpoint], - [BRICK.measures, BRICK.Supply_Air], - ], - BRICK.hasQuantity: BRICK.Dewpoint, + BRICK.hasQuantity: QUDTQK.DewPointTemperature, BRICK.hasSubstance: BRICK.Discharge_Air, }, "Zone_Air_Dewpoint_Sensor": { @@ -500,7 +503,7 @@ TAG.Air, TAG.Zone, ], - BRICK.hasQuantity: BRICK.Dewpoint, + BRICK.hasQuantity: QUDTQK.DewPointTemperature, BRICK.hasSubstance: BRICK.Zone_Air, }, }, @@ -539,10 +542,10 @@ }, "Enthalpy_Sensor": { "tags": [TAG.Point, TAG.Sensor, TAG.Enthalpy], - BRICK.hasQuantity: BRICK.Enthalpy, + BRICK.hasQuantity: QUDTQK.Enthalpy, "subclasses": { "Air_Enthalpy_Sensor": { - BRICK.hasQuantity: BRICK.Enthalpy, + BRICK.hasQuantity: QUDTQK.Enthalpy, BRICK.hasSubstance: BRICK.Air, "subclasses": { "Outside_Air_Enthalpy_Sensor": { @@ -553,7 +556,7 @@ TAG.Enthalpy, TAG.Sensor, ], - BRICK.hasQuantity: BRICK.Enthalpy, + BRICK.hasQuantity: QUDTQK.Enthalpy, BRICK.hasSubstance: BRICK.Outside_Air, }, "Return_Air_Enthalpy_Sensor": { @@ -564,7 +567,7 @@ TAG.Enthalpy, TAG.Sensor, ], - BRICK.hasQuantity: BRICK.Enthalpy, + BRICK.hasQuantity: QUDTQK.Enthalpy, BRICK.hasSubstance: BRICK.Return_Air, }, }, @@ -572,19 +575,22 @@ } }, }, - "Fire_Sensor": {"tags": [TAG.Point, TAG.Sensor, TAG.Fire]}, + "Fire_Sensor": { + "tags": [TAG.Point, TAG.Sensor, TAG.Fire], + BRICK.hasQuantity: QUDTQK.Dimensionless, + }, "Flow_Sensor": { "tags": [TAG.Point, TAG.Sensor, TAG.Flow], - BRICK.hasQuantity: BRICK.Flow, + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, "subclasses": { "Natural_Gas_Flow_Sensor": { BRICK.hasSubstance: BRICK.Natural_Gas, - BRICK.hasQuantity: BRICK.Flow, + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, "tags": [TAG.Point, TAG.Sensor, TAG.Natural, TAG.Gas, TAG.Flow], }, "Air_Flow_Sensor": { "tags": [TAG.Point, TAG.Sensor, TAG.Flow, TAG.Air], - BRICK.hasQuantity: BRICK.Flow, + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Air, "subclasses": { "Bypass_Air_Flow_Sensor": { @@ -595,7 +601,7 @@ TAG.Air, TAG.Bypass, ], - BRICK.hasQuantity: BRICK.Flow, + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Bypass_Air, }, "Exhaust_Air_Flow_Sensor": { @@ -606,7 +612,7 @@ TAG.Air, TAG.Exhaust, ], - BRICK.hasQuantity: BRICK.Flow, + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Exhaust_Air, "subclasses": { "Exhaust_Air_Stack_Flow_Sensor": { @@ -632,7 +638,7 @@ ], }, "Mixed_Air_Flow_Sensor": { - BRICK.hasQuantity: BRICK.Flow, + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Mixed_Air, "tags": [ TAG.Point, @@ -643,7 +649,7 @@ ], }, "Outside_Air_Flow_Sensor": { - BRICK.hasQuantity: BRICK.Flow, + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Outside_Air, "tags": [ TAG.Point, @@ -654,7 +660,7 @@ ], }, "Return_Air_Flow_Sensor": { - BRICK.hasQuantity: BRICK.Flow, + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Return_Air, "tags": [ TAG.Point, @@ -673,11 +679,7 @@ TAG.Supply, TAG.Discharge, ], - BRICK.hasQuantity: BRICK.Flow, - BRICK.hasSubstance: [ - BRICK.Supply_Air, - BRICK.Discharge_Air, - ], + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, "aliases": [BRICK["Discharge_Air_Flow_Sensor"]], "subclasses": { "Average_Supply_Air_Flow_Sensor": { @@ -700,11 +702,11 @@ }, "Water_Flow_Sensor": { "tags": [TAG.Point, TAG.Sensor, TAG.Flow, TAG.Water], - BRICK.hasQuantity: BRICK.Flow, + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Water, "subclasses": { "Condenser_Water_Flow_Sensor": { - BRICK.hasQuantity: BRICK.Flow, + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Condenser_Water, "tags": [ TAG.Condenser, @@ -722,7 +724,7 @@ TAG.Flow, TAG.Sensor, ], - BRICK.hasQuantity: BRICK.Flow, + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Entering_Water, "subclasses": { "Entering_Chilled_Water_Flow_Sensor": { @@ -734,7 +736,7 @@ TAG.Entering, TAG.Chilled, ], - BRICK.hasQuantity: BRICK.Flow, + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Entering_Chilled_Water, "parents": [BRICK.Chilled_Water_Flow_Sensor], }, @@ -747,12 +749,12 @@ TAG.Flow, TAG.Sensor, ], - BRICK.hasQuantity: BRICK.Flow, + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Entering_Hot_Water, "parents": [BRICK.Hot_Water_Flow_Sensor], }, "Entering_Condenser_Water_Flow_Sensor": { - BRICK.hasQuantity: BRICK.Flow, + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Entering_Condenser_Water, "tags": [ TAG.Point, @@ -773,7 +775,7 @@ TAG.Flow, TAG.Sensor, ], - BRICK.hasQuantity: BRICK.Flow, + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Bypass_Water, }, "Hot_Water_Flow_Sensor": { @@ -784,7 +786,7 @@ TAG.Water, TAG.Hot, ], - BRICK.hasQuantity: BRICK.Flow, + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Hot_Water, }, "Chilled_Water_Flow_Sensor": { @@ -795,11 +797,11 @@ TAG.Flow, TAG.Sensor, ], - BRICK.hasQuantity: BRICK.Flow, + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Chilled_Water, }, "Leaving_Water_Flow_Sensor": { - BRICK.hasQuantity: BRICK.Flow, + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Leaving_Water, "tags": [ TAG.Point, @@ -818,7 +820,7 @@ TAG.Leaving, TAG.Chilled, ], - BRICK.hasQuantity: BRICK.Flow, + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Leaving_Chilled_Water, "parents": [BRICK.Chilled_Water_Flow_Sensor], }, @@ -831,12 +833,12 @@ TAG.Leaving, TAG.Hot, ], - BRICK.hasQuantity: BRICK.Flow, + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Leaving_Hot_Water, "parents": [BRICK.Hot_Water_Flow_Sensor], }, "Leaving_Condenser_Water_Flow_Sensor": { - BRICK.hasQuantity: BRICK.Flow, + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Leaving_Condenser_Water, "parents": [BRICK.Condenser_Water_Flow_Sensor], "tags": [ @@ -869,23 +871,18 @@ BRICK.hasQuantity: BRICK.Temperature, BRICK.hasSubstance: BRICK.Frost, }, - "Gas_Sensor": {"tags": [TAG.Point, TAG.Sensor, TAG.Gas]}, + "Gas_Sensor": { + "tags": [TAG.Point, TAG.Sensor, TAG.Gas], + BRICK.hasQuantity: QUDTQK.Dimensionless, + }, "Hail_Sensor": { "tags": [TAG.Point, TAG.Sensor, TAG.Hail], BRICK.hasSubstance: BRICK.Hail, - }, - "Heat_Sensor": { - "tags": [TAG.Point, TAG.Sensor, TAG.Heat], - "subclasses": { - "Trace_Heat_Sensor": { - # TODO: substance - "tags": [TAG.Point, TAG.Trace, TAG.Heat, TAG.Sensor], - }, - }, + BRICK.hasQuantity: QUDTQK.Dimensionless, }, "Humidity_Sensor": { + BRICK.hasQuantity: QUDTQK.PressureRatio, "tags": [TAG.Point, TAG.Sensor, TAG.Humidity], - BRICK.hasQuantity: BRICK.Humidity, "subclasses": { "Absolute_Humidity_Sensor": { "tags": [ @@ -895,7 +892,7 @@ TAG.Air, TAG.Absolute, ], - BRICK.hasQuantity: BRICK.Absolute_Humidity, + BRICK.hasQuantity: QUDTQK.AbsoluteHumidity, BRICK.hasSubstance: BRICK.Air, }, "Relative_Humidity_Sensor": { @@ -906,7 +903,7 @@ TAG.Air, TAG.Relative, ], - BRICK.hasQuantity: BRICK.Relative_Humidity, + BRICK.hasQuantity: QUDTQK.RelativeHumidity, BRICK.hasSubstance: BRICK.Air, "subclasses": { "Exhaust_Air_Humidity_Sensor": { @@ -918,7 +915,7 @@ TAG.Air, TAG.Exhaust, ], - BRICK.hasQuantity: BRICK.Relative_Humidity, + BRICK.hasQuantity: QUDTQK.RelativeHumidity, BRICK.hasSubstance: BRICK.Exhaust_Air, }, "Outside_Air_Humidity_Sensor": { @@ -930,7 +927,7 @@ TAG.Air, TAG.Outside, ], - BRICK.hasQuantity: BRICK.Relative_Humidity, + BRICK.hasQuantity: QUDTQK.RelativeHumidity, BRICK.hasSubstance: BRICK.Outside_Air, }, "Return_Air_Humidity_Sensor": { @@ -942,7 +939,7 @@ TAG.Air, TAG.Return, ], - BRICK.hasQuantity: BRICK.Relative_Humidity, + BRICK.hasQuantity: QUDTQK.RelativeHumidity, BRICK.hasSubstance: BRICK.Return_Air, }, "Supply_Air_Humidity_Sensor": { @@ -956,11 +953,7 @@ TAG.Discharge, ], "aliases": [BRICK["Discharge_Air_Humidity_Sensor"]], - BRICK.hasQuantity: BRICK.Relative_Humidity, - BRICK.hasSubstance: [ - BRICK.Supply_Air, - BRICK.Discharge_Air, - ], + BRICK.hasQuantity: QUDTQK.RelativeHumidity, }, "Zone_Air_Humidity_Sensor": { "tags": [ @@ -971,7 +964,7 @@ TAG.Air, TAG.Zone, ], - BRICK.hasQuantity: BRICK.Relative_Humidity, + BRICK.hasQuantity: QUDTQK.RelativeHumidity, BRICK.hasSubstance: BRICK.Zone_Air, }, "Mixed_Air_Humidity_Sensor": { @@ -983,7 +976,7 @@ TAG.Air, TAG.Mixed, ], - BRICK.hasQuantity: BRICK.Relative_Humidity, + BRICK.hasQuantity: QUDTQK.RelativeHumidity, BRICK.hasSubstance: BRICK.Mixed_Air, }, }, @@ -992,7 +985,7 @@ }, "Illuminance_Sensor": { "tags": [TAG.Point, TAG.Sensor, TAG.Illuminance], - BRICK.hasQuantity: BRICK.Illuminance, + BRICK.hasQuantity: QUDTQK.Illuminance, "subclasses": { "Outside_Illuminance_Sensor": { "tags": [TAG.Point, TAG.Sensor, TAG.Illuminance, TAG.Outside], @@ -1001,6 +994,7 @@ }, "Imbalance_Sensor": { "tags": [TAG.Point, TAG.Sensor, TAG.Imbalance], + BRICK.hasQuantity: QUDTQK.Dimensionless, "subclasses": { "Current_Imbalance_Sensor": { "tags": [TAG.Point, TAG.Sensor, TAG.Imbalance, TAG.Current], @@ -1014,10 +1008,11 @@ }, "Luminance_Sensor": { "tags": [TAG.Point, TAG.Sensor, TAG.Luminance], - BRICK.hasQuantity: BRICK.Luminance, + BRICK.hasQuantity: QUDTQK.Luminance, }, "Motion_Sensor": { "tags": [TAG.Point, TAG.Sensor, TAG.Motion], + BRICK.hasQuantity: QUDTQK.Dimensionless, "subclasses": { "PIR_Sensor": {"tags": [TAG.Point, TAG.Sensor, TAG.PIR]} }, @@ -1032,6 +1027,7 @@ }, "Piezoelectric_Sensor": { "tags": [TAG.Point, TAG.Sensor, TAG.Piezoelectric], + BRICK.hasQuantity: QUDTQK.Dimensionless, }, "Pressure_Sensor": { "tags": [TAG.Point, TAG.Sensor, TAG.Pressure], @@ -1079,13 +1075,6 @@ "Supply_Air_Differential_Pressure_Sensor": { BRICK.hasQuantity: BRICK.Differential_Pressure, BRICK.hasSubstance: BRICK.Supply_Air, - "substances": [ - [ - BRICK.measures, - BRICK.Differential_Pressure, - ], - [BRICK.measures, BRICK.Discharge_Air], - ], "aliases": [ BRICK[ "Discharge_Air_Differential_Pressure_Sensor" @@ -1280,7 +1269,7 @@ }, "Power_Sensor": { "tags": [TAG.Point, TAG.Sensor, TAG.Power], - BRICK.hasQuantity: BRICK.Power, + BRICK.hasQuantity: QUDTQK.Power, "subclasses": { "Thermal_Power_Sensor": { "tags": [TAG.Point, TAG.Sensor, TAG.Power, TAG.Thermal], @@ -1298,27 +1287,27 @@ }, "Electric_Power_Sensor": { "tags": [TAG.Point, TAG.Sensor, TAG.Power, TAG.Electric], - BRICK.hasQuantity: BRICK.Electric_Power, + BRICK.hasQuantity: QUDTQK.ElectricPower, "subclasses": { - "Reactive_Power_Sensor": { + "Active_Power_Sensor": { "tags": [ TAG.Point, TAG.Sensor, TAG.Power, - TAG.Reactive, + TAG.Real, TAG.Electric, ], - BRICK.hasQuantity: BRICK.Reactive_Power, + BRICK.hasQuantity: QUDTQK.ActivePower, }, - "Active_Power_Sensor": { + "Reactive_Power_Sensor": { "tags": [ TAG.Point, TAG.Sensor, TAG.Power, - TAG.Real, + TAG.Reactive, TAG.Electric, ], - BRICK.hasQuantity: BRICK.Active_Power, + BRICK.hasQuantity: QUDTQK.ReactivePower, }, }, }, @@ -1332,6 +1321,7 @@ "Duration_Sensor": { "tags": [TAG.Point, TAG.Sensor, TAG.Duration], # TODO: substances + BRICK.hasQuantity: QUDTQK.Time, "subclasses": { "Rain_Duration_Sensor": { "tags": [TAG.Point, TAG.Rain, TAG.Duration, TAG.Sensor], @@ -1376,7 +1366,7 @@ }, "Torque_Sensor": { "tags": [TAG.Point, TAG.Sensor, TAG.Torque], - BRICK.hasQuantity: BRICK.Torque, + BRICK.hasQuantity: QUDTQK.Torque, "subclasses": { "Motor_Torque_Sensor": { "tags": [TAG.Point, TAG.Motor, TAG.Torque, TAG.Sensor], @@ -1385,7 +1375,7 @@ }, "Voltage_Sensor": { "tags": [TAG.Point, TAG.Sensor, TAG.Voltage], - BRICK.hasQuantity: BRICK.Voltage, + BRICK.hasQuantity: QUDTQK.Voltage, "subclasses": { "Battery_Voltage_Sensor": { "tags": [TAG.Point, TAG.Sensor, TAG.Voltage, TAG.Battery], @@ -1430,16 +1420,20 @@ }, "Generation_Sensor": { "tags": [TAG.Point, TAG.Sensor, TAG.Generation], + BRICK.hasQuantity: QUDTQK.Dimensionless, "subclasses": { "Energy_Generation_Sensor": { - "tags": [TAG.Point, TAG.Sensor, TAG.Generation, TAG.Energy] + "tags": [TAG.Point, TAG.Sensor, TAG.Generation, TAG.Energy], + BRICK.hasQuantity: BRICK.Energy, } }, }, "Usage_Sensor": { "tags": [TAG.Point, TAG.Sensor, TAG.Usage], + BRICK.hasQuantity: QUDTQK.Dimensionless, "subclasses": { "Natural_Gas_Usage_Sensor": { + BRICK.hasQuantity: QUDTQK.Volume, "tags": [ TAG.Point, TAG.Sensor, @@ -1449,34 +1443,39 @@ ], }, "Steam_Usage_Sensor": { + BRICK.hasQuantity: QUDTQK.Volume, "tags": [TAG.Point, TAG.Sensor, TAG.Usage, TAG.Steam], }, "Energy_Usage_Sensor": { "parents": [BRICK.Energy_Sensor], + BRICK.hasQuantity: BRICK.Energy, "tags": [TAG.Point, TAG.Sensor, TAG.Energy, TAG.Usage], "subclasses": { "Electrical_Energy_Usage_Sensor": { + BRICK.Quantity: BRICK.Electric_Energy, "tags": [ TAG.Point, TAG.Electric, TAG.Energy, TAG.Usage, TAG.Sensor, - ] + ], }, "Thermal_Energy_Usage_Sensor": { + BRICK.hasQuantity: BRICK.Thermal_Energy, "tags": [ TAG.Point, TAG.Thermal, TAG.Energy, TAG.Usage, TAG.Sensor, - ] + ], }, }, }, "Water_Usage_Sensor": { "tags": [TAG.Point, TAG.Sensor, TAG.Usage, TAG.Water], + BRICK.hasQuantity: QUDTQK.Volume, "subclasses": { "Hot_Water_Usage_Sensor": { "tags": [ @@ -1946,13 +1945,8 @@ TAG.Chilled, TAG.Leaving, ], - "substances": [ - [BRICK.measures, BRICK.Temperature], - [ - BRICK.measures, - BRICK.Leaving_Chilled_Water, - ], - ], + BRICK.hasQuantity: BRICK.Temperature, + BRICK.hasSubstance: BRICK.Leaving_Chilled_Water, }, "Differential_Entering_Leaving_Water_Temperature_Sensor": { "tags": [ @@ -2055,13 +2049,8 @@ ], }, "Entering_Condenser_Water_Temperature_Sensor": { - "substances": [ - [BRICK.measures, BRICK.Temperature], - [ - BRICK.measures, - BRICK.Entering_Condenser_Water, - ], - ], + BRICK.hasQuantity: BRICK.Temperature, + BRICK.hasSubstance: BRICK.Entering_Condenser_Water, "tags": [ TAG.Entering, TAG.Condenser, diff --git a/bricksrc/setpoint.py b/bricksrc/setpoint.py index 7d52803f..65791eb0 100644 --- a/bricksrc/setpoint.py +++ b/bricksrc/setpoint.py @@ -1,4 +1,4 @@ -from .namespaces import TAG, BRICK, RDFS, OWL, QUDT +from .namespaces import TAG, BRICK, RDFS, QUDTQK from rdflib import Literal setpoint_definitions = { @@ -9,28 +9,32 @@ "tags": [TAG.Point, TAG.Setpoint], "subclasses": { "Current_Ratio_Setpoint": { - "tags": [TAG.Point, TAG.Setpoint, TAG.Current, TAG.Electric, TAG.Ratio] + BRICK.hasQuantity: BRICK.Electric_Current, + "tags": [TAG.Point, TAG.Setpoint, TAG.Current, TAG.Electric, TAG.Ratio], }, "Voltage_Ratio_Setpoint": { - "tags": [TAG.Point, TAG.Setpoint, TAG.Voltage, TAG.Electric, TAG.Ratio] + BRICK.hasQuantity: BRICK.Voltage, + "tags": [TAG.Point, TAG.Setpoint, TAG.Voltage, TAG.Electric, TAG.Ratio], }, "Frequency_Setpoint": { "tags": [TAG.Point, TAG.Setpoint, TAG.Frequency], BRICK.hasQuantity: BRICK.Frequency, }, "Illuminance_Setpoint": { - "tags": [TAG.Point, TAG.Setpoint, TAG.Illuminance] + BRICK.hasQuantity: QUDTQK.Illuminance, + "tags": [TAG.Point, TAG.Setpoint, TAG.Illuminance], }, "Enthalpy_Setpoint": { - BRICK.hasQuantity: BRICK.Enthalpy, + BRICK.hasQuantity: QUDTQK.Enthalpy, "tags": [TAG.Point, TAG.Setpoint, TAG.Enthalpy], }, "Dewpoint_Setpoint": { - BRICK.hasQuantity: BRICK.Dewpoint, + BRICK.hasQuantity: QUDTQK.DewPointTemperature, "tags": [TAG.Point, TAG.Dewpoint, TAG.Setpoint], }, "Demand_Setpoint": { "tags": [TAG.Point, TAG.Demand, TAG.Setpoint], + BRICK.hasQuantity: QUDTQK.Power, "subclasses": { "Cooling_Demand_Setpoint": { "tags": [TAG.Point, TAG.Cool, TAG.Demand, TAG.Setpoint], @@ -43,7 +47,7 @@ }, "Air_Flow_Demand_Setpoint": { BRICK.hasSubstance: BRICK.Air, - BRICK.hasQuantity: BRICK.Flow, + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, "tags": [ TAG.Point, TAG.Air, @@ -53,9 +57,14 @@ ], "subclasses": { "Supply_Air_Flow_Demand_Setpoint": { - BRICK.hasSubstance: [BRICK.Supply_Air, BRICK.Discharge_Air], - BRICK.hasQuantity: BRICK.Flow, - "aliases": [BRICK["Discharge_Air_Flow_Demand_Setpoint"]], + BRICK.hasSubstance: [ + BRICK.Supply_Air, + BRICK.Discharge_Air, + ], + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, + "aliases": [ + BRICK["Discharge_Air_Flow_Demand_Setpoint"] + ], "tags": [ TAG.Point, TAG.Supply, @@ -76,9 +85,11 @@ }, "Deadband_Setpoint": { "tags": [TAG.Point, TAG.Deadband, TAG.Setpoint], + BRICK.hasQuantity: QUDTQK.Dimensionless, "subclasses": { "Humidity_Deadband_Setpoint": { BRICK.hasQuantity: BRICK.Humidity, + BRICK.hasQuantity: QUDTQK.RelativeHumidity, "tags": [TAG.Point, TAG.Deadband, TAG.Setpoint, TAG.Humidity], }, "Temperature_Deadband_Setpoint": { @@ -131,12 +142,21 @@ "parents": [BRICK.Heating_Temperature_Setpoint], }, "Supply_Air_Temperature_Deadband_Setpoint": { - BRICK.hasSubstance: [BRICK.Supply_Air, BRICK.Discharge_Air], + BRICK.hasSubstance: [ + BRICK.Supply_Air, + BRICK.Discharge_Air, + ], BRICK.hasQuantity: BRICK.Temperature, - "aliases": [BRICK["Discharge_Air_Temperature_Deadband_Setpoint"]], + "aliases": [ + BRICK["Discharge_Air_Temperature_Deadband_Setpoint"] + ], "subclasses": { "Heating_Supply_Air_Temperature_Deadband_Setpoint": { - "aliases": [BRICK["Heating_Discharge_Air_Temperature_Deadband_Setpoint"]], + "aliases": [ + BRICK[ + "Heating_Discharge_Air_Temperature_Deadband_Setpoint" + ] + ], BRICK.hasQuantity: BRICK.Temperature, BRICK.hasSubstance: BRICK.Discharge_Air, "tags": [ @@ -155,7 +175,11 @@ ], }, "Cooling_Supply_Air_Temperature_Deadband_Setpoint": { - "aliases": [BRICK["Cooling_Discharge_Air_Temperature_Deadband_Setpoint"]], + "aliases": [ + BRICK[ + "Cooling_Discharge_Air_Temperature_Deadband_Setpoint" + ] + ], BRICK.hasQuantity: BRICK.Temperature, BRICK.hasSubstance: BRICK.Discharge_Air, "tags": [ @@ -225,7 +249,7 @@ }, "Air_Flow_Deadband_Setpoint": { BRICK.hasSubstance: BRICK.Air, - BRICK.hasQuantity: BRICK.Flow, + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, "subclasses": { "Exhaust_Air_Stack_Flow_Deadband_Setpoint": { "tags": [ @@ -261,9 +285,16 @@ "parents": [BRICK.Static_Pressure_Setpoint], "subclasses": { "Supply_Air_Static_Pressure_Deadband_Setpoint": { - BRICK.hasSubstance: [BRICK.Supply_Air, BRICK.Discharge_Air], + BRICK.hasSubstance: [ + BRICK.Supply_Air, + BRICK.Discharge_Air, + ], BRICK.hasQuantity: BRICK.Static_Pressure, - "aliases": [BRICK["Discharge_Air_Static_Pressure_Deadband_Setpoint"]], + "aliases": [ + BRICK[ + "Discharge_Air_Static_Pressure_Deadband_Setpoint" + ] + ], "tags": [ TAG.Point, TAG.Supply, @@ -284,12 +315,12 @@ }, }, "Flow_Setpoint": { - BRICK.hasQuantity: BRICK.Flow, + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, "tags": [TAG.Point, TAG.Flow, TAG.Setpoint], "subclasses": { "Air_Flow_Setpoint": { + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Air, - BRICK.hasQuantity: BRICK.Flow, "tags": [TAG.Point, TAG.Air, TAG.Flow, TAG.Setpoint], "subclasses": { "Air_Flow_Demand_Setpoint": { @@ -302,10 +333,11 @@ ], }, "Exhaust_Air_Flow_Setpoint": { + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Exhaust_Air, - BRICK.hasQuantity: BRICK.Flow, "subclasses": { "Exhaust_Air_Stack_Flow_Setpoint": { + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, "tags": [ TAG.Point, TAG.Exhaust, @@ -325,8 +357,8 @@ ], }, "Outside_Air_Flow_Setpoint": { + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Outside_Air, - BRICK.hasQuantity: BRICK.Flow, "tags": [ TAG.Point, TAG.Outside, @@ -336,12 +368,17 @@ ], }, "Supply_Air_Flow_Setpoint": { - BRICK.hasSubstance: [BRICK.Supply_Air, BRICK.Discharge_Air], - BRICK.hasQuantity: BRICK.Flow, + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, + BRICK.hasSubstance: [ + BRICK.Supply_Air, + BRICK.Discharge_Air, + ], "aliases": [BRICK["Discharge_Air_Flow_Setpoint"]], "subclasses": { "Supply_Air_Flow_Demand_Setpoint": { - "aliases": [BRICK["Discharge_Air_Flow_Demand_Setpoint"]], + "aliases": [ + BRICK["Discharge_Air_Flow_Demand_Setpoint"] + ], "tags": [ TAG.Point, TAG.Supply, @@ -353,10 +390,18 @@ ], }, "Occupied_Supply_Air_Flow_Setpoint": { - "aliases": [BRICK["Occupied_Discharge_Air_Flow_Setpoint"]], + "aliases": [ + BRICK[ + "Occupied_Discharge_Air_Flow_Setpoint" + ] + ], "subclasses": { "Occupied_Cooling_Supply_Air_Flow_Setpoint": { - "aliases": [BRICK["Occupied_Cooling_Discharge_Air_Flow_Setpoint"]], + "aliases": [ + BRICK[ + "Occupied_Cooling_Discharge_Air_Flow_Setpoint" + ] + ], "tags": [ TAG.Point, TAG.Occupied, @@ -373,7 +418,11 @@ ], }, "Occupied_Heating_Supply_Air_Flow_Setpoint": { - "aliases": [BRICK["Occupied_Heating_Discharge_Air_Flow_Setpoint"]], + "aliases": [ + BRICK[ + "Occupied_Heating_Discharge_Air_Flow_Setpoint" + ] + ], "tags": [ TAG.Point, TAG.Occupied, @@ -401,10 +450,18 @@ ], }, "Unoccupied_Supply_Air_Flow_Setpoint": { - "aliases": [BRICK["Unoccupied_Discharge_Air_Flow_Setpoint"]], + "aliases": [ + BRICK[ + "Unoccupied_Discharge_Air_Flow_Setpoint" + ] + ], "subclasses": { "Unoccupied_Cooling_Supply_Air_Flow_Setpoint": { - "aliases": [BRICK["Unoccupied_Cooling_Discharge_Air_Flow_Setpoint"]], + "aliases": [ + BRICK[ + "Unoccupied_Cooling_Discharge_Air_Flow_Setpoint" + ] + ], "tags": [ TAG.Point, TAG.Unoccupied, @@ -421,7 +478,11 @@ ], }, "Unoccupied_Heating_Supply_Air_Flow_Setpoint": { - "aliases": [BRICK["Unoccupied_Heating_Discharge_Air_Flow_Setpoint"]], + "aliases": [ + BRICK[ + "Unoccupied_Heating_Discharge_Air_Flow_Setpoint" + ] + ], "tags": [ TAG.Point, TAG.Unoccupied, @@ -449,7 +510,9 @@ ], }, "Cooling_Supply_Air_Flow_Setpoint": { - "aliases": [BRICK["Cooling_Discharge_Air_Flow_Setpoint"]], + "aliases": [ + BRICK["Cooling_Discharge_Air_Flow_Setpoint"] + ], "tags": [ TAG.Point, TAG.Cool, @@ -461,7 +524,9 @@ ], }, "Heating_Supply_Air_Flow_Setpoint": { - "aliases": [BRICK["Heating_Discharge_Air_Flow_Setpoint"]], + "aliases": [ + BRICK["Heating_Discharge_Air_Flow_Setpoint"] + ], "tags": [ TAG.Point, TAG.Heat, @@ -485,8 +550,8 @@ }, }, "Water_Flow_Setpoint": { + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Water, - BRICK.hasQuantity: BRICK.Flow, "tags": [ TAG.Point, TAG.Water, @@ -495,8 +560,8 @@ ], "subclasses": { "Condenser_Water_Flow_Setpoint": { + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Condenser_Water, - BRICK.hasQuantity: BRICK.Flow, "tags": [ TAG.Point, TAG.Condenser, @@ -506,8 +571,8 @@ ], }, "Entering_Water_Flow_Setpoint": { + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Entering_Water, - BRICK.hasQuantity: BRICK.Flow, "tags": [ TAG.Point, TAG.Entering, @@ -517,8 +582,8 @@ ], "subclasses": { "Entering_Chilled_Water_Flow_Setpoint": { + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Entering_Chilled_Water, - BRICK.hasQuantity: BRICK.Flow, "tags": [ TAG.Point, TAG.Chilled, @@ -530,8 +595,8 @@ "parents": [BRICK.Chilled_Water_Flow_Setpoint], }, "Entering_Hot_Water_Flow_Setpoint": { + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Entering_Hot_Water, - BRICK.hasQuantity: BRICK.Flow, "tags": [ TAG.Point, TAG.Hot, @@ -545,8 +610,8 @@ }, }, "Leaving_Water_Flow_Setpoint": { + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Leaving_Water, - BRICK.hasQuantity: BRICK.Flow, "tags": [ TAG.Point, TAG.Leaving, @@ -556,8 +621,8 @@ ], "subclasses": { "Leaving_Chilled_Water_Flow_Setpoint": { + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Leaving_Chilled_Water, - BRICK.hasQuantity: BRICK.Flow, "tags": [ TAG.Point, TAG.Chilled, @@ -569,8 +634,8 @@ "parents": [BRICK.Chilled_Water_Flow_Setpoint], }, "Leaving_Hot_Water_Flow_Setpoint": { + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Leaving_Hot_Water, - BRICK.hasQuantity: BRICK.Flow, "tags": [ TAG.Point, TAG.Hot, @@ -584,8 +649,8 @@ }, }, "Hot_Water_Flow_Setpoint": { + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Hot_Water, - BRICK.hasQuantity: BRICK.Flow, "tags": [ TAG.Point, TAG.Hot, @@ -595,8 +660,8 @@ ], }, "Chilled_Water_Flow_Setpoint": { + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Chilled_Water, - BRICK.hasQuantity: BRICK.Flow, "tags": [ TAG.Point, TAG.Chilled, @@ -606,8 +671,8 @@ ], }, "Bypass_Water_Flow_Setpoint": { + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, BRICK.hasSubstance: BRICK.Bypass_Water, - BRICK.hasQuantity: BRICK.Flow, "tags": [ TAG.Point, TAG.Bypass, @@ -621,18 +686,20 @@ }, }, "Humidity_Setpoint": { - BRICK.hasQuantity: BRICK.Humidity, "tags": [TAG.Point, TAG.Humidity, TAG.Setpoint], + BRICK.hasQuantity: QUDTQK.PressureRatio, "subclasses": { "Unoccupied_Humidity_Setpoint": { + BRICK.hasQuantity: QUDTQK.RelativeHumidity, "tags": [TAG.Point, TAG.Humidity, TAG.Setpoint, TAG.Unoccupied], }, "Occupied_Humidity_Setpoint": { + BRICK.hasQuantity: QUDTQK.RelativeHumidity, "tags": [TAG.Point, TAG.Humidity, TAG.Setpoint, TAG.Occupied], }, "Bypass_Air_Humidity_Setpoint": { + BRICK.hasQuantity: QUDTQK.RelativeHumidity, BRICK.hasSubstance: BRICK.Bypass_Air, - BRICK.hasQuantity: BRICK.Humidity, "tags": [ TAG.Point, TAG.Humidity, @@ -642,8 +709,8 @@ ], }, "Outside_Air_Humidity_Setpoint": { + BRICK.hasQuantity: QUDTQK.RelativeHumidity, BRICK.hasSubstance: BRICK.Outside_Air, - BRICK.hasQuantity: BRICK.Humidity, "tags": [ TAG.Point, TAG.Humidity, @@ -653,8 +720,8 @@ ], }, "Zone_Air_Humidity_Setpoint": { + BRICK.hasQuantity: QUDTQK.RelativeHumidity, BRICK.hasSubstance: BRICK.Zone_Air, - BRICK.hasQuantity: BRICK.Humidity, "tags": [ TAG.Point, TAG.Humidity, @@ -664,8 +731,8 @@ ], }, "Building_Air_Humidity_Setpoint": { + BRICK.hasQuantity: QUDTQK.RelativeHumidity, BRICK.hasSubstance: BRICK.Building_Air, - BRICK.hasQuantity: BRICK.Humidity, "tags": [ TAG.Point, TAG.Humidity, @@ -675,8 +742,8 @@ ], }, "Mixed_Air_Humidity_Setpoint": { + BRICK.hasQuantity: QUDTQK.RelativeHumidity, BRICK.hasSubstance: BRICK.Mixed_Air, - BRICK.hasQuantity: BRICK.Humidity, "tags": [ TAG.Point, TAG.Humidity, @@ -686,8 +753,8 @@ ], }, "Return_Air_Humidity_Setpoint": { + BRICK.hasQuantity: QUDTQK.RelativeHumidity, BRICK.hasSubstance: BRICK.Return_Air, - BRICK.hasQuantity: BRICK.Humidity, "tags": [ TAG.Point, TAG.Humidity, @@ -697,8 +764,8 @@ ], }, "Exhaust_Air_Humidity_Setpoint": { + BRICK.hasQuantity: QUDTQK.RelativeHumidity, BRICK.hasSubstance: BRICK.Exhaust_Air, - BRICK.hasQuantity: BRICK.Humidity, "tags": [ TAG.Point, TAG.Humidity, @@ -708,8 +775,8 @@ ], }, "Supply_Air_Humidity_Setpoint": { + BRICK.hasQuantity: QUDTQK.RelativeHumidity, BRICK.hasSubstance: [BRICK.Supply_Air, BRICK.Discharge_Air], - BRICK.hasQuantity: BRICK.Humidity, "aliases": [BRICK["Discharge_Air_Humidity_Setpoint"]], "tags": [ TAG.Point, @@ -723,6 +790,7 @@ }, }, "Load_Setpoint": { + BRICK.hasQuantity: QUDTQK.Power, "subclasses": { "Load_Shed_Setpoint": { "tags": [TAG.Point, TAG.Shed, TAG.Load, TAG.Setpoint], @@ -761,8 +829,8 @@ "tags": [TAG.Point, TAG.Load, TAG.Setpoint], }, "Luminance_Setpoint": { - BRICK.hasQuantity: BRICK.Luminance, "tags": [TAG.Point, TAG.Luminance, TAG.Setpoint], + BRICK.hasQuantity: QUDTQK.Luminance, }, "Pressure_Setpoint": { BRICK.hasQuantity: BRICK.Pressure, @@ -819,9 +887,14 @@ ], }, "Supply_Air_Static_Pressure_Setpoint": { - BRICK.hasSubstance: [BRICK.Supply_Air, BRICK.Discharge_Air], + BRICK.hasSubstance: [ + BRICK.Supply_Air, + BRICK.Discharge_Air, + ], BRICK.hasQuantity: BRICK.Static_Pressure, - "aliases": [BRICK["Discharge_Air_Static_Pressure_Setpoint"]], + "aliases": [ + BRICK["Discharge_Air_Static_Pressure_Setpoint"] + ], "tags": [ TAG.Point, TAG.Supply, @@ -854,11 +927,12 @@ }, "Reset_Setpoint": { "tags": [TAG.Point, TAG.Reset, TAG.Setpoint], + BRICK.hasQuantity: QUDTQK.Dimensionless, "subclasses": { "Supply_Air_Flow_Reset_Setpoint": { "aliases": [BRICK["Discharge_Air_Flow_Reset_Setpoint"]], BRICK.hasSubstance: BRICK.Discharge_Air, - BRICK.hasQuantity: BRICK.Flow, + BRICK.hasQuantity: QUDTQK.VolumeFlowRate, "tags": [ TAG.Point, TAG.Supply, @@ -870,7 +944,9 @@ ], "subclasses": { "Supply_Air_Flow_High_Reset_Setpoint": { - "aliases": [BRICK["Discharge_Air_Flow_High_Reset_Setpoint"]], + "aliases": [ + BRICK["Discharge_Air_Flow_High_Reset_Setpoint"] + ], "tags": [ TAG.Point, TAG.Supply, @@ -883,7 +959,9 @@ ], }, "Supply_Air_Flow_Low_Reset_Setpoint": { - "aliases": [BRICK["Discharge_Air_Flow_Low_Reset_Setpoint"]], + "aliases": [ + BRICK["Discharge_Air_Flow_Low_Reset_Setpoint"] + ], "tags": [ TAG.Point, TAG.Supply, @@ -1096,12 +1174,13 @@ "tags": [TAG.Point, TAG.Speed, TAG.Setpoint], "subclasses": { "Rated_Speed_Setpoint": { + BRICK.hasQuantity: BRICK.Speed, "tags": [TAG.Point, TAG.Rated, TAG.Speed, TAG.Setpoint], }, }, }, "Temperature_Setpoint": { - BRICK.hasQuantity: BRICK.Temperature, + BRICK.hasQuantity: QUDTQK.Temperature, "tags": [TAG.Point, TAG.Temperature, TAG.Setpoint], "subclasses": { "Air_Temperature_Setpoint": { @@ -1537,8 +1616,13 @@ }, "Supply_Air_Temperature_Setpoint": { BRICK.hasQuantity: BRICK.Temperature, - BRICK.hasSubstance: [BRICK.Supply_Air, BRICK.Discharge_Air], - "aliases": [BRICK["Discharge_Air_Temperature_Setpoint"]], + BRICK.hasSubstance: [ + BRICK.Supply_Air, + BRICK.Discharge_Air, + ], + "aliases": [ + BRICK["Discharge_Air_Temperature_Setpoint"] + ], "tags": [ TAG.Point, TAG.Supply, @@ -1549,7 +1633,11 @@ ], "subclasses": { "Effective_Supply_Air_Temperature_Setpoint": { - "aliases": [BRICK["Effective_Discharge_Air_Temperature_Setpoint"]], + "aliases": [ + BRICK[ + "Effective_Discharge_Air_Temperature_Setpoint" + ] + ], "tags": [ TAG.Point, TAG.Supply, @@ -1565,7 +1653,11 @@ ], }, "Occupied_Supply_Air_Temperature_Setpoint": { - "aliases": [BRICK["Occupied_Discharge_Air_Temperature_Setpoint"]], + "aliases": [ + BRICK[ + "Occupied_Discharge_Air_Temperature_Setpoint" + ] + ], "tags": [ TAG.Point, TAG.Supply, @@ -1581,7 +1673,11 @@ ], }, "Unoccupied_Supply_Air_Temperature_Setpoint": { - "aliases": [BRICK["Unoccupied_Discharge_Air_Temperature_Setpoint"]], + "aliases": [ + BRICK[ + "Unoccupied_Discharge_Air_Temperature_Setpoint" + ] + ], "tags": [ TAG.Point, TAG.Supply, @@ -1597,7 +1693,11 @@ ], }, "Supply_Air_Temperature_Heating_Setpoint": { - "aliases": [BRICK["Discharge_Air_Temperature_Heating_Setpoint"]], + "aliases": [ + BRICK[ + "Discharge_Air_Temperature_Heating_Setpoint" + ] + ], "parents": [BRICK.Heating_Temperature_Setpoint], "tags": [ TAG.Point, @@ -1610,7 +1710,11 @@ ], }, "Supply_Air_Temperature_Cooling_Setpoint": { - "aliases": [BRICK["Discharge_Air_Temperature_Cooling_Setpoint"]], + "aliases": [ + BRICK[ + "Discharge_Air_Temperature_Cooling_Setpoint" + ] + ], "parents": [BRICK.Cooling_Temperature_Setpoint], "tags": [ TAG.Point, @@ -1953,6 +2057,7 @@ BRICK.hasQuantity: BRICK.CO2_Concentration, "subclasses": { "Return_Air_CO2_Setpoint": { + BRICK.hasQuantity: BRICK.CO2_Concentration, "tags": [TAG.Point, TAG.Return, TAG.Air, TAG.CO2, TAG.Setpoint], } }, @@ -1963,17 +2068,20 @@ "tags": [TAG.Point, TAG.Time, TAG.Setpoint], "subclasses": { "Deceleration_Time_Setpoint": { + BRICK.hasQuantity: BRICK.Time, "tags": [TAG.Point, TAG.Time, TAG.Setpoint, TAG.Deceleration], }, "Acceleration_Time_Setpoint": { + BRICK.hasQuantity: BRICK.Time, "tags": [TAG.Point, TAG.Time, TAG.Setpoint, TAG.Acceleration], }, }, }, "Differential_Setpoint": { - "tags": [TAG.Point, TAG.Differential, TAG.Setpoint], + BRICK.hasQuantity: QUDTQK.Dimensionless, "subclasses": { "Differential_Temperature_Setpoint": { + BRICK.hasQuantity: BRICK.Differential_Temperature, "tags": [ TAG.Point, TAG.Differential, @@ -1992,9 +2100,8 @@ TAG.Setpoint, ], }, - "Differential_Air_Temperature_Setpoint": { # TODO: The name of this should be aligned with Water_Differential_Temperature_Setpoint. + "Differential_Air_Temperature_Setpoint": { BRICK.hasQuantity: BRICK.Differential_Temperature, - BRICK.hasSubstance: BRICK.Air, "tags": [ TAG.Point, TAG.Differential, @@ -2006,6 +2113,7 @@ }, }, "Differential_Speed_Setpoint": { + BRICK.hasQuantity: BRICK.Speed, "tags": [TAG.Point, TAG.Differential, TAG.Speed, TAG.Setpoint], }, "Temperature_Differential_Reset_Setpoint": { @@ -2019,8 +2127,16 @@ ], "subclasses": { "Supply_Air_Temperature_Reset_Differential_Setpoint": { - BRICK.hasSubstance: [BRICK.Supply_Air, BRICK.Discharge_Air], - "aliases": [BRICK["Discharge_Air_Temperature_Reset_Differential_Setpoint"]], + BRICK.hasSubstance: [ + BRICK.Supply_Air, + BRICK.Discharge_Air, + ], + BRICK.hasQuantity: BRICK.Differential_Temperature, + "aliases": [ + BRICK[ + "Discharge_Air_Temperature_Reset_Differential_Setpoint" + ] + ], "tags": [ TAG.Point, TAG.Supply, @@ -2035,7 +2151,11 @@ "Supply_Air_Temperature_High_Reset_Setpoint": { BRICK.hasSubstance: BRICK.Supply_Air, BRICK.hasQuantity: BRICK.Temperature, - "aliases": [BRICK["Discharge_Air_Temperature_High_Reset_Setpoint"]], + "aliases": [ + BRICK[ + "Discharge_Air_Temperature_High_Reset_Setpoint" + ] + ], "tags": [ TAG.Point, TAG.Supply, @@ -2047,12 +2167,18 @@ TAG.Setpoint, TAG.High, ], - "parents": [BRICK["Temperature_High_Reset_Setpoint"]], + "parents": [ + BRICK["Temperature_High_Reset_Setpoint"] + ], }, "Supply_Air_Temperature_Low_Reset_Setpoint": { BRICK.hasSubstance: BRICK.Supply_Air, BRICK.hasQuantity: BRICK.Temperature, - "aliases": [BRICK["Discharge_Air_Temperature_Low_Reset_Setpoint"]], + "aliases": [ + BRICK[ + "Discharge_Air_Temperature_Low_Reset_Setpoint" + ] + ], "tags": [ TAG.Point, TAG.Supply, @@ -2064,7 +2190,9 @@ TAG.Setpoint, TAG.Low, ], - "parents": [BRICK["Temperature_Low_Reset_Setpoint"]], + "parents": [ + BRICK["Temperature_Low_Reset_Setpoint"] + ], }, }, }, @@ -2111,7 +2239,11 @@ "Supply_Air_Differential_Pressure_Setpoint": { BRICK.hasSubstance: BRICK.Supply_Air, BRICK.hasQuantity: BRICK.Differential_Pressure, - "aliases": [BRICK["Discharge_Air_Differential_Pressure_Setpoint"]], + "aliases": [ + BRICK[ + "Discharge_Air_Differential_Pressure_Setpoint" + ] + ], "tags": [ TAG.Point, TAG.Supply, @@ -2160,6 +2292,7 @@ ], "subclasses": { "Medium_Temperature_Hot_Water_Differential_Pressure_Setpoint": { + BRICK.hasQuantity: BRICK.Differential_Pressure, "tags": [ TAG.Point, TAG.Medium, @@ -2176,9 +2309,11 @@ }, }, "Load_Shed_Differential_Pressure_Setpoint": { + BRICK.hasQuantity: BRICK.Differential_Pressure, "parents": [BRICK.Load_Shed_Setpoint], "subclasses": { "Chilled_Water_Differential_Pressure_Load_Shed_Setpoint": { + BRICK.hasQuantity: BRICK.Differential_Pressure, "tags": [ TAG.Point, TAG.Chilled, @@ -2212,6 +2347,7 @@ ], }, "Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Setpoint": { + BRICK.hasQuantity: BRICK.Differential_Pressure, "tags": [ TAG.Point, TAG.Medium, diff --git a/demo_extension/new_sensors.py b/demo_extension/new_sensors.py index 3faccf9a..03799378 100644 --- a/demo_extension/new_sensors.py +++ b/demo_extension/new_sensors.py @@ -45,7 +45,7 @@ "owl": OWL, "sh": SH, "demo": DEMO, - } + }, } # optional diff --git a/examples/air_quality_sensors/generate.py b/examples/air_quality_sensors/generate.py index 521078d9..c578da9d 100644 --- a/examples/air_quality_sensors/generate.py +++ b/examples/air_quality_sensors/generate.py @@ -88,7 +88,7 @@ BLDG["room_1"], ), ] -for (sensor, brick_type, units, location) in sensors: +for sensor, brick_type, units, location in sensors: g.add((sensor, A, brick_type)) g.add((sensor, BRICK.hasUnit, units)) g.add((sensor, BRICK.isPointOf, location)) diff --git a/generate_brick.py b/generate_brick.py index 9e899a6a..a40c30bd 100755 --- a/generate_brick.py +++ b/generate_brick.py @@ -1,4 +1,5 @@ import os +import brickschema import importlib from pathlib import Path import sys @@ -63,7 +64,7 @@ level=logging.INFO, ) -G = Graph() +G = brickschema.Graph() bind_prefixes(G) A = RDF.type @@ -268,6 +269,22 @@ def define_concept_hierarchy(definitions, typeclasses, broader=None, related=Non add_relationships(concept, {k: defn[k] for k in other_properties}) +def inherit_has_quantity(definitions, parent_quantity=None): + """ + Recursively ensures that the BRICK.hasQuantity annotation is inherited down the + subclass tree unless a subclass already specifies a BRICK.hasQuantity. + """ + for classname, defn in definitions.items(): + # Inherit BRICK.hasQuantity from parent if not defined in the current class + if BRICK.hasQuantity not in defn and parent_quantity is not None: + defn[BRICK.hasQuantity] = parent_quantity + + # Recursively apply to subclasses + subclassdef = defn.get("subclasses", {}) + assert isinstance(subclassdef, dict) + inherit_has_quantity(subclassdef, defn.get(BRICK.hasQuantity, parent_quantity)) + + def define_classes(definitions, parent, pun_classes=False, graph=G): """ Generates triples for the hierarchy given by 'definitions', rooted @@ -803,6 +820,14 @@ def handle_deprecations(): # handle ontology definition define_ontology(G) +logging.info("Inheriting annotations down the subclass trees") +inherit_has_quantity(setpoint_definitions) +inherit_has_quantity(sensor_definitions) +inherit_has_quantity(alarm_definitions) +inherit_has_quantity(status_definitions) +inherit_has_quantity(command_definitions) +inherit_has_quantity(parameter_definitions) + # Declare root classes # we keep the definition of brick:Class, which was the root @@ -817,7 +842,7 @@ def handle_deprecations(): "Equipment": {"tags": [TAG.Equipment]}, "Location": {"tags": [TAG.Location]}, "Point": {"tags": [TAG.Point]}, - "Measurable": {}, + "Measurable": {"tags": [TAG.Measurable]}, "Collection": {"tags": [TAG.Collection]}, } define_classes(roots, BRICK.Class) # <= Brick v1.3.0 @@ -841,6 +866,7 @@ def handle_deprecations(): G.add((VCARD.hasAddress, A, OWL.ObjectProperty)) G.add((VCARD.Address, A, OWL.Class)) + logging.info("Defining Point subclasses") # define Point subclasses define_classes(setpoint_definitions, BRICK.Point) @@ -939,10 +965,8 @@ def handle_deprecations(): # "up" into the broader concepts. for r in res: brick_quant, qudt_quant = r - for (unit,) in get_units(qudt_quant): + for unit in get_units(qudt_quant): G.add((brick_quant, QUDT.applicableUnit, unit)) -for r in res: - brick_quant, qudt_quant = r # the symbols, units, and labels are already defined in the previous pass for unit, symb, label in get_units_brick(brick_quant): G.add((brick_quant, QUDT.applicableUnit, unit)) @@ -1052,14 +1076,13 @@ def handle_deprecations(): # create new directory for storing imports os.makedirs("imports", exist_ok=True) env = ontoenv.OntoEnv(initialize=True) -env.refresh() for name, uri in ontology_imports.items(): depg, loc = env.resolve_uri(str(uri)) depg.serialize(Path("imports") / f"{name}.ttl", format="ttl") G += depg # add the imported graph to Brick so we can do validation # validate Brick -valid, _, report = pyshacl.validate(data_graph=G, advanced=True, allow_warnings=True) +valid, _, report = G.validate(engine="topquadrant") if not valid: print(report) sys.exit(1) diff --git a/requirements.txt b/requirements.txt index 8b900e63..9109be04 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,14 @@ owlrl>=6.0 -rdflib>=6.3 +rdflib>=7.0 pytest>=7.3 tqdm>=4.0 -pyshacl>=0.23 +pyshacl>=0.25 docker>=6.0 -brickschema[all]>=0.7.2a2 +brickschema[all]>=0.7.4a8 black==23.3.0 pre-commit>=3.2 flake8>=6.0 semver>=2.10.1 pytest-xdist[psutil] html5lib -ontoenv>=0.3.5 \ No newline at end of file +ontoenv>=0.3.9a1 diff --git a/support/SCHEMA-FACADE_QUDT-v2.1.ttl b/support/SCHEMA-FACADE_QUDT-v2.1.ttl index a5ecee03..92671506 100644 --- a/support/SCHEMA-FACADE_QUDT-v2.1.ttl +++ b/support/SCHEMA-FACADE_QUDT-v2.1.ttl @@ -15,5 +15,5 @@ owl:imports ; owl:versionInfo "Created with TopBraid Composer" ; rdfs:comment "Facade graph for single place to redirect QUDT schema imports. Note that currently, the functions import uses SPIN and OWL."; - rdfs:label "QUDT SCHEMA Facade graph - v2.1.30" ; + rdfs:label "QUDT SCHEMA Facade graph - v2.1.32" ; . diff --git a/support/SCHEMA_QUDT_NoOWL-v2.1.ttl b/support/SCHEMA_QUDT_NoOWL-v2.1.ttl index 2791b7f8..16007822 100644 --- a/support/SCHEMA_QUDT_NoOWL-v2.1.ttl +++ b/support/SCHEMA_QUDT_NoOWL-v2.1.ttl @@ -72,7 +72,7 @@ dcterms:title a owl:Ontology ; vaem:hasGraphMetadata vaem:GMD_SHACLQUDT-SCHEMA ; rdfs:isDefinedBy ; - rdfs:label "QUDT SHACL Schema Version 2.1.30" ; + rdfs:label "QUDT SHACL Schema Version 2.1.32" ; owl:imports ; owl:imports ; owl:imports ; @@ -265,6 +265,7 @@ qudt:CardinalityType rdfs:isDefinedBy ; rdfs:label "Cardinality Type" ; rdfs:subClassOf qudt:EnumeratedValue ; + sh:property qudt:CardinalityType-literal ; sh:property [ a sh:PropertyShape ; sh:path [ @@ -274,9 +275,17 @@ qudt:CardinalityType sh:in ( qudt:CT_COUNTABLY-INFINITE qudt:CT_FINITE + qudt:CT_UNCOUNTABLE ) ; ] ; . +qudt:CardinalityType-literal + a sh:PropertyShape ; + sh:path qudt:literal ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:maxCount 1 ; +. qudt:CharEncoding a qudt:BooleanEncodingType ; a qudt:CharEncodingType ; @@ -431,6 +440,7 @@ qudt:ConstantValue rdfs:label "Constant value" ; rdfs:subClassOf qudt:QuantityValue ; sh:property qudt:ConstantValue-exactConstant ; + sh:property qudt:ConstantValue-informativeReference ; . qudt:ConstantValue-exactConstant a sh:PropertyShape ; @@ -439,6 +449,12 @@ qudt:ConstantValue-exactConstant sh:datatype xsd:boolean ; sh:maxCount 1 ; . +qudt:ConstantValue-informativeReference + a sh:PropertyShape ; + sh:path qudt:informativeReference ; + rdfs:isDefinedBy ; + sh:datatype xsd:anyURI ; +. qudt:CountingUnit a rdfs:Class ; a sh:NodeShape ; @@ -455,6 +471,7 @@ qudt:CurrencyUnit rdfs:label "Currency Unit" ; rdfs:subClassOf qudt:DimensionlessUnit ; sh:property qudt:CurrencyUnit-currencyCode ; + sh:property qudt:CurrencyUnit-currencyExponent ; sh:property qudt:CurrencyUnit-currencyNumber ; . qudt:CurrencyUnit-currencyCode @@ -463,6 +480,12 @@ qudt:CurrencyUnit-currencyCode rdfs:isDefinedBy ; sh:datatype xsd:string ; . +qudt:CurrencyUnit-currencyExponent + a sh:PropertyShape ; + sh:path qudt:currencyExponent ; + rdfs:isDefinedBy ; + sh:datatype xsd:integer ; +. qudt:CurrencyUnit-currencyNumber a sh:PropertyShape ; sh:path qudt:currencyNumber ; @@ -786,6 +809,7 @@ qudt:EnumeratedValue rdfs:isDefinedBy ; rdfs:label "Enumerated Value" ; rdfs:subClassOf qudt:Concept ; + rdfs:subClassOf qudt:Verifiable ; rdfs:subClassOf dtype:EnumeratedValue ; sh:property qudt:EnumeratedValue-abbreviation ; sh:property qudt:EnumeratedValue-description ; @@ -981,7 +1005,7 @@ qudt:IntervalScale 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:comment ""^^rdf:HTML ; rdfs:isDefinedBy ; rdfs:label "Interval scale" ; rdfs:seeAlso qudt:NominalScale ; @@ -1058,6 +1082,7 @@ qudt:OrderedType rdfs:isDefinedBy ; rdfs:label "Ordered type" ; rdfs:subClassOf qudt:EnumeratedValue ; + sh:property qudt:OrderedType-literal ; sh:property [ a sh:PropertyShape ; sh:path [ @@ -1071,6 +1096,13 @@ qudt:OrderedType ) ; ] ; . +qudt:OrderedType-literal + a sh:PropertyShape ; + sh:path qudt:literal ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:maxCount 1 ; +. qudt:OrdinalScale a rdfs:Class ; a sh:NodeShape ; @@ -1122,9 +1154,69 @@ qudt:PhysicalConstant rdfs:isDefinedBy ; rdfs:label "Physical Constant" ; rdfs:subClassOf qudt:Quantity ; + sh:property qudt:PhysicalConstant-applicableSystem ; + sh:property qudt:PhysicalConstant-applicableUnit ; + sh:property qudt:PhysicalConstant-dbpediaMatch ; + sh:property qudt:PhysicalConstant-exactConstant ; + sh:property qudt:PhysicalConstant-exactMatch ; + sh:property qudt:PhysicalConstant-hasDimensionVector ; + sh:property qudt:PhysicalConstant-informativeReference ; + sh:property qudt:PhysicalConstant-isoNormativeReference ; sh:property qudt:PhysicalConstant-latexDefinition ; sh:property qudt:PhysicalConstant-latexSymbol ; sh:property qudt:PhysicalConstant-mathMLdefinition ; + sh:property qudt:PhysicalConstant-normativeReference ; + sh:property qudt:PhysicalConstant-symbol ; + sh:property qudt:PhysicalConstant-ucumCode ; +. +qudt:PhysicalConstant-applicableSystem + a sh:PropertyShape ; + sh:path qudt:applicableSystem ; + rdfs:isDefinedBy ; + sh:class qudt:SystemOfUnits ; +. +qudt:PhysicalConstant-applicableUnit + a sh:PropertyShape ; + sh:path qudt:applicableUnit ; + rdfs:isDefinedBy ; + sh:class qudt:Unit ; +. +qudt:PhysicalConstant-dbpediaMatch + a sh:PropertyShape ; + sh:path qudt:dbpediaMatch ; + rdfs:isDefinedBy ; + sh:datatype xsd:anyURI ; + sh:minCount 0 ; +. +qudt:PhysicalConstant-exactConstant + a sh:PropertyShape ; + sh:path qudt:exactConstant ; + rdfs:isDefinedBy ; + sh:datatype xsd:boolean ; +. +qudt:PhysicalConstant-exactMatch + a sh:PropertyShape ; + sh:path qudt:exactMatch ; + rdfs:isDefinedBy ; + sh:class qudt:PhysicalConstant ; +. +qudt:PhysicalConstant-hasDimensionVector + a sh:PropertyShape ; + sh:path qudt:hasDimensionVector ; + rdfs:isDefinedBy ; + sh:class qudt:QuantityKindDimensionVector ; +. +qudt:PhysicalConstant-informativeReference + a sh:PropertyShape ; + sh:path qudt:informativeReference ; + rdfs:isDefinedBy ; + sh:datatype xsd:anyURI ; +. +qudt:PhysicalConstant-isoNormativeReference + a sh:PropertyShape ; + sh:path qudt:isoNormativeReference ; + rdfs:isDefinedBy ; + sh:datatype xsd:anyURI ; . qudt:PhysicalConstant-latexDefinition a sh:PropertyShape ; @@ -1147,6 +1239,23 @@ qudt:PhysicalConstant-mathMLdefinition sh:datatype xsd:string ; sh:maxCount 1 ; . +qudt:PhysicalConstant-normativeReference + a sh:PropertyShape ; + sh:path qudt:normativeReference ; + rdfs:isDefinedBy ; + sh:datatype xsd:anyURI ; +. +qudt:PhysicalConstant-symbol + a sh:PropertyShape ; + sh:path qudt:symbol ; + rdfs:isDefinedBy ; +. +qudt:PhysicalConstant-ucumCode + a sh:PropertyShape ; + sh:path qudt:ucumCode ; + rdfs:isDefinedBy ; + sh:datatype qudt:UCUMcs ; +. qudt:PlaneAngleUnit a rdfs:Class ; a sh:NodeShape ; @@ -1161,11 +1270,18 @@ qudt:Prefix rdfs:label "Prefix" ; rdfs:subClassOf qudt:Concept ; rdfs:subClassOf qudt:Verifiable ; + sh:property qudt:Prefix-exactMatch ; sh:property qudt:Prefix-latexSymbol ; sh:property qudt:Prefix-prefixMultiplier ; sh:property qudt:Prefix-symbol ; sh:property qudt:Prefix-ucumCode ; . +qudt:Prefix-exactMatch + a sh:PropertyShape ; + sh:path qudt:exactMatch ; + rdfs:isDefinedBy ; + sh:class qudt:Prefix ; +. qudt:Prefix-latexSymbol a sh:PropertyShape ; sh:path qudt:latexSymbol ; @@ -1315,10 +1431,10 @@ qudt:QuantityKind sh:property qudt:QuantityKind-baseUSCustomaryUnitDimensions ; sh:property qudt:QuantityKind-belongsToSystemOfQuantities ; sh:property qudt:QuantityKind-dimensionVectorForSI ; + sh:property qudt:QuantityKind-exactMatch ; sh:property qudt:QuantityKind-expression ; sh:property qudt:QuantityKind-generalization ; sh:property qudt:QuantityKind-hasDimensionVector ; - sh:property qudt:QuantityKind-isQuantityKindOf ; sh:property qudt:QuantityKind-latexDefinition ; sh:property qudt:QuantityKind-mathMLdefinition ; sh:property qudt:QuantityKind-qkdvDenominator ; @@ -1409,6 +1525,12 @@ qudt:QuantityKind-dimensionVectorForSI sh:class qudt:QuantityKindDimensionVector_SI ; sh:maxCount 1 ; . +qudt:QuantityKind-exactMatch + a sh:PropertyShape ; + sh:path qudt:exactMatch ; + rdfs:isDefinedBy ; + sh:class qudt:QuantityKind ; +. qudt:QuantityKind-expression a sh:PropertyShape ; sh:path qudt:expression ; @@ -1427,12 +1549,9 @@ qudt:QuantityKind-hasDimensionVector sh:path qudt:hasDimensionVector ; rdfs:isDefinedBy ; sh:class qudt:QuantityKindDimensionVector ; -. -qudt:QuantityKind-isQuantityKindOf - a sh:PropertyShape ; - sh:path qudt:isQuantityKindOf ; - rdfs:isDefinedBy ; - sh:class qudt:SystemOfQuantityKinds ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:severity sh:Info ; . qudt:QuantityKind-latexDefinition a sh:PropertyShape ; @@ -1483,7 +1602,9 @@ qudt:QuantityKindDimensionVector sh:property qudt:QuantityKindDimensionVector-dimensionExponentForThermodynamicTemperature ; sh:property qudt:QuantityKindDimensionVector-dimensionExponentForTime ; sh:property qudt:QuantityKindDimensionVector-dimensionlessExponent ; + sh:property qudt:QuantityKindDimensionVector-hasReferenceQuantityKind ; sh:property qudt:QuantityKindDimensionVector-latexDefinition ; + sh:property qudt:QuantityKindDimensionVector-latexSymbol ; . qudt:QuantityKindDimensionVector-dimensionExponentForAmountOfSubstance a sh:PropertyShape ; @@ -1542,6 +1663,12 @@ qudt:QuantityKindDimensionVector-dimensionlessExponent sh:maxCount 1 ; sh:minCount 1 ; . +qudt:QuantityKindDimensionVector-hasReferenceQuantityKind + a sh:PropertyShape ; + sh:path qudt:hasReferenceQuantityKind ; + rdfs:isDefinedBy ; + sh:class qudt:QuantityKind ; +. qudt:QuantityKindDimensionVector-latexDefinition a sh:PropertyShape ; sh:path qudt:latexDefinition ; @@ -1549,6 +1676,12 @@ qudt:QuantityKindDimensionVector-latexDefinition sh:datatype qudt:LatexString ; sh:maxCount 1 ; . +qudt:QuantityKindDimensionVector-latexSymbol + a sh:PropertyShape ; + sh:path qudt:latexSymbol ; + rdfs:isDefinedBy ; + sh:datatype qudt:LatexString ; +. qudt:QuantityKindDimensionVector_CGS a rdfs:Class ; a sh:NodeShape ; @@ -1972,6 +2105,7 @@ qudt:SystemOfUnits rdfs:isDefinedBy ; rdfs:label "System of Units" ; rdfs:subClassOf qudt:Concept ; + rdfs:subClassOf qudt:Verifiable ; sh:property qudt:SystemOfUnits-applicablePhysicalConstant ; sh:property qudt:SystemOfUnits-hasAllowedUnit ; sh:property qudt:SystemOfUnits-hasBaseUnit ; @@ -1980,6 +2114,7 @@ qudt:SystemOfUnits sh:property qudt:SystemOfUnits-hasDerivedCoherentUnit ; sh:property qudt:SystemOfUnits-hasDerivedUnit ; sh:property qudt:SystemOfUnits-hasUnit ; + sh:property qudt:SystemOfUnits-prefix ; . qudt:SystemOfUnits-applicablePhysicalConstant a sh:PropertyShape ; @@ -2029,6 +2164,12 @@ qudt:SystemOfUnits-hasUnit rdfs:isDefinedBy ; sh:class qudt:Unit ; . +qudt:SystemOfUnits-prefix + a sh:PropertyShape ; + sh:path qudt:prefix ; + rdfs:isDefinedBy ; + sh:class qudt:Prefix ; +. qudt:TotallyOrdered a qudt:OrderedType ; qudt:literal "total" ; @@ -2084,6 +2225,10 @@ qudt:Unit sh:property qudt:Unit-applicableSystem ; sh:property qudt:Unit-conversionMultiplier ; sh:property qudt:Unit-conversionOffset ; + sh:property qudt:Unit-definedUnitOfSystem ; + sh:property qudt:Unit-derivedCoherentUnitOfSystem ; + sh:property qudt:Unit-derivedUnitOfSystem ; + sh:property qudt:Unit-exactMatch ; sh:property qudt:Unit-expression ; sh:property qudt:Unit-hasDimensionVector ; sh:property qudt:Unit-hasQuantityKind ; @@ -2092,6 +2237,7 @@ qudt:Unit sh:property qudt:Unit-latexSymbol ; sh:property qudt:Unit-mathMLdefinition ; sh:property qudt:Unit-omUnit ; + sh:property qudt:Unit-prefix ; sh:property qudt:Unit-qkdvDenominator ; sh:property qudt:Unit-qkdvNumerator ; sh:property qudt:Unit-siUnitsExpression ; @@ -2141,6 +2287,30 @@ qudt:Unit-conversionOffset ] ) ; . +qudt:Unit-definedUnitOfSystem + a sh:PropertyShape ; + sh:path qudt:definedUnitOfSystem ; + rdfs:isDefinedBy ; + sh:class qudt:SystemOfUnits ; +. +qudt:Unit-derivedCoherentUnitOfSystem + a sh:PropertyShape ; + sh:path qudt:derivedCoherentUnitOfSystem ; + rdfs:isDefinedBy ; + sh:class qudt:SystemOfUnits ; +. +qudt:Unit-derivedUnitOfSystem + a sh:PropertyShape ; + sh:path qudt:derivedUnitOfSystem ; + rdfs:isDefinedBy ; + sh:class qudt:SystemOfUnits ; +. +qudt:Unit-exactMatch + a sh:PropertyShape ; + sh:path qudt:exactMatch ; + rdfs:isDefinedBy ; + sh:class qudt:Unit ; +. qudt:Unit-expression a sh:PropertyShape ; sh:path qudt:expression ; @@ -2160,6 +2330,8 @@ qudt:Unit-hasQuantityKind sh:path qudt:hasQuantityKind ; rdfs:isDefinedBy ; sh:class qudt:QuantityKind ; + sh:minCount 1 ; + sh:severity sh:Info ; . qudt:Unit-iec61360Code a sh:PropertyShape ; @@ -2193,6 +2365,13 @@ qudt:Unit-omUnit sh:path qudt:omUnit ; rdfs:isDefinedBy ; . +qudt:Unit-prefix + a sh:PropertyShape ; + sh:path qudt:prefix ; + rdfs:isDefinedBy ; + sh:class qudt:Prefix ; + sh:maxCount 1 ; +. qudt:Unit-qkdvDenominator a sh:PropertyShape ; sh:path qudt:qkdvDenominator ; @@ -2496,11 +2675,6 @@ qudt:coherentUnitSystem rdfs:label "coherent unit system" ; rdfs:subPropertyOf qudt:hasUnitSystem ; . -qudt:conversionCoefficient - a rdf:Property ; - rdfs:isDefinedBy ; - rdfs:label "conversion coefficient" ; -. qudt:conversionMultiplier a rdf:Property ; rdfs:isDefinedBy ; @@ -2589,9 +2763,9 @@ qudt:derivedNonCoherentUnitOfSystem . qudt:derivedQuantityKindOfSystem a rdf:Property ; + qudt:deprecated true ; rdfs:isDefinedBy ; rdfs:label "derived quantity kind of system" ; - rdfs:subPropertyOf qudt:isQuantityKindOf ; . qudt:derivedUnitOfSystem a rdf:Property ; @@ -2935,9 +3109,9 @@ qudt:integerPercentage . qudt:isBaseQuantityKindOfSystem a rdf:Property ; + qudt:deprecated true ; rdfs:isDefinedBy ; rdfs:label "is base quantity kind of system" ; - rdfs:subPropertyOf qudt:isQuantityKindOf ; . qudt:isDeltaQuantity a rdf:Property ; @@ -2957,7 +3131,8 @@ qudt:isMetricUnit . qudt:isQuantityKindOf a rdf:Property ; - dcterms:description "`qudt:isQuantityKindOf` is a strict inverse of `qudt:hasQuantityKind`. However, it does not express all possible allowed pairs of `qudt:Unit` and `qudt:QuantityKind`. See `qudt:applicableUnit` for a property that expresses all such pairs."^^rdf:HTML ; + 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" ; . @@ -3405,7 +3580,7 @@ vaem:GMD_SHACLQUDT-SCHEMA

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 "2023-08-28T11:26:55.155-04:00"^^xsd:dateTime ; + dcterms:modified "2023-10-19T10:35:06.479-04:00"^^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. @@ -3413,25 +3588,25 @@ THE UCUM TABLE (IN ALL FORMATS), UCUM DEFINITIONS, AND SPECIFICATION ARE PROVIDE """ ; 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 SHACL Schema - Version 2.1.30" ; + dcterms:title "QUDT SHACL Schema - Version 2.1.32" ; 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) SHACL Schema - Version 2.1.30" ; + vaem:graphTitle "Quantities, Units, Dimensions and Types (QUDT) SHACL Schema - Version 2.1.32" ; vaem:hasGraphRole vaem:SHACLSchemaGraph ; 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/2023/08/DOC_SCHEMA-SHACL-QUDT-v2.1.html"^^xsd:anyURI ; + vaem:latestPublishedVersion "https://qudt.org/doc/2023/10/DOC_SCHEMA-SHACL-QUDT-v2.1.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/" ; vaem:namespacePrefix "qudt" ; vaem:owner "qudt.org" ; - vaem:previousPublishedVersion "https://qudt.org/doc/2023/07/DOC_SCHEMA-SHACL-QUDT-v2.1.html"^^xsd:anyURI ; + vaem:previousPublishedVersion "https://qudt.org/doc/2023/09/DOC_SCHEMA-SHACL-QUDT-v2.1.html"^^xsd:anyURI ; vaem:revision "2.1" ; vaem:turtleFileURL "http://qudt.org/2.1/schema/shacl/qudt"^^xsd:anyURI ; vaem:usesNonImportedResource dcterms:abstract ; @@ -3446,7 +3621,7 @@ THE UCUM TABLE (IN ALL FORMATS), UCUM DEFINITIONS, AND SPECIFICATION ARE PROVIDE vaem:usesNonImportedResource voag:QUDT-Attribution ; vaem:withAttributionTo voag:QUDT-Attribution ; rdfs:isDefinedBy ; - rdfs:label "QUDT SHACL Schema Metadata Version 2.1.30" ; + rdfs:label "QUDT SHACL Schema Metadata Version 2.1.32" ; owl:versionIRI ; . vaem:QUDT diff --git a/support/SHACL-SCHEMA-SUPPLEMENT_QUDT-v2.1.ttl b/support/SHACL-SCHEMA-SUPPLEMENT_QUDT-v2.1.ttl index 41a40001..1e4a35ce 100644 --- a/support/SHACL-SCHEMA-SUPPLEMENT_QUDT-v2.1.ttl +++ b/support/SHACL-SCHEMA-SUPPLEMENT_QUDT-v2.1.ttl @@ -7,6 +7,7 @@ @prefix dtype: . @prefix owl: . @prefix prov: . +@prefix qkdv: . @prefix quantitykind: . @prefix qudt: . @prefix qudt.type: . @@ -23,7 +24,7 @@ a owl:Ontology ; vaem:hasGraphMetadata vaem:GMD_SHACLQUDTOVERLAY-SCHEMA ; rdfs:comment "Supplements the generated SHACL Schema with constructs not expressible in the QUDT OWL Ontology" ; - rdfs:label "QUDT SHACL Schema Supplement Version 2.1.30" ; + rdfs:label "QUDT SHACL Schema Supplement Version 2.1.32" ; owl:imports ; owl:imports sh: ; sh:declare [ @@ -36,6 +37,11 @@ sh:namespace "http://qudt.org/schema/qudt/"^^xsd:anyURI ; sh:prefix "qudt" ; ] ; + sh:declare [ + a sh:PrefixDeclaration ; + sh:namespace "http://qudt.org/vocab/dimensionvector/"^^xsd:anyURI ; + sh:prefix "qkdv" ; + ] ; sh:declare [ a sh:PrefixDeclaration ; sh:namespace "http://qudt.org/vocab/quantitykind/"^^xsd:anyURI ; @@ -46,11 +52,19 @@ sh:namespace "http://qudt.org/vocab/unit/"^^xsd:anyURI ; sh:prefix "unit" ; ] ; + # this is a temporary patch until this is fixed in upstream QUDT + sh:declare [ sh:namespace "http://www.w3.org/ns/shacl#"^^xsd:anyURI ; + sh:prefix "sh" ] ; sh:declare [ a sh:PrefixDeclaration ; sh:namespace "http://www.w3.org/1999/02/22-rdf-syntax-ns#"^^xsd:anyURI ; sh:prefix "rdf" ; ] ; + sh:declare [ + a sh:PrefixDeclaration ; + sh:namespace "http://www.w3.org/2000/01/rdf-schema#"^^xsd:anyURI ; + sh:prefix "rdfs" ; + ] ; sh:declare [ a sh:PrefixDeclaration ; sh:namespace "http://www.w3.org/2002/07/owl#"^^xsd:anyURI ; @@ -98,6 +112,35 @@ qudt:Citation-qudt_description rdfs:isDefinedBy ; sh:or qudt:HTMLOrStringOrLangStringOrLatexString ; . +qudt:ClosedWorldShape + a sh:NodeShape ; + sh:severity sh:Info ; + sh:sparql [ + a sh:SPARQLConstraint ; + rdfs:comment "Ensure that all instances of a class use only the properties defined for that class." ; + sh:message "Predicate {?p} is not defined for instance {$this}." ; + sh:prefixes ; + sh:select """ +SELECT $this ?p ?o +WHERE { +$this a/rdfs:subClassOf* qudt:Concept . +$this ?p ?o . +FILTER(STRSTARTS (str(?p), 'http://qudt.org/schema/qudt')) +FILTER NOT EXISTS {$this a sh:NodeShape} +FILTER NOT EXISTS {$this a/rdfs:subClassOf* ?class . + ?class sh:property/sh:path ?p . +} +FILTER NOT EXISTS {$this a/rdfs:subClassOf* ?class . +?class sh:xone/rdf:rest*/rdf:first/sh:property/sh:path ?p . +} +FILTER NOT EXISTS {$this a/rdfs:subClassOf* ?class . +?class sh:or/rdf:rest*/rdf:first/sh:property/sh:path ?p . +} +} +""" ; + ] ; + sh:targetClass qudt:Concept ; +. qudt:Concept rdfs:isDefinedBy ; sh:property qudt:Concept-rdf_type ; @@ -171,6 +214,7 @@ qudt:Concept-rdfs_label sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; sh:minCount 1 ; sh:order "10"^^xsd:decimal ; + sh:severity sh:Warning ; . qudt:Concept-rdfs_seeAlso a sh:PropertyShape ; @@ -234,6 +278,25 @@ qudt:EnumeratedValue-qudt_description rdfs:isDefinedBy ; sh:or qudt:HTMLOrStringOrLangStringOrLatexString ; . +qudt:ExactMatchGoesBothWaysConstraint + a sh:NodeShape ; + rdfs:isDefinedBy ; + sh:severity sh:Info ; + sh:sparql [ + a sh:SPARQLConstraint ; + rdfs:comment "Ensure that if A qudt:exactMatch B then B qudt:exactMatch A" ; + sh:message "Missing triple: {$t} qudt:exactMatch {$this} ." ; + sh:prefixes ; + sh:select """ +SELECT $this ?t +WHERE { +$this qudt:exactMatch ?t . +FILTER NOT EXISTS {?t qudt:exactMatch $this } +} +""" ; + ] ; + sh:targetClass qudt:Concept ; +. qudt:HTMLOrStringOrLangStringOrLatexString a rdf:List ; rdf:first [ @@ -260,6 +323,50 @@ qudt:IdentifiersAndDescriptionsPropertyGroup rdfs:label "Identifiers and Descriptions" ; sh:order "10"^^xsd:decimal ; . +qudt:InconsistentDimensionVectorInSKOSHierarchyConstraint + a sh:NodeShape ; + rdfs:isDefinedBy ; + sh:severity sh:Info ; + sh:sparql [ + a sh:SPARQLConstraint ; + rdfs:comment "Checks that a QuantityKind has the same dimension vector as any skos:broader QuantityKind" ; + sh:message "Unit {$this} has dimension vector {$udv} which is not the same as the dimension vector of its skos:broader, {$qk} with dimension vector {$qdv}" ; + sh:prefixes ; + sh:select """ +SELECT $this ?udv ?qk ?qdv +WHERE { +$this qudt:hasDimensionVector ?udv . +$this skos:broader* ?qk . +?qk qudt:hasDimensionVector ?qdv . +FILTER (?udv != ?qdv) . +} +""" ; + ] ; + sh:targetClass qudt:QuantityKind ; +. +qudt:InconsistentUnitAndDimensionVectorConstraint + a sh:NodeShape ; + rdfs:isDefinedBy ; + sh:severity sh:Info ; + sh:sparql [ + a sh:SPARQLConstraint ; + rdfs:comment "Checks that a Unit and its QuantityKind have the same dimension vector" ; + sh:message "Unit {$this} has dimension vector {$udv} which is not the same as the dimension vector of its quantity kind {$qk} with dimension vector {$qdv}" ; + sh:prefixes ; + sh:select """ +SELECT $this ?udv ?qk ?qdv +WHERE { +$this qudt:hasDimensionVector ?udv . +$this qudt:hasQuantityKind ?qk . +?qk qudt:hasDimensionVector ?qdv . +FILTER (?udv != qkdv:NotApplicable) . +FILTER (?qdv != qkdv:NotApplicable) . +FILTER (?udv != ?qdv) . +} +""" ; + ] ; + sh:targetClass qudt:Unit ; +. qudt:Narratable a qudt:AspectClass ; a sh:NodeShape ; @@ -601,6 +708,26 @@ qudt:UnitEquivalencePropertyGroup rdfs:label "Equivalent Units" ; sh:order "50"^^xsd:decimal ; . +qudt:UnitPointsToAllExactMatchQuantityKindsConstraint + a sh:NodeShape ; + rdfs:isDefinedBy ; + sh:severity sh:Info ; + sh:sparql [ + a sh:SPARQLConstraint ; + rdfs:comment "Ensure that if a Unit hasQuantityKind A, and A qudt:exactMatch B, then the Unit hasQuantityKind B " ; + sh:message "Missing triple: {$this} qudt:hasQuantityKind {?qk2}, because {?qk} qudt:exactMatch {?qk2}" ; + sh:prefixes ; + sh:select """ +SELECT $this ?qk ?qk2 +WHERE { +$this qudt:hasQuantityKind ?qk . +?qk qudt:exactMatch ?qk2 . +FILTER NOT EXISTS {$this qudt:hasQuantityKind ?qk2} +} +""" ; + ] ; + sh:targetClass qudt:Unit ; +. qudt:UnitReferencesPropertyGroup a sh:PropertyGroup ; rdfs:isDefinedBy ; @@ -639,7 +766,7 @@ vaem:GMD_SHACLQUDTOVERLAY-SCHEMA dcterms:created "2020-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. This overlay graph provides additional properties that affect the display of entities in a user interface, as well as some SHACL rules.

"^^rdf:HTML ; - dcterms:modified "2023-08-28T11:27:23.855-04:00"^^xsd:dateTime ; + dcterms:modified "2023-10-19T10:35:35.930-04:00"^^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. @@ -647,20 +774,20 @@ THE UCUM TABLE (IN ALL FORMATS), UCUM DEFINITIONS, AND SPECIFICATION ARE PROVIDE """ ; 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 SHACL Schema Overlay - Version 2.1.30" ; + dcterms:title "QUDT SHACL Schema Overlay - Version 2.1.32" ; vaem:graphName "qudtOverlay" ; - vaem:graphTitle "Quantities, Units, Dimensions and Types (QUDT) SHACL Schema Overlay - Version 2.1.30" ; + vaem:graphTitle "Quantities, Units, Dimensions and Types (QUDT) SHACL Schema Overlay - Version 2.1.32" ; vaem:hasGraphRole vaem:SHACLSchemaOverlayGraph ; vaem:hasOwner vaem:QUDT ; vaem:hasSteward vaem:QUDT ; vaem:intent "Specifies overlay properties and rules for the schema for quantities, units and dimensions. Types are defined in other schemas." ; vaem:isMetadataFor ; - vaem:latestPublishedVersion "https://qudt.org/doc/2023/08/DOC_SCHEMA-SHACL-QUDT-OVERLAY-v2.1.html"^^xsd:anyURI ; + vaem:latestPublishedVersion "https://qudt.org/doc/2023/10/DOC_SCHEMA-SHACL-QUDT-OVERLAY-v2.1.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/" ; vaem:namespacePrefix "qudt" ; vaem:owner "qudt.org" ; - vaem:previousPublishedVersion "https://qudt.org/doc/2023/07/DOC_SCHEMA-SHACL-QUDT-OVERLAY-v2.1.html"^^xsd:anyURI ; + vaem:previousPublishedVersion "https://qudt.org/doc/2023/09/DOC_SCHEMA-SHACL-QUDT-OVERLAY-v2.1.html"^^xsd:anyURI ; vaem:revision "2.1" ; vaem:turtleFileURL "http://qudt.org/2.1/schema/shacl/overlay/qudt"^^xsd:anyURI ; vaem:usesNonImportedResource dcterms:abstract ; @@ -675,6 +802,6 @@ THE UCUM TABLE (IN ALL FORMATS), UCUM DEFINITIONS, AND SPECIFICATION ARE PROVIDE vaem:usesNonImportedResource voag:QUDT-Attribution ; vaem:withAttributionTo voag:QUDT-Attribution ; rdfs:isDefinedBy ; - rdfs:label "QUDT SHACL Schema Overlay Metadata Version 2.1.30" ; + rdfs:label "QUDT SHACL Schema Overlay Metadata Version 2.1.32" ; owl:versionIRI ; . diff --git a/support/VOCAB_QUDT-DIMENSION-VECTORS-v2.1.ttl b/support/VOCAB_QUDT-DIMENSION-VECTORS-v2.1.ttl index 6dd51f94..4ad1a20d 100644 --- a/support/VOCAB_QUDT-DIMENSION-VECTORS-v2.1.ttl +++ b/support/VOCAB_QUDT-DIMENSION-VECTORS-v2.1.ttl @@ -20,7 +20,7 @@ a owl:Ontology ; vaem:hasGraphMetadata vaem:GMD_QUDT-DIMENSION-VECTORS ; rdfs:isDefinedBy ; - rdfs:label "QUDT VOCAB Dimension Vectors Release 2.1.30" ; + rdfs:label "QUDT VOCAB Dimension Vectors Release 2.1.32" ; owl:imports ; owl:versionIRI ; . @@ -1091,7 +1091,6 @@ qkdv:A0E0L-2I0M2H0T-2D0 qudt:dimensionExponentForThermodynamicTemperature 0 ; qudt:dimensionExponentForTime -2 ; qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:MassForcePerVolume ; qudt:latexDefinition "\\(L^-2 M^2 T^-2\\)"^^qudt:LatexString ; rdfs:isDefinedBy ; rdfs:label "A0E0L-2I0M2H0T-2D0" ; @@ -3155,7 +3154,6 @@ qkdv:A0E1L0I0M-1H0T0D0 qudt:dimensionlessExponent 0 ; qudt:hasReferenceQuantityKind quantitykind:ExposureRate ; qudt:hasReferenceQuantityKind quantitykind:SpecificElectricCurrent ; - qudt:isDimensionInSystem qudt:SOQ_ISQ ; qudt:latexDefinition "\\(I M^{-1}\\)"^^qudt:LatexString ; rdfs:isDefinedBy ; rdfs:isDefinedBy ; @@ -3175,7 +3173,6 @@ qkdv:A0E1L0I0M-1H0T1D0 qudt:dimensionlessExponent 0 ; qudt:hasReferenceQuantityKind quantitykind:ElectricChargePerMass ; qudt:hasReferenceQuantityKind quantitykind:SpecificElectricCharge ; - qudt:isDimensionInSystem qudt:SOQ_ISQ ; qudt:latexDefinition "\\(I T M^{-1}\\)"^^qudt:LatexString ; rdfs:isDefinedBy ; rdfs:label "A0E1L0I0M-1H0T1D0" ; @@ -3487,8 +3484,6 @@ qkdv:A0E2L0I0M0H0T1D0 qudt:dimensionExponentForThermodynamicTemperature 0 ; qudt:dimensionExponentForTime 1 ; qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:VoltageLoss ; - qudt:symbol "T I I^2" ; rdfs:isDefinedBy ; rdfs:label "A0E2L0I0M0H0T1D0" ; . @@ -3772,6 +3767,22 @@ qkdv:A1E0L1I0M-2H0T2D0 rdfs:isDefinedBy ; rdfs:label "A1E0L1I0M-2H0T2D0" ; . +qkdv:NotApplicable + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + dcterms:description "This is a placeholder dimension vector used in cases where there is no appropriate dimension vector"^^rdf:HTML ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "Not Applicable" ; +. voag:QUDT-DIMENSIONS-VocabCatalogEntry a vaem:CatalogEntry ; rdfs:isDefinedBy ; @@ -3784,7 +3795,7 @@ vaem:GMD_QUDT-DIMENSION-VECTORS dcterms:created "2019-08-01T16:25:54.850+00:00"^^xsd:dateTime ; dcterms:creator "Steve Ray" ; dcterms:description "Provides the set of all dimension vectors"^^rdf:HTML ; - dcterms:modified "2023-08-28T12:55:02.946-04:00"^^xsd:dateTime ; + dcterms:modified "2023-10-19T12:10:32.305-04:00"^^xsd:dateTime ; dcterms:rights "The QUDT Ontologies are issued under a Creative Commons Attribution 4.0 International License (CC BY 4.0), available at https://creativecommons.org/licenses/by/4.0/. Attribution should be made to QUDT.org" ; dcterms:subject "QUANTITY-KIND-DIMENSION-VECTORS" ; dcterms:title "QUDT Dimension Vectors Version 2.1 Vocabulary" ; @@ -3792,19 +3803,19 @@ vaem:GMD_QUDT-DIMENSION-VECTORS vaem:applicableDomain "Science, Medicine and Engineering" ; vaem:dateCreated "2019-08-01T21:26:38"^^xsd:dateTime ; vaem:description "QUDT Dimension Vectors is a vocabulary that extends QUDT Quantity Kinds with properties that support dimensional analysis. There is one dimension vector for each of the system's base quantity kinds. The vector's magnitude determines the exponent of the base dimension for the referenced quantity kind"^^rdf:HTML ; - vaem:graphTitle "QUDT Dimension Vectors Version 2.1.30" ; + vaem:graphTitle "QUDT Dimension Vectors Version 2.1.32" ; vaem:hasGraphRole vaem:VocabularyGraph ; vaem:intent "TBD" ; vaem:isMetadataFor ; - vaem:latestPublishedVersion "https://qudt.org/doc/2023/08/DOC_VOCAB-QUANTITY-KIND-DIMENSION-VECTORS-v2.1.html"^^xsd:anyURI ; + vaem:latestPublishedVersion "https://qudt.org/doc/2023/10/DOC_VOCAB-QUANTITY-KIND-DIMENSION-VECTORS-v2.1.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/dimensionvector/" ; + vaem:namespace "http://qudt.org/vocab/dimensionvector/"^^xsd:anyURI ; vaem:namespacePrefix "qkdv" ; vaem:owner "qudt.org" ; - vaem:previousPublishedVersion "https://qudt.org/doc/2023/07/DOC_VOCAB-QUANTITY-KIND-DIMENSION-VECTORS-v2.1.html"^^xsd:anyURI ; + vaem:previousPublishedVersion "https://qudt.org/doc/2023/09/DOC_VOCAB-QUANTITY-KIND-DIMENSION-VECTORS-v2.1.html"^^xsd:anyURI ; vaem:revision "2.1" ; vaem:specificity 1 ; - vaem:turtleFileURL "http://qudt.org/2.1/vocab/dimensionvector" ; + vaem:turtleFileURL "http://qudt.org/2.1/vocab/dimensionvector"^^xsd:anyURI ; vaem:usesNonImportedResource dc:contributor ; vaem:usesNonImportedResource dc:creator ; vaem:usesNonImportedResource dc:description ; @@ -3824,5 +3835,5 @@ vaem:GMD_QUDT-DIMENSION-VECTORS vaem:usesNonImportedResource skos:exactMatch ; vaem:withAttributionTo voag:QUDT-Attribution ; rdfs:isDefinedBy ; - rdfs:label "QUDT Dimension Vector Vocabulary Metadata Version 2.1.30" ; + rdfs:label "QUDT Dimension Vector Vocabulary Metadata Version 2.1.32" ; . diff --git a/support/VOCAB_QUDT-PREFIXES-v2.1.ttl b/support/VOCAB_QUDT-PREFIXES-v2.1.ttl new file mode 100644 index 00000000..4da6e3de --- /dev/null +++ b/support/VOCAB_QUDT-PREFIXES-v2.1.ttl @@ -0,0 +1,431 @@ +# baseURI: http://qudt.org/2.1/vocab/prefix +# imports: http://qudt.org/2.1/schema/facade/qudt + +@prefix dcterms: . +@prefix owl: . +@prefix prefix: . +@prefix qudt: . +@prefix rdf: . +@prefix rdfs: . +@prefix vaem: . +@prefix xsd: . + + + a owl:Ontology ; + vaem:hasGraphMetadata vaem:GMD_QUDT-PREFIXES ; + rdfs:label "QUDT VOCAB Decimal Prefixes Release 2.1.32" ; + owl:imports ; + owl:versionIRI ; + owl:versionInfo "Created with TopBraid Composer" ; +. +prefix:Atto + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "\"atto\" is a decimal prefix for expressing a value with a scaling of \\(10^{-18}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Atto"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Atto?oldid=412748080"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E-18 ; + qudt:symbol "a" ; + qudt:ucumCode "a" ; + rdfs:isDefinedBy ; + rdfs:label "Atto"@en ; +. +prefix:Centi + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'centi' is a decimal prefix for expressing a value with a scaling of \\(10^{-2}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Centi-"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Centi-?oldid=480291808"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E-2 ; + qudt:symbol "c" ; + qudt:ucumCode "c" ; + rdfs:isDefinedBy ; + rdfs:label "Centi"@en ; +. +prefix:Deca + a qudt:DecimalPrefix ; + a qudt:Prefix ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Deca"^^xsd:anyURI ; + qudt:exactMatch prefix:Deka ; + qudt:prefixMultiplier 1.0E1 ; + qudt:symbol "da" ; + qudt:ucumCode "da" ; + rdfs:isDefinedBy ; + rdfs:label "Deca"@en ; +. +prefix:Deci + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "\"deci\" is a decimal prefix for expressing a value with a scaling of \\(10^{-1}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Deci-"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Deci-?oldid=469980160"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E-1 ; + qudt:symbol "d" ; + qudt:ucumCode "d" ; + rdfs:isDefinedBy ; + rdfs:label "Deci"@en ; +. +prefix:Deka + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "deka is a decimal prefix for expressing a value with a scaling of \\(10^{1}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Deca"^^xsd:anyURI ; + qudt:exactMatch prefix:Deca ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Deca?oldid=480093935"^^xsd:anyURI ; + qudt:prefixMultiplier "10.0"^^xsd:double ; + qudt:symbol "da" ; + qudt:ucumCode "da" ; + rdfs:isDefinedBy ; + rdfs:label "Deka"@en ; +. +prefix:Exa + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'exa' is a decimal prefix for expressing a value with a scaling of \\(10^{18}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Exa-"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Exa-?oldid=494400216"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E18 ; + qudt:symbol "E" ; + qudt:ucumCode "E" ; + rdfs:isDefinedBy ; + rdfs:label "Exa"@en ; +. +prefix:Exbi + a qudt:BinaryPrefix ; + a qudt:Prefix ; + dcterms:description "A binary prefix for expressing a value with a scaling of \\(1024^{6}\\), or \\(2^{60}\\)."^^qudt:LatexString ; + qudt:prefixMultiplier "152921504606846976.0"^^xsd:double ; + qudt:symbol "Ei" ; + rdfs:isDefinedBy ; + rdfs:label "Exbi"@en ; +. +prefix:Femto + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'femto' is a decimal prefix for expressing a value with a scaling of \\(10^{-15}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Femto-"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Femto-?oldid=467211359"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E-15 ; + qudt:symbol "f" ; + qudt:ucumCode "f" ; + rdfs:isDefinedBy ; + rdfs:label "Femto"@en ; +. +prefix:Gibi + a qudt:BinaryPrefix ; + a qudt:Prefix ; + dcterms:description "A binary prefix for expressing a value with a scaling of \\(1024^{3}\\), or \\(2^{30}\\)."^^qudt:LatexString ; + qudt:prefixMultiplier "1073741824"^^xsd:double ; + qudt:symbol "Gi" ; + rdfs:isDefinedBy ; + rdfs:label "Gibi"@en ; +. +prefix:Giga + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'giga' is a decimal prefix for expressing a value with a scaling of \\(10^{9}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Giga-"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Giga-?oldid=473222816"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E9 ; + qudt:symbol "G" ; + qudt:ucumCode "G" ; + rdfs:isDefinedBy ; + rdfs:label "Giga"@en ; +. +prefix:Hecto + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'hecto' is a decimal prefix for expressing a value with a scaling of \\(10^{2}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Hecto-"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Hecto-?oldid=494711166"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E2 ; + qudt:symbol "h" ; + qudt:ucumCode "h" ; + rdfs:isDefinedBy ; + rdfs:label "Hecto"@en ; +. +prefix:Kibi + a qudt:BinaryPrefix ; + a qudt:Prefix ; + dcterms:description "A binary prefix for expressing a value with a scaling of \\(1024\\), or \\(2^{10}\\)."^^qudt:LatexString ; + qudt:prefixMultiplier "1024"^^xsd:double ; + qudt:symbol "Ki" ; + rdfs:isDefinedBy ; + rdfs:label "Kibi"@en ; +. +prefix:Kilo + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "\"kilo\" is a decimal prefix for expressing a value with a scaling of \\(10^{3}\"\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Kilo"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Kilo?oldid=461428121"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E3 ; + qudt:symbol "k" ; + qudt:ucumCode "k" ; + rdfs:isDefinedBy ; + rdfs:label "Kilo"@en ; +. +prefix:Mebi + a qudt:BinaryPrefix ; + a qudt:Prefix ; + dcterms:description "A binary prefix for expressing a value with a scaling of \\(1024^{2}\\), or \\(2^{20}\\)."^^qudt:LatexString ; + qudt:prefixMultiplier "1048576"^^xsd:double ; + qudt:symbol "Mi" ; + rdfs:isDefinedBy ; + rdfs:label "Mebi"@en ; +. +prefix:Mega + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'mega' is a decimal prefix for expressing a value with a scaling of \\(10^{6}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Mega"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Mega?oldid=494040441"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E6 ; + qudt:symbol "M" ; + qudt:ucumCode "M" ; + rdfs:isDefinedBy ; + rdfs:label "Mega"@en ; +. +prefix:Micro + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "\"micro\" is a decimal prefix for expressing a value with a scaling of \\(10^{-6}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Micro"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Micro?oldid=491618374"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E-6 ; + qudt:symbol "μ" ; + qudt:ucumCode "u" ; + rdfs:isDefinedBy ; + rdfs:label "Micro"@en ; +. +prefix:Milli + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'milli' is a decimal prefix for expressing a value with a scaling of \\(10^{-3}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Milli-"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Milli-?oldid=467190544"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E-3 ; + qudt:symbol "m" ; + qudt:ucumCode "m" ; + rdfs:isDefinedBy ; + rdfs:label "Milli"@en ; +. +prefix:Nano + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'nano' is a decimal prefix for expressing a value with a scaling of \\(10^{-9}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Nano"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Nano?oldid=489001692"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E-9 ; + qudt:symbol "n" ; + qudt:ucumCode "n" ; + rdfs:isDefinedBy ; + rdfs:label "Nano"@en ; +. +prefix:Pebi + a qudt:BinaryPrefix ; + a qudt:Prefix ; + dcterms:description "A binary prefix for expressing a value with a scaling of \\(1024^{5}\\), or \\(2^{50}\\)."^^qudt:LatexString ; + qudt:prefixMultiplier "125899906842624"^^xsd:double ; + qudt:symbol "Pi" ; + rdfs:isDefinedBy ; + rdfs:label "Pebi"@en ; +. +prefix:Peta + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'peta' is a decimal prefix for expressing a value with a scaling of \\(10^{15}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Peta"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Peta?oldid=488263435"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E15 ; + qudt:symbol "P" ; + qudt:ucumCode "P" ; + rdfs:isDefinedBy ; + rdfs:label "Peta"@en ; +. +prefix:Pico + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'pico' is a decimal prefix for expressing a value with a scaling of \\(10^{-12}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Pico"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Pico?oldid=485697614"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E-12 ; + qudt:symbol "p" ; + qudt:ucumCode "p" ; + rdfs:isDefinedBy ; + rdfs:label "Pico"@en ; +. +prefix:Quecto + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'quecto' is a decimal prefix for expressing a value with a scaling of \\(10^{-30}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Quecto"^^xsd:anyURI ; + qudt:informativeReference "https://www.nist.gov/pml/owm/metric-si-prefixes"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E-30 ; + qudt:symbol "q" ; + qudt:ucumCode "q" ; + rdfs:isDefinedBy ; + rdfs:label "Quecto"@en ; +. +prefix:Quetta + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'quetta' is a decimal prefix for expressing a value with a scaling of \\(10^{30}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Quetta"^^xsd:anyURI ; + qudt:informativeReference "https://www.nist.gov/pml/owm/metric-si-prefixes"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E30 ; + qudt:symbol "Q" ; + qudt:ucumCode "Q" ; + rdfs:isDefinedBy ; + rdfs:label "Quetta"@en ; +. +prefix:Ronna + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'ronna' is a decimal prefix for expressing a value with a scaling of \\(10^{27}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Ronna"^^xsd:anyURI ; + qudt:informativeReference "https://www.nist.gov/pml/owm/metric-si-prefixes"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E27 ; + qudt:symbol "R" ; + qudt:ucumCode "R" ; + rdfs:isDefinedBy ; + rdfs:label "Ronna"@en ; +. +prefix:Ronto + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'ronto' is a decimal prefix for expressing a value with a scaling of \\(10^{-27}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Ronto"^^xsd:anyURI ; + qudt:informativeReference "https://www.nist.gov/pml/owm/metric-si-prefixes"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E-27 ; + qudt:symbol "r" ; + qudt:ucumCode "r" ; + rdfs:isDefinedBy ; + rdfs:label "Ronto"@en ; +. +prefix:Tebi + a qudt:BinaryPrefix ; + a qudt:Prefix ; + dcterms:description "A binary prefix for expressing a value with a scaling of \\(1024^4}\\), or \\(2^{40}\\)."^^qudt:LatexString ; + qudt:prefixMultiplier "1099511627776"^^xsd:double ; + qudt:symbol "Ti" ; + rdfs:isDefinedBy ; + rdfs:label "Tebi"@en ; +. +prefix:Tera + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'tera' is a decimal prefix for expressing a value with a scaling of \\(10^{12}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Tera"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Tera?oldid=494204788"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E12 ; + qudt:symbol "T" ; + qudt:ucumCode "T" ; + rdfs:isDefinedBy ; + rdfs:label "Tera"@en ; +. +prefix:Yobi + a qudt:BinaryPrefix ; + a qudt:Prefix ; + dcterms:description "A binary prefix for expressing a value with a scaling of \\(1024^{8}\\), or \\(2^{80}\\)."^^qudt:LatexString ; + qudt:prefixMultiplier "1208925819614629174706176"^^xsd:double ; + qudt:symbol "Yi" ; + rdfs:isDefinedBy ; + rdfs:label "Yobi"@en ; +. +prefix:Yocto + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'yocto' is a decimal prefix for expressing a value with a scaling of \\(10^{-24}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Yocto-"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Yocto-?oldid=488155799"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E-24 ; + qudt:symbol "y" ; + qudt:ucumCode "y" ; + rdfs:isDefinedBy ; + rdfs:label "Yocto"@en ; +. +prefix:Yotta + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'yotta' is a decimal prefix for expressing a value with a scaling of \\(10^{24}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Yotta-"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Yotta-?oldid=494538119"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E24 ; + qudt:symbol "Y" ; + qudt:ucumCode "Y" ; + rdfs:isDefinedBy ; + rdfs:label "Yotta"@en ; +. +prefix:Zebi + a qudt:BinaryPrefix ; + a qudt:Prefix ; + dcterms:description "A binary prefix for expressing a value with a scaling of \\(1024^{7}\\), or \\(2^{70}\\)."^^qudt:LatexString ; + qudt:prefixMultiplier "1180591620717411303424"^^xsd:double ; + qudt:symbol "Zi" ; + rdfs:isDefinedBy ; + rdfs:label "Zebi"@en ; +. +prefix:Zepto + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'zepto' is a decimal prefix for expressing a value with a scaling of \\(10^{-21}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Zepto-"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Zepto-?oldid=476974663"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E-21 ; + qudt:symbol "z" ; + qudt:ucumCode "z" ; + rdfs:isDefinedBy ; + rdfs:label "Zepto"@en ; +. +prefix:Zetta + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'zetta' is a decimal prefix for expressing a value with a scaling of \\(10^{21}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Zetta-"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Zetta-?oldid=495223080"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E21 ; + qudt:symbol "Z" ; + qudt:ucumCode "Z" ; + rdfs:isDefinedBy ; + rdfs:label "Zetta"@en ; +. +vaem:GMD_QUDT-PREFIXES + a vaem:GraphMetaData ; + dcterms:contributor "Jack Hodges" ; + dcterms:contributor "Michael Ringel" ; + dcterms:contributor "Ralph Hodgson" ; + dcterms:contributor "Steve Ray" ; + dcterms:created "2020-07-15"^^xsd:date ; + dcterms:creator "Steve Ray" ; + dcterms:modified "2023-10-19T12:29:18.111-04:00"^^xsd:dateTime ; + dcterms:rights "The QUDT Ontologies are issued under a Creative Commons Attribution 4.0 International License (CC BY 4.0), available at https://creativecommons.org/licenses/by/4.0/. Attribution should be made to QUDT.org" ; + dcterms:subject "Prefixes" ; + dcterms:title "QUDT Prefixes Version 2.1 Vocabulary" ; + vaem:description "The Prefixes vocabulary defines the prefixes commonly prepended to units to connote multiplication, either decimal or binary." ; + vaem:graphName "prefix" ; + vaem:graphTitle "QUDT Prefixes Version 2.1.32" ; + vaem:hasGraphRole vaem:VocabularyGraph ; + vaem:hasOwner ; + vaem:hasSteward ; + vaem:intent "Provides a vocabulary of prefixes for both human and machine use" ; + vaem:isMetadataFor ; + vaem:latestPublishedVersion "https://qudt.org/doc/2023/10/DOC_VOCAB-PREFIXES-v2.1.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/prefix/"^^xsd:anyURI ; + vaem:namespacePrefix "prefix" ; + vaem:owner "QUDT.org" ; + vaem:previousPublishedVersion "https://qudt.org/doc/2023/09/DOC_VOCAB-PREFIXES-v2.1.html"^^xsd:anyURI ; + vaem:revision "2.1" ; + vaem:specificity 1 ; + vaem:turtleFileURL "http://qudt.org/2.1/vocab/prefix"^^xsd:anyURI ; + vaem:urlForHTML "http://qudt.org/2.1/vocab/prefix.html"^^xsd:anyURI ; + vaem:usesNonImportedResource dcterms:abstract ; + vaem:usesNonImportedResource dcterms:created ; + vaem:usesNonImportedResource dcterms:creator ; + vaem:usesNonImportedResource dcterms:modified ; + vaem:usesNonImportedResource dcterms:title ; + vaem:website "http://qudt.org/2.1/vocab/prefix.ttl"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "QUDT Prefix Vocabulary Version Metadata 2.1.32" ; +. diff --git a/support/VOCAB_QUDT-QUANTITY-KINDS-ALL-v2.1.ttl b/support/VOCAB_QUDT-QUANTITY-KINDS-ALL-v2.1.ttl index a08e320e..a6daf04a 100644 --- a/support/VOCAB_QUDT-QUANTITY-KINDS-ALL-v2.1.ttl +++ b/support/VOCAB_QUDT-QUANTITY-KINDS-ALL-v2.1.ttl @@ -14,6 +14,7 @@ @prefix rdf: . @prefix rdfs: . @prefix skos: . +@prefix soqk: . @prefix unit: . @prefix vaem: . @prefix voag: . @@ -23,7 +24,7 @@ a owl:Ontology ; vaem:hasGraphMetadata vaem:GMD_QUDT-QUANTITY-KINDS-ALL ; rdfs:isDefinedBy ; - rdfs:label "QUDT Quantity Kind Vocabulary Version 2.1.30" ; + rdfs:label "QUDT Quantity Kind Vocabulary Version 2.1.32" ; owl:imports ; owl:imports ; owl:versionIRI ; @@ -44,7 +45,27 @@ quantitykind:AbsoluteActivity quantitykind:AbsoluteHumidity a qudt:QuantityKind ; dcterms:description "\"Absolute Humidity\" is an amount of water vapor, 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 vapor 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 ; + 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 ; @@ -53,13 +74,35 @@ quantitykind:AbsoluteHumidity 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 ; + 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 "http://en.wikipedia.org/wiki/Humidity"^^xsd:anyURI ; qudt:informativeReference "http://en.wikipedia.org/wiki/Humidity#Absolute_humidity"^^xsd:anyURI ; @@ -96,6 +139,8 @@ quantitykind:AbsorbedDoseRate 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)."^^rdf:HTML ; qudt:applicableUnit unit:ERG-PER-GM-SEC ; qudt:applicableUnit unit:GRAY-PER-SEC ; + qudt:applicableUnit unit:MilliW-PER-MilliGM ; + qudt:applicableUnit unit:W-PER-GM ; qudt:applicableUnit unit:W-PER-KiloGM ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; qudt:informativeReference "http://www.answers.com/topic/absorbed-dose-rate"^^xsd:anyURI ; @@ -117,7 +162,6 @@ quantitykind:Absorptance 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:systemDerivedQuantityKind qudt:SOQ_SI ; vaem:todo "belongs to SOQ-ISO" ; rdfs:isDefinedBy ; rdfs:label "Absorptance"@en ; @@ -141,27 +185,7 @@ quantitykind:Acceleration qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; qudt:informativeReference "http://en.wikipedia.org/wiki/Acceleration"^^xsd:anyURI ; 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 ; - owl:sameAs quantitykind:LinearAcceleration ; + rdfs:label "Beschleunigung"@de , "Pecutan"@ms , "Zrychlení"@cs , "acceleratio"@la , "acceleration"@en , "accelerazione"@it , "accelerație"@ro , "accélération"@fr , "aceleración"@es , "aceleração"@pt , "ivme"@tr , "pospešek"@sl , "przyspieszenie"@pl , "Όγκος"@el , "Ускоре́ние"@ru , "التسارع"@ar , "شتاب"@fa , "त्वरण"@hi , "加速度"@ja , "加速度"@zh ; . quantitykind:AccelerationOfGravity a qudt:QuantityKind ; @@ -190,7 +214,9 @@ quantitykind:AcceptorDensity qudt:applicableUnit unit:NUM-PER-L ; qudt:applicableUnit unit:NUM-PER-M3 ; qudt:applicableUnit unit:NUM-PER-MicroL ; + qudt:applicableUnit unit:NUM-PER-MilliM3 ; qudt:applicableUnit unit:NUM-PER-NanoL ; + qudt:applicableUnit unit:NUM-PER-PicoL ; qudt:applicableUnit unit:PER-M3 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; @@ -452,6 +478,7 @@ quantitykind:ActivityConcentration quantitykind:ActivityThresholds a qudt:QuantityKind ; dcterms:description "\"Activity Thresholds\" are thresholds of sensitivity for radioactivity."^^rdf:HTML ; + 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." ; @@ -460,7 +487,8 @@ quantitykind:ActivityThresholds . quantitykind:Adaptation a qudt:QuantityKind ; - dcterms:description "\"Adaptation\" is the recovery of visual ability following exposure to light (dark adaptation)."^^rdf:HTML ; + dcterms:description "\"Adaptation\" is the recovery of visual ability following exposure to light (dark adaptation), usually measured in units of time."^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; qudt:informativeReference "http://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)." ; @@ -626,6 +654,7 @@ The SI unit of pressure is the pascal (Pa), which is a very small unit relative qudt:applicableUnit unit:LB_F-PER-IN2 ; qudt:applicableUnit unit:MegaBAR ; qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; qudt:applicableUnit unit:MicroATM ; qudt:applicableUnit unit:MicroBAR ; qudt:applicableUnit unit:MicroPA ; @@ -669,38 +698,39 @@ quantitykind:AmountOfSubstance qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; qudt:symbol "n" ; 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 "chemical amount"@en ; - rdfs:label "jumlah kimia"@ms ; - 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à chimica"@it ; - rdfs:label "quantità di materia"@it ; - 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 ; + rdfs:label "amount of substance"@en , "Stoffmenge"@de , "quantité de matière"@fr , "cantidad de sustancia"@es , "quantidade de substância"@pt , "quantità di sostanza"@it , "cantitate de substanță"@ro , "Количество вещество"@bg , "množina snovi"@sl , "Látkové množství"@cs , "liczność materii"@pl , "Количество вещества"@ru , "anyagmennyiség"@hu , "madde miktarı"@tr , "Ποσότητα Ουσίας"@el , "כמות חומר"@he , "كمية المادة"@ar , "مقدار ماده"@fa , "पदार्थ की मात्रा"@hi , "物质的量"@zh , "物質量"@ja , "Jumlah bahan"@ms , "quantitas substantiae"@la ; + skos:altLabel "chemical amount"@en , "quantità di materia"@it , "quantità chimica"@it , "jumlah kimia"@ms ; +. +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."^^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:exactMatch quantitykind:AmountOfSubstancePerUnitVolume ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:informativeReference "http://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:symbol "C_B" ; + rdfs:isDefinedBy ; + rdfs:label "Amount of Substance of Concentration"@en ; . quantitykind:AmountOfSubstanceConcentrationOfB a qudt:QuantityKind ; dcterms:description "\"Amount of Substance of Concentration of B\" is defined as the amount of a constituent divided by the volume of the mixture."^^rdf:HTML ; - qudt:applicableUnit unit:MOL-PER-M3 ; + dcterms:isReplacedBy quantitykind:AmountOfSubstanceConcentration ; + qudt:deprecated true ; qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; qudt:informativeReference "http://en.wikipedia.org/wiki/Amount_of_substance_concentration"^^xsd:anyURI ; qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; @@ -710,10 +740,24 @@ quantitykind:AmountOfSubstanceConcentrationOfB rdfs:isDefinedBy ; rdfs:label "Amount of Substance of Concentration of B"@en ; . +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."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://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:isDefinedBy ; + rdfs:label "Fractional Amount of Substance"@en ; +. quantitykind:AmountOfSubstanceFractionOfB a qudt:QuantityKind ; dcterms:description "\"Amount of Substance of Fraction of B\" is defined as tthe amount of a constituent divided by the total amount of all constituents in a mixture."^^rdf:HTML ; - qudt:applicableUnit unit:UNITLESS ; + dcterms:isReplacedBy quantitykind:AmountOfSubstanceFraction ; + qudt:deprecated true ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:informativeReference "http://en.wikipedia.org/wiki/Amount_fraction"^^xsd:anyURI ; qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; @@ -766,6 +810,7 @@ quantitykind:AmountOfSubstancePerUnitVolume 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 ; @@ -794,7 +839,6 @@ quantitykind:Angle qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; rdfs:isDefinedBy ; rdfs:label "Angle"@en ; - owl:sameAs quantitykind:PlaneAngle ; skos:broader quantitykind:DimensionlessRatio ; . quantitykind:AngleOfAttack @@ -856,23 +900,7 @@ quantitykind:AngularAcceleration qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T2D0 ; qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; 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 ; + rdfs:label "Accelerație unghiulară"@ro , "Açısal ivme"@tr , "Pecutan bersudut"@ms , "Przyspieszenie kątowe"@pl , "Winkelbeschleunigung"@de , "accelerazione angolare"@it , "accélération angulaire"@fr , "aceleración angular"@es , "aceleração angular"@pt , "angular acceleration"@en , "Úhlové zrychlení"@cs , "Угловое ускорение"@ru , "تسارع زاوي"@ar , "شتاب زاویه‌ای"@fa , "कोणीय त्वरण"@hi , "角加速度"@ja , "角加速度"@zh ; skos:broader quantitykind:InverseSquareTime ; . quantitykind:AngularCrossSection @@ -931,28 +959,17 @@ quantitykind:AngularFrequency qudt:latexSymbol "\\(\\omega\\)"^^qudt:LatexString ; vaem:todo "belongs to SOQ-ISO" ; rdfs:isDefinedBy ; - rdfs:label "Kreisfrequenz"@de ; - rdfs:label "Pulsación"@fr ; - rdfs:label "Pulsatanzpulsation"@de ; - 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 "pulsatance"@en ; - rdfs:label "pulsazione"@it ; - rdfs:label "pulsação"@pt ; - rdfs:label "تردد زاوى"@ar ; - rdfs:label "نابض"@ar ; - rdfs:label "角周波数"@ja ; - rdfs:label "角振動数"@ja ; - rdfs:label "角速度"@zh ; - rdfs:label "角频率"@zh ; + rdfs:label "angular frequency"@en , "Kreisfrequenz"@de , "Pulsación"@fr , "pulsación"@es , "frequência angular"@pt , "frequenza angolare"@it , "pulsacja"@pl , "تردد زاوى"@ar , "角频率"@zh , "角振動数"@ja ; + skos:altLabel "pulsatance"@en , "Pulsatanzpulsation"@de , "pulsação"@pt , "pulsazione"@it , "نابض"@ar , "角速度"@zh , "角周波数"@ja ; skos:broader quantitykind:AngularVelocity ; . 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 ; @@ -962,17 +979,8 @@ quantitykind:AngularImpulse qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; qudt:symbol "H" ; rdfs:isDefinedBy ; - rdfs:label "Drehmomentstoß"@de ; - 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 ; + rdfs:label "angular impulse"@en , "Drehstoß"@de , "impulsion angulaire"@fr , "impulso angular"@es , "impulsão angular"@pt , "impulso angolare"@it , "popęd kątowy"@pl , "نبضة دفعية زاوية"@ar , "角冲量;冲量矩"@zh , "角力積"@ja ; + skos:altLabel "Drehmomentstoß"@de ; owl:sameAs quantitykind:AngularMomentum ; . quantitykind:AngularMomentum @@ -994,7 +1002,6 @@ quantitykind:AngularMomentum qudt:symbol "L" ; rdfs:isDefinedBy ; rdfs:label "Angular Momentum"@en ; - owl:sameAs quantitykind:AngularImpulse ; . quantitykind:AngularMomentumPerAngle a qudt:QuantityKind ; @@ -1039,26 +1046,8 @@ quantitykind:AngularVelocity qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T1D0 ; qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; 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 speed"@en ; - rdfs:label "angular velocity"@en ; - rdfs:label "kelajuan bersudut"@ms ; - 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:label "angular velocity"@en , "Winkelgeschwindigkeit"@de , "vitesse angulaire"@fr , "velocidad angular"@es , "velocidade angular"@pt , "velocità angolare"@it , "Viteză unghiulară"@ro , "kotna hitrost"@sl , "Úhlová rychlost"@cs , "Prędkość kątowa"@pl , "Угловая скорость"@ru , "Açısal hız"@tr , "سرعة زاوية"@ar , "سرعت زاویه‌ای"@fa , "कोणीय वेग"@hi , "角速度"@zh , "角速度"@ja , "Halaju bersudut"@ms ; + skos:altLabel "angular speed"@en , "kelajuan bersudut"@ms ; . quantitykind:AngularWavenumber a qudt:QuantityKind ; @@ -1076,22 +1065,8 @@ Alternatively: qudt:symbol "k" ; vaem:todo "belongs to SOQ-ISO" ; rdfs:isDefinedBy ; - rdfs:label "Kreisrepetenz"@de ; - rdfs:label "Kreiswellenzahl"@de ; - rdfs:label "angular repetency"@en ; - 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 "repetencja kątowa"@pl ; - rdfs:label "repetência angular"@pt ; - rdfs:label "répétence angulaire"@fr ; - rdfs:label "تكرار زاوى"@ar ; - rdfs:label "عدد موجى زاوى"@ar ; - rdfs:label "角波数"@ja ; - rdfs:label "角波数"@zh ; + rdfs:label "angular wavenumber"@en , "Kreisrepetenz"@de , "nombre d'onde angulaire"@fr , "número de onda angular"@es , "número de onda angular"@pt , "numero d'onda angolare"@it , "liczba falowa kątowa"@pl , "عدد موجى زاوى"@ar , "角波数"@zh , "角波数"@ja ; + skos:altLabel "angular repetency"@en , "Kreiswellenzahl"@de , "répétence angulaire"@fr , "repetência angular"@pt , "repetencja kątowa"@pl , "تكرار زاوى"@ar ; skos:broader quantitykind:InverseLength ; . quantitykind:ApogeeRadius @@ -1152,17 +1127,8 @@ quantitykind:ApparentPower 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 ; 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:label "视在功率"@zh ; + rdfs:label "apparent power"@en , "Scheinleistung"@de , "puissance apparente"@fr , "potencia aparente"@es , "potência aparente"@pt , "potenza apparente"@it , "moc pozorna"@pl , "القدرة الظاهرية"@ar , "视在功率"@zh , "皮相電力"@ja ; + skos:altLabel "表观功率"@zh ; rdfs:seeAlso quantitykind:ElectricCurrent ; rdfs:seeAlso quantitykind:Voltage ; skos:broader quantitykind:ComplexPower ; @@ -1193,28 +1159,8 @@ quantitykind:Area qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; 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." ; 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 "superficie"@fr ; - 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 ; + rdfs:label "area"@en , "Fläche"@de , "aire"@fr , "área"@es , "área"@pt , "area"@it , "arie"@ro , "Площ"@bg , "površina"@sl , "plocha"@cs , "pole powierzchni"@pl , "Площадь"@ru , "alan"@tr , "Ταχύτητα"@el , "שטח"@he , "مساحة"@ar , "مساحت"@fa , "क्षेत्रफल"@hi , "面积"@zh , "面積"@ja , "Keluasan"@ms ; + skos:altLabel "superficie"@fr ; . quantitykind:AreaAngle a qudt:QuantityKind ; @@ -1370,6 +1316,7 @@ quantitykind:AtmosphericPressure qudt:applicableUnit unit:LB_F-PER-IN2 ; qudt:applicableUnit unit:MegaBAR ; qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; qudt:applicableUnit unit:MicroATM ; qudt:applicableUnit unit:MicroBAR ; qudt:applicableUnit unit:MicroPA ; @@ -1565,6 +1512,7 @@ quantitykind:AttenuationCoefficient 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 "http://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 ; @@ -1699,6 +1647,7 @@ quantitykind:AverageHeadEndPressure qudt:applicableUnit unit:LB_F-PER-IN2 ; qudt:applicableUnit unit:MegaBAR ; qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; qudt:applicableUnit unit:MicroATM ; qudt:applicableUnit unit:MicroBAR ; qudt:applicableUnit unit:MicroPA ; @@ -2041,22 +1990,7 @@ quantitykind:Breadth qudt:plainTextDescription "\"Breadth\" is the extent or measure of how broad or wide something is." ; qudt:symbol "b" ; 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 ; + rdfs:label "Breite"@de , "ancho"@es , "breadth"@en , "genişliği"@tr , "largeur"@fr , "larghezza"@it , "largura"@pt , "lebar"@ms , "szerokość"@pl , "širina"@sl , "šířka"@cs , "ширина"@ru , "العرض"@ar , "عرض"@fa , "寬度"@zh , "幅"@ja ; skos:broader quantitykind:Length ; . quantitykind:BucklingFactor @@ -2151,6 +2085,7 @@ quantitykind:BurnRate 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:KN ; qudt:applicableUnit unit:KiloM-PER-DAY ; @@ -2258,8 +2193,8 @@ quantitykind:CENTER-OF-GRAVITY_X qudt:applicableUnit unit:ROD ; qudt:applicableUnit unit:YD ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://www.grc.nasa.gov/WWW/k-12/airplane/cg.html"^^xsd:anyURI ; qudt:symbol "cg" ; - qudt:url "http://www.grc.nasa.gov/WWW/k-12/airplane/cg.html"^^xsd:anyURI ; rdfs:isDefinedBy ; rdfs:label "Center of Gravity in the X axis"@en ; skos:broader quantitykind:Length ; @@ -2304,8 +2239,8 @@ quantitykind:CENTER-OF-GRAVITY_Y qudt:applicableUnit unit:ROD ; qudt:applicableUnit unit:YD ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://www.grc.nasa.gov/WWW/k-12/airplane/cg.html"^^xsd:anyURI ; qudt:symbol "cg" ; - qudt:url "http://www.grc.nasa.gov/WWW/k-12/airplane/cg.html"^^xsd:anyURI ; rdfs:isDefinedBy ; rdfs:label "Center of Gravity in the Y axis"@en ; skos:broader quantitykind:Length ; @@ -2350,8 +2285,8 @@ quantitykind:CENTER-OF-GRAVITY_Z qudt:applicableUnit unit:ROD ; qudt:applicableUnit unit:YD ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://www.grc.nasa.gov/WWW/k-12/airplane/cg.html"^^xsd:anyURI ; qudt:symbol "cg" ; - qudt:url "http://www.grc.nasa.gov/WWW/k-12/airplane/cg.html"^^xsd:anyURI ; rdfs:isDefinedBy ; rdfs:label "Center of Gravity in the Z axis"@en ; skos:broader quantitykind:Length ; @@ -2396,9 +2331,9 @@ quantitykind:CENTER-OF-MASS qudt:applicableUnit unit:ROD ; qudt:applicableUnit unit:YD ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://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" ; - qudt:url "http://en.wikipedia.org/wiki/Center_of_mass"^^xsd:anyURI ; rdfs:isDefinedBy ; rdfs:label "Center of Mass (CoM)"@en ; skos:altLabel "COM" ; @@ -2631,8 +2566,6 @@ quantitykind:CartesianArea qudt:applicableUnit unit:NanoM2 ; qudt:applicableUnit unit:PlanckArea ; qudt:applicableUnit unit:YD2 ; - qudt:hasDimension qudt:DIM_CGS-L2 ; - qudt:hasDimension qudt:DIM_USCUSTOMARY-L2 ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; qudt:informativeReference "http://en.wikipedia.org/wiki/Area"^^xsd:anyURI ; qudt:latexDefinition "\\(A = \\int\\int dxdy\\), where \\(x\\) and \\(y\\) are cartesian coordinates."^^qudt:LatexString ; @@ -2689,17 +2622,8 @@ quantitykind:CartesianCoordinates 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:isDefinedBy ; - rdfs:label "Cartesian coordinates"@en ; - rdfs:label "Kartézská soustava souřadnic"@cs ; - rdfs:label "Kartézské souřadnice"@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 ; + rdfs:label "Cartesian coordinates"@en , "kartesische Koordinaten"@de , "coordonnées cartésiennes"@fr , "coordenadas cartesianas"@pt , "coordinate cartesiane"@it , "Kartézská soustava souřadnic"@cs , "kartezyen koordinatları"@tr , "مختصات دکارتی"@fa , "直角坐标系"@zh , "Koordiant Kartesius"@ms ; + skos:altLabel "Kartézské souřadnice"@cs ; skos:broader quantitykind:Length ; . quantitykind:CartesianVolume @@ -2756,27 +2680,7 @@ quantitykind:CartesianVolume 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: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 ; + rdfs:label "Isipadu"@ms , "Objem"@cs , "Volumen"@de , "hacim"@tr , "objętość"@pl , "prostornina"@sl , "volum"@ro , "volume"@en , "volume"@fr , "volume"@it , "volume"@pt , "volumen"@es , "Επιτάχυνση"@el , "Обем"@bg , "Объём"@ru , "נפח"@he , "حجم"@ar , "حجم"@fa , "आयतन"@hi , "体积"@zh , "体積"@ja ; skos:broader quantitykind:Volume ; . quantitykind:CatalyticActivity @@ -2789,6 +2693,21 @@ 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."^^rdf:HTML ; + qudt:applicableUnit unit:KAT-PER-L ; + qudt:applicableUnit unit:KAT-PER-MicroL ; + qudt:applicableUnit unit:MicroKAT-PER-L ; + qudt:applicableUnit unit:MilliKAT-PER-L ; + qudt:applicableUnit unit:NanoKAT-PER-L ; + qudt:applicableUnit unit:PicoKAT-PER-L ; + 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." ; + rdfs:isDefinedBy ; + rdfs:label "Catalytic Activity Concentration"@en ; +. 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."^^rdf:HTML ; @@ -2801,25 +2720,7 @@ quantitykind:CelsiusTemperature \\(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." ; 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 ; + rdfs:label "Celsius sıcaklık"@tr , "Celsius temperature"@en , "Celsius-Temperatur"@de , "Suhu Celsius"@ms , "temperatura Celsius"@es , "temperatura Celsius"@it , "temperatura celsius"@pt , "temperatura"@pl , "temperatura"@sl , "temperatură Celsius"@ro , "température Celsius"@fr , "teplota"@cs , "Температура Цельсия"@ru , "צלזיוס"@he , "درجة الحرارة المئوية أو السيلسيوس"@ar , "دمای سلسیوس/سانتیگراد"@fa , "सेल्सियस तापमान"@hi , "温度"@ja , "温度"@zh ; skos:broader quantitykind:ThermodynamicTemperature ; prov:wasDerivedFrom quantitykind:ThermodynamicTemperature ; . @@ -2862,8 +2763,8 @@ quantitykind:CenterOfGravity_X qudt:applicableUnit unit:ROD ; qudt:applicableUnit unit:YD ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://www.grc.nasa.gov/WWW/k-12/airplane/cg.html"^^xsd:anyURI ; qudt:symbol "cg" ; - qudt:url "http://www.grc.nasa.gov/WWW/k-12/airplane/cg.html"^^xsd:anyURI ; rdfs:isDefinedBy ; rdfs:label "Center of Gravity in the X axis"@en ; skos:broader quantitykind:Length ; @@ -2907,8 +2808,8 @@ quantitykind:CenterOfGravity_Y qudt:applicableUnit unit:ROD ; qudt:applicableUnit unit:YD ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://www.grc.nasa.gov/WWW/k-12/airplane/cg.html"^^xsd:anyURI ; qudt:symbol "cg" ; - qudt:url "http://www.grc.nasa.gov/WWW/k-12/airplane/cg.html"^^xsd:anyURI ; rdfs:isDefinedBy ; rdfs:label "Center of Gravity in the Y axis"@en ; skos:broader quantitykind:Length ; @@ -2952,8 +2853,8 @@ quantitykind:CenterOfGravity_Z qudt:applicableUnit unit:ROD ; qudt:applicableUnit unit:YD ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://www.grc.nasa.gov/WWW/k-12/airplane/cg.html"^^xsd:anyURI ; qudt:symbol "cg" ; - qudt:url "http://www.grc.nasa.gov/WWW/k-12/airplane/cg.html"^^xsd:anyURI ; rdfs:isDefinedBy ; rdfs:label "Center of Gravity in the Z axis"@en ; skos:broader quantitykind:Length ; @@ -3005,6 +2906,21 @@ quantitykind:ChemicalAffinity rdfs:isDefinedBy ; rdfs:label "Chemical Affinity"@en ; . +quantitykind:ChemicalConsumptionPerMass + a qudt:QuantityKind ; + qudt:applicableUnit unit:DeciL-PER-GM ; + 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: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."^^rdf:HTML ; @@ -3018,22 +2934,7 @@ quantitykind:ChemicalPotential 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." ; 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 ; + rdfs:label "Chemický potenciál"@cs , "Keupayaan kimia"@ms , "Potencjał chemiczny"@pl , "Potențial chimic"@ro , "chemical potential"@en , "chemisches Potential des Stoffs B"@de , "kimyasal potansiyel"@tr , "potencial químico"@es , "potencial químico"@pt , "potential chimique"@fr , "potenziale chimico"@it , "Химический потенциал"@ru , "جهد كيميائي"@ar , "پتانسیل شیمیایی"@fa , "化学ポテンシャル"@ja , "化学势"@zh ; skos:broader quantitykind:MolarEnergy ; . quantitykind:Chromaticity @@ -3369,8 +3270,7 @@ quantitykind:Constringence qudt:symbol "V" ; rdfs:isDefinedBy ; rdfs:label "Constringence"@en ; - skos:altLabel "Abbe Number"@en ; - skos:altLabel "V-number"@en ; + skos:altLabel "Abbe Number"@en , "V-number"@en ; skos:broader quantitykind:DimensionlessRatio ; . quantitykind:ConvectiveHeatTransfer @@ -3418,16 +3318,7 @@ quantitykind:CouplingFactor 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: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 ; + rdfs:label "Constantă de cuplaj"@ro , "constante de acoplamiento"@es , "constante de couplage"@fr , "coupling factor"@en , "fattore di accoppiamento"@it , "stała sprzężenia"@pl , "Çiftlenim sabiti"@tr , "Константа взаимодействия"@ru , "結合定数"@ja , "耦合常數"@zh ; . quantitykind:CrossSection a qudt:QuantityKind ; @@ -3504,23 +3395,7 @@ quantitykind:CubicExpansionCoefficient qudt:qkdvDenominator qkdv:A0E0L3I0M0H1T0D0 ; qudt:qkdvNumerator qkdv:A0E0L3I0M0H0T0D0 ; 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 ; + rdfs:label "Hullámszám"@hu , "Volumenausdehnungskoeffizient"@de , "coefficient de dilatation volumique"@fr , "coefficiente di dilatazione volumica"@it , "coeficiente de dilatación cúbica"@es , "coeficiente de dilatação volúmica"@pt , "cubic expansion coefficient"@en , "kübik genleşme katsayısı"@tr , "współczynnik rozszerzalności objętościowej"@pl , "Κυματαριθμός"@el , "Вълново число"@bg , "Температурный коэффициент"@ru , "מספר גל"@he , "ضریب انبساط گرمایی"@fa , "معامل التمدد الحجمى"@ar , "体膨胀系数"@zh , "線膨張係数"@ja ; skos:broader quantitykind:ExpansionRatio ; . quantitykind:CurieTemperature @@ -3532,23 +3407,7 @@ quantitykind:CurieTemperature qudt:plainTextDescription "\"Curie Temperature\" is the critical thermodynamic temperature of a ferromagnet." ; qudt:symbol "T_C" ; 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 ; + rdfs:label "Curie sıcaklığı"@tr , "Curie temperature"@en , "Curie-Temperatur"@de , "Curieova teplota"@cs , "Punct Curie"@ro , "Suhu Curie"@ms , "punto di Curie"@it , "temperatura Curie"@pl , "temperatura de Curie"@es , "temperatura de Curie"@pt , "température de Curie"@fr , "Точка Кюри"@ru , "درجة حرارة كوري"@ar , "نقطه کوری"@fa , "क्यूरी ताप"@hi , "キュリー温度"@ja , "居里点"@zh ; skos:closeMatch quantitykind:NeelTemperature ; skos:closeMatch quantitykind:SuperconductionTransitionTemperature ; . @@ -3641,6 +3500,7 @@ quantitykind:DELTA-V 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:KN ; qudt:applicableUnit unit:KiloM-PER-DAY ; @@ -3661,9 +3521,9 @@ quantitykind:DELTA-V qudt:applicableUnit unit:MilliM-PER-SEC ; qudt:applicableUnit unit:MilliM-PER-YR ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:informativeReference "http://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." ; - qudt:url "http://en.wikipedia.org/wiki/Delta-v"^^xsd:anyURI ; rdfs:isDefinedBy ; rdfs:label "Delta-V"@en ; skos:broader quantitykind:Velocity ; @@ -3830,7 +3690,27 @@ quantitykind:DegreeOfDissociation 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 ; + 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 ; @@ -3839,13 +3719,35 @@ quantitykind:Density 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 ; + 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 ; @@ -3855,7 +3757,6 @@ quantitykind:Density vaem:todo "belongs to SOQ-ISO" ; rdfs:isDefinedBy ; rdfs:label "Density"@en ; - owl:sameAs quantitykind:MassDensity ; . quantitykind:DensityInCombustionChamber a qudt:QuantityKind ; @@ -3878,7 +3779,27 @@ quantitykind:DensityOfStates . 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 ; + 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 ; @@ -3887,13 +3808,35 @@ quantitykind:DensityOfTheExhaustGases 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 ; + 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:isDefinedBy ; @@ -4009,21 +3952,7 @@ quantitykind:Diameter 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" ; 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 ; + rdfs:label "Durchmesser"@de , "diameter"@en , "diametro"@it , "diamètre"@fr , "diámetro"@es , "diâmetro"@pt , "premer"@sl , "průměr"@cs , "çap"@tr , "średnica"@pl , "диаметр"@ru , "قطر"@ar , "قطر"@fa , "直径"@ja , "直径"@zh ; skos:broader quantitykind:Length ; . quantitykind:DiastolicBloodPressure @@ -4061,6 +3990,7 @@ quantitykind:DiastolicBloodPressure qudt:applicableUnit unit:LB_F-PER-IN2 ; qudt:applicableUnit unit:MegaBAR ; qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; qudt:applicableUnit unit:MicroATM ; qudt:applicableUnit unit:MicroBAR ; qudt:applicableUnit unit:MicroPA ; @@ -4128,13 +4058,7 @@ quantitykind:DiffusionCoefficient 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" ; 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 ; + rdfs:label "Diffusionskoeffizient"@de , "coefficient de diffusion"@fr , "coefficiente di diffusione"@it , "coeficiente de difusión"@es , "coeficiente de difusão"@pt , "diffusion coefficient"@en , "difuzijski koeficient"@sl ; . quantitykind:DiffusionCoefficientForFluenceRate a qudt:QuantityKind ; @@ -4409,7 +4333,6 @@ quantitykind:Dissipance 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." ; - qudt:systemDerivedQuantityKind qudt:SOQ_SI ; vaem:todo "belongs to SOQ-ISO" ; rdfs:isDefinedBy ; rdfs:label "Dissipance"@en ; @@ -4459,17 +4382,7 @@ quantitykind:Distance qudt:plainTextDescription "\"Distance\" is a numerical description of how far apart objects are. " ; qudt:symbol "d" ; 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 ; + rdfs:label "Entfernung"@de , "Jarak"@ms , "Vzdálenost"@cs , "distance"@en , "distance"@fr , "distancia"@es , "distanza"@it , "distância"@pt , "uzaklık"@tr , "مسافت"@fa , "距离"@zh ; skos:broader quantitykind:Length ; . quantitykind:DistanceTraveledDuringBurn @@ -4485,7 +4398,9 @@ quantitykind:DonorDensity qudt:applicableUnit unit:NUM-PER-L ; qudt:applicableUnit unit:NUM-PER-M3 ; qudt:applicableUnit unit:NUM-PER-MicroL ; + qudt:applicableUnit unit:NUM-PER-MilliM3 ; qudt:applicableUnit unit:NUM-PER-NanoL ; + qudt:applicableUnit unit:NUM-PER-PicoL ; qudt:applicableUnit unit:PER-M3 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; @@ -4720,6 +4635,7 @@ quantitykind:DynamicPressure qudt:applicableUnit unit:LB_F-PER-IN2 ; qudt:applicableUnit unit:MegaBAR ; qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; qudt:applicableUnit unit:MicroATM ; qudt:applicableUnit unit:MicroBAR ; qudt:applicableUnit unit:MicroPA ; @@ -4769,27 +4685,9 @@ quantitykind:DynamicViscosity qudt:latexSymbol "\\(\\mu\\)"^^qudt:LatexString ; qudt:plainTextDescription "A measure of the molecular frictional resistance of a fluid as calculated using Newton's law." ; 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à di taglio"@it ; - 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 ; - rdfs:seeAlso quantitykind:KinematicViscosity ; - rdfs:seeAlso quantitykind:MolecularViscosity ; + rdfs:label "dynamic viscosity"@en , "dynamische Viskosität"@de , "viscosité dynamique"@fr , "viscosidad dinámica"@es , "viscosidade dinâmica"@pt , "viscosità dinamica"@it , "Viscozitate dinamică"@ro , "dinamična viskoznost"@sl , "viskozita"@cs , "lepkość dynamiczna"@pl , "динамическую вязкость"@ru , "dinamik akmazlık"@tr , "لزوجة"@ar , "گرانروی دینامیکی/ویسکوزیته دینامیکی"@fa , "श्यानता"@hi , "动力粘度"@zh , "粘度"@ja , "Kelikatan dinamik"@ms ; + skos:altLabel "viscosità di taglio"@it ; + skos:broader quantitykind:Viscosity ; . quantitykind:EarthClosestApproachVehicleVelocity a qudt:QuantityKind ; @@ -4802,6 +4700,7 @@ quantitykind:EarthClosestApproachVehicleVelocity 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:KN ; qudt:applicableUnit unit:KiloM-PER-DAY ; @@ -4941,18 +4840,8 @@ quantitykind:Efficiency qudt:latexSymbol "\\(\\eta\\)"^^qudt:LatexString ; qudt:plainTextDescription "Efficiency is the ratio of output power to input power." ; 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 "rendimento"@it ; - rdfs:label "rendimiento"@es ; - rdfs:label "sprawność"@pl ; - rdfs:label "коэффициент полезного действия"@ru ; - rdfs:label "كفاءة"@ar ; - rdfs:label "効率"@ja ; - rdfs:label "效率"@zh ; + rdfs:label "efficiency"@en , "Wirkungsgrad"@de , "rendement"@fr , "rendimiento"@es , "eficiência"@pt , "efficienza"@it , "sprawność"@pl , "коэффициент полезного действия"@ru , "كفاءة"@ar , "效率"@zh , "効率"@ja ; + skos:altLabel "rendimento"@it ; skos:broader quantitykind:DimensionlessRatio ; . quantitykind:EinsteinTransitionProbability @@ -4963,7 +4852,6 @@ quantitykind:EinsteinTransitionProbability 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" ; - qudt:systemDerivedQuantityKind qudt:SOQ_SI ; rdfs:isDefinedBy ; rdfs:label "Einstein Transition Probability"@en ; . @@ -5009,30 +4897,8 @@ quantitykind:ElectricCharge qudt:latexDefinition "\\(dQ = Idt\\), where \\(I\\) is electric current."^^qudt:LatexString ; qudt:symbol "Q" ; rdfs:isDefinedBy ; - rdfs:label "Cas elektrik"@ms ; - rdfs:label "Charge électrique"@fr ; - rdfs:label "Elektrický náboj"@cs ; - rdfs:label "cantitate de electricitate"@ro ; - 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:label "electric charge"@en , "elektrische Ladung"@de , "Charge électrique"@fr , "carga eléctrica"@es , "carga elétrica"@pt , "carica elettrica"@it , "sarcină electrică"@ro , "Електрически заряд"@bg , "električni naboj"@sl , "Elektrický náboj"@cs , "ładunek elektryczny"@pl , "Электрический заряд"@ru , "elektromos töltés"@hu , "elektrik yükü"@tr , "Ηλεκτρικό φορτίο"@el , "מטען חשמלי"@he , "الشحنة الكهربائية"@ar , "بار الکتریکی"@fa , "विद्युत आवेग या विद्युत बहाव"@hi , "电荷"@zh , "電荷"@ja , "Cas elektrik"@ms , "onus electricum"@la ; + skos:altLabel "cantitate de electricitate"@ro ; rdfs:seeAlso quantitykind:ElectricCurrent ; . quantitykind:ElectricChargeDensity @@ -5163,17 +5029,7 @@ quantitykind:ElectricConductivity qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; qudt:latexSymbol "\\(\\sigma\\)"^^qudt:LatexString ; 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 ; + rdfs:label "Kekonduksian elektrik"@ms , "conducibilità elettrica"@it , "conductividad eléctrica"@es , "conductivité électrique"@fr , "condutividade elétrica"@pt , "electric conductivity"@en , "elektrik iletkenliği"@tr , "elektrische Leitfähigkeit"@de , "električna prevodnost"@sl , "رسانايى الکتريکى/هدایت الکتریکی"@fa , "电导率"@zh ; . quantitykind:ElectricCurrent a qudt:QuantityKind ; @@ -5195,29 +5051,7 @@ quantitykind:ElectricCurrent 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:symbol "I" ; 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 ; + rdfs:label "Arus elektrik"@ms , "Elektrický proud"@cs , "corrente elettrica"@it , "corrente elétrica"@pt , "corriente eléctrica"@es , "curent electric"@ro , "electric current"@en , "elektrik akımı"@tr , "elektrische Stromstärke"@de , "električni tok"@sl , "elektromos áramerősség"@hu , "fluxio electrica"@la , "intensité de courant électrique"@fr , "prąd elektryczny"@pl , "Ένταση ηλεκτρικού ρεύματος"@el , "Електрически ток"@bg , "Сила электрического тока"@ru , "זרם חשמלי"@he , "تيار كهربائي"@ar , "جریان الکتریکی"@fa , "विद्युत धारा"@hi , "电流"@zh , "電流"@ja ; . quantitykind:ElectricCurrentDensity a qudt:QuantityKind ; @@ -5237,26 +5071,8 @@ quantitykind:ElectricCurrentDensity qudt:latexDefinition "\\(J = \\rho v\\), where \\(\\rho\\) is electric current density and \\(v\\) is volume."^^qudt:LatexString ; qudt:symbol "J" ; 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 "areic electric current"@en ; - 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 "keluasan arus elektrik"@ms ; - rdfs:label "плотность тока"@ru ; - rdfs:label "كثافة التيار"@ar ; - rdfs:label "چگالی جریان الکتریکی"@fa ; - rdfs:label "धारा घनत्व"@hi ; - rdfs:label "电流密度"@zh ; - rdfs:label "電流密度"@ja ; + rdfs:label "electric current density"@en , "elektrische Stromdichte"@de , "densité de courant"@fr , "densidad de corriente"@es , "densidade de corrente elétrica"@pt , "densità di corrente elettrica"@it , "Densitate de curent"@ro , "gostota električnega toka"@sl , "Hustota elektrického proudu"@cs , "Gęstość prądu elektrycznego"@pl , "плотность тока"@ru , "Akım yoğunluğu"@tr , "كثافة التيار"@ar , "چگالی جریان الکتریکی"@fa , "धारा घनत्व"@hi , "电流密度"@zh , "電流密度"@ja , "Ketumpatan arus elektrik"@ms ; + skos:altLabel "areic electric current"@en , "keluasan arus elektrik"@ms ; . quantitykind:ElectricCurrentPerAngle a qudt:QuantityKind ; @@ -5316,23 +5132,7 @@ quantitykind:ElectricDipoleMoment 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" ; 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 ; + rdfs:label "Dipólový moment"@cs , "Momen dwikutub elektrik"@ms , "electric dipole moment"@en , "elektrik dipol momenti"@tr , "elektrisches Dipolmoment"@de , "elektryczny moment dipolowy"@pl , "moment dipolaire"@fr , "moment electric dipolar"@ro , "momento de dipolo eléctrico"@es , "momento di dipolo elettrico"@it , "momento do dipolo elétrico"@pt , "Электрический дипольный момент"@ru , "عزم ثنائي قطب"@ar , "گشتاور دوقطبی الکتریکی"@fa , "विद्युत द्विध्रुव आघूर्ण"@hi , "电偶极矩"@zh , "電気双極子"@ja ; . quantitykind:ElectricDipoleMoment_CubicPerEnergy_Squared a qudt:QuantityKind ; @@ -5368,7 +5168,6 @@ quantitykind:ElectricDisplacement qudt:symbol "D" ; rdfs:isDefinedBy ; rdfs:label "Electric Displacement"@en ; - owl:sameAs quantitykind:ElectricFluxDensity ; skos:broader quantitykind:ElectricChargePerArea ; . quantitykind:ElectricDisplacementField @@ -5421,28 +5220,7 @@ quantitykind:ElectricFieldStrength qudt:latexSymbol "\\(\\mathbf{E} \\)"^^qudt:LatexString ; qudt:symbol "E" ; 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 "شدت میدان الکتریکی"@fa ; - rdfs:label "عدد الموجة"@ar ; - rdfs:label "विद्युत्-क्षेत्र"@hi ; - rdfs:label "電場"@zh ; - rdfs:label "電界強度"@ja ; + rdfs:label "Elektromos mező"@hu , "Kekuatan medan elektrik"@ms , "câmp electric"@ro , "electric field strength"@en , "elektrické pole"@cs , "elektriksel alan kuvveti"@tr , "elektrische Feldstärke"@de , "intensidad de campo eléctrico"@es , "intensidade de campo elétrico"@pt , "intensità di campo elettrico"@it , "intensité de champ électrique"@fr , "jakost električnega polja"@sl , "natężenie pola elektrycznego"@pl , "Ηλεκτρικό πεδίο"@el , "Електрично поле"@bg , "Напряженность электрического поля"@ru , "שדה חשמלי"@he , "شدت میدان الکتریکی"@fa , "عدد الموجة"@ar , "विद्युत्-क्षेत्र"@hi , "電場"@zh , "電界強度"@ja ; . quantitykind:ElectricFlux a qudt:QuantityKind ; @@ -5479,29 +5257,8 @@ quantitykind:ElectricFluxDensity 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 ; 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 "anjakan"@ms ; - rdfs:label "campo de deslocamento elétrico"@pt ; - rdfs:label "densité de flux électrique"@fr ; - rdfs:label "displacement"@en ; - rdfs:label "electric flux density"@en ; - rdfs:label "elektrik akı yoğunluğu"@tr ; - rdfs:label "elektrische Flussdichte"@de ; - rdfs:label "elektrische Induktion"@de ; - rdfs:label "elektrische Verschiebung"@de ; - rdfs:label "induzione elettrica"@it ; - rdfs:label "spostamento elettrico"@it ; - rdfs:label "yer değiştirme"@tr ; - rdfs:label "Электрическая индукция"@ru ; - rdfs:label "إزاحة كهربائية"@ar ; - rdfs:label "چگالی شار الکتریکی"@fa ; - rdfs:label "電位移"@zh ; - rdfs:label "電束密度"@ja ; + rdfs:label "electric flux density"@en , "elektrische Flussdichte"@de , "Induction électrique"@fr , "Densidad de flujo eléctrico"@es , "campo de deslocamento elétrico"@pt , "spostamento elettrico"@it , "Inducție electrică"@ro , "Elektrická indukce"@cs , "Indukcja elektryczna"@pl , "Электрическая индукция"@ru , "elektrik akı yoğunluğu"@tr , "إزاحة كهربائية"@ar , "چگالی شار الکتریکی"@fa , "電位移"@zh , "電束密度"@ja , "Ketumpatan fluks elektrik"@ms ; + skos:altLabel "displacement"@en , "elektrische Induktion"@de , "elektrische Verschiebung"@de , "densité de flux électrique"@fr , "induzione elettrica"@it , "yer değiştirme"@tr , "anjakan"@ms ; owl:sameAs quantitykind:ElectricDisplacement ; skos:broader quantitykind:ElectricChargePerArea ; . @@ -5516,21 +5273,7 @@ quantitykind:ElectricPolarizability 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: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 ; + rdfs:label "Kepengkutuban elektrik"@ms , "Kutuplanabilirlik"@tr , "Polarisabilité"@fr , "Polarizabilidad"@es , "Polarizovatelnost"@cs , "Polaryzowalność"@pl , "electric polarizability"@en , "elektrische Polarisierbarkeit"@de , "polarizabilidade"@pt , "polarizzabilità elettrica"@it , "Поляризуемость"@ru , "قابلية استقطاب"@ar , "قطبیت پذیری الکتریکی"@fa , "分極率"@ja , "極化性"@zh ; . quantitykind:ElectricPolarization a qudt:QuantityKind ; @@ -5544,16 +5287,7 @@ quantitykind:ElectricPolarization 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" ; 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:label "electric polarization"@en , "elektrische Polarisation"@de , "polarisation électrique"@fr , "polarización eléctrica"@es , "polarização eléctrica"@pt , "polarizzazione elettrica"@it , "polaryzacja elektryczna"@pl , "электрическая поляризация"@ru , "إستقطاب كهربائي"@ar , "電気分極"@ja ; rdfs:seeAlso quantitykind:ElectricChargeDensity ; rdfs:seeAlso quantitykind:ElectricDipoleMoment ; . @@ -5578,32 +5312,8 @@ quantitykind:ElectricPotential qudt:latexSymbol "\\(\\phi\\)"^^qudt:LatexString ; qudt:symbol "V" ; 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 "vis electromotrix"@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 ; - owl:sameAs quantitykind:ElectricPotentialDifference ; - owl:sameAs quantitykind:EnergyPerElectricCharge ; - owl:sameAs quantitykind:Voltage ; + rdfs:label "Keupayaan elektrik"@ms , "electric potential"@en , "elektrický potenciál"@cs , "elektrik potansiyeli"@tr , "elektrisches Potenzial"@de , "električni potencial"@sl , "elektromos feszültség , elektromos potenciálkülönbség"@hu , "potencial eléctrico"@es , "potencial elétrico"@pt , "potencjał elektryczny"@pl , "potentiel électrique"@fr , "potenziale elettrico"@it , "potențial electric"@ro , "tensio electrica"@la , "Електрически потенциал"@bg , "электростатический потенциал"@ru , "מתח חשמלי (הפרש פוטנציאלים)"@he , "كمون كهربائي"@ar , "پتانسیل الکتریکی"@fa , "विद्युत विभव"@hi , "電位"@ja , "電勢"@zh ; + skos:altLabel "vis electromotrix"@la ; skos:broader quantitykind:EnergyPerElectricCharge ; . quantitykind:ElectricPotentialDifference @@ -5626,28 +5336,8 @@ quantitykind:ElectricPotentialDifference qudt:plainTextDescription "\"Electric Potential Difference\" is a scalar valued quantity associated with an electric field." ; qudt:symbol "V_{ab}" ; 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 "ketegangan"@ms ; - rdfs:label "napięcie elektryczne"@pl ; - rdfs:label "tension électrique"@fr ; - rdfs:label "tension"@en ; - rdfs:label "tensione elettrica"@it ; - rdfs:label "tensiune"@ro ; - 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 ; + rdfs:label "electric potential difference"@en , "elektrische Spannung"@de , "tension électrique"@fr , "tensión eléctrica"@es , "tensão elétrica (diferença de potencial)"@pt , "differenza di potenziale elettrico"@it , "diferență de potențial electric"@ro , "električna napetost"@sl , "elektrické napětí"@cs , "napięcie elektryczne"@pl , "электрическое напряжение"@ru , "gerilim"@tr , "جهد كهربائي"@ar , "ولتاژ/ اختلاف پتانسیل"@fa , "विभवांतर"@hi , "電壓"@zh , "電圧"@ja , "Voltan Perbezaan keupayaan elektrik"@ms ; + skos:altLabel "tension"@en , "tensione elettrica"@it , "tensiune"@ro , "ketegangan"@ms ; owl:sameAs quantitykind:ElectricPotential ; owl:sameAs quantitykind:EnergyPerElectricCharge ; owl:sameAs quantitykind:Voltage ; @@ -5707,16 +5397,7 @@ quantitykind:ElectricPower qudt:latexDefinition "\\(p = ui\\), where \\(u\\) is instantaneous voltage and \\(i\\) is instantaneous electric current."^^qudt:LatexString ; qudt:symbol "P_E" ; 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 ; + rdfs:label "Wirkleistung"@de , "electric power"@en , "moc czynna"@pl , "potencia activa"@es , "potenza attiva"@it , "potência activa"@pt , "puissance active"@fr , "القدرة الفعالة"@ar , "有功功率"@zh , "有効電力"@ja ; skos:broader quantitykind:Power ; . quantitykind:ElectricPropulsionPropellantMass @@ -5783,19 +5464,7 @@ quantitykind:ElectricQuadrupoleMoment 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: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 ; + rdfs:label "Momen kuadrupol elektrik"@ms , "electric quadrupole moment"@en , "elektrik kuadrupol momenti"@tr , "elektrisches Quadrupolmoment"@de , "elektryczny moment kwadrupolowy"@pl , "moment quadrupolaire électrique"@fr , "momento de cuadrupolo eléctrico"@es , "momento de quadrupolo elétrico"@pt , "momento di quadrupolo elettrico"@it , "Электрический квадрупольный момент"@ru , "گشتاور چهار قطبی الکتریکی"@fa , "四極子"@ja , "电四极矩"@zh ; . quantitykind:ElectricSusceptibility a qudt:QuantityKind ; @@ -5809,18 +5478,8 @@ quantitykind:ElectricSusceptibility 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." ; 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 "susceptywność elektryczna"@pl ; - rdfs:label "suscettività elettrica"@it ; - rdfs:label "диэлектрическая восприимчивость"@ru ; - rdfs:label "электрическая восприимчивость"@ru ; - rdfs:label "المتأثرية الكهربائية، سرعة التأثر الكهربائية"@ar ; - rdfs:label "電気感受率"@ja ; + rdfs:label "electric susceptibility"@en , "elektrische Suszeptibilität"@de , "susceptibilité électrique"@fr , "susceptibilidad eléctrica"@es , "susceptibilidade eléctrica"@pt , "suscettività elettrica"@it , "podatność elektryczna"@pl , "электрическая восприимчивость"@ru , "المتأثرية الكهربائية، سرعة التأثر الكهربائية"@ar , "電気感受率"@ja ; + skos:altLabel "susceptywność elektryczna"@pl , "диэлектрическая восприимчивость"@ru ; rdfs:seeAlso quantitykind:ElectricFieldStrength ; rdfs:seeAlso quantitykind:ElectricPolarization ; . @@ -5860,13 +5519,14 @@ quantitykind:ElectromagneticEnergyDensity rdfs:seeAlso quantitykind:ElectricFluxDensity ; rdfs:seeAlso quantitykind:MagneticFieldStrength_H ; rdfs:seeAlso quantitykind:MagneticFluxDensity ; - owl:sameAs quantitykind:VolumicElectromagneticEnergy ; . quantitykind:ElectromagneticPermeability a qudt:QuantityKind ; dcterms:description "\"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 ; @@ -5880,7 +5540,6 @@ quantitykind:ElectromagneticPermeability rdfs:seeAlso constant:MagneticConstant ; rdfs:seeAlso quantitykind:MagneticFieldStrength_H ; rdfs:seeAlso quantitykind:MagneticFluxDensity ; - owl:sameAs quantitykind:Permeability ; . quantitykind:ElectromagneticPermeabilityRatio a qudt:QuantityKind ; @@ -5922,24 +5581,7 @@ quantitykind:ElectromotiveForce qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; qudt:symbol "E" ; 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 ; + rdfs:label "Daya gerak elektrik"@ms , "Elektromotor kuvvet"@tr , "Elektromotorické napětí"@cs , "electromotive force"@en , "elektromotorische Kraft"@de , "elektromotorna sila"@sl , "force électromotrice"@fr , "forza elettromotrice"@it , "força eletromotriz"@pt , "forță electromotoare"@ro , "fuerza electromotriz"@es , "siła elektromotoryczna"@pl , "электродвижущая сила"@ru , "قوة محركة كهربائية"@ar , "نیروی محرک الکتریکی"@fa , "विद्युतवाहक बल"@hi , "起電力"@ja , "電動勢"@zh ; skos:broader quantitykind:EnergyPerElectricCharge ; . quantitykind:ElectronAffinity @@ -6005,7 +5647,9 @@ quantitykind:ElectronDensity qudt:applicableUnit unit:NUM-PER-L ; qudt:applicableUnit unit:NUM-PER-M3 ; qudt:applicableUnit unit:NUM-PER-MicroL ; + qudt:applicableUnit unit:NUM-PER-MilliM3 ; qudt:applicableUnit unit:NUM-PER-NanoL ; + qudt:applicableUnit unit:NUM-PER-PicoL ; qudt:applicableUnit unit:PER-M3 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; qudt:informativeReference "http://en.wikipedia.org/wiki/Electron_density"^^xsd:anyURI ; @@ -6125,6 +5769,7 @@ quantitykind:EllipticalOrbitApogeeVelocity 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:KN ; qudt:applicableUnit unit:KiloM-PER-DAY ; @@ -6163,6 +5808,7 @@ quantitykind:EllipticalOrbitPerigeeVelocity 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:KN ; qudt:applicableUnit unit:KiloM-PER-DAY ; @@ -6197,7 +5843,6 @@ quantitykind:Emissivity qudt:informativeReference "http://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:systemDerivedQuantityKind qudt:SOQ_SI ; rdfs:isDefinedBy ; rdfs:label "Emissivity"@en ; . @@ -6255,29 +5900,7 @@ quantitykind:Energy qudt:plainTextDescription "Energy is the quantity characterizing the ability of a system to do work." ; qudt:symbol "E" ; 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:label "Energie"@cs , "Energie"@de , "Tenaga"@ms , "energia , munka , hő"@hu , "energia"@es , "energia"@it , "energia"@la , "energia"@pl , "energia"@pt , "energie"@ro , "energija"@sl , "energy"@en , "enerji"@tr , "énergie"@fr , "Έργο - Ενέργεια"@el , "Енергия"@bg , "Энергия"@ru , "אנרגיה ועבודה"@he , "الطاقة"@ar , "انرژی"@fa , "ऊर्जा"@hi , "エネルギー"@ja , "能量"@zh ; rdfs:seeAlso quantitykind:Enthalpy ; rdfs:seeAlso quantitykind:Entropy ; rdfs:seeAlso quantitykind:GibbsEnergy ; @@ -6482,29 +6105,8 @@ quantitykind:EnergyInternal qudt:informativeReference "http://en.wikipedia.org/wiki/Internal_energy"^^xsd:anyURI ; qudt:symbol "U" ; 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 termodinamica"@it ; - 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 "tenaga termodinamik"@ms ; - rdfs:label "thermodynamic energy"@en ; - rdfs:label "thermodynamische Energie"@de ; - rdfs:label "vnitřní energie"@cs ; - rdfs:label "énergie interne"@fr ; - rdfs:label "énergie thermodynamique"@fr ; - rdfs:label "İç enerji"@tr ; - rdfs:label "внутренняя энергия"@ru ; - rdfs:label "انرژی درونی"@fa ; - rdfs:label "طاقة داخلية"@ar ; - rdfs:label "आन्तरिक ऊर्जा"@hi ; - rdfs:label "内能"@zh ; - rdfs:label "内部エネルギー"@ja ; + rdfs:label "internal energy"@en , "innere Energie"@de , "énergie interne"@fr , "energía interna"@es , "energia interna"@pt , "energia interna"@it , "energie internă"@ro , "Notranja energija"@sl , "vnitřní energie"@cs , "energia wewnętrzna"@pl , "внутренняя энергия"@ru , "İç enerji"@tr , "طاقة داخلية"@ar , "انرژی درونی"@fa , "आन्तरिक ऊर्जा"@hi , "内能"@zh , "内部エネルギー"@ja , "Tenaga dalaman"@ms ; + skos:altLabel "thermodynamic energy"@en , "thermodynamische Energie"@de , "énergie thermodynamique"@fr , "energia termodinamica"@it , "tenaga termodinamik"@ms ; owl:sameAs quantitykind:InternalEnergy ; owl:sameAs quantitykind:ThermodynamicEnergy ; skos:broader quantitykind:Energy ; @@ -6562,23 +6164,7 @@ quantitykind:EnergyKinetic qudt:informativeReference "http://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." ; 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 ; + rdfs:label "Energie cinetică"@ro , "Kinetik enerji"@tr , "Tenaga kinetik"@ms , "energia cinetica"@it , "energia cinética"@pt , "energia kinetyczna"@pl , "energía cinética"@es , "kinetic energy"@en , "kinetická energie"@cs , "kinetische Energie"@de , "énergie cinétique"@fr , "кинетическая энергия"@ru , "انرژی جنبشی"@fa , "طاقة حركية"@ar , "गतिज ऊर्जा"@hi , "动能"@zh , "運動エネルギー"@ja ; skos:broader quantitykind:Energy ; . quantitykind:EnergyLevel @@ -6689,9 +6275,6 @@ quantitykind:EnergyPerElectricCharge qudt:symbol "V" ; rdfs:isDefinedBy ; rdfs:label "Energy per electric charge"@en ; - owl:sameAs quantitykind:ElectricPotential ; - owl:sameAs quantitykind:ElectricPotentialDifference ; - owl:sameAs quantitykind:Voltage ; . quantitykind:EnergyPerMagneticFluxDensity_Squared a qudt:QuantityKind ; @@ -6788,24 +6371,7 @@ quantitykind:Enthalpy qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; qudt:symbol "H" ; 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:label "Entalpi"@ms , "Entalpi"@tr , "Entalpie"@ro , "Enthalpie"@de , "entalpia"@it , "entalpia"@pl , "entalpia"@pt , "entalpie"@cs , "entalpija"@sl , "entalpía"@es , "enthalpie"@fr , "enthalpy"@en , "энтальпия"@ru , "آنتالپی"@fa , "محتوى حراري"@ar , "पूर्ण ऊष्मा"@hi , "エンタルピー"@ja , "焓"@zh ; rdfs:seeAlso quantitykind:InternalEnergy ; skos:broader quantitykind:Energy ; . @@ -6818,24 +6384,7 @@ quantitykind:Entropy qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; qudt:symbol "S" ; 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 ; + rdfs:label "Entropi"@ms , "Entropie"@de , "entropi"@tr , "entropia"@it , "entropia"@pl , "entropia"@pt , "entropie"@cs , "entropie"@fr , "entropie"@ro , "entropija"@sl , "entropy"@en , "entropía"@es , "Энтропия"@ru , "آنتروپی"@fa , "إنتروبيا"@ar , "एन्ट्रॉपी"@hi , "エントロピー"@ja , "熵"@zh ; . quantitykind:EquilibriumConstant a qudt:QuantityKind ; @@ -7014,6 +6563,7 @@ quantitykind:ExhaustGasesSpecificHeat 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-K ; qudt:applicableUnit unit:J-PER-KiloGM-K ; qudt:applicableUnit unit:KiloCAL-PER-GM-DEG_C ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; @@ -7135,6 +6685,7 @@ quantitykind:ExitPlanePressure qudt:applicableUnit unit:LB_F-PER-IN2 ; qudt:applicableUnit unit:MegaBAR ; qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; qudt:applicableUnit unit:MicroATM ; qudt:applicableUnit unit:MicroBAR ; qudt:applicableUnit unit:MicroPA ; @@ -7672,32 +7223,9 @@ quantitykind:Force 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:symbol "F" ; - qudt:url "http://en.wikipedia.org/wiki/Force"^^xsd:anyURI ; - 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 "भार"@hi ; - rdfs:label "力"@ja ; - rdfs:label "力"@zh ; + rdfs:isDefinedBy ; + rdfs:label "force"@en , "Kraft"@de , "force"@fr , "fuerza"@es , "força"@pt , "forza"@it , "forță"@ro , "сила"@bg , "sila"@sl , "Síla"@cs , "siła"@pl , "Сила"@ru , "erő"@hu , "kuvvet"@tr , "Δύναμη"@el , "כוח"@he , "وحدة القوة في نظام متر كيلوغرام ثانية"@ar , "نیرو"@fa , "बल"@hi , "力"@zh , "力"@ja , "Daya"@ms , "vis"@la ; + skos:altLabel "भार"@hi ; . quantitykind:ForceMagnitude a qudt:QuantityKind ; @@ -7772,6 +7300,7 @@ quantitykind:ForcePerArea qudt:applicableUnit unit:LB_F-PER-IN2 ; qudt:applicableUnit unit:MegaBAR ; qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; qudt:applicableUnit unit:MicroATM ; qudt:applicableUnit unit:MicroBAR ; qudt:applicableUnit unit:MicroPA ; @@ -7792,11 +7321,10 @@ quantitykind:ForcePerArea qudt:applicableUnit unit:PlanckPressure ; qudt:applicableUnit unit:TORR ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Pressure"^^xsd:anyURI ; qudt:informativeReference "http://www.thefreedictionary.com/force+per+unit+area"^^xsd:anyURI ; - qudt:outOfScope true ; qudt:plainTextDescription "The force applied to a unit area of surface; measured in pascals (SI unit) or in dynes (cgs unit)" ; qudt:symbol "p" ; - qudt:url "http://en.wikipedia.org/wiki/Pressure"^^xsd:anyURI ; rdfs:isDefinedBy ; rdfs:label "Force Per Area"@en ; . @@ -7873,29 +7401,7 @@ Alternatively, \\(\\nu = 1/T\\)"""^^qudt:LatexString ; qudt:latexSymbol "\\(\\nu, f\\)"^^qudt:LatexString ; 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 ; + rdfs:label "Frekuensi"@ms , "Frekvence"@cs , "Frequenz"@de , "częstotliwość"@pl , "frecuencia"@es , "frecvență"@ro , "frekans"@tr , "frekvenca"@sl , "frekvencia"@hu , "frequency"@en , "frequentia"@la , "frequenza"@it , "frequência"@pt , "fréquence"@fr , "Συχνότητα"@el , "Частота"@ru , "Честота"@bg , "תדירות"@he , "التردد لدى نظام الوحدات الدولي"@ar , "بسامد"@fa , "आवृत्ति"@hi , "周波数"@ja , "频率"@zh ; skos:broader quantitykind:InverseTime ; . quantitykind:Friction @@ -7924,8 +7430,8 @@ quantitykind:Friction qudt:dbpediaMatch "http://dbpedia.org/resource/Friction"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; qudt:informativeReference "http://en.wikipedia.org/wiki/Friction"^^xsd:anyURI ; + qudt:informativeReference "http://wiki.answers.com/Q/What_is_the_symbol_of_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:url "http://wiki.answers.com/Q/What_is_the_symbol_of_friction"^^xsd:anyURI ; rdfs:isDefinedBy ; rdfs:label "Friction"@en ; skos:broader quantitykind:Force ; @@ -7938,11 +7444,11 @@ quantitykind:FrictionCoefficient qudt:dbpediaMatch "http://dbpedia.org/resource/Friction"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:informativeReference "http://en.wikipedia.org/wiki/Friction"^^xsd:anyURI ; + qudt:informativeReference "http://wiki.answers.com/Q/What_is_the_symbol_of_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 ; - qudt:url "http://wiki.answers.com/Q/What_is_the_symbol_of_friction"^^xsd:anyURI ; rdfs:isDefinedBy ; rdfs:label "Friction Coefficient"@en ; skos:broader quantitykind:DimensionlessRatio ; @@ -7958,21 +7464,7 @@ quantitykind:Fugacity 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." ; 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 ; + rdfs:label "Fugasiti"@ms , "Fugazität"@de , "Lotność"@pl , "fugacidad"@es , "fugacidade"@pt , "fugacita"@cs , "fugacitate"@ro , "fugacity"@en , "fugacità"@it , "fugacité"@fr , "fügasite"@tr , "انفلاتية"@ar , "بی‌دوامی"@fa , "フガシティー"@ja , "逸度"@zh ; . quantitykind:FundamentalLatticeVector a qudt:QuantityKind ; @@ -8105,8 +7597,8 @@ quantitykind:GROSS-LIFT-OFF-WEIGHT qudt:applicableUnit unit:TON_US ; qudt:applicableUnit unit:U ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:informativeReference "http://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." ; - qudt:url "http://en.wikipedia.org/wiki/Maximum_Takeoff_Weight"^^xsd:anyURI ; rdfs:isDefinedBy ; rdfs:label "Gross Lift-Off Weight"@en ; skos:broader quantitykind:Mass ; @@ -8311,27 +7803,8 @@ quantitykind:GibbsEnergy qudt:plainTextDescription "\"Gibbs 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:symbol "G" ; 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 "Gibbs function"@en ; - rdfs:label "Gibbs-Energie"@de ; - rdfs:label "Gibbs-Funktion"@de ; - 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 "fungsi Gibbs"@ms ; - rdfs:label "энергия Гиббса"@ru ; - rdfs:label "انرژی آزاد گیبس"@fa ; - rdfs:label "طاقة غيبس الحرة"@ar ; - rdfs:label "ギブズエネルギー"@ja ; - rdfs:label "吉布斯自由能"@zh ; + rdfs:label "Gibbs energy"@en , "freie Enthalpie"@de , "enthalpie libre"@fr , "Energía de Gibbs"@es , "energia livre de Gibbs"@pt , "energia libera di Gibbs"@it , "Entalpie liberă"@ro , "Prosta entalpija"@sl , "Gibbsova volná energie"@cs , "entalpia swobodna"@pl , "энергия Гиббса"@ru , "Gibbs Serbest Enerjisi"@tr , "طاقة غيبس الحرة"@ar , "انرژی آزاد گیبس"@fa , "吉布斯自由能"@zh , "ギブズエネルギー"@ja , "Tenaga Gibbs"@ms ; + skos:altLabel "Gibbs function"@en , "Gibbs-Energie"@de , "Gibbs-Funktion"@de , "fungsi Gibbs"@ms ; rdfs:seeAlso quantitykind:Energy ; rdfs:seeAlso quantitykind:Enthalpy ; rdfs:seeAlso quantitykind:HelmholtzEnergy ; @@ -8443,6 +7916,7 @@ quantitykind:GruneisenParameter 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."^^rdf:HTML ; + 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." ; @@ -8469,18 +7943,8 @@ quantitykind:Half-Life 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}" ; 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 "semivita"@it ; - 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 ; + rdfs:label "half-life"@en , "Halbwertszeit"@de , "temps de demi-vie"@fr , "semiperiodo"@es , "meia-vida"@pt , "tempo di dimezzamento"@it , "Poločas rozpadu"@cs , "yarılanma süresi"@tr , "نیمه عمر"@fa , "半衰期"@zh , "Separuh hayat"@ms ; + skos:altLabel "semivita"@it ; . quantitykind:Half-ValueThickness a qudt:QuantityKind ; @@ -8591,6 +8055,7 @@ quantitykind:HeadEndPressure qudt:applicableUnit unit:LB_F-PER-IN2 ; qudt:applicableUnit unit:MegaBAR ; qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; qudt:applicableUnit unit:MicroATM ; qudt:applicableUnit unit:MicroBAR ; qudt:applicableUnit unit:MicroPA ; @@ -8657,30 +8122,8 @@ quantitykind:Heat 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" ; rdfs:isDefinedBy ; - rdfs:label "Wärme"@de ; - rdfs:label "Wärmemenge"@de ; - rdfs:label "amount of heat"@en ; - rdfs:label "calor"@es ; - rdfs:label "calore"@it ; - rdfs:label "cantitate de căldură"@ro ; - rdfs:label "chaleur"@fr ; - rdfs:label "ciepło"@pl ; - rdfs:label "heat"@en ; - rdfs:label "jednotka tepla"@cs ; - rdfs:label "jumlah haba"@ms ; - rdfs:label "kuantiti haba Haba"@ms ; - rdfs:label "labor"@la ; - rdfs:label "quantidade de calor"@pt ; - rdfs:label "quantità di calore"@it ; - 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 ; + rdfs:label "heat"@en , "Wärme"@de , "quantité de chaleur"@fr , "calor"@es , "quantidade de calor"@pt , "calore"@it , "cantitate de căldură"@ro , "toplota"@sl , "jednotka tepla"@cs , "ciepło"@pl , "Теплота"@ru , "ısı miktarı"@tr , "حرارة"@ar , "کمیت گرما"@fa , "ऊष्मा"@hi , "热量"@zh , "熱量"@ja , "kuantiti haba Haba"@ms , "labor"@la ; + skos:altLabel "amount of heat"@en , "Wärmemenge"@de , "chaleur"@fr , "quantità di calore"@it , "jumlah haba"@ms ; skos:broader quantitykind:ThermalEnergy ; . quantitykind:HeatCapacity @@ -8696,24 +8139,7 @@ quantitykind:HeatCapacity qudt:latexDefinition "\\(C = dQ/dT\\), where \\(Q\\) is amount of heat and \\(T\\) is thermodynamic temperature."^^qudt:LatexString ; qudt:symbol "C_P" ; 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 ; + rdfs:label "Wärmekapazität"@de , "capacidad calorífica"@es , "capacidade térmica"@pt , "capacitate termică"@ro , "capacità termica"@it , "capacité thermique"@fr , "heat capacity"@en , "isı kapasitesi"@tr , "muatan haba"@ms , "pojemność cieplna"@pl , "tepelná kapacita"@cs , "toplotna kapaciteta"@sl , "теплоёмкость"@ru , "سعة حرارية"@ar , "ظرفیت گرمایی"@fa , "ऊष्मा धारिता"@hi , "热容"@zh , "熱容量"@ja ; skos:broader quantitykind:EnergyPerTemperature ; . quantitykind:HeatCapacityRatio @@ -8831,6 +8257,7 @@ quantitykind:HeatingValue 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:dbpediaMatch "http://dbpedia.org/resource/Specific_energy"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; @@ -8839,8 +8266,7 @@ quantitykind:HeatingValue 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:isDefinedBy ; rdfs:label "Calorific Value"@en ; - rdfs:label "Energy Value"@en ; - rdfs:label "Heating Value"@en ; + skos:altLabel "Energy Value"@en , "Heating Value"@en ; skos:broader quantitykind:SpecificEnergy ; . quantitykind:Height @@ -8884,31 +8310,13 @@ quantitykind:Height qudt:applicableUnit unit:ROD ; qudt:applicableUnit unit:YD ; qudt:dbpediaMatch "http://dbpedia.org/resource/Height"^^xsd:anyURI ; - qudt:hasDimension qudt:DIM_CGS-EMU_L ; - qudt:hasDimension qudt:DIM_CGS-ESU_L ; - qudt:hasDimension qudt:DIM_CGS-L ; - qudt:hasDimension qudt:DIM_Planck-L ; - qudt:hasDimension qudt:DIM_SI-L ; - qudt:hasDimension qudt:DIM_USCUSTOMARY-L ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; qudt:informativeReference "http://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" ; 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 ; + rdfs:label "Höhe"@de , "Ketinggian"@ms , "Výška"@cs , "altezza"@it , "altura"@es , "altura"@pt , "hauteur"@fr , "height"@en , "yükseklik"@tr , "Înălțime"@ro , "высота"@ru , "ارتفاع"@fa , "高度"@zh ; skos:broader quantitykind:Length ; . quantitykind:HelmholtzEnergy @@ -8965,27 +8373,8 @@ quantitykind:HelmholtzEnergy 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:isDefinedBy ; - rdfs:label " Helmholtz fonksiyonu"@tr ; - rdfs:label "Energía de Helmholtz"@es ; - rdfs:label "Helmholtz energy"@en ; - rdfs:label "Helmholtz enerjisi"@tr ; - rdfs:label "Helmholtz function"@en ; - rdfs:label "Helmholtz-Energie"@de ; - rdfs:label "Helmholtz-Funktion"@de ; - 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 "fungsi Helmholtz"@ms ; - rdfs:label "énergie libre"@fr ; - rdfs:label "свободная энергия Гельмгольца"@ru ; - rdfs:label "انرژی آزاد هلمولتز"@fa ; - rdfs:label "طاقة هلمهولتز الحرة"@ar ; - rdfs:label "ヘルムホルツの自由エネルギー"@ja ; - rdfs:label "亥姆霍兹自由能"@zh ; + rdfs:label "Helmholtz energy"@en , "freie Energie"@de , "énergie libre"@fr , "Energía de Helmholtz"@es , "energia livre de Helmholtz"@pt , "energia libera di Helmholz"@it , "Prosta energija"@sl , "Helmholtzova volná energie"@cs , "energia swobodna"@pl , "свободная энергия Гельмгольца"@ru , "Helmholtz enerjisi"@tr , "طاقة هلمهولتز الحرة"@ar , "انرژی آزاد هلمولتز"@fa , "亥姆霍兹自由能"@zh , "ヘルムホルツの自由エネルギー"@ja , "Tenaga Helmholtz"@ms ; + skos:altLabel "Helmholtz function"@en , "Helmholtz-Energie"@de , "Helmholtz-Funktion"@de , " Helmholtz fonksiyonu"@tr , "fungsi Helmholtz"@ms ; rdfs:seeAlso quantitykind:Energy ; rdfs:seeAlso quantitykind:Enthalpy ; rdfs:seeAlso quantitykind:GibbsEnergy ; @@ -9007,7 +8396,9 @@ quantitykind:HoleDensity qudt:applicableUnit unit:NUM-PER-L ; qudt:applicableUnit unit:NUM-PER-M3 ; qudt:applicableUnit unit:NUM-PER-MicroL ; + qudt:applicableUnit unit:NUM-PER-MilliM3 ; qudt:applicableUnit unit:NUM-PER-NanoL ; + qudt:applicableUnit unit:NUM-PER-PicoL ; qudt:applicableUnit unit:PER-M3 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; @@ -9029,6 +8420,7 @@ quantitykind:HorizontalVelocity 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:KN ; qudt:applicableUnit unit:KiloM-PER-DAY ; @@ -9055,6 +8447,31 @@ quantitykind:HorizontalVelocity 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."^^rdf:HTML ; + qudt:applicableUnit unit:CentiM2 ; + qudt:applicableUnit unit:DARCY ; + qudt:applicableUnit unit:DeciM2 ; + qudt:applicableUnit unit:FT2 ; + qudt:applicableUnit unit:IN2 ; + 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: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."^^rdf:HTML ; @@ -9180,28 +8597,8 @@ quantitykind:Illuminance 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." ; 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 "éclairement"@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 ; + rdfs:label "illuminance"@en , "Beleuchtungsstärke"@de , "éclairement lumineux"@fr , "luminosidad"@es , "iluminamento"@pt , "illuminamento"@it , "iluminare"@ro , "Осветеност"@bg , "osvetljenost"@sl , "Intenzita osvětlení"@cs , "natężenie oświetlenia"@pl , "Освещённость"@ru , "megvilágítás"@hu , "aydınlanma şiddeti"@tr , "הארה (שטף ליחידת שטח)"@he , "شدة الضوء"@ar , "شدت روشنایی"@fa , "प्रदीपन"@hi , "照度"@zh , "照度"@ja , "Pencahayaan"@ms ; + skos:altLabel "éclairement"@fr ; skos:broader quantitykind:LuminousFluxPerArea ; . quantitykind:Impedance @@ -9282,30 +8679,8 @@ quantitykind:Inductance 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:symbol "L" ; rdfs:isDefinedBy ; - rdfs:label "Inductance électrique"@fr ; - rdfs:label "Indukstans"@ms ; - rdfs:label "Induktiviti"@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 "inductivity"@en ; - 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:label "inductance"@en , "Induktivität"@de , "Inductance électrique"@fr , "inductancia"@es , "indutância"@pt , "induttanza"@it , "inductanță"@ro , "Индуктивност"@bg , "induktivnost"@sl , "Indukčnost"@cs , "indukcyjność"@pl , "Индуктивность"@ru , "induktivitás"@hu , "İndüktans"@tr , "השראות"@he , "المحاثة (التحريض)"@ar , "القاوری"@fa , "प्रेरकत्व"@hi , "电感"@zh , "インダクタンス・誘導係数"@ja , "Indukstans"@ms , "inductantia"@la ; + skos:altLabel "inductivity"@en , "Induktiviti"@ms ; rdfs:seeAlso quantitykind:MutualInductance ; . quantitykind:InfiniteMultiplicationFactor @@ -9481,6 +8856,7 @@ quantitykind:InitialVelocity 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:KN ; qudt:applicableUnit unit:KiloM-PER-DAY ; @@ -9642,8 +9018,6 @@ quantitykind:InternalEnergy rdfs:seeAlso quantitykind:Enthalpy ; rdfs:seeAlso quantitykind:GibbsEnergy ; rdfs:seeAlso quantitykind:HelmholtzEnergy ; - owl:sameAs quantitykind:EnergyInternal ; - owl:sameAs quantitykind:ThermodynamicEnergy ; skos:broader quantitykind:Energy ; . quantitykind:IntinsicCarrierDensity @@ -9652,7 +9026,9 @@ quantitykind:IntinsicCarrierDensity qudt:applicableUnit unit:NUM-PER-L ; qudt:applicableUnit unit:NUM-PER-M3 ; qudt:applicableUnit unit:NUM-PER-MicroL ; + qudt:applicableUnit unit:NUM-PER-MilliM3 ; qudt:applicableUnit unit:NUM-PER-NanoL ; + qudt:applicableUnit unit:NUM-PER-PicoL ; qudt:applicableUnit unit:PER-M3 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; qudt:latexDefinition "\\(np = n_i^2\\), where \\(n\\) is electron density and \\(p\\) is hole density."^^qudt:LatexString ; @@ -9692,6 +9068,7 @@ quantitykind:InverseLength qudt:applicableUnit unit:DPI ; qudt:applicableUnit unit:KY ; 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 ; @@ -9745,7 +9122,6 @@ quantitykind:InversePressure qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; rdfs:isDefinedBy ; rdfs:label "Inverse Pressure"@en ; - owl:sameAs quantitykind:IsothermalCompressibility ; . quantitykind:InverseSquareEnergy a qudt:QuantityKind ; @@ -9805,9 +9181,9 @@ quantitykind:InverseVolume 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:hasDimension qudt:DIM_SI-m-3 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; rdfs:isDefinedBy ; rdfs:label "Inverse Volume"@en ; @@ -9848,7 +9224,9 @@ quantitykind:IonDensity qudt:applicableUnit unit:NUM-PER-L ; qudt:applicableUnit unit:NUM-PER-M3 ; qudt:applicableUnit unit:NUM-PER-MicroL ; + qudt:applicableUnit unit:NUM-PER-MilliM3 ; qudt:applicableUnit unit:NUM-PER-NanoL ; + qudt:applicableUnit unit:NUM-PER-PicoL ; qudt:applicableUnit unit:PER-M3 ; qudt:exactMatch quantitykind:IonConcentration ; qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; @@ -10019,21 +9397,8 @@ quantitykind:Irradiance 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" ; 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 "koyuluk"@tr ; - 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 ; + rdfs:label "irradiance"@en , "Bestrahlungsstärke"@de , "éclairement énergétique"@fr , "irradiancia"@es , "irradiância"@pt , "irradianza"@it , "Intenzita záření"@cs , "Поверхностная плотность потока энергии"@ru , "yoğunluk"@tr , "الطاقة الهلامية"@ar , "پرتو افکنی/چگالی تابش"@fa , "辐照度"@zh , "熱流束"@ja , "Kepenyinaran"@ms ; + skos:altLabel "koyuluk"@tr ; skos:broader quantitykind:PowerPerArea ; . quantitykind:IsentropicCompressibility @@ -10060,30 +9425,17 @@ quantitykind:IsentropicExponent 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 ; 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 "indice adiabatico"@it ; - rdfs:label "indice adiabatique"@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:label "isentropic exponent"@en , "Isentropenexponent"@de , "exposant isoentropique"@fr , "Coeficiente de dilatación adiabática"@es , "Coeficiente de expansão adiabática"@pt , "Coefficiente di dilatazione adiabatica"@it , "Coeficient de transformare adiabatică"@ro , "adiabatni eksponent"@sl , "Poissonova konstanta"@cs , "Wykładnik adiabaty"@pl , "Показатель адиабаты"@ru , "ısı sığası oranı; adyabatik indeks"@tr , "نسبة السعة الحرارية"@ar , "绝热指数"@zh , "比熱比"@ja ; + skos:altLabel "indice adiabatique"@fr , "indice adiabatico"@it ; rdfs:seeAlso quantitykind:IsentropicCompressibility ; . quantitykind:IsothermalCompressibility a qudt:QuantityKind ; dcterms:description "The isothermal compressibility defines the rate of change of system volume with pressure."^^rdf:HTML ; + qudt:applicableUnit unit:PER-BAR ; qudt:applicableUnit unit:PER-MILLE-PER-PSI ; qudt:applicableUnit unit:PER-PA ; + qudt:applicableUnit unit:PER-PSI ; qudt:exactMatch quantitykind:InversePressure ; qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; qudt:informativeReference "http://en.wikipedia.org/wiki/Compressibility"^^xsd:anyURI ; @@ -10091,22 +9443,7 @@ quantitykind:IsothermalCompressibility qudt:latexSymbol "\\(\\varkappa_T\\)"^^qudt:LatexString ; qudt:plainTextDescription "The isothermal compressibility defines the rate of change of system volume with pressure." ; 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 ; - owl:sameAs quantitykind:InversePressure ; + rdfs:label "Izotermna stisljivost"@sl , "Ketermampatan isotermik"@ms , "compresibilidad isotérmica"@es , "compressibilidade isotérmica"@pt , "compressibilité isotherme"@fr , "comprimibilità isotermica"@it , "isothermal compressibility"@en , "isotherme Kompressibilität"@de , "objemová stlačitelnost"@cs , "ściśliwość izotermiczna"@pl , "изотермический коэффициент сжимаемости"@ru , "ضریب تراکم‌پذیری همدما"@fa , "معامل الانضغاط عند ثبوت درجة الحرارة"@ar , "等温压缩率"@zh , "等温圧縮率"@ja ; . quantitykind:IsothermalMoistureCapacity a qudt:QuantityKind ; @@ -10162,24 +9499,7 @@ quantitykind:KinematicViscosity qudt:latexDefinition "\\(\\nu = \\frac{\\eta}{\\rho}\\), where \\(\\eta\\) is dynamic viscosity and \\(\\rho\\) is mass density."^^qudt:LatexString ; qudt:latexSymbol "\\(\\nu\\)"^^qudt:LatexString ; 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:label "Kelikatan kinematik"@ms , "Kinematik akmazlık"@tr , "Viscozitate cinematică"@ro , "kinematic viscosity"@en , "kinematische Viskosität"@de , "kinematična viskoznost"@sl , "lepkość kinematyczna"@pl , "viscosidad cinemática"@es , "viscosidade cinemática"@pt , "viscosità cinematica"@it , "viscosité cinématique"@fr , "viskozita"@cs , "кинематическую вязкость"@ru , "لزوجة"@ar , "گرانروی جنبشی/ویسکوزیته جنبشی"@fa , "श्यानता"@hi , "粘度"@ja , "运动粘度"@zh ; rdfs:seeAlso quantitykind:DynamicViscosity ; rdfs:seeAlso quantitykind:MolecularViscosity ; skos:broader quantitykind:AreaPerTime ; @@ -10233,14 +9553,12 @@ quantitykind:KineticEnergy qudt:applicableUnit unit:W-HR ; qudt:applicableUnit unit:W-SEC ; qudt:dbpediaMatch "http://dbpedia.org/resource/Kinetic_energy"^^xsd:anyURI ; - qudt:hasDimension qudt:DIM_ISO-L2MT-2 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; qudt:informativeReference "http://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:symbol "K" ; qudt:symbol "KE" ; - qudt:url "http://en.wikipedia.org/wiki/Kinetic_energy"^^xsd:anyURI ; rdfs:isDefinedBy ; rdfs:label "Kinetic Energy"@en ; skos:broader quantitykind:Energy ; @@ -10465,32 +9783,11 @@ quantitykind:Length qudt:plainTextDescription "In geometric measurements, length most commonly refers to the est dimension of an object. In some contexts, the term \"length\" is reserved for a certain dimension of an object along which the length is measured." ; qudt:symbol "l" ; 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 ; + rdfs:label "Délka"@cs , "Länge"@de , "Panjang"@ms , "comprimento"@pt , "dolžina"@sl , "długość"@pl , "hossz"@hu , "length"@en , "longitud"@es , "longitudo"@la , "longueur"@fr , "lunghezza"@it , "lungime"@ro , "uzunluk"@tr , "Μήκος"@el , "Длина"@ru , "Дължина"@bg , "אורך"@he , "طول"@ar , "طول"@fa , "लम्बाई"@hi , "長さ"@ja , "长度"@zh ; . quantitykind:LengthByForce a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; rdfs:isDefinedBy ; rdfs:label "Length Force"@en ; . @@ -10664,18 +9961,27 @@ quantitykind:LinearAbsorptionCoefficient 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:systemDerivedQuantityKind qudt:SOQ_SI ; 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:KiloPA-M2-PER-GM ; + qudt:applicableUnit unit:M-PER-SEC2 ; + qudt:applicableUnit unit:MicroG ; + qudt:applicableUnit unit:MilliG ; + qudt:applicableUnit unit:MilliGAL ; qudt:dbpediaMatch "http://dbpedia.org/resource/Acceleration"^^xsd:anyURI ; qudt:exactMatch quantitykind:Acceleration ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; rdfs:isDefinedBy ; rdfs:label "Linear Acceleration"@en ; - owl:sameAs quantitykind:Acceleration ; . quantitykind:LinearAttenuationCoefficient a qudt:QuantityKind ; @@ -10696,7 +10002,6 @@ 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:systemDerivedQuantityKind qudt:SOQ_SI ; rdfs:isDefinedBy ; rdfs:label "Linear Attenuation Coefficient"@en ; . @@ -10788,16 +10093,7 @@ quantitykind:LinearExpansionCoefficient qudt:qkdvDenominator qkdv:A0E0L1I0M0H1T0D0 ; qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; 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 ; + rdfs:label "coefficient de dilatation linéique"@fr , "coefficiente di dilatazione lineare"@it , "coeficiente de dilatação térmica linear"@pt , "coeficiente de expansión térmica lineal"@es , "linear expansion coefficient"@en , "linearer Ausdehnungskoeffizient"@de , "współczynnik liniowej rozszerzalności cieplnej"@pl , "معدل التمدد الحراري الخطي"@ar , "線熱膨張係数"@ja , "线性热膨胀系数"@zh ; skos:broader quantitykind:ExpansionRatio ; . quantitykind:LinearForce @@ -10818,8 +10114,7 @@ quantitykind:LinearForce qudt:informativeReference "https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC1/HTML/schema/ifcmeasureresource/lexical/ifclinearforcemeasure.htm"^^xsd:anyURI ; qudt:plainTextDescription "Another name for Force Per Length, used by the Industry Foundation Classes (IFC) standard." ; rdfs:isDefinedBy ; - rdfs:label "Linear Force"@en ; - rdfs:label "Streckenlast"@de ; + rdfs:label "Linear Force"@en , "Streckenlast"@de ; skos:broader quantitykind:ForcePerLength ; . quantitykind:LinearIonization @@ -10851,12 +10146,11 @@ quantitykind:LinearMomentum qudt:dbpediaMatch "http://dbpedia.org/resource/Momentum"^^xsd:anyURI ; qudt:exactMatch quantitykind:Momentum ; qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Momentum"^^xsd:anyURI ; qudt:latexDefinition "p = m\\upsilon"^^qudt:LatexString ; qudt:symbol "p" ; - qudt:url "http://en.wikipedia.org/wiki/Momentum"^^xsd:anyURI ; rdfs:isDefinedBy ; rdfs:label "Linear Momentum"@en ; - owl:sameAs quantitykind:Momentum ; . quantitykind:LinearStiffness a qudt:QuantityKind ; @@ -10876,8 +10170,7 @@ quantitykind:LinearStiffness qudt:informativeReference "https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC1/HTML/schema/ifcmeasureresource/lexical/ifclinearstiffnessmeasure.htm"^^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:isDefinedBy ; - rdfs:label "Linear Force"@en ; - rdfs:label "Streckenlast"@de ; + rdfs:label "Linear Force"@en , "Streckenlast"@de ; skos:broader quantitykind:ForcePerLength ; . quantitykind:LinearStrain @@ -10903,7 +10196,6 @@ quantitykind:LinearStrain qudt:plainTextDescription "A strain is a normalized measure of deformation representing the displacement between particles in the body relative to a reference length." ; rdfs:isDefinedBy ; rdfs:label "Linear Strain"@en ; - owl:sameAs quantitykind:Strain ; skos:broader quantitykind:Strain ; . quantitykind:LinearThermalExpansion @@ -10925,6 +10217,35 @@ quantitykind:LinearThermalExpansion 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:KN ; + qudt:applicableUnit unit:KiloM-PER-DAY ; + qudt:applicableUnit unit:KiloM-PER-HR ; + qudt:applicableUnit unit:KiloM-PER-SEC ; + 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: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:dbpediaMatch "http://dbpedia.org/resource/Velocity"^^xsd:anyURI ; qudt:exactMatch quantitykind:Velocity ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; @@ -10932,7 +10253,6 @@ quantitykind:LinearVelocity qudt:symbol "v" ; rdfs:isDefinedBy ; rdfs:label "Linear Velocity"@en ; - owl:sameAs quantitykind:Velocity ; . quantitykind:LinkedFlux a qudt:QuantityKind ; @@ -11006,17 +10326,7 @@ quantitykind:LogarithmicFrequencyInterval qudt:latexDefinition "\\(G = \\log_{2}(f2/f1)\\), where \\(f1\\) and \\(f2 \\geq f1\\) are frequencies of two tones."^^qudt:LatexString ; vaem:todo "belongs to SOQ-ISO" ; 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 ; + rdfs:label "Frequenzmaßintervall"@de , "Interval měření frekvence ?"@cs , "Selang kekerapan logaritma"@ms , "intervalle de fréquence logarithmique"@fr , "intervallo logaritmico di frequenza"@it , "intervalo logarítmico de frequência"@pt , "logarithmic frequency interval"@en , "logaritmik frekans aralığı"@tr , "частотный интервал"@ru , "فاصله فرکانس لگاریتمی"@fa , "对数频率间隔"@zh ; . quantitykind:LondonPenetrationDepth a qudt:QuantityKind ; @@ -11171,6 +10481,7 @@ quantitykind:LuminousEfficacy 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."^^rdf:HTML ; qudt:applicableUnit unit:LM-PER-W ; qudt:expression "\\(lm/w\\)"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M-1H0T3D0 ; qudt:informativeReference "http://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." ; @@ -11230,28 +10541,7 @@ quantitykind:LuminousFlux 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:symbol "F" ; 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 ; + rdfs:label "Fluks berluminositi"@ms , "Lichtstrom"@de , "Světelný tok"@cs , "fluctús lucis"@la , "flujo luminoso"@es , "flusso luminoso"@it , "flux lumineux"@fr , "flux luminos"@ro , "fluxo luminoso"@pt , "fényáram"@hu , "işık akısı"@tr , "luminous flux"@en , "strumień świetlny"@pl , "svetlobni tok"@sl , "Светлинен поток"@bg , "Световой поток"@ru , "שטף הארה"@he , "التدفق الضوئي"@ar , "شار نوری"@fa , "प्रकाशीय बहाव"@hi , "光束"@ja , "光通量"@zh ; . quantitykind:LuminousFluxPerArea a qudt:QuantityKind ; @@ -11297,29 +10587,7 @@ quantitykind:LuminousIntensity 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:symbol "J" ; 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 ; + rdfs:label "Keamatan berluminositi"@ms , "Lichtstärke"@de , "Svítivost"@cs , "fényerősség"@hu , "intensidad luminosa"@es , "intensidade luminosa"@pt , "intensitas luminosa"@la , "intensitate luminoasă"@ro , "intensità luminosa"@it , "intensité lumineuse"@fr , "luminous intensity"@en , "svetilnost"@sl , "ışık şiddeti"@tr , "światłość"@pl , "Ένταση Φωτεινότητας"@el , "Интензитет на светлината"@bg , "Сила света"@ru , "עוצמת הארה"@he , "شدة الإضاءة"@ar , "شدت نور"@fa , "प्रकाशीय तीव्रता"@hi , "光度"@ja , "发光强度"@zh ; . quantitykind:LuminousIntensityDistribution a qudt:QuantityKind ; @@ -11558,24 +10826,7 @@ quantitykind:MachNumber qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T-1D0 ; qudt:symbol "Ma" ; 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 ; + rdfs:label "Mach number"@en , "Mach sayısı"@tr , "Mach-Zahl"@de , "Machovo číslo"@cs , "Machovo število"@sl , "Nombor Mach"@ms , "liczba Macha"@pl , "nombre de Mach"@fr , "numero di Mach"@it , "număr Mach"@ro , "número de Mach"@es , "número de Mach"@pt , "число Маха"@ru , "عدد ماخ"@ar , "عدد ماخ"@fa , "मैक संख्या"@hi , "マッハ数n"@ja , "马赫"@zh ; skos:broader quantitykind:DimensionlessRatio ; skos:closeMatch ; . @@ -11650,22 +10901,14 @@ quantitykind:MadelungConstant 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." ; 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 ; + rdfs:label "Constante de Madelung"@es , "Constante de Madelung"@fr , "Costante di Madelung"@it , "Madelung constant"@en , "Madelung-Konstante"@de , "Stała Madelunga"@pl , "constante de Madelung"@pt , "постоянная Маделунга"@ru , "ثابت مادلونك"@ar , "ثابت مادلونگ"@fa , "マーデルングエネルギー"@ja , "馬德隆常數"@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\"."^^rdf:HTML ; + qudt:applicableUnit unit:A-M2 ; + 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 ; @@ -11675,7 +10918,6 @@ quantitykind:MagneticAreaMoment qudt:symbol "m" ; rdfs:isDefinedBy ; rdfs:label "Magnetic Area Moment"@en ; - owl:sameAs quantitykind:MagneticMoment ; . quantitykind:MagneticDipoleMoment a qudt:QuantityKind ; @@ -11727,23 +10969,7 @@ quantitykind:MagneticFieldStrength_H 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 ; 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 ; + rdfs:label "Câmp magnetic"@ro , "Kekuatan medan magnetik"@ms , "Magnetické pole"@cs , "Manyetik alan"@tr , "intensidad de campo magnético"@es , "intensidade de campo magnético"@pt , "intensità di campo magnetico"@it , "intensité de champ magnétique"@fr , "jakost magnetnega polja"@sl , "magnetic field strength"@en , "magnetische Feldstärke"@de , "pole magnetyczne"@pl , "Магнитное поле"@ru , "حقل مغناطيسي"@ar , "شدت میدان مغناطیسی"@fa , "磁場"@ja , "磁場"@zh ; skos:broader quantitykind:ElectricCurrentPerUnitLength ; . quantitykind:MagneticFlux @@ -11767,28 +10993,7 @@ quantitykind:MagneticFlux qudt:latexSymbol "\\(\\phi\\)"^^qudt:LatexString ; qudt:plainTextDescription "\"Magnetic Flux\" is the product of the average magnetic field times the perpendicular area that it penetrates." ; 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 ; + rdfs:label "Fluks magnet"@ms , "Flux d'induction magnétique"@fr , "Magnetický tok"@cs , "flujo magnético"@es , "flusso magnetico"@it , "flux de inducție magnetică"@ro , "fluxo magnético"@pt , "fluxus magneticus"@la , "magnetic flux"@en , "magnetischer Flux"@de , "magnetni pretok"@sl , "manyetik akı"@tr , "mágneses fluxus"@hu , "strumień magnetyczny"@pl , "Магнитен поток"@bg , "Магнитный поток"@ru , "שטף מגנטי"@he , "التدفق المغناطيسي"@ar , "شار مغناطیسی"@fa , "चुम्बकीय बहाव"@hi , "磁束"@ja , "磁通量"@zh ; . quantitykind:MagneticFluxDensity a qudt:QuantityKind ; @@ -11808,30 +11013,8 @@ quantitykind:MagneticFluxDensity 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:symbol "B" ; 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 "inducción magnética"@es ; - rdfs:label "inducție magnetică"@ro ; - rdfs:label "indukcja magnetyczna"@pl ; - rdfs:label "magnetic flux density"@en ; - rdfs:label "magnetische Flussdichte"@de ; - rdfs:label "magnetische Induktion"@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:label "magnetic flux density"@en , "magnetische Flussdichte"@de , "Densité de flux magnétique"@fr , "Densidad de flujo magnético"@es , "densidade de fluxo magnético"@pt , "densità di flusso magnetico"@it , "inducție magnetică"@ro , "Магнитна индукция"@bg , "gostota magnetnega pretoka"@sl , "Magnetická indukce"@cs , "indukcja magnetyczna"@pl , "Магнитная индукция"@ru , "mágneses indukció"@hu , "manyetik akı yoğunluğu"@tr , "צפיפות שטף מגנטי"@he , "المجال المغناطيسي"@ar , "چگالی شار مغناطیسی"@fa , "चुम्बकीय क्षेत्र"@hi , "磁通量密度"@zh , "磁束密度"@ja , "Ketumpatan fluks magnet"@ms , "densitas fluxus magnetici"@la ; + skos:altLabel "magnetische Induktion"@de , "inducción magnética"@es ; rdfs:seeAlso quantitykind:MagneticField ; . quantitykind:MagneticFluxPerUnitLength @@ -11860,25 +11043,8 @@ quantitykind:MagneticMoment 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" ; 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 "giromagnetic moment"@en ; - rdfs:label "magnetic moment"@en ; - rdfs:label "magnetisches Dipolmoment"@de ; - rdfs:label "momen giromagnetik"@ms ; - rdfs:label "moment giromagnétique"@fr ; - 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 ; + rdfs:label "magnetic moment"@en , "magnetisches Dipolmoment"@de , "moment magnétique"@fr , "momento de dipolo magnético"@es , "momento de dipolo magnético"@pt , "momento di dipolo magnetico"@it , "Magnetický dipól"@cs , "dipol magnetyczny"@pl , "Магнитный момент"@ru , "Manyetik moment"@tr , "عزم مغناطيسي"@ar , "دوقطبی مغناطیسی"@fa , "चुम्बकीय द्विध्रुव"@hi , "磁偶极"@zh , "磁気双極子"@ja , "Momen magnetik"@ms ; + skos:altLabel "giromagnetic moment"@en , "moment giromagnétique"@fr , "momen giromagnetik"@ms ; owl:sameAs quantitykind:MagneticAreaMoment ; . quantitykind:MagneticPolarization @@ -11966,20 +11132,7 @@ quantitykind:MagneticVectorPotential 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" ; 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:label "Keupayaan vektor magnetik"@ms , "magnetic vector potential"@en , "magnetický potenciál"@cs , "magnetisches Potenzial"@de , "manyetik potansiyeli"@tr , "potencial magnético"@es , "potencial magnético"@pt , "potencjał magnetyczny"@pl , "potentiel magnétique"@fr , "potenziale vettore magnetico"@it , "potențial magnetic"@ro , "Магнитний потенциал"@ru , "پتانسیل برداری مغناطیسی"@fa , "磁向量势"@zh ; rdfs:seeAlso quantitykind:MagneticFluxDensity ; . quantitykind:Magnetization @@ -11999,16 +11152,7 @@ quantitykind:Magnetization qudt:symbol "H_i" ; qudt:symbol "M" ; 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 ; + rdfs:label "Magnetisierung"@de , "aimantation"@fr , "magnetización"@es , "magnetization"@en , "magnetização"@pt , "magnetizzazione"@it , "magnetyzacia"@pl , "намагниченность"@ru , "مغنطة"@ar , "磁化"@ja ; skos:broader quantitykind:LinearElectricCurrent ; . quantitykind:MagnetizationField @@ -12094,29 +11238,7 @@ quantitykind:Mass qudt:informativeReference "http://en.wikipedia.org/wiki/Mass"^^xsd:anyURI ; qudt:symbol "m" ; 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 ; + rdfs:label "Hmotnost"@cs , "Jisim"@ms , "Masse"@de , "kütle"@tr , "masa"@es , "masa"@pl , "masa"@sl , "mass"@en , "massa"@it , "massa"@la , "massa"@pt , "masse"@fr , "masă"@ro , "tömeg"@hu , "Μάζα"@el , "Маса"@bg , "Масса"@ru , "מסה"@he , "جرم"@fa , "كتلة"@ar , "भार"@hi , "質量"@ja , "质量"@zh ; . quantitykind:MassAbsorptionCoefficient a qudt:QuantityKind ; @@ -12127,7 +11249,6 @@ quantitykind:MassAbsorptionCoefficient 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:systemDerivedQuantityKind qudt:SOQ_SI ; rdfs:isDefinedBy ; rdfs:label "Mass Absorption Coefficient"@en ; . @@ -12157,7 +11278,6 @@ quantitykind:MassAttenuationCoefficient 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:systemDerivedQuantityKind qudt:SOQ_SI ; rdfs:isDefinedBy ; rdfs:label "Mass Attenuation Coefficient"@en ; . @@ -12276,34 +11396,52 @@ quantitykind:MassDensity 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 ; 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 ; + 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 ; 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 ; @@ -12315,29 +11453,8 @@ quantitykind:MassDensity qudt:latexSymbol "\\(\\rho\\)"^^qudt:LatexString ; qudt:plainTextDescription "The mass density or density of a material is its mass per unit volume." ; rdfs:isDefinedBy ; - rdfs:label " jisim isipadu"@ms ; - 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 "massa volumica"@it ; - rdfs:label "volumenbezogene Masse"@de ; - rdfs:label "volumic mass"@en ; - rdfs:label "yoğunluk"@tr ; - rdfs:label "плотность"@ru ; - rdfs:label "الكثافة"@ar ; - rdfs:label "چگالی"@fa ; - rdfs:label "घनत्व"@hi ; - rdfs:label "भार घनत्व"@hi ; - rdfs:label "密度"@ja ; - rdfs:label "密度"@zh ; + rdfs:label "mass density"@en , "Massendichte"@de , "densité"@fr , "densidad"@es , "densidade"@pt , "densità"@it , "densitate"@ro , "Gostôta"@sl , "hustota"@cs , "gęstość"@pl , "плотность"@ru , "yoğunluk"@tr , "الكثافة"@ar , "چگالی"@fa , "घनत्व"@hi , "密度"@zh , "密度"@ja , "Ketumpatan jisim"@ms ; + skos:altLabel "volumic mass"@en , "volumenbezogene Masse"@de , "massa volumica"@it , "भार घनत्व"@hi , " jisim isipadu"@ms ; owl:sameAs quantitykind:Density ; . quantitykind:MassEnergyTransferCoefficient @@ -12720,6 +11837,7 @@ 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_Carbon-PER-M2-DAY ; qudt:applicableUnit unit:GM_Nitrogen-PER-M2-DAY ; @@ -13047,6 +12165,7 @@ quantitykind:MaximumExpectedOperatingPressure qudt:applicableUnit unit:LB_F-PER-IN2 ; qudt:applicableUnit unit:MegaBAR ; qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; qudt:applicableUnit unit:MicroATM ; qudt:applicableUnit unit:MicroBAR ; qudt:applicableUnit unit:MicroPA ; @@ -13107,6 +12226,7 @@ quantitykind:MaximumOperatingPressure qudt:applicableUnit unit:LB_F-PER-IN2 ; qudt:applicableUnit unit:MegaBAR ; qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; qudt:applicableUnit unit:MicroATM ; qudt:applicableUnit unit:MicroBAR ; qudt:applicableUnit unit:MicroPA ; @@ -13557,17 +12677,8 @@ quantitykind:Mobility 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." ; rdfs:isDefinedBy ; - rdfs:label "Beweglichkeit"@de ; - rdfs:label "Mobilität"@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 ; + rdfs:label "mobility"@en , "Beweglichkeit"@de , "mobilité"@fr , "movilidad"@es , "mobilidade"@pt , "mobilità"@it , "mobilność"@pl , "قابلية التحرك"@ar , "迁移率"@zh , "移動度"@ja ; + skos:altLabel "Mobilität"@de ; . quantitykind:MobilityRatio a qudt:QuantityKind ; @@ -13608,6 +12719,7 @@ quantitykind:ModulusOfElasticity 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 ; @@ -13704,7 +12816,9 @@ quantitykind:MoistureDiffusivity 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 ; @@ -13799,16 +12913,14 @@ quantitykind:MolarAbsorptionCoefficient 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:systemDerivedQuantityKind qudt:SOQ_SI ; rdfs:isDefinedBy ; rdfs:label "Molar Absorption Coefficient"@en ; - owl:sameAs quantitykind:MolarAttenuationCoefficient ; . quantitykind:MolarAngularMomentum a qudt:QuantityKind ; qudt:applicableUnit unit:J-SEC-PER-MOL ; qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-1D0 ; - qudt:url "http://cvika.grimoar.cz/callen/callen_21.pdf"^^xsd:anyURI ; + qudt:informativeReference "http://cvika.grimoar.cz/callen/callen_21.pdf"^^xsd:anyURI ; rdfs:isDefinedBy ; rdfs:label "Molar Angular Momentum"@en ; . @@ -13825,7 +12937,6 @@ quantitykind:MolarAttenuationCoefficient 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." ; rdfs:isDefinedBy ; rdfs:label "Molar Attenuation Coefficient"@en ; - owl:sameAs quantitykind:MolarAbsorptionCoefficient ; skos:closeMatch quantitykind:MassAttenuationCoefficient ; . quantitykind:MolarConductivity @@ -13912,26 +13023,8 @@ quantitykind:MolarMass qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; qudt:symbol "M" ; 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 "molare Masse"@de ; - rdfs:label "molska masa"@sl ; - rdfs:label "stoffmengenbezogene Masse"@de ; - rdfs:label "Молярная масса"@ru ; - rdfs:label "جرم مولی"@fa ; - rdfs:label "كتلة مولية"@ar ; - rdfs:label "मोलर द्रव्यमान"@hi ; - rdfs:label "モル質量"@ja ; - rdfs:label "摩尔质量"@zh ; + rdfs:label "molar mass"@en , "Molmasse"@de , "masse molaire"@fr , "masa molar"@es , "massa molar"@pt , "massa molare"@it , "Masă molară"@ro , "molska masa"@sl , "Molární hmotnost"@cs , "Masa molowa"@pl , "Молярная масса"@ru , "molar kütle"@tr , "كتلة مولية"@ar , "جرم مولی"@fa , "मोलर द्रव्यमान"@hi , "摩尔质量"@zh , "モル質量"@ja , "Jisim molar"@ms ; + skos:altLabel "molare Masse"@de , "stoffmengenbezogene Masse"@de ; . quantitykind:MolarOpticalRotatoryPower a qudt:QuantityKind ; @@ -13974,25 +13067,8 @@ quantitykind:MolarVolume qudt:latexDefinition "\\(V_m = \\frac{V}{n}\\), where \\(V\\) is volume and \\(n\\) is amount of substance."^^qudt:LatexString ; qudt:symbol "V_m" ; rdfs:isDefinedBy ; - rdfs:label "Isipadu molar"@ms ; - rdfs:label "Molvolumen"@de ; - rdfs:label "molar hacim"@tr ; - rdfs:label "molar volume"@en ; - rdfs:label "molares Volumen"@de ; - rdfs:label "molski volumen"@sl ; - rdfs:label "molární objem"@cs ; - rdfs:label "stoffmengenbezogenes Volumen"@de ; - 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 ; + rdfs:label "molar volume"@en , "Molvolumen"@de , "volume molaire"@fr , "volumen molar"@es , "volume molar"@pt , "volume molare"@it , "volum molar"@ro , "molski volumen"@sl , "molární objem"@cs , "volume molar"@pl , "Молярный объём"@ru , "molar hacim"@tr , "حجم مولي"@ar , "حجم مولی"@fa , "摩尔体积"@zh , "モル体積"@ja , "Isipadu molar"@ms ; + skos:altLabel "molares Volumen"@de , "stoffmengenbezogenes Volumen"@de ; . quantitykind:MoleFraction a qudt:QuantityKind ; @@ -14024,9 +13100,10 @@ quantitykind:MolecularConcentration qudt:applicableUnit unit:NUM-PER-L ; qudt:applicableUnit unit:NUM-PER-M3 ; qudt:applicableUnit unit:NUM-PER-MicroL ; + qudt:applicableUnit unit:NUM-PER-MilliM3 ; qudt:applicableUnit unit:NUM-PER-NanoL ; + qudt:applicableUnit unit:NUM-PER-PicoL ; qudt:applicableUnit unit:PER-M3 ; - qudt:hasDimension qudt:DIM_ISO-L-3 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; qudt:informativeReference "http://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 ; @@ -14054,6 +13131,7 @@ quantitykind:MolecularMass 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."^^rdf:HTML ; + 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 ; @@ -14064,7 +13142,19 @@ quantitykind:MolecularViscosity 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."^^rdf:HTML ; + qudt:applicableUnit unit:CentiN-M ; + qudt:applicableUnit unit:DYN-CentiM ; + qudt:applicableUnit unit:DeciN-M ; + 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:exactMatch quantitykind:Torque ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; qudt:informativeReference "http://en.wikipedia.org/wiki/Moment_(physics)"^^xsd:anyURI ; @@ -14074,7 +13164,6 @@ quantitykind:MomentOfForce qudt:symbol "M" ; rdfs:isDefinedBy ; rdfs:label "Moment of Force"@en ; - owl:sameAs quantitykind:Torque ; . quantitykind:MomentOfInertia a qudt:QuantityKind ; @@ -14092,53 +13181,25 @@ quantitykind:MomentOfInertia qudt:plainTextDescription "The rotational inertia or resistance to change in direction or speed of rotation about a defined axis." ; qudt:symbol "I" ; 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 ; + rdfs:label "Eylemsizlik momenti"@tr , "Massenträgheitsmoment"@de , "Momen inersia"@ms , "Moment bezwładności"@pl , "Moment de inerție"@ro , "Moment setrvačnosti"@cs , "moment d'inertie"@fr , "moment of inertia"@en , "momento de inercia"@es , "momento de inércia"@pt , "momento di inerzia"@it , "Момент инерции"@ru , "عزم القصور الذاتي"@ar , "گشتاور لختی"@fa , "जड़त्वाघूर्ण"@hi , "慣性モーメント"@ja , "轉動慣量"@zh ; skos:altLabel "MOI" ; . 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."^^rdf:HTML ; + 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 "http://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:url "http://en.wikipedia.org/wiki/Momentum"^^xsd:anyURI ; - 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 ; - owl:sameAs quantitykind:LinearMomentum ; + rdfs:isDefinedBy ; + rdfs:label "Impuls"@de , "Momentum"@ms , "Momentum"@tr , "cantidad de movimiento"@es , "gibalna količina"@sl , "hybnost"@cs , "impuls"@ro , "momento linear"@pt , "momentum"@en , "pęd"@pl , "quantità di moto"@it , "quantité de mouvement"@fr , "импульс"@ru , "تکانه"@fa , "زخم الحركة"@ar , "动量"@zh , "運動量"@ja ; . quantitykind:MomentumPerAngle a qudt:QuantityKind ; @@ -14257,8 +13318,8 @@ quantitykind:NOMINAL-ASCENT-PROPELLANT-MASS qudt:applicableUnit unit:TON_US ; qudt:applicableUnit unit:U ; 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)." ; - qudt:url "http://elib.dlr.de/68314/1/IAF10-D2.3.1.pdf"^^xsd:anyURI ; rdfs:isDefinedBy ; rdfs:label "Nominal Ascent Propellant Mass"@en ; skos:broader quantitykind:Mass ; @@ -14272,7 +13333,6 @@ quantitykind:NapierianAbsorbance 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:systemDerivedQuantityKind qudt:SOQ_SI ; rdfs:isDefinedBy ; rdfs:label "Napierian Absorbance"@en ; . @@ -14307,13 +13367,7 @@ quantitykind:NeutronDiffusionCoefficient qudt:plainTextDescription "The \"Diffusion Coefficient\" is " ; qudt:symbol "D" ; 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 ; + rdfs:label "Diffusionskoeffizient"@de , "coefficient de diffusion"@fr , "coefficiente di diffusione"@it , "coeficiente de difusión"@es , "coeficiente de difusão"@pt , "diffusion coefficient"@en , "difuzijski koeficient"@sl ; . quantitykind:NeutronDiffusionLength a qudt:QuantityKind ; @@ -14371,20 +13425,7 @@ quantitykind:NeutronNumber qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; qudt:symbol "N" ; 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 ; + rdfs:label "Neutronenzahl"@de , "Neutronové číslo"@cs , "Nombor neutron"@ms , "Nombre de neutrons"@fr , "liczba neutronowa"@pl , "neutron number"@en , "numero neutronico"@it , "nötron snumarası"@tr , "número de neutrons"@pt , "número neutrónico"@es , "число нейтронов"@ru , "عدد النيوترونات"@ar , "عدد نوترون"@fa , "中子數"@zh ; skos:broader quantitykind:Count ; . quantitykind:NeutronYieldPerAbsorption @@ -14518,6 +13559,7 @@ quantitykind:NormalStress qudt:applicableUnit unit:LB_F-PER-IN2 ; qudt:applicableUnit unit:MegaBAR ; qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; qudt:applicableUnit unit:MicroATM ; qudt:applicableUnit unit:MicroBAR ; qudt:applicableUnit unit:MicroPA ; @@ -14672,6 +13714,7 @@ quantitykind:NozzleThroatPressure qudt:applicableUnit unit:LB_F-PER-IN2 ; qudt:applicableUnit unit:MegaBAR ; qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; qudt:applicableUnit unit:MicroATM ; qudt:applicableUnit unit:MicroBAR ; qudt:applicableUnit unit:MicroPA ; @@ -14811,26 +13854,8 @@ quantitykind:NucleonNumber 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:isDefinedBy ; - rdfs:label "Massenzahl"@de ; - rdfs:label "Nombor nukleon"@ms ; - rdfs:label "Nukleonenzahl"@de ; - rdfs:label "Nukleové číslo"@cs ; - rdfs:label "kütle numarası"@tr ; - rdfs:label "liczba masowa"@pl ; - rdfs:label "mass number"@en ; - rdfs:label "nombor jisim"@ms ; - rdfs:label "nombre de masse"@fr ; - rdfs:label "nucleon number"@en ; - rdfs:label "numero di massa"@it ; - rdfs:label "numero di nucleoni"@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 "mass-number" ; + rdfs:label "nucleon number"@en , "Nukleonenzahl"@de , "nombre de masse"@fr , "número másico"@es , "número de massa"@pt , "numero di massa"@it , "Nukleové číslo"@cs , "liczba masowa"@pl , "nükleon numarası"@tr , "عدد كتلي"@ar , "عدد جرمی"@fa , "质量数"@zh , "質量数"@ja , "Nombor nukleon"@ms ; + skos:altLabel "mass number"@en , "Massenzahl"@de , "numero di nucleoni"@it , "kütle numarası"@tr , "nombor jisim"@ms ; skos:broader quantitykind:Count ; . quantitykind:NumberDensity @@ -14839,7 +13864,9 @@ quantitykind:NumberDensity qudt:applicableUnit unit:NUM-PER-L ; qudt:applicableUnit unit:NUM-PER-M3 ; qudt:applicableUnit unit:NUM-PER-MicroL ; + qudt:applicableUnit unit:NUM-PER-MilliM3 ; qudt:applicableUnit unit:NUM-PER-NanoL ; + qudt:applicableUnit unit:NUM-PER-PicoL ; qudt:applicableUnit unit:PER-M3 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Number_density"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; @@ -15004,6 +14031,7 @@ quantitykind:OsmoticPressure qudt:applicableUnit unit:LB_F-PER-IN2 ; qudt:applicableUnit unit:MegaBAR ; qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; qudt:applicableUnit unit:MicroATM ; qudt:applicableUnit unit:MicroBAR ; qudt:applicableUnit unit:MicroPA ; @@ -15030,17 +14058,7 @@ quantitykind:OsmoticPressure 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 "Π" ; 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 ; + rdfs:label "Osmotický tlak"@cs , "Tekanan osmotik"@ms , "osmotic pressure"@en , "osmotischer Druck"@de , "ozmotik basıç"@tr , "presión osmótica"@es , "pression osmotique"@fr , "pressione osmotica"@it , "pressão osmótica"@pt , "فشار اسمزی"@fa , "渗透压"@zh ; skos:broader quantitykind:Pressure ; . quantitykind:OverRangeDistance @@ -15241,6 +14259,7 @@ quantitykind:PartialPressure qudt:applicableUnit unit:LB_F-PER-IN2 ; qudt:applicableUnit unit:MegaBAR ; qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; qudt:applicableUnit unit:MicroATM ; qudt:applicableUnit unit:MicroBAR ; qudt:applicableUnit unit:MicroPA ; @@ -15340,7 +14359,9 @@ quantitykind:ParticleNumberDensity qudt:applicableUnit unit:NUM-PER-L ; qudt:applicableUnit unit:NUM-PER-M3 ; qudt:applicableUnit unit:NUM-PER-MicroL ; + qudt:applicableUnit unit:NUM-PER-MilliM3 ; qudt:applicableUnit unit:NUM-PER-NanoL ; + qudt:applicableUnit unit:NUM-PER-PicoL ; qudt:applicableUnit unit:PER-M3 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; qudt:informativeReference "http://en.wikipedia.org/wiki/Particle_number#Particle_number_density"^^xsd:anyURI ; @@ -15567,8 +14588,8 @@ quantitykind:Permeability qudt:applicableUnit unit:NanoH-PER-M ; qudt:exactMatch quantitykind:ElectromagneticPermeability ; qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-2D0 ; + rdfs:isDefinedBy ; rdfs:label "Permeability"@en ; - owl:sameAs quantitykind:ElectromagneticPermeability ; . quantitykind:PermeabilityRatio a qudt:QuantityKind ; @@ -15676,17 +14697,8 @@ quantitykind:PhaseDifference 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 ; rdfs:isDefinedBy ; - rdfs:label "Phasenverschiebungswinkel"@de ; - rdfs:label "desfasagem"@pt ; - rdfs:label "diferencia de fase"@es ; - rdfs:label "diferença de fase"@pt ; - rdfs:label "différence de phase"@fr ; - rdfs:label "déphasage"@fr ; - rdfs:label "phase difference"@en ; - rdfs:label "przesunięcie fazowe"@pl ; - rdfs:label "sfasamento angolare"@it ; - rdfs:label "اختلاف طور"@ar ; - rdfs:label "位相差"@ja ; + rdfs:label "phase difference"@en , "Phasenverschiebungswinkel"@de , "différence de phase"@fr , "diferencia de fase"@es , "diferença de fase"@pt , "sfasamento angolare"@it , "przesunięcie fazowe"@pl , "اختلاف طور"@ar , "位相差"@ja ; + skos:altLabel "déphasage"@fr , "desfasagem"@pt ; skos:broader quantitykind:Angle ; . quantitykind:PhaseSpeedOfSound @@ -15755,6 +14767,8 @@ quantitykind:PhononMeanFreePath 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 ; @@ -15836,6 +14850,7 @@ quantitykind:PlanarForce qudt:applicableUnit unit:LB_F-PER-IN2 ; qudt:applicableUnit unit:MegaBAR ; qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; qudt:applicableUnit unit:MicroATM ; qudt:applicableUnit unit:MicroBAR ; qudt:applicableUnit unit:MicroPA ; @@ -15856,13 +14871,12 @@ quantitykind:PlanarForce qudt:applicableUnit unit:PlanckPressure ; qudt:applicableUnit unit:TORR ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Pressure"^^xsd:anyURI ; qudt:informativeReference "https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC1/HTML/schema/ifcmeasureresource/lexical/ifcplanarforcemeasure.htm"^^xsd:anyURI ; qudt:plainTextDescription "Another name for Force Per Area, used by the Industry Foundation Classes (IFC) standard." ; qudt:symbol "p" ; - qudt:url "http://en.wikipedia.org/wiki/Pressure"^^xsd:anyURI ; rdfs:isDefinedBy ; - rdfs:label "Flächenlast"@de ; - rdfs:label "Planar Force"@en ; + rdfs:label "Flächenlast"@de , "Planar Force"@en ; skos:broader quantitykind:ForcePerArea ; . quantitykind:PlanckFunction @@ -15909,30 +14923,7 @@ quantitykind:PlaneAngle qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T0D0 ; qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; 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 ; - owl:sameAs quantitykind:Angle ; + rdfs:label "Rovinný úhel"@cs , "Sudut satah"@ms , "angle plan"@fr , "angolo piano"@it , "angulus planus"@la , "düzlemsel açı"@tr , "ebener Winkel"@de , "kąt płaski"@pl , "medida angular"@pt , "plane angle"@en , "ravninski kot"@sl , "szög"@hu , "unghi plan"@ro , "ángulo plano"@es , "Επίπεδη γωνία"@el , "Плоский угол"@ru , "Равнинен ъгъл"@bg , "זווית"@he , "الزاوية النصف قطرية"@ar , "زاویه مستوی"@fa , "क्षेत्र"@hi , "弧度"@ja , "角度"@zh ; skos:broader quantitykind:Angle ; . quantitykind:PoissonRatio @@ -15957,9 +14948,9 @@ quantitykind:PolarMomentOfInertia qudt:applicableUnit unit:LB-FT2 ; qudt:applicableUnit unit:LB-IN2 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; + qudt:informativeReference "http://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}" ; - qudt:url "http://en.wikipedia.org/wiki/Second_moment_of_area"^^xsd:anyURI ; rdfs:isDefinedBy ; rdfs:label "Polar moment of inertia"@en ; skos:broader quantitykind:MomentOfInertia ; @@ -16191,7 +15182,6 @@ quantitykind:PotentialEnergy qudt:applicableUnit unit:W-HR ; qudt:applicableUnit unit:W-SEC ; qudt:dbpediaMatch "http://dbpedia.org/resource/Potential_energy"^^xsd:anyURI ; - qudt:hasDimension qudt:DIM_ISO-L2MT-2 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; qudt:informativeReference "http://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 ; @@ -16199,25 +15189,8 @@ quantitykind:PotentialEnergy 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:symbol "U" ; - qudt:url "http://en.wikipedia.org/wiki/Potential_energy"^^xsd:anyURI ; - 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 ; + rdfs:isDefinedBy ; + rdfs:label "Energia potencjalna"@pl , "Energie potențială"@ro , "Potansiyel enerji"@tr , "Tenaga keupayaan"@ms , "energia potencial"@pt , "energia potenziale"@it , "energía potencial"@es , "potenciální energie"@cs , "potential energy"@en , "potentielle Energie"@de , "énergie potentielle"@fr , "потенциальная энергия"@ru , "انرژی پتانسیل"@fa , "طاقة وضع"@ar , "स्थितिज ऊर्जा"@hi , "位置エネルギー"@ja , "势能"@zh ; skos:broader quantitykind:Energy ; . quantitykind:Power @@ -16269,39 +15242,14 @@ quantitykind:Power qudt:dbpediaMatch "http://dbpedia.org/resource/Power"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; qudt:informativeReference "http://en.wikipedia.org/wiki/Power"^^xsd:anyURI ; + qudt:informativeReference "http://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:symbol "P" ; qudt:symbol "p" ; - qudt:url "http://en.wikipedia.org/wiki/Power_%28physics%29"^^xsd:anyURI ; - rdfs:isDefinedBy ; - rdfs:label "Kuasa"@ms ; - rdfs:label "Leistung"@de ; - rdfs:label "Výkon"@cs ; - rdfs:label "flux energetic"@ro ; - 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 "strumień promieniowania"@pl ; - rdfs:label "teljesítmény , hőáramlás"@hu ; - rdfs:label "ısı akış oranı"@tr ; - rdfs:label "Ισχύς"@el ; - rdfs:label "Мощност"@bg ; - rdfs:label "Мощность"@ru ; - rdfs:label "הספק"@he ; - rdfs:label "القدرة"@ar ; - rdfs:label "توان، نرخ جریان گرما"@fa ; - rdfs:label "विकिरणी बहाव"@hi ; - rdfs:label "शक्ति"@hi ; - rdfs:label "功率、热流"@zh ; - rdfs:label "電力・仕事率"@ja ; + rdfs:isDefinedBy ; + rdfs:label "power"@en , "Leistung"@de , "puissance"@fr , "potencia"@es , "potência"@pt , "potenza"@it , "putere"@ro , "Мощност"@bg , "moč"@sl , "Výkon"@cs , "moc"@pl , "Мощность"@ru , "teljesítmény , hőáramlás"@hu , "güç"@tr , "Ισχύς"@el , "הספק"@he , "القدرة"@ar , "توان، نرخ جریان گرما"@fa , "शक्ति"@hi , "功率、热流"@zh , "電力・仕事率"@ja , "Kuasa"@ms , "potentia"@la ; + skos:altLabel "flux energetic"@ro , "strumień promieniowania"@pl , "ısı akış oranı"@tr , "विकिरणी बहाव"@hi ; . quantitykind:PowerArea a qudt:QuantityKind ; @@ -16330,23 +15278,7 @@ quantitykind:PowerFactor 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 ; 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:label "Leistungsfaktor"@de , "Współczynnik mocy"@pl , "facteur de puissance"@fr , "factor de potencia"@es , "factor de putere"@ro , "faktor kuasa"@ms , "fator de potência"@pt , "fattore di potenza"@it , "güç faktörü"@tr , "power factor"@en , "Účiník"@cs , "Коэффициент_мощности"@ru , "ضریب توان"@fa , "معامل القدرة"@ar , "शक्ति गुणांक"@hi , "力率"@ja , "功率因数"@zh ; rdfs:seeAlso quantitykind:ActivePower ; rdfs:seeAlso quantitykind:ApparentPower ; . @@ -16368,7 +15300,7 @@ quantitykind:PowerPerArea qudt:applicableUnit unit:W-PER-IN2 ; qudt:applicableUnit unit:W-PER-M2 ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; - qudt:url "http://www.physicsforums.com/library.php?do=view_item&itemid=406"^^xsd:anyURI ; + qudt:informativeReference "http://www.physicsforums.com/library.php?do=view_item&itemid=406"^^xsd:anyURI ; rdfs:isDefinedBy ; rdfs:label "Power Per Area"@en ; . @@ -16408,16 +15340,7 @@ quantitykind:PoyntingVector 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." ; 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 ; + rdfs:label "Poynting vector"@en , "Poynting-Vektor"@de , "vecteur de Poynting"@fr , "vector de Poynting"@es , "vector de Poynting"@pt , "vettore di Poynting"@it , "wektor Poyntinga"@pl , "вектор Пойнтинга"@ru , "متجَه بوينتنج"@ar , "ポインティングベクトル"@ja ; . quantitykind:Pressure a qudt:QuantityKind ; @@ -16454,6 +15377,7 @@ quantitykind:Pressure qudt:applicableUnit unit:LB_F-PER-IN2 ; qudt:applicableUnit unit:MegaBAR ; qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; qudt:applicableUnit unit:MicroATM ; qudt:applicableUnit unit:MicroBAR ; qudt:applicableUnit unit:MicroPA ; @@ -16480,37 +15404,8 @@ quantitykind:Pressure 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." ; 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 "naprężenie"@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 "pritisk"@sl ; - rdfs:label "tegasan"@ms ; - rdfs:label "tensione meccanica"@it ; - rdfs:label "tensiune mecanică"@ro ; - rdfs:label "tensão"@pt ; - rdfs:label "tlak"@sl ; - rdfs:label "Πίεση - τάση"@el ; - rdfs:label "Давление"@ru ; - rdfs:label "Налягане"@bg ; - rdfs:label "механично напрежение"@bg ; - rdfs:label "לחץ"@he ; - rdfs:label "الضغط أو الإجهاد"@ar ; - rdfs:label "فشار، تنش"@fa ; - rdfs:label "दबाव"@hi ; - rdfs:label "दाब"@hi ; - rdfs:label "压强、压力"@zh ; - rdfs:label "圧力"@ja ; + rdfs:label "pressure"@en , "Druck"@de , "pression"@fr , "presión"@es , "pressão"@pt , "pressione"@it , "presiune"@ro , "Налягане"@bg , "tlak"@sl , "Tlak"@cs , "ciśnienie"@pl , "Давление"@ru , "nyomás"@hu , "basınç"@tr , "Πίεση - τάση"@el , "לחץ"@he , "الضغط أو الإجهاد"@ar , "فشار، تنش"@fa , "दबाव"@hi , "压强、压力"@zh , "圧力"@ja , "Tekanan"@ms , "pressio"@la ; + skos:altLabel "tensão"@pt , "tensione meccanica"@it , "tensiune mecanică"@ro , "механично напрежение"@bg , "pritisk"@sl , "naprężenie"@pl , "दाब"@hi , "tegasan"@ms ; skos:broader quantitykind:ForcePerArea ; . quantitykind:PressureBurningRateConstant @@ -16829,9 +15724,9 @@ quantitykind:RESERVE-MASS qudt:applicableUnit unit:TON_US ; qudt:applicableUnit unit:U ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:informativeReference "http://eaton.math.rpi.edu/CSUMS/Papers/EcoEnergy/koojimanconserve.pdf"^^xsd:anyURI ; 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}" ; - qudt:url "http://eaton.math.rpi.edu/CSUMS/Papers/EcoEnergy/koojimanconserve.pdf"^^xsd:anyURI ; rdfs:isDefinedBy ; rdfs:label "Reserve Mass"@en ; skos:broader quantitykind:Mass ; @@ -16926,7 +15821,6 @@ quantitykind:RadianceFactor 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:systemDerivedQuantityKind qudt:SOQ_SI ; rdfs:isDefinedBy ; rdfs:label "Radiance Factor"@en ; . @@ -17012,24 +15906,8 @@ quantitykind:RadiantEnergy 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:symbol "R" ; - qudt:systemDerivedQuantityKind qudt:SOQ_SI ; - 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 ; + rdfs:isDefinedBy ; + rdfs:label "Işınım erkesi"@tr , "Strahlungsenergie"@de , "Tenaga sinaran"@ms , "energia promienista"@pl , "energia radiante"@it , "energia radiante"@pt , "energie záření"@cs , "energía radiante"@es , "radiant energy"@en , "énergie rayonnante"@fr , "энергия излучения"@ru , "انرژی تابشی"@fa , "طاقة إشعاعية"@ar , "विकिरण ऊर्जा"@hi , "放射エネルギー"@ja , "辐射能"@zh ; skos:broader quantitykind:Energy ; skos:closeMatch quantitykind:LuminousEnergy ; . @@ -17043,7 +15921,6 @@ quantitykind:RadiantEnergyDensity 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:systemDerivedQuantityKind qudt:SOQ_SI ; rdfs:isDefinedBy ; rdfs:label "Radiant Energy Density"@en ; . @@ -17084,7 +15961,6 @@ quantitykind:RadiantFluence 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" ; - qudt:systemDerivedQuantityKind qudt:SOQ_SI ; rdfs:isDefinedBy ; rdfs:label "Radiant Fluence"@en ; . @@ -17112,7 +15988,6 @@ quantitykind:RadiantFluenceRate 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" ; - qudt:systemDerivedQuantityKind qudt:SOQ_SI ; rdfs:isDefinedBy ; rdfs:label "Radiant Fluence Rate"@en ; skos:broader quantitykind:PowerPerArea ; @@ -17169,22 +16044,8 @@ quantitykind:RadiantFlux 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." ; rdfs:isDefinedBy ; - rdfs:label "Strahlungsfluss"@de ; - rdfs:label "Strahlungsleistung"@de ; - rdfs:label "flujo radiante"@es ; - rdfs:label "flusso radiante"@it ; - rdfs:label "flux énergétique"@fr ; - rdfs:label "fluxo energético"@pt ; - rdfs:label "moc promieniowania"@pl ; - rdfs:label "moc promienista"@pl ; - rdfs:label "potencia radiante"@es ; - rdfs:label "potenza radiante"@it ; - rdfs:label "potência radiante"@pt ; - rdfs:label "puissance rayonnante"@fr ; - rdfs:label "radiant flux"@en ; - rdfs:label "radiant power"@en ; - rdfs:label "قدرة إشعاعية"@ar ; - rdfs:label "放射パワー"@ja ; + rdfs:label "radiant flux"@en , "Strahlungsfluss"@de , "flux énergétique"@fr , "potencia radiante"@es , "potência radiante"@pt , "flusso radiante"@it , "moc promieniowania"@pl , "قدرة إشعاعية"@ar , "放射パワー"@ja ; + skos:altLabel "radiant power"@en , "Strahlungsleistung"@de , "puissance rayonnante"@fr , "flujo radiante"@es , "fluxo energético"@pt , "potenza radiante"@it , "moc promienista"@pl ; skos:broader quantitykind:Power ; . quantitykind:RadiantIntensity @@ -17435,20 +16296,7 @@ quantitykind:ReactivePower 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" ; 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 ; + rdfs:label "Blindleistung"@de , "Jalový výkon"@cs , "Kuasa reaktif"@ms , "moc bierna"@pl , "potencia reactiva"@es , "potenza reattiva"@it , "potência reativa"@pt , "puissance réactive"@fr , "reactive power"@en , "reaktif güç"@tr , "القدرة الكهربائية الردفعلية;الردية"@ar , "توان راکتیو"@fa , "无功功率"@zh , "無効電力"@ja ; rdfs:seeAlso quantitykind:ComplexPower ; skos:broader quantitykind:ComplexPower ; . @@ -17525,32 +16373,20 @@ quantitykind:RecombinationCoefficient rdfs:isDefinedBy ; rdfs:label "Recombination Coefficient"@en ; . -quantitykind:Refectance +quantitykind:Reflectance a qudt:QuantityKind ; - dcterms:description "Refectance and reflectivity generally refer to the fraction of incident electromagnetic 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 positive real number."^^rdf:HTML ; + 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."^^rdf:HTML ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:PERCENT ; qudt:applicableUnit unit:UNITLESS ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:informativeReference "http://en.wikipedia.org/wiki/Reflectivity"^^xsd:anyURI ; - qudt:latexDefinition "\\(\\rho = \\frac{\\Phi_t}{\\Phi_m}\\), where \\(\\Phi_t\\) is the reflected radiant flux or the reflected luminous flux, and \\(\\Phi_m\\) is the radiant flux or luminous flux of the incident radiation."^^qudt:LatexString ; + 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 "Refectance and reflectivity generally refer to the fraction of incident electromagnetic 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 positive real number." ; - qudt:systemDerivedQuantityKind qudt:SOQ_SI ; - rdfs:isDefinedBy ; - rdfs:label "Refectance"@en ; -. -quantitykind:Reflectance - a qudt:QuantityKind ; - dcterms:description "Reflectance, or reflection factor for sound power, is the ratio of reflected sound power to incident sound power."^^rdf:HTML ; - qudt:applicableUnit unit:UNITLESS ; - qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; - qudt:informativeReference "http://en.wikipedia.org/wiki/Dissipation_factor"^^xsd:anyURI ; - qudt:latexDefinition "\\(r= \\frac{P_r}{P_i}\\), where \\(P_r\\) is the reflected sound power, and \\(P_i\\) is the incident sound power."^^qudt:LatexString ; - qudt:plainTextDescription "Reflectance, or reflection factor for sound power, is the ratio of reflected sound power to incident sound power." ; - qudt:symbol "r" ; - qudt:systemDerivedQuantityKind qudt:SOQ_SI ; - vaem:todo "belongs to SOQ-ISO" ; + 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." ; rdfs:isDefinedBy ; rdfs:label "Reflectance"@en ; + skos:broader quantitykind:DimensionlessRatio ; . quantitykind:ReflectanceFactor a qudt:QuantityKind ; @@ -17561,10 +16397,27 @@ quantitykind:ReflectanceFactor 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:systemDerivedQuantityKind qudt:SOQ_SI ; 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 "http://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: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."^^rdf:HTML ; @@ -17575,24 +16428,8 @@ quantitykind:RefractiveIndex 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" ; rdfs:isDefinedBy ; - rdfs:label "Brechungsindex"@de ; - 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 ; + rdfs:label "refractive index"@en , "Brechzahl"@de , "indice de réfraction"@fr , "índice de refracción"@es , "índice refrativo"@pt , "indice di rifrazione"@it , "Indice de refracție"@ro , "Index lomu"@cs , "Współczynnik załamania"@pl , "Показатель преломления"@ru , "kırılma indeksi"@tr , "معامل الانكسار"@ar , "ضریب شکست"@fa , "अपवर्तनांक"@hi , "折射率"@zh , "屈折率"@ja , "Indeks biasan"@ms ; + skos:altLabel "Brechungsindex"@de ; . quantitykind:RelativeAtomicMass a qudt:QuantityKind ; @@ -18136,32 +16973,8 @@ quantitykind:RestMass qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; qudt:symbol "m_X" ; 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 "invariantna masa"@sl ; - rdfs:label "lastna masa"@sl ; - rdfs:label "masa invariante"@es ; - rdfs:label "masa invariantă"@ro ; - rdfs:label "masa niezmiennicza"@pl ; - 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 "masse invariante"@fr ; - rdfs:label "masse propre"@fr ; - rdfs:label "rest mass"@en ; - rdfs:label "träge Masse"@de ; - rdfs:label "инвариантная масса"@ru ; - rdfs:label "масса покоя"@ru ; - rdfs:label "جرم سکون"@fa ; - rdfs:label "كتلة ساكنة"@ar ; - rdfs:label "निश्चर द्रव्यमान"@hi ; - rdfs:label "不変質量"@ja ; - rdfs:label "静止质量"@zh ; - skos:altLabel "Proper Mass" ; + rdfs:label "rest mass"@en , "Ruhemasse"@de , "masse au repos"@fr , "masa invariante"@es , "massa de repouso"@pt , "massa a riposo"@it , "masa invariantă"@ro , "Mirovna masa"@sl , "Klidová hmotnost"@cs , "masa spoczynkowa"@pl , "инвариантная масса"@ru , "dinlenme kütlesi"@tr , "كتلة ساكنة"@ar , "جرم سکون"@fa , "निश्चर द्रव्यमान"@hi , "静止质量"@zh , "不変質量"@ja , "Jisim rehat"@ms ; + skos:altLabel "träge Masse"@de , "masse propre"@fr , "masse invariante"@fr , "lastna masa"@sl , "invariantna masa"@sl , "masa niezmiennicza"@pl , "масса покоя"@ru , "Proper Mass" ; skos:broader quantitykind:Mass ; . quantitykind:ReverberationTime @@ -18273,6 +17086,11 @@ quantitykind:RocketAtmosphericTransverseForce 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."^^rdf:HTML ; + 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://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC2/HTML/link/ifcrotationalmassmeasure.htm"^^xsd:anyURI ; @@ -18329,22 +17147,12 @@ quantitykind:SecondMomentOfArea qudt:applicableUnit unit:LB-FT2 ; qudt:applicableUnit unit:LB-IN2 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; + qudt:informativeReference "http://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:url "http://en.wikipedia.org/wiki/Second_moment_of_area"^^xsd:anyURI ; - 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 "momento de inércia de área"@pt ; - 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 ; + rdfs:isDefinedBy ; + rdfs:label "second moment of area"@en , "Flächenträgheitsmoment"@de , "moment quadratique"@fr , "segundo momento de érea"@es , "Segundo momento de área"@pt , "secondo momento di area"@it , "Geometryczny moment bezwładności"@pl , "گشتاور دوم سطح"@fa , "क्षेत्रफल का द्वितीय आघूर्ण"@hi , "截面二次轴矩"@zh , "断面二次モーメント"@ja ; + skos:altLabel "momento de inércia de área"@pt ; skos:broader quantitykind:MomentOfInertia ; . quantitykind:SecondOrderReactionRateConstant @@ -18431,6 +17239,7 @@ quantitykind:SeebeckCoefficient quantitykind:SerumOrPlasmaLevel a qudt:QuantityKind ; qudt:applicableUnit unit:IU-PER-L ; + qudt:applicableUnit unit:IU-PER-MilliL ; qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; rdfs:isDefinedBy ; rdfs:label "Serum or Plasma Level"@en ; @@ -18467,7 +17276,19 @@ quantitykind:ShannonDiversityIndex 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 "http://en.wikipedia.org/wiki/Shear_modulus"^^xsd:anyURI ; @@ -18536,6 +17357,7 @@ quantitykind:ShearStress qudt:applicableUnit unit:LB_F-PER-IN2 ; qudt:applicableUnit unit:MegaBAR ; qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; qudt:applicableUnit unit:MicroATM ; qudt:applicableUnit unit:MicroBAR ; qudt:applicableUnit unit:MicroPA ; @@ -18579,6 +17401,7 @@ quantitykind:Short-RangeOrderParameter quantitykind:SignalDetectionThreshold a qudt:QuantityKind ; qudt:applicableUnit unit:DeciB_C ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; rdfs:isDefinedBy ; rdfs:label "Signal Detection Threshold"@en ; . @@ -18737,29 +17560,7 @@ quantitykind:SolidAngle qudt:qkdvDenominator qkdv:A0E0L2I0M0H0T0D0 ; qudt:qkdvNumerator qkdv:A0E0L2I0M0H0T0D0 ; 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 ; + rdfs:label "Prostorový úhel"@cs , "Raumwinkel"@de , "Sudut padu"@ms , "angle solide"@fr , "angolo solido"@it , "angulus solidus"@la , "katı cisimdeki açı"@tr , "kąt bryłowy"@pl , "prostorski kot"@sl , "solid angle"@en , "térszög"@hu , "unghi solid"@ro , "ángulo sólido"@es , "ângulo sólido"@pt , "Στερεά γωνία"@el , "Пространствен ъгъл"@bg , "Телесный угол"@ru , "זווית מרחבית"@he , "الزاوية الصلبة"@ar , "زاویه فضایی"@fa , "आयतन"@hi , "立体角"@ja , "立体角度"@zh ; skos:broader quantitykind:AreaRatio ; . quantitykind:SolidStateDiffusionLength @@ -18988,16 +17789,8 @@ quantitykind:SoundParticleVelocity qudt:symbol "v" ; vaem:todo "belongs to SOQ-ISO" ; rdfs:isDefinedBy ; - rdfs:label "Schallschnelle"@de ; - rdfs:label "prędkość akustyczna"@pl ; - rdfs:label "prędkość cząstki"@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 ; + rdfs:label "sound particle velocity"@en , "Schallschnelle"@de , "vitesse acoustique d‘une particule"@fr , "velocidad acústica de una partícula"@es , "velocidade acústica de uma partícula"@pt , "velocità di spostamento"@it , "prędkość akustyczna"@pl , "سرعة جسيم"@ar , "粒子速度"@ja ; + skos:altLabel "prędkość cząstki"@pl ; skos:broader quantitykind:Velocity ; . quantitykind:SoundPower @@ -19052,17 +17845,8 @@ quantitykind:SoundPower qudt:symbol "P" ; vaem:todo "belongs to SOQ-ISO" ; 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 "potência sonora"@pt ; - rdfs:label "puissance acoustique"@fr ; - rdfs:label "sound power"@en ; - rdfs:label "звуковая мощность"@ru ; - rdfs:label "القدرة الصوتية"@ar ; - rdfs:label "音源の音響出力"@ja ; + rdfs:label "sound power"@en , "Schallleistung"@de , "puissance acoustique"@fr , "potencie acústica"@es , "potência acústica"@pt , "potenza sonora"@it , "moc akustyczna"@pl , "звуковая мощность"@ru , "القدرة الصوتية"@ar , "音源の音響出力"@ja ; + skos:altLabel "potência sonora"@pt ; skos:broader quantitykind:Power ; . quantitykind:SoundPowerLevel @@ -19115,6 +17899,7 @@ quantitykind:SoundPressure qudt:applicableUnit unit:LB_F-PER-IN2 ; qudt:applicableUnit unit:MegaBAR ; qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; qudt:applicableUnit unit:MicroATM ; qudt:applicableUnit unit:MicroBAR ; qudt:applicableUnit unit:MicroPA ; @@ -19155,22 +17940,8 @@ quantitykind:SoundPressureLevel qudt:symbol "L" ; vaem:todo "belongs to SOQ-ISO" ; rdfs:isDefinedBy ; - rdfs:label "Hladina akustického tlaku"@cs ; - rdfs:label "Schalldruckpegel"@de ; - rdfs:label "Tahap medan"@ms ; - rdfs:label "Tahap tekanan bunyi"@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 ; + rdfs:label "Hladina akustického tlaku"@cs , "Schalldruckpegel"@de , "Tahap medan"@ms , "gerilim veya akım oranı"@tr , "livello di pressione sonora"@it , "miary wielkości ilorazowych"@pl , "niveau de pression acoustique"@fr , "nivel de presión sonora"@es , "nível de pressão acústica"@pt , "sound pressure level"@en , "уровень звукового давления"@ru , "سطح یک کمیت توان-ریشه"@fa , "كمية جذر الطاقة"@ar , "利得"@ja , "声压级"@zh ; + skos:altLabel "Tahap tekanan bunyi"@ms ; . quantitykind:SoundReductionIndex a qudt:QuantityKind ; @@ -19341,6 +18112,7 @@ quantitykind:SpecificEnergy 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:dbpediaMatch "http://dbpedia.org/resource/Specific_energy"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; @@ -19375,6 +18147,7 @@ quantitykind:SpecificEnergyImparted 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:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; qudt:informativeReference "http://www.answers.com/topic/energy-imparted"^^xsd:anyURI ; @@ -19409,6 +18182,7 @@ quantitykind:SpecificEnthalpy quantitykind:SpecificEntropy a qudt:QuantityKind ; dcterms:description "\"Specific Entropy\" is entropy per unit of mass."^^rdf:HTML ; + qudt:applicableUnit unit:J-PER-GM-K ; qudt:applicableUnit unit:J-PER-KiloGM-K ; qudt:applicableUnit unit:KiloJ-PER-KiloGM-K ; qudt:dbpediaMatch "http://dbpedia.org/resource/Entropy"^^xsd:anyURI ; @@ -19452,6 +18226,7 @@ quantitykind:SpecificHeatCapacity 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-K ; qudt:applicableUnit unit:J-PER-KiloGM-K ; qudt:applicableUnit unit:KiloCAL-PER-GM-DEG_C ; qudt:dbpediaMatch "http://dbpedia.org/resource/Specific_heat_capacity"^^xsd:anyURI ; @@ -19470,6 +18245,7 @@ quantitykind:SpecificHeatCapacity quantitykind:SpecificHeatCapacityAtConstantPressure a qudt:QuantityKind ; dcterms:description "Specific heat at a constant pressure."^^rdf:HTML ; + qudt:applicableUnit unit:J-PER-GM-K ; qudt:applicableUnit unit:J-PER-KiloGM-K ; qudt:applicableUnit unit:J-PER-KiloGM-K-PA ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; @@ -19484,6 +18260,7 @@ quantitykind:SpecificHeatCapacityAtConstantPressure quantitykind:SpecificHeatCapacityAtConstantVolume a qudt:QuantityKind ; dcterms:description "Specific heat per constant volume."^^rdf:HTML ; + qudt:applicableUnit unit:J-PER-GM-K ; qudt:applicableUnit unit:J-PER-KiloGM-K ; qudt:applicableUnit unit:J-PER-KiloGM-K-M3 ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; @@ -19498,6 +18275,7 @@ quantitykind:SpecificHeatCapacityAtConstantVolume quantitykind:SpecificHeatCapacityAtSaturation a qudt:QuantityKind ; dcterms:description "Specific heat per constant volume."^^rdf:HTML ; + qudt:applicableUnit unit:J-PER-GM-K ; qudt:applicableUnit unit:J-PER-KiloGM-K ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; @@ -19585,6 +18363,7 @@ quantitykind:SpecificImpulseByMass 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:KN ; qudt:applicableUnit unit:KiloM-PER-DAY ; @@ -19685,6 +18464,34 @@ 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)."^^rdf:HTML ; + qudt:applicableUnit unit:ERG-PER-GM-SEC ; + qudt:applicableUnit unit:GRAY-PER-SEC ; + qudt:applicableUnit unit:MilliW-PER-MilliGM ; + 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: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."^^rdf:HTML ; + 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: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."^^rdf:HTML ; @@ -19750,7 +18557,6 @@ quantitykind:SpectralLuminousEfficiency 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" ; - qudt:systemDerivedQuantityKind qudt:SOQ_SI ; rdfs:isDefinedBy ; rdfs:label "Spectral Luminous Efficiency"@en ; . @@ -19763,7 +18569,6 @@ quantitykind:SpectralRadiantEnergyDensity 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)." ; - qudt:systemDerivedQuantityKind qudt:SOQ_SI ; rdfs:isDefinedBy ; rdfs:label "Spectral Radiant Energy Density"@en ; . @@ -19798,24 +18603,7 @@ quantitykind:SpeedOfLight 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: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:label "Hitrost svetlobe"@sl , "Işık hızı"@tr , "Kelajuan cahaya"@ms , "Lichtgeschwindigkeit"@de , "Prędkość światła"@pl , "Rychlost světla"@cs , "Velocidade da luz"@pt , "Viteza luminii"@ro , "speed of light"@en , "velocidad de la luz"@es , "velocità della luce"@it , "vitesse de la lumière"@fr , "Скорость света"@ru , "سرعة الضوء"@ar , "سرعت نور"@fa , "प्रकाश का वेग"@hi , "光速"@ja , "光速"@zh ; rdfs:seeAlso constant:MagneticConstant ; rdfs:seeAlso constant:PermittivityOfVacuum ; rdfs:seeAlso constant:SpeedOfLight_Vacuum ; @@ -19839,26 +18627,8 @@ quantitykind:SpeedOfSound qudt:symbol "c" ; vaem:todo "belongs to SOQ-ISO" ; rdfs:isDefinedBy ; - rdfs:label "Hitrost zvoka"@sl ; - rdfs:label "Kelajuan bunyi"@ms ; - rdfs:label "Schallausbreitungsgeschwindigkeit"@de ; - rdfs:label "Schallgeschwindigkeit"@de ; - rdfs:label "Ses hızı"@tr ; - rdfs:label "célérité du son"@fr ; - 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 ; + rdfs:label "speed of sound"@en , "Schallgeschwindigkeit"@de , "vitesse du son"@fr , "velocidad del sonido"@es , "velocidade do som"@pt , "velocità del suono"@it , "viteza sunetului"@ro , "Hitrost zvoka"@sl , "rychlost zvuku"@cs , "prędkość dźwięku"@pl , "скорость звука"@ru , "Ses hızı"@tr , "سرعة الصوت"@ar , "سرعت صوت"@fa , "ध्वनि का वेग"@hi , "音速"@zh , "音速"@ja , "Kelajuan bunyi"@ms ; + skos:altLabel "Schallausbreitungsgeschwindigkeit"@de , "célérité du son"@fr ; skos:broader quantitykind:Speed ; . quantitykind:SphericalIlluminance @@ -19889,23 +18659,7 @@ quantitykind:Spin 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" ; 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 ; + rdfs:label "Spin"@de , "Spin"@ms , "Spin"@ro , "Spin"@tr , "espín"@es , "spin"@cs , "spin"@en , "spin"@fr , "spin"@it , "spin"@pl , "spin"@pt , "spin"@sl , "Спин"@ru , "اسپین/چرخش"@fa , "لف مغزلي"@ar , "スピン角運動量"@ja , "自旋"@zh ; skos:broader quantitykind:AngularMomentum ; . quantitykind:SpinQuantumNumber @@ -20171,6 +18925,7 @@ quantitykind:StaticPressure qudt:applicableUnit unit:LB_F-PER-IN2 ; qudt:applicableUnit unit:MegaBAR ; qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; qudt:applicableUnit unit:MicroATM ; qudt:applicableUnit unit:MicroBAR ; qudt:applicableUnit unit:MicroPA ; @@ -20274,12 +19029,11 @@ quantitykind:Strain 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]" ; - qudt:url "http://www.freestudy.co.uk/mech%20prin%20h2/stress.pdf"^^xsd:anyURI ; rdfs:isDefinedBy ; rdfs:label "Strain"@en ; - owl:sameAs quantitykind:LinearStrain ; skos:broader quantitykind:DimensionlessRatio ; . quantitykind:StrainEnergyDensity @@ -20333,6 +19087,7 @@ quantitykind:Stress qudt:applicableUnit unit:LB_F-PER-IN2 ; qudt:applicableUnit unit:MegaBAR ; qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; qudt:applicableUnit unit:MicroATM ; qudt:applicableUnit unit:MicroBAR ; qudt:applicableUnit unit:MicroPA ; @@ -20353,9 +19108,9 @@ quantitykind:Stress 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:url "http://www.freestudy.co.uk/mech%20prin%20h2/stress.pdf"^^xsd:anyURI ; rdfs:isDefinedBy ; rdfs:label "Stress"@en ; skos:broader quantitykind:ForcePerArea ; @@ -20376,6 +19131,7 @@ quantitykind:StressIntensityFactor 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."^^rdf:HTML ; + 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-PA ; @@ -20556,7 +19312,6 @@ quantitykind:SurfaceTension qudt:applicableUnit unit:PicoPA-PER-KiloM ; qudt:applicableUnit unit:W-HR-PER-M2 ; qudt:applicableUnit unit:W-SEC-PER-M2 ; - qudt:hasDimension qudt:DIM_ISO-MT-2 ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; qudt:informativeReference "http://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 ; @@ -20564,25 +19319,8 @@ quantitykind:SurfaceTension qudt:plainTextDescription "\"Surface Tension\" is a contractive tendency of the surface of a liquid that allows it to resist an external force." ; qudt:symbol "γ" ; 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 de surface"@fr ; - 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 ; + rdfs:label "surface tension"@en , "Oberflächenspannung"@de , "tension superficielle"@fr , "tensión superficial"@es , "tensão superficial"@pt , "tensione superficiale"@it , "Tensiune superficială"@ro , "površinska napetost"@sl , "povrchové napětí"@cs , "napięcie powierzchniowe"@pl , "поверхностное натяжение"@ru , "Yüzey gerilimi"@tr , "توتر سطحي"@ar , "کشش سطحی"@fa , "पृष्ठ तनाव"@hi , "表面张力"@zh , "表面張力"@ja , "Tegangan permukaan"@ms ; + skos:altLabel "tension de surface"@fr ; skos:broader quantitykind:EnergyPerArea ; . quantitykind:Susceptance @@ -20636,6 +19374,7 @@ quantitykind:SystolicBloodPressure qudt:applicableUnit unit:LB_F-PER-IN2 ; qudt:applicableUnit unit:MegaBAR ; qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; qudt:applicableUnit unit:MicroATM ; qudt:applicableUnit unit:MicroBAR ; qudt:applicableUnit unit:MicroPA ; @@ -20747,6 +19486,7 @@ quantitykind:TemperatureAmountOfSubstance 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."^^rdf:HTML ; + 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 ; @@ -21083,17 +19823,8 @@ quantitykind:ThermalResistance qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; qudt:symbol "R" ; rdfs:isDefinedBy ; - rdfs:label "Wärmewiderstand"@de ; - 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:label "thermal resistance"@en , "thermischer Widerstand"@de , "résistance thermique"@fr , "resistencia térmica"@es , "resistência térmica"@pt , "resistenza termica"@it , "opór cieplny"@cs , "مقاومة حرارية"@ar , "热阻"@zh , "熱抵抗"@ja ; + skos:altLabel "Wärmewiderstand"@de ; rdfs:seeAlso quantitykind:HeatFlowRate ; rdfs:seeAlso quantitykind:ThermalInsulance ; rdfs:seeAlso quantitykind:ThermodynamicTemperature ; @@ -21235,8 +19966,6 @@ quantitykind:ThermodynamicEnergy qudt:symbol "U" ; rdfs:isDefinedBy ; rdfs:label "Thermodynamic Energy"@en ; - owl:sameAs quantitykind:EnergyInternal ; - owl:sameAs quantitykind:InternalEnergy ; skos:broader quantitykind:Energy ; . quantitykind:ThermodynamicEntropy @@ -21265,31 +19994,8 @@ Temperature is a physical property of matter that quantitatively expresses the c 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:symbol "T" ; rdfs:isDefinedBy ; - rdfs:label "Suhu termodinamik"@ms ; - rdfs:label "Termodynamická teplota"@cs ; - rdfs:label "abszolút hőmérséklet"@hu ; - rdfs:label "temperatura assoluta"@it ; - 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 "Θερμοδυναμική Θερμοκρασία"@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:label "thermodynamic temperature"@en , "thermodynamische Temperatur"@de , "température thermodynamique"@fr , "temperatura"@es , "temperatura"@pt , "temperatura termodinamica"@it , "temperatură termodinamică"@ro , "Термодинамична температура"@bg , "temperatura"@sl , "Termodynamická teplota"@cs , "temperatura"@pl , "Термодинамическая температура"@ru , "abszolút hőmérséklet"@hu , "termodinamik sıcaklık"@tr , "Απόλυτη"@el , "טמפרטורה מוחלטת"@he , "درجة الحرارة المطلقة"@ar , "دمای ترمودینامیکی"@fa , "ऊष्मगतिकीय तापमान"@hi , "热力学温度"@zh , "熱力学温度"@ja , "Suhu termodinamik"@ms , "temperatura thermodynamica absoluta"@la ; + skos:altLabel "temperatura assoluta"@it , "Θερμοδυναμική Θερμοκρασία"@el ; rdfs:seeAlso quantitykind:Temperature ; skos:broader quantitykind:Temperature ; . @@ -21478,29 +20184,7 @@ quantitykind:Time 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:symbol "t" ; 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 ; + rdfs:label "Masa"@ms , "Zeit"@de , "czas"@pl , "idő"@hu , "tempo"@it , "tempo"@pt , "temps"@fr , "tempus"@la , "tiempo"@es , "time"@en , "timp"@ro , "zaman"@tr , "Čas"@cs , "čas"@sl , "Χρόνος"@el , "Време"@bg , "Время"@ru , "זמן"@he , "زمان"@fa , "زمن"@ar , "समय"@hi , "时间"@zh , "時間"@ja ; . quantitykind:TimeAveragedSoundIntensity a qudt:QuantityKind ; @@ -21621,23 +20305,9 @@ t stands for time."""^^qudt:LatexString ; 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:url "http://en.wikipedia.org/wiki/Torque"^^xsd:anyURI ; - rdfs:isDefinedBy ; - rdfs:label "Drillmoment"@de ; - rdfs:label "Torsionmoment"@de ; - rdfs:label "binârio"@pt ; - rdfs:label "coppia"@it ; - rdfs:label "couple"@fr ; - rdfs:label "moment de torsion"@fr ; - rdfs:label "moment obrotowy"@pl ; - rdfs:label "momento de torsión"@es ; - rdfs:label "momento de torção"@pt ; - rdfs:label "momento torcente"@it ; - rdfs:label "par"@es ; - rdfs:label "torque"@en ; - rdfs:label "عزم محورى"@ar ; - rdfs:label "トルク"@ja ; - rdfs:label "转矩"@zh ; + rdfs:isDefinedBy ; + rdfs:label "torque"@en , "Torsionmoment"@de , "couple"@fr , "par"@es , "momento de torção"@pt , "coppia"@it , "moment obrotowy"@pl , "عزم محورى"@ar , "转矩"@zh , "トルク"@ja ; + skos:altLabel "Drillmoment"@de , "moment de torsion"@fr , "momento de torsión"@es , "binârio"@pt , "momento torcente"@it ; owl:sameAs quantitykind:MomentOfForce ; . quantitykind:TorquePerAngle @@ -21833,6 +20503,7 @@ quantitykind:TotalPressure qudt:applicableUnit unit:LB_F-PER-IN2 ; qudt:applicableUnit unit:MegaBAR ; qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; qudt:applicableUnit unit:MicroATM ; qudt:applicableUnit unit:MicroBAR ; qudt:applicableUnit unit:MicroPA ; @@ -21871,16 +20542,26 @@ quantitykind:TouchThresholds 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."^^rdf:HTML ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PPTR ; qudt:applicableUnit unit:UNITLESS ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:informativeReference "http://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:systemDerivedQuantityKind qudt:SOQ_SI ; vaem:todo "belongs to SOQ-ISO" ; rdfs:isDefinedBy ; rdfs:label "Transmittance"@en ; + skos:broader quantitykind:DimensionlessRatio ; . quantitykind:TransmittanceDensity a qudt:QuantityKind ; @@ -21890,7 +20571,6 @@ quantitykind:TransmittanceDensity 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" ; - qudt:systemDerivedQuantityKind qudt:SOQ_SI ; rdfs:isDefinedBy ; rdfs:label "Transmittance Density"@en ; . @@ -21905,6 +20585,7 @@ quantitykind:TrueExhaustVelocity 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:KN ; qudt:applicableUnit unit:KiloM-PER-DAY ; @@ -21935,6 +20616,7 @@ quantitykind:Turbidity 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."^^rdf:HTML ; qudt:applicableUnit unit:NTU ; qudt:dbpediaMatch "http://dbpedia.org/resource/Turbidity"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:informativeReference "http://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." ; rdfs:isDefinedBy ; @@ -21951,6 +20633,119 @@ quantitykind:Turns rdfs:label "Turns"@en ; skos:broader quantitykind:Count ; . +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." ; + qudt:applicableUnit unit:CentiM2-PER-CentiM3 ; + qudt:applicableUnit unit:DEG-PER-M ; + qudt:applicableUnit unit:DEG_C-KiloGM-PER-M2 ; + qudt:applicableUnit unit:DEG_C2-PER-SEC ; + 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:K2 ; + qudt:applicableUnit unit:KiloGM-PER-M3-SEC ; + qudt:applicableUnit unit:KiloGM-SEC2 ; + qudt:applicableUnit unit:KiloGM2-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-M-PER-SEC ; + qudt:applicableUnit unit:M2-HZ2 ; + qudt:applicableUnit unit:M2-HZ3 ; + qudt:applicableUnit unit:M2-HZ4 ; + qudt:applicableUnit unit:M2-PER-HZ ; + qudt:applicableUnit unit:M2-PER-HZ-DEG ; + qudt:applicableUnit unit:M2-PER-HZ2 ; + qudt:applicableUnit unit:M2-PER-SEC2 ; + qudt:applicableUnit unit:M2-SEC-PER-RAD ; + qudt:applicableUnit unit:M3-PER-KiloGM-SEC2 ; + qudt:applicableUnit unit:M4-PER-SEC ; + qudt:applicableUnit unit:MOL-PER-GM-HR ; + qudt:applicableUnit unit:MOL-PER-M2 ; + qudt:applicableUnit unit:MOL-PER-M2-DAY ; + qudt:applicableUnit unit:MOL-PER-M2-SEC ; + qudt:applicableUnit unit:MOL-PER-M2-SEC-M ; + qudt:applicableUnit unit:MOL-PER-M2-SEC-M-SR ; + qudt:applicableUnit unit:MOL-PER-M2-SEC-SR ; + qudt:applicableUnit unit:MOL-PER-M3-SEC ; + qudt:applicableUnit unit:MOL-PER-MOL ; + qudt:applicableUnit unit:MicroGAL-PER-M ; + qudt:applicableUnit unit:MicroGM-PER-L-HR ; + qudt:applicableUnit unit:MicroGM-PER-M3-HR ; + qudt:applicableUnit unit:MicroM-PER-L-DAY ; + qudt:applicableUnit unit:MicroM-PER-MilliL ; + qudt:applicableUnit unit:MicroMOL-PER-GM-HR ; + qudt:applicableUnit unit:MicroMOL-PER-GM-SEC ; + qudt:applicableUnit unit:MicroMOL-PER-L-HR ; + qudt:applicableUnit unit:MicroMOL-PER-M2 ; + qudt:applicableUnit unit:MicroMOL-PER-M2-DAY ; + qudt:applicableUnit unit:MicroMOL-PER-M2-HR ; + qudt:applicableUnit unit:MicroMOL-PER-MOL ; + qudt:applicableUnit unit:MicroMOL-PER-MicroMOL-DAY ; + qudt:applicableUnit unit:MilliBQ-PER-M2-DAY ; + qudt:applicableUnit unit:MilliGAL-PER-MO ; + qudt:applicableUnit unit:MilliGM-PER-M3-DAY ; + qudt:applicableUnit unit:MilliGM-PER-M3-HR ; + qudt:applicableUnit unit:MilliGM-PER-M3-SEC ; + qudt:applicableUnit unit:MilliL-PER-M2-DAY ; + qudt:applicableUnit unit:MilliMOL-PER-M2 ; + qudt:applicableUnit unit:MilliMOL-PER-M2-DAY ; + qudt:applicableUnit unit:MilliMOL-PER-M2-SEC ; + qudt:applicableUnit unit:MilliMOL-PER-M3-DAY ; + qudt:applicableUnit unit:MilliMOL-PER-MOL ; + qudt:applicableUnit unit:MilliRAD_R-PER-HR ; + qudt:applicableUnit unit:MilliW-PER-CentiM2-MicroM-SR ; + qudt:applicableUnit unit:MilliW-PER-M2-NanoM ; + qudt:applicableUnit unit:MilliW-PER-M2-NanoM-SR ; + qudt:applicableUnit unit:MillionUSD-PER-YR ; + qudt:applicableUnit unit:N-M2-PER-KiloGM2 ; + qudt:applicableUnit unit:NUM-PER-CentiM-KiloYR ; + qudt:applicableUnit unit:NUM-PER-GM ; + qudt:applicableUnit unit:NUM-PER-HectoGM ; + qudt:applicableUnit unit:NUM-PER-MilliGM ; + qudt:applicableUnit unit:NanoMOL-PER-CentiM3-HR ; + qudt:applicableUnit unit:NanoMOL-PER-GM-SEC ; + qudt:applicableUnit unit:NanoMOL-PER-L-DAY ; + qudt:applicableUnit unit:NanoMOL-PER-L-HR ; + qudt:applicableUnit unit:NanoMOL-PER-M2-DAY ; + qudt:applicableUnit unit:NanoMOL-PER-MicroGM-HR ; + qudt:applicableUnit unit:NanoMOL-PER-MicroMOL ; + qudt:applicableUnit unit:NanoMOL-PER-MicroMOL-DAY ; + 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-M3 ; + qudt:applicableUnit unit:PA2-PER-SEC2 ; + qudt:applicableUnit unit:PER-GM ; + qudt:applicableUnit unit:PER-H ; + qudt:applicableUnit unit:PER-M-NanoM ; + 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-SEC2 ; + qudt:applicableUnit unit:PER-SR ; + qudt:applicableUnit unit:PPTH-PER-HR ; + qudt:applicableUnit unit:PPTR_VOL ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:PicoA-PER-MicroMOL-L ; + qudt:applicableUnit unit:PicoMOL-PER-L-DAY ; + qudt:applicableUnit unit:PicoMOL-PER-L-HR ; + qudt:applicableUnit unit:PicoMOL-PER-M-W-SEC ; + qudt:applicableUnit unit:PicoMOL-PER-M2-DAY ; + qudt:applicableUnit unit:PicoMOL-PER-M3-SEC ; + qudt:applicableUnit unit:PicoW-PER-CentiM2-L ; + qudt:applicableUnit unit:SEC-PER-M ; + qudt:applicableUnit unit:UNKNOWN ; + qudt:applicableUnit unit:W-M-PER-M2-SR ; + qudt:applicableUnit unit:W-PER-M ; + 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:W-PER-M2-NanoM-SR ; + qudt:hasDimensionVector qkdv:NotApplicable ; + rdfs:isDefinedBy ; + rdfs:label "Unknown" ; +. 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."^^rdf:HTML ; @@ -22048,6 +20843,7 @@ quantitykind:VaporPressure qudt:applicableUnit unit:LB_F-PER-IN2 ; qudt:applicableUnit unit:MegaBAR ; qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; qudt:applicableUnit unit:MicroATM ; qudt:applicableUnit unit:MicroBAR ; qudt:applicableUnit unit:MicroPA ; @@ -22084,6 +20880,7 @@ quantitykind:VehicleVelocity 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:KN ; qudt:applicableUnit unit:KiloM-PER-DAY ; @@ -22121,6 +20918,7 @@ quantitykind:Velocity 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:KN ; qudt:applicableUnit unit:KiloM-PER-DAY ; @@ -22147,29 +20945,8 @@ quantitykind:Velocity 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:symbol "v" ; 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 "rapidez"@es ; - 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 "वेग"@hi ; - rdfs:label "速力"@ja ; - rdfs:label "速度"@zh ; + rdfs:label "velocity"@en , "Geschwindigkeit"@de , "vitesse"@fr , "velocidad"@es , "velocidade"@pt , "velocità"@it , "viteză"@ro , "hitrost"@sl , "Rychlost"@cs , "prędkość"@pl , "Ско́рость"@ru , "hız"@tr , "Επιφάνεια"@el , "מהירות"@he , "السرعة"@ar , "سرعت/تندی"@fa , "गति"@hi , "速度"@zh , "速力"@ja , "Halaju"@ms , "velocitas"@la ; + skos:altLabel "rapidez"@es , "वेग"@hi ; owl:sameAs quantitykind:LinearVelocity ; . quantitykind:VentilationRatePerFloorArea @@ -22194,6 +20971,7 @@ quantitykind:VerticalVelocity 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:KN ; qudt:applicableUnit unit:KiloM-PER-DAY ; @@ -22234,6 +21012,18 @@ quantitykind:VideoFrameRate 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."^^rdf:HTML ; + qudt:applicableUnit unit:CentiPOISE ; + qudt:applicableUnit unit:KiloGM-PER-M-HR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC ; + qudt:applicableUnit unit:LB-PER-FT-HR ; + 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:PA-SEC ; + 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 ; @@ -22295,7 +21085,6 @@ quantitykind:VisibleRadiantEnergy 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" ; - qudt:systemDerivedQuantityKind qudt:SOQ_SI ; rdfs:isDefinedBy ; rdfs:label "Visible Radiant Energy"@en ; skos:broader quantitykind:Energy ; @@ -22303,7 +21092,8 @@ quantitykind:VisibleRadiantEnergy . quantitykind:VisionThresholds a qudt:QuantityKind ; - dcterms:description "\"Vision Thresholds\" is the thresholds of sensitivity of the eye."^^rdf:HTML ; + dcterms:description "\"Vision Thresholds\" is an abstract term to refer to a variety of measures for the thresholds of sensitivity of the eye."^^rdf:HTML ; + qudt:hasDimensionVector qkdv:NotApplicable ; qudt:informativeReference "http://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 ; @@ -22333,9 +21123,6 @@ For an irrotational electric field, the voltage is independent of the path betwe qudt:symbol "U" ; rdfs:isDefinedBy ; rdfs:label "Voltage"@en ; - owl:sameAs quantitykind:ElectricPotential ; - owl:sameAs quantitykind:ElectricPotentialDifference ; - owl:sameAs quantitykind:EnergyPerElectricCharge ; skos:broader quantitykind:EnergyPerElectricCharge ; . quantitykind:VoltagePercentage @@ -22353,6 +21140,7 @@ quantitykind:VoltagePercentage 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."^^rdf:HTML ; + 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 ; @@ -22469,7 +21257,9 @@ quantitykind:VolumeFlowRate 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 ; @@ -22540,7 +21330,6 @@ quantitykind:VolumeFlowRate qudt:symbol "q_V" ; rdfs:isDefinedBy ; rdfs:label "Volume Flow Rate"@en ; - owl:sameAs quantitykind:VolumePerUnitTime ; . quantitykind:VolumeFraction a qudt:QuantityKind ; @@ -22578,19 +21367,106 @@ quantitykind:VolumePerArea . quantitykind:VolumePerUnitTime 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: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 ; rdfs:isDefinedBy ; rdfs:label "Volume per Unit Time"@en ; - owl:sameAs quantitykind:VolumeFlowRate ; . quantitykind:VolumeStrain a qudt:QuantityKind ; @@ -22690,7 +21566,6 @@ quantitykind:VolumicElectromagneticEnergy rdfs:seeAlso quantitykind:ElectricFluxDensity ; rdfs:seeAlso quantitykind:MagneticFieldStrength_H ; rdfs:seeAlso quantitykind:MagneticFluxDensity ; - owl:sameAs quantitykind:ElectromagneticEnergyDensity ; . quantitykind:Vorticity a qudt:QuantityKind ; @@ -22715,6 +21590,7 @@ quantitykind:Vorticity quantitykind:WarmReceptorThreshold a qudt:QuantityKind ; dcterms:description "\"Warm Receptor Threshold\" is the threshold of warm-sensitive free nerve-ending."^^rdf:HTML ; + 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." ; @@ -22839,18 +21715,7 @@ quantitykind:Wavelength qudt:symbol "λ" ; vaem:todo "belongs to SOQ-ISO" ; 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 ; + rdfs:label "Jarak gelombang"@ms , "Vlnové délka"@cs , "Wellenlänge"@de , "comprimento de onda"@pt , "dalga boyu"@tr , "longitud de onda"@es , "longueur d'onde"@fr , "lunghezza d'onda"@it , "wavelength"@en , "длина волны"@ru , "طول موج"@fa , "波长"@zh ; skos:broader quantitykind:Length ; . quantitykind:Wavenumber @@ -22859,6 +21724,7 @@ quantitykind:Wavenumber qudt:applicableUnit unit:DPI ; qudt:applicableUnit unit:KY ; 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 ; @@ -22877,23 +21743,8 @@ Or: 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." ; rdfs:isDefinedBy ; - rdfs:label "Bilangan gelombang"@ms ; - rdfs:label "Liczba falowa"@pl ; - rdfs:label "Repetenz"@de ; - rdfs:label "Vlnové číslo"@cs ; - rdfs:label "Wellenzahl"@de ; - 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:label "wavenumber"@en , "Repetenz"@de , "nombre d'onde"@fr , "número de ola"@es , "número de onda"@pt , "numero d'onda"@it , "valovno število"@sl , "Vlnové číslo"@cs , "Liczba falowa"@pl , "Волновое число"@ru , "dalga sayısı"@tr , "عدد الموجة"@ar , "عدد موج"@fa , "波数"@zh , "波数"@ja , "Bilangan gelombang"@ms ; + skos:altLabel "Wellenzahl"@de ; rdfs:seeAlso quantitykind:AngularWavenumber ; skos:broader quantitykind:InverseLength ; . @@ -22974,6 +21825,7 @@ quantitykind:WebTimeAveragePressure qudt:applicableUnit unit:LB_F-PER-IN2 ; qudt:applicableUnit unit:MegaBAR ; qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; qudt:applicableUnit unit:MicroATM ; qudt:applicableUnit unit:MicroBAR ; qudt:applicableUnit unit:MicroPA ; @@ -23051,26 +21903,11 @@ quantitykind:Weight qudt:applicableUnit unit:TON_F_US ; qudt:dbpediaMatch "http://dbpedia.org/resource/Weight"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:informativeReference "http://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:url "http://en.wikipedia.org/wiki/Weight"^^xsd:anyURI ; - 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 ; + rdfs:isDefinedBy ; + rdfs:label "Ağırlık"@tr , "Berat"@ms , "Gewicht"@de , "Siła ciężkości"@pl , "forza peso"@it , "greutate"@ro , "peso"@es , "peso"@pt , "poids"@fr , "tíha"@cs , "weight"@en , "Вес"@ru , "وزن"@ar , "وزن"@fa , "重さ"@ja , "重量"@zh ; skos:broader quantitykind:Force ; . quantitykind:Width @@ -23174,22 +22011,7 @@ quantitykind:Work 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" ; 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 ; + rdfs:label "Arbeit"@de , "delo"@sl , "iş"@tr , "kerja"@ms , "lavoro"@it , "lucru mecanic"@ro , "praca"@pl , "práce"@cs , "trabajo"@es , "trabalho"@pt , "travail"@fr , "work"@en , "کار"@fa , "कार्य"@hi , "仕事量"@ja , "功"@zh ; skos:broader quantitykind:Energy ; . quantitykind:WorkFunction @@ -23262,26 +22084,26 @@ vaem:GMD_QUDT-QUANTITY-KINDS-ALL dcterms:creator "Ralph Hodgson" ; dcterms:creator "Steve Ray" ; dcterms:description "Provides the set of all quantity kinds."^^rdf:HTML ; - dcterms:modified "2023-08-28T12:44:58.592-04:00"^^xsd:dateTime ; + dcterms:modified "2023-10-19T11:59:30.760-04:00"^^xsd:dateTime ; dcterms:rights "The QUDT Ontologies are issued under a Creative Commons Attribution 4.0 International License (CC BY 4.0), available at https://creativecommons.org/licenses/by/4.0/. Attribution should be made to QUDT.org" ; dcterms:subject "QUANTITY-KINDS-ALL" ; dcterms:title "QUDT Quantity Kinds Version 2.1 Vocabulary" ; 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 2.1.30" ; + vaem:graphTitle "QUDT Quantity Kinds Version 2.1.32" ; vaem:hasGraphRole vaem:VocabularyGraph ; vaem:intent "Provides a vocabulary of all quantity kinds." ; vaem:isMetadataFor ; - vaem:latestPublishedVersion "https://qudt.org/doc/2023/08/DOC_VOCAB-QUANTITY-KINDS-ALL-v2.1.html"^^xsd:anyURI ; + vaem:latestPublishedVersion "https://qudt.org/doc/2023/10/DOC_VOCAB-QUANTITY-KINDS-ALL-v2.1.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/" ; + vaem:namespace "http://qudt.org/vocab/quantitykind/"^^xsd:anyURI ; vaem:namespacePrefix "quantitykind" ; vaem:owner "qudt.org" ; - vaem:previousPublishedVersion "https://qudt.org/doc/2023/07/DOC_VOCAB-QUANTITY-KINDS-ALL-v2.1.html"^^xsd:anyURI ; + vaem:previousPublishedVersion "https://qudt.org/doc/2023/09/DOC_VOCAB-QUANTITY-KINDS-ALL-v2.1.html"^^xsd:anyURI ; vaem:revision "2.1" ; vaem:specificity 1 ; - vaem:turtleFileURL "http://qudt.org/2.1/vocab/quantitykind" ; + vaem:turtleFileURL "http://qudt.org/2.1/vocab/quantitykind"^^xsd:anyURI ; vaem:usesNonImportedResource dc:contributor ; vaem:usesNonImportedResource dc:creator ; vaem:usesNonImportedResource dc:description ; @@ -23304,5 +22126,5 @@ vaem:GMD_QUDT-QUANTITY-KINDS-ALL vaem:withAttributionTo voag:QUDT-Attribution ; vaem:withAttributionTo ; rdfs:isDefinedBy ; - rdfs:label "QUDT Quantity Kind Vocabulary Metadata Version 2.1.30" ; + rdfs:label "QUDT Quantity Kind Vocabulary Metadata Version 2.1.32" ; . diff --git a/support/VOCAB_QUDT-SYSTEM-OF-UNITS-ALL-v2.1.ttl b/support/VOCAB_QUDT-SYSTEM-OF-UNITS-ALL-v2.1.ttl index e2d46988..24831ba6 100644 --- a/support/VOCAB_QUDT-SYSTEM-OF-UNITS-ALL-v2.1.ttl +++ b/support/VOCAB_QUDT-SYSTEM-OF-UNITS-ALL-v2.1.ttl @@ -1,5 +1,6 @@ # baseURI: http://qudt.org/2.1/vocab/sou # imports: http://qudt.org/2.1/schema/facade/qudt +# imports: http://qudt.org/2.1/vocab/prefix @prefix dc: . @prefix dcterms: . @@ -20,8 +21,9 @@ a owl:Ontology ; vaem:hasGraphMetadata vaem:GMD_QUDT-SOU ; - rdfs:label "QUDT VOCAB Systems of Units Release 2.1.30" ; + rdfs:label "QUDT VOCAB Systems of Units Release 2.1.32" ; owl:imports ; + owl:imports ; owl:versionInfo "Created with TopBraid Composer" ; . sou:ASU @@ -135,6 +137,7 @@ sou:SI qudt:prefix prefix:Centi ; qudt:prefix prefix:Deca ; qudt:prefix prefix:Deci ; + qudt:prefix prefix:Deka ; qudt:prefix prefix:Exa ; qudt:prefix prefix:Femto ; qudt:prefix prefix:Giga ; @@ -146,6 +149,10 @@ sou:SI qudt:prefix prefix:Nano ; qudt:prefix prefix:Peta ; qudt:prefix prefix:Pico ; + qudt:prefix prefix:Quecto ; + qudt:prefix prefix:Quetta ; + qudt:prefix prefix:Ronna ; + qudt:prefix prefix:Ronto ; qudt:prefix prefix:Tera ; qudt:prefix prefix:Yocto ; qudt:prefix prefix:Yotta ; @@ -229,29 +236,29 @@ vaem:GMD_QUDT-SOU dcterms:contributor "Steve Ray" ; dcterms:created "2016-07-04"^^xsd:date ; dcterms:creator "Ralph Hodgson" ; - dcterms:description "QUDT Systems of Units Vocabulary Version 2.1.30"^^rdf:HTML ; - dcterms:modified "2023-08-28T13:12:50.805-04:00"^^xsd:dateTime ; + dcterms:description "QUDT Systems of Units Vocabulary Version 2.1.32"^^rdf:HTML ; + dcterms:modified "2023-10-19T12:30:31.152-04:00"^^xsd:dateTime ; dcterms:rights "The QUDT Ontologies are issued under a Creative Commons Attribution 4.0 International License (CC BY 4.0), available at https://creativecommons.org/licenses/by/4.0/. Attribution should be made to QUDT.org" ; dcterms:subject "Systems of Units" ; dcterms:title "QUDT Systems of Units Version 2.1 Vocabulary" ; - vaem:graphTitle "QUDT Systems of Units Version 2.1.30" ; + vaem:graphTitle "QUDT Systems of Units Version 2.1.32" ; vaem:hasGraphRole vaem:VocabularyGraph ; vaem:hasOwner vaem:QUDT ; vaem:hasSteward vaem:QUDT ; vaem:intent "The intent of this graph is the specification of all Systems of Units" ; vaem:isMetadataFor ; - vaem:latestPublishedVersion "https://qudt.org/doc/2023/08/DOC_VOCAB-SYSTEMS-OF-UNITS-v2.1.html"^^xsd:anyURI ; + vaem:latestPublishedVersion "https://qudt.org/doc/2023/10/DOC_VOCAB-SYSTEMS-OF-UNITS-v2.1.html"^^xsd:anyURI ; vaem:logo "https://qudt.org/linkedmodels.org/assets/lib/lm/images/logos/qudt_logo-300x110.png"^^xsd:anyURI ; vaem:name "sou" ; - vaem:namespace "http://qudt.org/vocab/sou/" ; + vaem:namespace "http://qudt.org/vocab/sou/"^^xsd:anyURI ; vaem:namespacePrefix "sou" ; vaem:owner "qudt.org" ; - vaem:previousPublishedVersion "https://qudt.org/doc/2023/07/DOC_VOCAB-SYSTEMS-OF-UNITS-v2.1.html"^^xsd:anyURI ; + vaem:previousPublishedVersion "https://qudt.org/doc/2023/09/DOC_VOCAB-SYSTEMS-OF-UNITS-v2.1.html"^^xsd:anyURI ; vaem:revision "2.1" ; vaem:turtleFileURL "http://qudt.org/2.1/vocab/sou"^^xsd:anyURI ; vaem:usesNonImportedResource prov:wasInfluencedBy ; vaem:usesNonImportedResource prov:wasInformedBy ; rdfs:isDefinedBy ; - rdfs:label "QUDT System of Units Vocabulary Metadata Version v2.1.30" ; + rdfs:label "QUDT System of Units Vocabulary Metadata Version v2.1.32" ; owl:versionIRI ; . diff --git a/support/VOCAB_QUDT-UNITS-ALL-v2.1.ttl b/support/VOCAB_QUDT-UNITS-ALL-v2.1.ttl index 4671f68f..92c5027a 100644 --- a/support/VOCAB_QUDT-UNITS-ALL-v2.1.ttl +++ b/support/VOCAB_QUDT-UNITS-ALL-v2.1.ttl @@ -25,7 +25,7 @@ a owl:Ontology ; vaem:hasGraphMetadata vaem:GMD_QUDT-UNITS-ALL ; rdfs:isDefinedBy ; - rdfs:label "QUDT VOCAB Units of Measure Release 2.1.30" ; + rdfs:label "QUDT VOCAB Units of Measure Release 2.1.32" ; owl:imports ; owl:imports ; owl:imports ; @@ -115,6 +115,7 @@ unit:A-M2 qudt:conversionMultiplier 1.0 ; qudt:expression "\\(A-M^2\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E1L2I0M0H0T0D0 ; + 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 ; @@ -172,7 +173,7 @@ unit:A-PER-CentiM2 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 10000.0 ; + qudt:conversionMultiplier 1.0e04 ; qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:ElectricCurrentDensity ; qudt:iec61360Code "0112/2///62720#UAB052" ; @@ -357,7 +358,7 @@ unit:A-PER-MilliM2 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplier 1.0e06 ; qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:ElectricCurrentDensity ; qudt:iec61360Code "0112/2///62720#UAB051" ; @@ -449,7 +450,7 @@ unit:AC-FT 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:conversionMultiplier 1.66053878283e-27 ; qudt:exactMatch unit:Da ; qudt:exactMatch unit:U ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; @@ -461,13 +462,11 @@ unit:AMU qudt:uneceCommonCode "D43" ; rdfs:isDefinedBy ; rdfs:label "Atomic mass unit"@en ; - owl:sameAs unit:Da ; - owl:sameAs unit:U ; . 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:conversionMultiplier 1.0e-10 ; qudt:dbpediaMatch "http://dbpedia.org/resource/%C3%85ngstr%C3%B6m"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Length ; @@ -486,7 +485,7 @@ 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.0000000000000000000000000000000000000001 ; + qudt:conversionMultiplier 1.0e-40 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Volume ; qudt:symbol "ų" ; @@ -499,11 +498,12 @@ unit:ARCMIN a 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. "^^qudt:LatexString ; qudt:applicableSystem sou:USCS ; - qudt:conversionMultiplier 0.000290888209 ; + qudt:conversionMultiplier 2.90888209e-04 ; 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 "http://en.wikipedia.org/wiki/Minute_of_arc"^^xsd:anyURI ; qudt:siUnitsExpression "1" ; @@ -513,17 +513,17 @@ unit:ARCMIN qudt:uneceCommonCode "D61" ; rdfs:isDefinedBy ; rdfs:label "ArcMinute"@en ; - owl:sameAs unit:MIN_Angle ; . unit:ARCSEC a qudt:DerivedUnit ; a qudt:Unit ; dcterms:description "\"Arc Second\" is a unit of angular measure, also called the \\(\\textit{second of arc}\\), equal to \\(1/60 \\; arcminute\\). One arcsecond is a very small angle: there are 1,296,000 in a circle. The SI recommends \\(\\textit{double prime}\\) (\\(''\\)) as the symbol for the arcsecond. The symbol has become common in astronomy, where very small angles are stated in milliarcseconds (\\(mas\\))."^^qudt:LatexString ; qudt:applicableSystem sou:USCS ; - qudt:conversionMultiplier 0.00000484813681 ; + qudt:conversionMultiplier 4.84813681e-06 ; qudt:definedUnitOfSystem sou:USCS ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:Angle ; + qudt:hasQuantityKind quantitykind:PlaneAngle ; qudt:iec61360Code "0112/2///62720#UAA096" ; qudt:informativeReference "http://en.wikipedia.org/wiki/Minute_of_arc#Symbols.2C_abbreviations_and_subdivisions"^^xsd:anyURI ; qudt:symbol "\"" ; @@ -570,7 +570,7 @@ unit:AT unit:AT-PER-IN a qudt:DerivedUnit ; a qudt:Unit ; - dcterms:description "The \\(\\textit{Ampere Turn per Inch}\\) is a measure of magnetic field intensity and is eual to 12.5664 Oersted."^^rdf:HTML ; + 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.3700787 ; qudt:expression "\\(At/in\\)"^^qudt:LatexString ; @@ -600,7 +600,7 @@ unit:ATM a qudt:Unit ; dcterms:description "The 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:conversionMultiplier 1.01325e05 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:ForcePerArea ; qudt:hasQuantityKind quantitykind:VaporPressure ; @@ -617,7 +617,7 @@ unit:ATM-M3-PER-MOL a qudt:DerivedUnit ; a qudt:Unit ; dcterms:description "A unit that 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:conversionMultiplier 1.01325e05 ; qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:HenrysLawVolatilityConstant ; qudt:symbol "atm⋅m³/mol" ; @@ -629,7 +629,7 @@ unit:ATM_T a qudt:Unit ; dcterms:description "A 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 the 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:conversionMultiplier 9.80665e04 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:ForcePerArea ; qudt:hasQuantityKind quantitykind:VaporPressure ; @@ -650,7 +650,7 @@ unit:AU qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 149597870691.6 ; + qudt:conversionMultiplier 1.495978706916e11 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Astronomical_unit"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Length ; @@ -686,7 +686,6 @@ unit:A_Ab qudt:ucumCode "Bi"^^qudt:UCUMcs ; rdfs:isDefinedBy ; rdfs:label "Abampere"@en ; - owl:sameAs unit:BIOT ; skos:altLabel "biot" ; . unit:A_Ab-CentiM2 @@ -694,7 +693,7 @@ unit:A_Ab-CentiM2 dcterms:description "\"Abampere Square centimeter\" is the unit of magnetic moment in the electromagnetic centimeter-gram-second system."^^rdf:HTML ; qudt:applicableSystem sou:CGS ; qudt:applicableSystem sou:CGS-EMU ; - qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplier 1.0e09 ; qudt:expression "\\(aAcm2\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; qudt:hasQuantityKind quantitykind:ElectricConductivity ; @@ -711,7 +710,7 @@ unit:A_Ab-PER-CentiM2 dcterms:description "Abampere Per Square Centimeter (\\(aA/cm^2\\)) is a unit in the category of Electric current density. It is also known as abamperes per square centimeter, abampere/square centimeter, abampere/square centimetre, abamperes per square centimetre, abampere per square centimetre. This unit is commonly used in the cgs unit system. Abampere Per Square Centimeter (\\(aA/cm^2\\)) 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:conversionMultiplier 1.0e05 ; qudt:derivedUnitOfSystem sou:CGS-EMU ; qudt:expression "\\(aba-per-cm2\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T0D0 ; @@ -730,7 +729,7 @@ unit:A_Stat dcterms:description "\"Statampere\" (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. 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."^^rdf:HTML ; qudt:applicableSystem sou:CGS ; qudt:applicableSystem sou:CGS-ESU ; - qudt:conversionMultiplier 0.0000000003335641 ; + qudt:conversionMultiplier 3.335641e-10 ; qudt:derivedUnitOfSystem sou:CGS-ESU ; qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:ElectricCurrent ; @@ -745,7 +744,7 @@ unit:A_Stat-PER-CentiM2 dcterms:description "The Statampere per Square Centimeter is a unit of electric current density in the c.g.s. system of units."^^rdf:HTML ; qudt:applicableSystem sou:CGS ; qudt:applicableSystem sou:CGS-ESU ; - qudt:conversionMultiplier 0.000003335641 ; + qudt:conversionMultiplier 3.335641e-06 ; qudt:derivedUnitOfSystem sou:CGS-ESU ; qudt:expression "\\(statA / cm^{2}\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T0D0 ; @@ -764,7 +763,7 @@ unit:AttoC qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000000000001 ; + qudt:conversionMultiplier 1.0e-18 ; qudt:derivedUnitOfSystem sou:SI ; qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:ElectricCharge ; @@ -783,11 +782,11 @@ unit:AttoFARAD qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000000000001 ; + qudt:conversionMultiplier 1.0e-18 ; qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T4D0 ; qudt:hasQuantityKind quantitykind:Capacitance ; qudt:iec61360Code "0112/2///62720#UAA319" ; - qudt:plainTextDescription "0,000 000 000 000 000 001-fold of the SI derived unit farad" ; + qudt:plainTextDescription "0.000000000000000001-fold of the SI derived unit farad" ; qudt:prefix prefix:Atto ; qudt:symbol "aF" ; qudt:ucumCode "aF"^^qudt:UCUMcs ; @@ -802,11 +801,11 @@ unit:AttoJ qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000000000001 ; + qudt:conversionMultiplier 1.0e-18 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:Energy ; qudt:iec61360Code "0112/2///62720#UAB125" ; - qudt:plainTextDescription "0,000 000 000 000 000 001-fold of the derived SI unit joule" ; + qudt:plainTextDescription "0.000000000000000001-fold of the derived SI unit joule" ; qudt:prefix prefix:Atto ; qudt:symbol "aJ" ; qudt:ucumCode "aJ"^^qudt:UCUMcs ; @@ -821,7 +820,7 @@ unit:AttoJ-SEC qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000000000001 ; + qudt:conversionMultiplier 1.0e-18 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:Action ; qudt:iec61360Code "0112/2///62720#UAB151" ; @@ -905,7 +904,7 @@ unit:BAR 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 100000.0 ; + qudt:conversionMultiplier 1.0e05 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Bar"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:ForcePerArea ; @@ -973,7 +972,7 @@ unit:BAR-PER-BAR 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:conversionMultiplier 1.0e05 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-2D0 ; qudt:hasQuantityKind quantitykind:PressureCoefficient ; qudt:iec61360Code "0112/2///62720#UAA324" ; @@ -997,12 +996,11 @@ unit:BARAD qudt:symbol "Ba" ; rdfs:isDefinedBy ; rdfs:label "Barad"@en ; - owl:sameAs unit:BARYE ; . 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:conversionMultiplier 1.0e-28 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Barn"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Area ; @@ -1034,7 +1032,6 @@ unit:BARYE qudt:symbol "Ba" ; rdfs:isDefinedBy ; rdfs:label "Barye"@en ; - owl:sameAs unit:BARAD ; skos:altLabel "barad" ; skos:altLabel "barie" ; skos:altLabel "bary" ; @@ -1075,9 +1072,10 @@ 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.000001841587 ; + qudt:conversionMultiplier 1.841587e-06 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA331" ; 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}/day" ; @@ -1089,9 +1087,10 @@ 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.0000441981 ; + qudt:conversionMultiplier 4.41981e-05 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA332" ; 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}/hr" ; @@ -1106,6 +1105,7 @@ unit:BBL_UK_PET-PER-MIN qudt:conversionMultiplier 0.002651886 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA330" ; 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" ; @@ -1120,6 +1120,7 @@ unit:BBL_UK_PET-PER-SEC qudt:conversionMultiplier 0.1591132 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA333" ; 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}" ; @@ -1147,9 +1148,10 @@ 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.00000184 ; + qudt:conversionMultiplier 1.84e-06 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA335" ; 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 "bsh{US petroleum}/day" ; @@ -1166,6 +1168,7 @@ unit:BBL_US-PER-MIN qudt:conversionMultiplier 0.0026498 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA337" ; 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" ; @@ -1193,9 +1196,10 @@ unit:BBL_US_PET-PER-HR 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 hour"^^rdf:HTML ; qudt:applicableSystem sou:USCS ; - qudt:conversionMultiplier 0.000044163 ; + qudt:conversionMultiplier 4.4163e-05 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA336" ; 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{UK petroleum}/hr" ; @@ -1212,6 +1216,7 @@ unit:BBL_US_PET-PER-SEC qudt:conversionMultiplier 0.1589873 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA338" ; 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{UK petroleum}/s" ; @@ -1265,7 +1270,6 @@ unit:BIOT qudt:uneceCommonCode "N96" ; rdfs:isDefinedBy ; rdfs:label "Biot"@en ; - owl:sameAs unit:A_Ab ; . unit:BIT a qudt:CountingUnit ; @@ -1523,7 +1527,7 @@ unit:BTU_IT-FT-PER-FT2-HR-DEG_F qudt:ucumCode "[Btu_IT].[ft_i].[ft_i]-2.h-1.[degF]-1"^^qudt:UCUMcs ; qudt:ucumCode "[Btu_IT].[ft_i]/([ft_i]2.h.[degF])"^^qudt:UCUMcs ; qudt:uneceCommonCode "J40" ; - vaem:comment "owl:sameAs: unit:BTU_IT-FT-PER-HR-FT2-DEG_F" ; + vaem:comment "qudt:exactMatch: unit:BTU_IT-FT-PER-HR-FT2-DEG_F" ; rdfs:isDefinedBy ; rdfs:label "BTU (IT) Foot per Square Foot Hour Degree Fahrenheit"@en ; . @@ -1563,10 +1567,9 @@ unit:BTU_IT-IN-PER-FT2-HR-DEG_F qudt:ucumCode "[Btu_IT].[in_i].[ft_i]-2.h-1.[degF]-1"^^qudt:UCUMcs ; qudt:ucumCode "[Btu_IT].[in_i]/([ft_i]2.h.[degF])"^^qudt:UCUMcs ; qudt:uneceCommonCode "J41" ; - vaem:comment "owl:sameAs: unit:BTU_IT-IN-PER-HR-FT2-DEG_F" ; + vaem:comment "qudt:exactMatch: unit:BTU_IT-IN-PER-HR-FT2-DEG_F" ; rdfs:isDefinedBy ; rdfs:label "British Thermal Unit (international Table) Inch Per Hour Square Foot Degree Fahrenheit"@en ; - owl:sameAs unit:BTU_IT-IN-PER-HR-FT2-DEG_F ; . unit:BTU_IT-IN-PER-FT2-SEC-DEG_F a qudt:DerivedUnit ; @@ -1588,7 +1591,6 @@ unit:BTU_IT-IN-PER-FT2-SEC-DEG_F qudt:uneceCommonCode "J42" ; rdfs:isDefinedBy ; rdfs:label "BTU (IT) Inch per Square Foot Second Degree Fahrenheit"@en ; - owl:sameAs unit:BTU_IT-IN-PER-SEC-FT2-DEG_F ; . unit:BTU_IT-IN-PER-HR-FT2-DEG_F a qudt:Unit ; @@ -1607,7 +1609,6 @@ unit:BTU_IT-IN-PER-HR-FT2-DEG_F qudt:uneceCommonCode "J41" ; rdfs:isDefinedBy ; rdfs:label "British Thermal Unit (international Table) Inch Per Hour Square Foot degree Fahrenheit"@en ; - owl:sameAs unit:BTU_IT-IN-PER-FT2-HR-DEG_F ; . unit:BTU_IT-IN-PER-SEC-FT2-DEG_F a qudt:Unit ; @@ -1626,7 +1627,6 @@ unit:BTU_IT-IN-PER-SEC-FT2-DEG_F qudt:uneceCommonCode "J42" ; rdfs:isDefinedBy ; rdfs:label "British Thermal Unit (international Table) Inch Per Second Square Foot degree Fahrenheit"@en ; - owl:sameAs unit:BTU_IT-IN-PER-FT2-SEC-DEG_F ; . unit:BTU_IT-PER-DEG_F a qudt:DerivedUnit ; @@ -2260,9 +2260,10 @@ unit:BU_UK-PER-DAY 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.0000004209343 ; + qudt:conversionMultiplier 4.209343e-07 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA345" ; 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}/day" ; @@ -2277,9 +2278,10 @@ unit:BU_UK-PER-HR 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.00001010242 ; + qudt:conversionMultiplier 1.010242e-05 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA346" ; 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}/hr" ; @@ -2295,6 +2297,7 @@ unit:BU_UK-PER-MIN qudt:conversionMultiplier 0.0006061453 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA347" ; 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" ; @@ -2312,6 +2315,7 @@ unit:BU_UK-PER-SEC qudt:conversionMultiplier 0.03636872 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA348" ; 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" ; @@ -2344,9 +2348,10 @@ unit:BU_US_DRY-PER-DAY a 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.00000040786 ; + qudt:conversionMultiplier 4.0786e-07 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA349" ; 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}/day" ; @@ -2360,9 +2365,10 @@ unit:BU_US_DRY-PER-HR a 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.000009789 ; + qudt:conversionMultiplier 9.789e-06 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA350" ; 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}/hr" ; @@ -2379,6 +2385,7 @@ unit:BU_US_DRY-PER-MIN qudt:conversionMultiplier 0.00058732 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA351" ; 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" ; @@ -2395,6 +2402,7 @@ unit:BU_US_DRY-PER-SEC qudt:conversionMultiplier 0.03523907 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA352" ; 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" ; @@ -2586,7 +2594,7 @@ unit:C-PER-CentiM3 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplier 1.0e06 ; qudt:hasDimensionVector qkdv:A0E1L-3I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:ElectricChargeVolumeDensity ; qudt:iec61360Code "0112/2///62720#UAB120" ; @@ -2756,7 +2764,7 @@ unit:C-PER-MilliM2 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplier 1.0e06 ; qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:ElectricChargePerArea ; qudt:iec61360Code "0112/2///62720#UAB100" ; @@ -2776,7 +2784,7 @@ unit:C-PER-MilliM3 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplier 1.0e09 ; qudt:hasDimensionVector qkdv:A0E1L-3I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:ElectricChargeVolumeDensity ; qudt:iec61360Code "0112/2///62720#UAB119" ; @@ -3464,7 +3472,6 @@ unit:CWT_LONG qudt:uneceCommonCode "CWI" ; rdfs:isDefinedBy ; rdfs:label "Long Hundred Weight"@en ; - owl:sameAs unit:Hundredweight_UK ; skos:altLabel "British hundredweight" ; . unit:CWT_SHORT @@ -3481,7 +3488,6 @@ unit:CWT_SHORT qudt:ucumCode "[scwt_av]"^^qudt:UCUMcs ; rdfs:isDefinedBy ; rdfs:label "Hundred Weight - Short"@en ; - owl:sameAs unit:Hundredweight_US ; skos:altLabel "U.S. hundredweight" ; . unit:C_Ab @@ -3508,7 +3514,7 @@ unit:C_Ab-PER-CentiM2 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"^^xsd:decimal ; + qudt:conversionMultiplier 1.0e05 ; qudt:derivedUnitOfSystem sou:CGS-EMU ; qudt:expression "\\(abc-per-cm2\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; @@ -3526,7 +3532,7 @@ unit:C_Stat 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:conversionMultiplier 3.3356409519815204957557671447492e-10 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Statcoulomb"^^xsd:anyURI ; qudt:derivedUnitOfSystem sou:CGS-ESU ; qudt:exactMatch unit:FR ; @@ -3540,14 +3546,13 @@ unit:C_Stat qudt:symbol "statC" ; rdfs:isDefinedBy ; rdfs:label "Statcoulomb"@en ; - owl:sameAs unit:FR ; . unit:C_Stat-PER-CentiM2 a qudt:Unit ; dcterms:description "\\(\\textbf{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.00000333564 ; + qudt:conversionMultiplier 3.33564e-06 ; qudt:derivedUnitOfSystem sou:CGS-ESU ; qudt:expression "\\(statc-per-cm2\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; @@ -3561,7 +3566,7 @@ 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.000000000333564 ; + qudt:conversionMultiplier 3.33564e-10 ; qudt:expression "\\(statC/mol\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A-1E1L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:ElectricChargePerAmountOfSubstance ; @@ -3611,7 +3616,7 @@ unit:CentiGM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplier 1.0e-05 ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:Mass ; qudt:iec61360Code "0112/2///62720#UAB077" ; @@ -3630,7 +3635,7 @@ unit:CentiL qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplier 1.0e-05 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:LiquidVolume ; qudt:iec61360Code "0112/2///62720#UAA373" ; @@ -3671,8 +3676,9 @@ unit:CentiM-PER-HR qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000002777778 ; + qudt:conversionMultiplier 2.777778e-06 ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; qudt:hasQuantityKind quantitykind:Velocity ; qudt:iec61360Code "0112/2///62720#UAA378" ; qudt:plainTextDescription "0,01-fold of the SI base unit metre divided by the unit hour" ; @@ -3707,8 +3713,9 @@ unit:CentiM-PER-KiloYR qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000000316880878140289 ; + qudt:conversionMultiplier 3.16880878140289e-13 ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; qudt:hasQuantityKind quantitykind:Velocity ; qudt:symbol "cm/(1000 yr)" ; qudt:ucumCode "cm.ka-1"^^qudt:UCUMcs ; @@ -3728,6 +3735,7 @@ unit:CentiM-PER-SEC qudt:derivedUnitOfSystem sou:CGS-GAUSS ; qudt:expression "\\(cm/s\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; qudt:hasQuantityKind quantitykind:Velocity ; qudt:iec61360Code "0112/2///62720#UAA379" ; qudt:latexDefinition "\\(cm/s\\)"^^qudt:LatexString ; @@ -3753,6 +3761,7 @@ unit:CentiM-PER-SEC2 qudt:expression "\\(cm/s^2\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; qudt:iec61360Code "0112/2///62720#UAB398" ; qudt:symbol "cm/s²" ; qudt:ucumCode "cm.s-2"^^qudt:UCUMcs ; @@ -3770,6 +3779,7 @@ unit:CentiM-PER-YR qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 0.000000000316880878140289 ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; qudt:hasQuantityKind quantitykind:Velocity ; qudt:symbol "cm/yr" ; qudt:ucumCode "cm.a-1"^^qudt:UCUMcs ; @@ -3806,6 +3816,7 @@ unit:CentiM2 qudt:expression "\\(sqcm\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Area ; + qudt:hasQuantityKind quantitykind:HydraulicPermeability ; qudt:iec61360Code "0112/2///62720#UAA384" ; qudt:prefix prefix:Centi ; qudt:symbol "cm²" ; @@ -3841,6 +3852,7 @@ unit:CentiM2-PER-CentiM3 qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 100.0 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "cm²/cm³" ; qudt:ucumCode "cm2.cm-3"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -3889,7 +3901,7 @@ unit:CentiM3 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:expression "\\(cubic-cm\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Volume ; @@ -3928,11 +3940,12 @@ unit:CentiM3-PER-DAY qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.00000000001157407 ; + qudt:conversionMultiplier 1.157407e-11 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA388" ; - qudt:plainTextDescription "0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit day" ; + 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³/day" ; qudt:ucumCode "cm3.d-1"^^qudt:UCUMcs ; qudt:ucumCode "cm3/d"^^qudt:UCUMcs ; @@ -3948,11 +3961,12 @@ unit:CentiM3-PER-HR qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000000002777778 ; + qudt:conversionMultiplier 2.777778e-10 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA391" ; - qudt:plainTextDescription "0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour" ; + 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³/hr" ; qudt:ucumCode "cm3.h-1"^^qudt:UCUMcs ; qudt:ucumCode "cm3/h"^^qudt:UCUMcs ; @@ -3965,11 +3979,11 @@ 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:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T0D0 ; qudt:hasQuantityKind quantitykind:VolumeThermalExpansion ; qudt:iec61360Code "0112/2///62720#UAA386" ; - 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 kelvin" ; + 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:ucumCode "cm3/K"^^qudt:UCUMcs ; @@ -3985,11 +3999,11 @@ unit:CentiM3-PER-M3 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:VolumeFraction ; qudt:iec61360Code "0112/2///62720#UAA394" ; - 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: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:ucumCode "cm3/m3"^^qudt:UCUMcs ; @@ -4000,14 +4014,15 @@ unit:CentiM3-PER-M3 . unit:CentiM3-PER-MIN 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 minute"^^rdf:HTML ; + 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.00000001666667 ; + qudt:conversionMultiplier 1.666667e-08 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA395" ; 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" ; @@ -4020,9 +4035,9 @@ unit:CentiM3-PER-MIN . unit:CentiM3-PER-MOL 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 mol"^^rdf:HTML ; + 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:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A-1E0L3I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:MolarRefractivity ; qudt:hasQuantityKind quantitykind:MolarVolume ; @@ -4052,14 +4067,15 @@ unit:CentiM3-PER-MOL-SEC . unit:CentiM3-PER-SEC 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 second"^^rdf:HTML ; + 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:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA399" ; 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" ; @@ -4103,6 +4119,7 @@ unit:CentiMOL-PER-L qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 10.0 ; qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstanceConcentration ; qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitVolume ; qudt:symbol "cmol/L" ; qudt:ucumCode "cmol.L-1"^^qudt:UCUMcs ; @@ -4171,6 +4188,7 @@ unit:CentiN-M qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 0.01 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; qudt:hasQuantityKind quantitykind:Torque ; qudt:iec61360Code "0112/2///62720#UAA355" ; qudt:plainTextDescription "0,01-fold of the product of the SI derived unit newton and SI base unit metre" ; @@ -4189,6 +4207,7 @@ unit:CentiPOISE qudt:conversionMultiplier 0.001 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; qudt:iec61360Code "0112/2///62720#UAA356" ; qudt:plainTextDescription "0,01-fold of the CGS unit of the dynamic viscosity poise" ; qudt:symbol "cP" ; @@ -4201,7 +4220,7 @@ 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:conversionMultiplier 1.0e-08 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:Time ; qudt:iec61360Code "0112/2///62720#UAA358" ; @@ -4217,7 +4236,7 @@ unit:CentiST a qudt:Unit ; dcterms:description "\\(\\textbf{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:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:KinematicViscosity ; qudt:iec61360Code "0112/2///62720#UAA359" ; @@ -4231,7 +4250,7 @@ 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:conversionMultiplier 3.70e10 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Curie"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:Activity ; @@ -4245,6 +4264,23 @@ unit:Ci rdfs:isDefinedBy ; rdfs:label "Curie"@en ; . +unit:DARCY + a qudt:DerivedUnit ; + a 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 .0000000000009869233 ; + 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:symbol "d" ; + rdfs:isDefinedBy ; + rdfs:label "Darcy"@en ; +. unit:DAY a qudt:Unit ; dcterms:description "Mean solar day"^^rdf:HTML ; @@ -4283,7 +4319,6 @@ unit:DAY_Sidereal qudt:conversionMultiplier 86164.099 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:Time ; - qudt:iec61360Code "0112/2///62720#UAA412" ; qudt:informativeReference "http://en.wikipedia.org/wiki/Sidereal_time"^^xsd:anyURI ; qudt:informativeReference "http://scienceworld.wolfram.com/astronomy/SiderealDay.html"^^xsd:anyURI ; qudt:symbol "day{sidereal}" ; @@ -4295,7 +4330,7 @@ unit:DEATHS-PER-1000000I-YR a qudt:Unit ; dcterms:description "The expression of mortality rate, expressed as deaths per 1,000,000 individuals, per year."^^rdf:HTML ; dcterms:isReplacedBy unit:DEATHS-PER-MegaINDIV-YR ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:deprecated true ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:MortalityRate ; @@ -4377,6 +4412,7 @@ unit:DEG qudt:conversionMultiplier 0.0174532925 ; 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/9780198605225.001.0001/acref-9780198605225-e-331"^^xsd:anyURI ; qudt:omUnit ; @@ -4392,7 +4428,7 @@ unit:DEG-PER-HR a 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.00000484813681 ; + qudt:conversionMultiplier 4.84813681e-06 ; qudt:expression "\\(deg/h\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:AngularVelocity ; @@ -4407,6 +4443,7 @@ unit:DEG-PER-M dcterms:description "A change of angle in one SI unit of length."@en ; qudt:conversionMultiplier 0.0174532925199433 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "°/m" ; qudt:ucumCode "deg.m-1"^^qudt:UCUMcs ; qudt:uneceCommonCode "H27" ; @@ -4506,6 +4543,7 @@ unit:DEGREE_BALLING 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:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:iec61360Code "0112/2///62720#UAA031" ; 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" ; @@ -4521,6 +4559,7 @@ unit:DEGREE_BAUME 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:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:iec61360Code "0112/2///62720#UAA028" ; qudt:plainTextDescription """graduation of the areometer scale for determination of densitiy of fluids. @@ -4537,6 +4576,7 @@ unit:DEGREE_BAUME_US_HEAVY qudt:applicableSystem sou:USCS ; qudt:conversionMultiplier 0.0 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:iec61360Code "0112/2///62720#UAA029" ; 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" ; @@ -4551,6 +4591,7 @@ unit:DEGREE_BAUME_US_LIGHT qudt:applicableSystem sou:USCS ; qudt:conversionMultiplier 0.0 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:iec61360Code "0112/2///62720#UAA030" ; 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" ; @@ -4564,6 +4605,7 @@ unit:DEGREE_BRIX 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:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:iec61360Code "0112/2///62720#UAA032" ; 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" ; @@ -4577,6 +4619,7 @@ unit:DEGREE_OECHSLE 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:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:iec61360Code "0112/2///62720#UAA048" ; qudt:plainTextDescription "unit of the density of the must, as measure for the proportion of the soluble material in the grape must" ; @@ -4590,6 +4633,7 @@ unit:DEGREE_PLATO 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:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:iec61360Code "0112/2///62720#UAA049" ; qudt:plainTextDescription "unit for the mixing ratio of the original gravity in the beer brew at 17,5 °C before the fermentation" ; @@ -4603,6 +4647,7 @@ unit:DEGREE_TWADDELL dcterms:description "unit of the density of fluids, which are heavier than water"^^rdf:HTML ; qudt:conversionMultiplier 0.0 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:iec61360Code "0112/2///62720#UAA054" ; qudt:plainTextDescription "unit of the density of fluids, which are heavier than water" ; @@ -4684,6 +4729,7 @@ unit:DEG_C-KiloGM-PER-M2 qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L-2I0M1H1T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "°C⋅kg/m²" ; qudt:ucumCode "Cel.kg.m-2"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -4727,6 +4773,7 @@ unit:DEG_C-PER-M qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M0H1T0D0 ; + qudt:hasQuantityKind quantitykind:TemperatureGradient ; qudt:symbol "°C/m" ; qudt:ucumCode "Cel.m-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -4769,7 +4816,7 @@ unit:DEG_C-PER-YR 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.0000000316880878140289 ; + qudt:conversionMultiplier 3.16880878140289e-08 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-1D0 ; qudt:hasQuantityKind quantitykind:TemperaturePerTime ; qudt:symbol "°C/yr" ; @@ -4782,7 +4829,7 @@ unit:DEG_C-WK dcterms:description "temperature multiplied by unit of time."@en ; qudt:applicableSystem sou:CGS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 604800.0 ; + qudt:conversionMultiplier 6.04800e05 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T1D0 ; qudt:hasQuantityKind quantitykind:TimeTemperature ; qudt:symbol "°C/wk" ; @@ -4796,6 +4843,7 @@ unit:DEG_C2-PER-SEC qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H2T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "°C²⋅s" ; qudt:ucumCode "K2.s-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -4819,7 +4867,7 @@ unit:DEG_F qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:USCS ; qudt:conversionMultiplier 0.5555555555555556 ; - qudt:conversionOffset 459.669607 ; + qudt:conversionOffset 459.67 ; qudt:definedUnitOfSystem sou:IMPERIAL ; qudt:definedUnitOfSystem sou:USCS ; qudt:expression "\\(degF\\)"^^qudt:LatexString ; @@ -5149,7 +5197,7 @@ unit:DYN dcterms:description "In physics, the dyne is a unit of force specified in the centimetre-gram-second (CGS) system of units. One dyne is equal to In physics, 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'. The 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:conversionMultiplier 1.0e-05 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Dyne"^^xsd:anyURI ; qudt:derivedCoherentUnitOfSystem sou:CGS ; qudt:derivedUnitOfSystem sou:CGS ; @@ -5171,11 +5219,12 @@ unit:DYN-CentiM 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:conversionMultiplier 1.0e-07 ; qudt:derivedUnitOfSystem sou:CGS ; qudt:derivedUnitOfSystem sou:CGS-GAUSS ; qudt:expression "\\(dyn-cm\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; qudt:hasQuantityKind quantitykind:Torque ; qudt:iec61360Code "0112/2///62720#UAA423" ; qudt:symbol "dyn⋅cm" ; @@ -5264,7 +5313,7 @@ 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:conversionMultiplier 1.66053878283e-27 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Dalton"^^xsd:anyURI ; qudt:exactMatch unit:AMU ; qudt:exactMatch unit:U ; @@ -5277,15 +5326,13 @@ unit:Da qudt:uneceCommonCode "D43" ; rdfs:isDefinedBy ; rdfs:label "Dalton"@en ; - owl:sameAs unit:AMU ; - owl:sameAs unit:U ; 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 ; qudt:applicableSystem sou:CGS ; - qudt:conversionMultiplier 0.00000000000000000000000000000333564 ; + qudt:conversionMultiplier 3.33564e-30 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Debye"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E1L1I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:ElectricDipoleMoment ; @@ -5422,6 +5469,7 @@ unit:DecaPA qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:ForcePerArea ; qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; qudt:hasQuantityKind quantitykind:VaporPressure ; qudt:iec61360Code "0112/2///62720#UAB375" ; qudt:plainTextDescription "10-fold of the derived SI unit pascal" ; @@ -5633,6 +5681,7 @@ unit:DeciM2 qudt:conversionMultiplier 0.01 ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Area ; + qudt:hasQuantityKind quantitykind:HydraulicPermeability ; qudt:iec61360Code "0112/2///62720#UAA413" ; qudt:plainTextDescription "0.1-fold of the power of the SI base unit metre with the exponent 2" ; qudt:prefix prefix:Deci ; @@ -5670,9 +5719,10 @@ unit:DeciM3-PER-DAY qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.00000001157407407 ; + qudt:conversionMultiplier 1.157407407e-08 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA415" ; 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³/day" ; @@ -5685,14 +5735,15 @@ unit:DeciM3-PER-DAY . 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 ; + 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.0000002777778 ; + qudt:conversionMultiplier 2.777778e-07 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA416" ; 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³/hr" ; @@ -5725,14 +5776,15 @@ unit:DeciM3-PER-M3 . 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 ; + 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.00001666667 ; + qudt:conversionMultiplier 1.666667e-05 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA418" ; 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" ; @@ -5771,6 +5823,7 @@ unit:DeciM3-PER-SEC qudt:conversionMultiplier 0.001 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA420" ; 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" ; @@ -5803,6 +5856,7 @@ unit:DeciN-M qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 0.1 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; qudt:hasQuantityKind quantitykind:Torque ; qudt:iec61360Code "0112/2///62720#UAB084" ; qudt:plainTextDescription "0.1-fold of the product of the derived SI unit joule and the SI base unit metre" ; @@ -5859,7 +5913,6 @@ unit:DeciTONNE qudt:uneceCommonCode "DTN" ; rdfs:isDefinedBy ; rdfs:label "DeciTonne"@en ; - owl:sameAs unit:DeciTON_Metric ; . unit:DeciTON_Metric a qudt:Unit ; @@ -5879,12 +5932,11 @@ unit:DeciTON_Metric qudt:uneceCommonCode "DTN" ; rdfs:isDefinedBy ; rdfs:label "Metric DeciTON"@en ; - owl:sameAs unit:DeciTONNE ; . 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.00000011 ; + dcterms:description ""^^rdf:HTML ; + qudt:conversionMultiplier 1.1e-07 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Denier"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:MassPerLength ; @@ -5900,7 +5952,7 @@ unit:Denier unit:E a qudt:Unit ; dcterms:description "\"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:conversionMultiplier 1.602176634e-19 ; qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:ElectricCharge ; qudt:symbol "e" ; @@ -5914,7 +5966,7 @@ unit:ERG 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:conversionMultiplier 1.0e-07 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Erg"^^xsd:anyURI ; qudt:derivedCoherentUnitOfSystem sou:CGS ; qudt:derivedUnitOfSystem sou:CGS ; @@ -5936,7 +5988,7 @@ unit:ERG-PER-CentiM 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:conversionMultiplier 1.0e-05 ; qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:TotalLinearStoppingPower ; qudt:iec61360Code "0112/2///62720#UAB145" ; @@ -6031,6 +6083,7 @@ unit:ERG-PER-GM-SEC qudt:conversionMultiplier 0.0001 ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; qudt:iec61360Code "0112/2///62720#UAB147" ; qudt:plainTextDescription "CGS unit of the mass-related power" ; qudt:symbol "erg/(g⋅s)" ; @@ -6045,7 +6098,7 @@ unit:ERG-PER-SEC 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:conversionMultiplier 1.0e-07 ; qudt:derivedUnitOfSystem sou:CGS ; qudt:derivedUnitOfSystem sou:CGS-GAUSS ; qudt:expression "\\(erg/s\\)"^^qudt:LatexString ; @@ -6065,10 +6118,11 @@ unit:ERG-SEC a qudt:Unit ; qudt:applicableSystem sou:CGS ; qudt:applicableSystem sou:CGS-GAUSS ; - qudt:conversionMultiplier 0.0000001 ; + qudt:conversionMultiplier 1.0e-07 ; qudt:derivedUnitOfSystem sou:CGS ; qudt:derivedUnitOfSystem sou:CGS-GAUSS ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:AngularImpulse ; qudt:hasQuantityKind quantitykind:AngularMomentum ; qudt:symbol "erg⋅s" ; qudt:ucumCode "erg.s"^^qudt:UCUMcs ; @@ -6105,13 +6159,12 @@ unit:EV qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000000000000000001602176634 ; + qudt:conversionMultiplier 1.602176634e-19 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Electron_volt"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:Energy ; qudt:informativeReference "http://en.wikipedia.org/wiki/Electron_volt?oldid=344021738"^^xsd:anyURI ; qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; - qudt:quantityValue qudt:ValueForElectronVolt ; qudt:symbol "eV" ; qudt:ucumCode "eV"^^qudt:UCUMcs ; qudt:udunitsCode "eV" ; @@ -6122,7 +6175,7 @@ unit:EV unit:EV-PER-ANGSTROM a qudt:Unit ; dcterms:description "unit electronvolt divided by the unit angstrom"^^rdf:HTML ; - qudt:conversionMultiplier 0.000000001602176634 ; + qudt:conversionMultiplier 1.602176634e-09 ; qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:TotalLinearStoppingPower ; qudt:latexSymbol "\\(ev/\\AA\\)"^^qudt:LatexString ; @@ -6137,7 +6190,7 @@ unit:EV-PER-K a qudt:Unit ; dcterms:description "\\(\\textbf{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:conversionMultiplier 1.602176634e-19 ; qudt:expression "\\(ev/K\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-2D0 ; qudt:hasQuantityKind quantitykind:HeatCapacity ; @@ -6154,7 +6207,7 @@ unit:EV-PER-M qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000000000000000001602176634 ; + qudt:conversionMultiplier 1.602176634e-19 ; qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:TotalLinearStoppingPower ; qudt:iec61360Code "0112/2///62720#UAA426" ; @@ -6173,9 +6226,10 @@ unit:EV-PER-T qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000000000000000001602176634 ; + qudt:conversionMultiplier 1.602176634e-19 ; qudt:expression "\\(eV T^{-1}\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E1L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:MagneticAreaMoment ; qudt:hasQuantityKind quantitykind:MagneticMoment ; qudt:symbol "eV/T" ; qudt:ucumCode "eV.T-1"^^qudt:UCUMcs ; @@ -6190,8 +6244,9 @@ unit:EV-SEC qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000000000000000001602176634 ; + qudt:conversionMultiplier 1.602176634e-19 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:AngularImpulse ; qudt:hasQuantityKind quantitykind:AngularMomentum ; qudt:symbol "eV⋅s" ; qudt:ucumCode "eV.s"^^qudt:UCUMcs ; @@ -6208,7 +6263,7 @@ where, \\(e\\) is the elementary charge, \\(\\epsilon_0\\) is the electric const qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.00000000000000000435974394 ; + qudt:conversionMultiplier 4.35974394e-18 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Hartree"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:Energy ; @@ -6220,7 +6275,7 @@ where, \\(e\\) is the elementary charge, \\(\\epsilon_0\\) is the electric const 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:conversionMultiplier 5.97219e24 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Earth_mass"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:Mass ; @@ -6244,7 +6299,7 @@ unit:ElementaryCharge qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000000000000000001602176634 ; + qudt:conversionMultiplier 1.602176634e-19 ; qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:ElectricCharge ; qudt:symbol "e" ; @@ -6264,7 +6319,7 @@ unit:ExaBYTE qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 5545177444479562475.3378569716654 ; + qudt:conversionMultiplier 5.5451774444795624753378569716654e18 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Exabyte"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:InformationEntropy ; @@ -6284,7 +6339,7 @@ unit:ExaC qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000000000000000.0 ; + qudt:conversionMultiplier 1.0e18 ; qudt:derivedUnitOfSystem sou:SI ; qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:ElectricCharge ; @@ -6302,11 +6357,11 @@ unit:ExaJ qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000000000000000.0 ; + qudt:conversionMultiplier 1.0e18 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:Energy ; qudt:iec61360Code "0112/2///62720#UAB122" ; - qudt:plainTextDescription "1 000 000 000 000 000 000-fold of the derived SI unit joule" ; + qudt:plainTextDescription "1,000,000,000,000,000,000-fold of the derived SI unit joule" ; qudt:prefix prefix:Exa ; qudt:symbol "EJ" ; qudt:ucumCode "EJ"^^qudt:UCUMcs ; @@ -6326,7 +6381,7 @@ unit:ExbiBYTE qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 6393154322601327829.8943153498712 ; + qudt:conversionMultiplier 6.3931543226013278298943153498712e18 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Exbibyte"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:InformationEntropy ; @@ -6479,7 +6534,7 @@ unit:FARAD_Ab 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:conversionMultiplier 1.0e09 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Abfarad"^^xsd:anyURI ; qudt:derivedUnitOfSystem sou:CGS-EMU ; qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T4D0 ; @@ -6497,7 +6552,7 @@ unit:FARAD_Ab-PER-CentiM 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:conversionMultiplier 1.0e11 ; qudt:derivedUnitOfSystem sou:CGS-EMU ; qudt:expression "\\(abf-per-cm\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T4D0 ; @@ -6513,7 +6568,7 @@ unit:FARAD_Stat dcterms:description "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 (statF) 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:conversionMultiplier 1.112650056053618432174089964848e-18 ; qudt:derivedUnitOfSystem sou:CGS-ESU ; qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T4D0 ; qudt:hasQuantityKind quantitykind:Capacitance ; @@ -6573,8 +6628,7 @@ 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:conversionCoefficient 0.0 ; - qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplier 1.0e-15 ; qudt:exactMatch unit:FemtoM ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Length ; @@ -6584,12 +6638,11 @@ unit:FM qudt:uneceCommonCode "A71" ; rdfs:isDefinedBy ; rdfs:label "fermi"@en ; - owl:sameAs unit:FemtoM ; . unit:FR a qudt:Unit ; dcterms:description "\"Franklin\" is a unit for 'Electric Charge' expressed as \\(Fr\\)."^^qudt:LatexString ; - qudt:conversionMultiplier 0.0000000003335641 ; + qudt:conversionMultiplier 3.335641e-10 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Franklin"^^xsd:anyURI ; qudt:exactMatch unit:C_Stat ; qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; @@ -6601,7 +6654,6 @@ unit:FR qudt:uneceCommonCode "N94" ; rdfs:isDefinedBy ; rdfs:label "Franklin"@en ; - owl:sameAs unit:C_Stat ; . unit:FRACTION a qudt:CountingUnit ; @@ -6615,12 +6667,14 @@ unit:FRACTION qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier "1"^^xsd:double ; - qudt:conversionOffset "0"^^xsd:double ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionOffset 0.0 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:DimensionlessRatio ; + qudt:hasQuantityKind quantitykind:Reflectance ; 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"@en ; . @@ -6794,6 +6848,7 @@ unit:FT-LB_F-SEC qudt:applicableSystem sou:USCS ; qudt:expression "\\(lbf / s\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:AngularImpulse ; qudt:hasQuantityKind quantitykind:AngularMomentum ; qudt:symbol "lbf/s" ; qudt:ucumCode "[ft_i].[lbf_av].s"^^qudt:UCUMcs ; @@ -6822,11 +6877,12 @@ unit:FT-PER-DAY 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.00000352777777777778 ; + qudt:conversionMultiplier 3.52777777777778e-06 ; qudt:definedUnitOfSystem sou:IMPERIAL ; qudt:definedUnitOfSystem sou:USCS ; qudt:expression "\\(ft/d\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; qudt:hasQuantityKind quantitykind:Velocity ; qudt:symbol "ft/day" ; qudt:ucumCode "[ft_i].d-1"^^qudt:UCUMcs ; @@ -6855,11 +6911,12 @@ unit:FT-PER-HR dcterms:description "\"Foot per Hour\" is an Imperial unit for 'Linear Velocity' expressed as \\(ft/hr\\)."^^qudt:LatexString ; qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:USCS ; - qudt:conversionMultiplier 0.00008466666666666667 ; + qudt:conversionMultiplier 8.466666666666667e-05 ; qudt:definedUnitOfSystem sou:IMPERIAL ; qudt:definedUnitOfSystem sou:USCS ; qudt:expression "\\(ft/hr\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; qudt:hasQuantityKind quantitykind:Velocity ; qudt:iec61360Code "0112/2///62720#UAA442" ; qudt:symbol "ft/hr" ; @@ -6879,6 +6936,7 @@ unit:FT-PER-MIN qudt:definedUnitOfSystem sou:USCS ; qudt:expression "\\(ft/min\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; qudt:hasQuantityKind quantitykind:Velocity ; qudt:iec61360Code "0112/2///62720#UAA448" ; qudt:symbol "ft/min" ; @@ -6899,6 +6957,7 @@ unit:FT-PER-SEC qudt:definedUnitOfSystem sou:USCS ; qudt:expression "\\(ft/s\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; qudt:hasQuantityKind quantitykind:Velocity ; qudt:iec61360Code "0112/2///62720#UAA449" ; qudt:informativeReference "http://en.wikipedia.org/wiki/Foot_per_second?oldid=491316573"^^xsd:anyURI ; @@ -6921,6 +6980,7 @@ unit:FT-PER-SEC2 qudt:expression "\\(ft/s^{2}\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; qudt:iec61360Code "0112/2///62720#UAA452" ; qudt:symbol "ft/s²" ; qudt:ucumCode "[ft_i].s-2"^^qudt:UCUMcs ; @@ -6941,6 +7001,7 @@ unit:FT2 qudt:expression "\\(ft^{2}\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Area ; + qudt:hasQuantityKind quantitykind:HydraulicPermeability ; qudt:iec61360Code "0112/2///62720#UAA454" ; qudt:symbol "ft²" ; qudt:ucumCode "[ft_i]2"^^qudt:UCUMcs ; @@ -7019,7 +7080,7 @@ unit:FT2-PER-HR dcterms:description "\\(\\textbf{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:conversionMultiplier 2.58064e-05 ; qudt:definedUnitOfSystem sou:IMPERIAL ; qudt:definedUnitOfSystem sou:USCS ; qudt:expression "\\(ft^{2}/hr\\)"^^qudt:LatexString ; @@ -7091,9 +7152,10 @@ unit:FT3-PER-DAY 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.0000003277413 ; + qudt:conversionMultiplier 3.277413e-07 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA458" ; 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³/day" ; @@ -7123,9 +7185,10 @@ unit:FT3-PER-HR 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.000007865792 ; + qudt:conversionMultiplier 7.865792e-06 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA459" ; 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³/hr" ; @@ -7235,6 +7298,7 @@ unit:FT_US qudt:definedUnitOfSystem sou:USCS ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB286" ; qudt:symbol "ft{US Survey}" ; qudt:ucumCode "[ft_us]"^^qudt:UCUMcs ; qudt:uneceCommonCode "M51" ; @@ -7280,7 +7344,7 @@ unit:FemtoC qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplier 1.0e-15 ; qudt:derivedUnitOfSystem sou:SI ; qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:ElectricCharge ; @@ -7311,7 +7375,7 @@ unit:FemtoGM-PER-KiloGM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000000000001 ; + qudt:conversionMultiplier 1.0e-18 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:MassRatio ; qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; @@ -7328,8 +7392,9 @@ unit:FemtoGM-PER-L qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplier 1.0e-15 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:symbol "fg/L" ; qudt:ucumCode "fg.L-1"^^qudt:UCUMcs ; @@ -7343,11 +7408,11 @@ unit:FemtoJ qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplier 1.0e-15 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:Energy ; qudt:iec61360Code "0112/2///62720#UAB124" ; - qudt:plainTextDescription "0,000 000 000 000 001-fold of the derived SI unit joule" ; + qudt:plainTextDescription "0.000000000000001-fold of the derived SI unit joule" ; qudt:prefix prefix:Femto ; qudt:symbol "fJ" ; qudt:ucumCode "fJ"^^qudt:UCUMcs ; @@ -7362,7 +7427,7 @@ unit:FemtoL qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000000000001 ; + qudt:conversionMultiplier 1.0e-18 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Volume ; qudt:plainTextDescription "0.000000000000001-fold of the unit litre" ; @@ -7380,7 +7445,7 @@ unit:FemtoM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplier 1.0e-15 ; qudt:exactMatch unit:FM ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Length ; @@ -7392,7 +7457,6 @@ unit:FemtoM rdfs:isDefinedBy ; rdfs:label "Femtometer"@en-us ; rdfs:label "Femtometre"@en ; - owl:sameAs unit:FM ; . unit:FemtoMOL a qudt:Unit ; @@ -7401,8 +7465,8 @@ unit:FemtoMOL qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:AmountOfSubstance ; qudt:hasQuantityKind quantitykind:ExtentOfReaction ; - qudt:ucumCode "fmol"^^qudt:UCUMcs ; qudt:symbol "fmol" ; + qudt:ucumCode "fmol"^^qudt:UCUMcs ; rdfs:isDefinedBy ; rdfs:label "FemtoMole"@en ; . @@ -7410,7 +7474,7 @@ 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:conversionMultiplier 1.0e-15 ; qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitMass ; qudt:symbol "fmol/kg" ; @@ -7422,8 +7486,9 @@ 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:conversionMultiplier 1.0e-12 ; qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstanceConcentration ; qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitVolume ; qudt:hasQuantityKind quantitykind:Solubility_Water ; qudt:symbol "fmol/L" ; @@ -7453,6 +7518,7 @@ unit:G qudt:conversionMultiplier 9.80665 ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; qudt:symbol "G" ; qudt:ucumCode "[g]"^^qudt:UCUMcs ; qudt:uneceCommonCode "K40" ; @@ -7470,6 +7536,7 @@ unit:GALILEO qudt:derivedUnitOfSystem sou:CGS-GAUSS ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; qudt:informativeReference "http://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" ; @@ -7512,9 +7579,10 @@ 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.00000005261678 ; + qudt:conversionMultiplier 5.261678e-08 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA501" ; 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}/day" ; @@ -7527,9 +7595,10 @@ 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.000001262803 ; + qudt:conversionMultiplier 1.262803e-06 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA502" ; 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}/hr" ; @@ -7542,9 +7611,10 @@ 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.00007576817 ; + qudt:conversionMultiplier 7.576817e-05 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA503" ; 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" ; @@ -7560,6 +7630,7 @@ unit:GAL_UK-PER-SEC qudt:conversionMultiplier 0.00454609 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA504" ; 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" ; @@ -7588,10 +7659,11 @@ unit:GAL_US-PER-DAY a 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.0000000438126389 ; + qudt:conversionMultiplier 4.38126389e-08 ; qudt:definedUnitOfSystem sou:USCS ; qudt:expression "\\(gal/d\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:symbol "gal/day" ; qudt:ucumCode "[gal_us].d-1"^^qudt:UCUMcs ; @@ -7604,9 +7676,10 @@ 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.000001051503 ; + qudt:conversionMultiplier 1.051503e-06 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA507" ; qudt:plainTextDescription "unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI unit hour" ; qudt:symbol "gal{US}/hr" ; @@ -7620,10 +7693,11 @@ unit:GAL_US-PER-MIN a 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.0000630902 ; + qudt:conversionMultiplier 6.30902e-05 ; qudt:definedUnitOfSystem sou:USCS ; qudt:expression "\\(gal/min\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:symbol "gal/min" ; qudt:ucumCode "[gal_us].min-1"^^qudt:UCUMcs ; @@ -7638,6 +7712,7 @@ unit:GAL_US-PER-SEC qudt:conversionMultiplier 0.003785412 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA509" ; 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" ; @@ -7691,8 +7766,6 @@ unit:GAUSS qudt:uneceCommonCode "76" ; rdfs:isDefinedBy ; rdfs:label "Gauss"@en ; - owl:sameAs unit:Gs ; - owl:sameAs unit:T_Ab ; . unit:GI a qudt:Unit ; @@ -7732,9 +7805,10 @@ 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.000000001644274 ; + qudt:conversionMultiplier 1.644274e-09 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA512" ; 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}/day" ; @@ -7747,9 +7821,10 @@ 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.00000003946258 ; + qudt:conversionMultiplier 3.946258e-08 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA513" ; 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}/hr" ; @@ -7762,9 +7837,10 @@ 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:conversionMultiplier 2.367755e-06 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA514" ; 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" ; @@ -7780,6 +7856,7 @@ unit:GI_UK-PER-SEC qudt:conversionMultiplier 0.0001420653 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA515" ; 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" ; @@ -7807,9 +7884,10 @@ 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.000000001369145 ; + qudt:conversionMultiplier 1.369145e-09 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA517" ; 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}/day" ; @@ -7822,9 +7900,10 @@ 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.00000003285947 ; + qudt:conversionMultiplier 3.285947e-08 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA518" ; 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}/hr" ; @@ -7837,9 +7916,10 @@ 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.000001971568 ; + qudt:conversionMultiplier 1.971568e-06 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA519" ; 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" ; @@ -7855,6 +7935,7 @@ unit:GI_US-PER-SEC qudt:conversionMultiplier 0.0001182941 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA520" ; 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" ; @@ -7891,7 +7972,7 @@ unit:GM-MilliM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:LengthMass ; qudt:iec61360Code "0112/2///62720#UAB381" ; @@ -7930,8 +8011,9 @@ unit:GM-PER-CentiM2-YR qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000316880878140289 ; + qudt:conversionMultiplier 3.16880878140289e-07 ; qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassPerAreaTime ; qudt:symbol "g/(cm²⋅yr)" ; qudt:ucumCode "g.cm-2.a-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -7946,9 +8028,10 @@ unit:GM-PER-CentiM3 qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1000.0 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:iec61360Code "0112/2///62720#UAA469" ; - qudt:plainTextDescription "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" ; + 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:ucumCode "g/cm3"^^qudt:UCUMcs ; @@ -7964,7 +8047,7 @@ unit:GM-PER-DAY qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.00000001157407 ; + qudt:conversionMultiplier 1.157407e-08 ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:MassFlowRate ; qudt:iec61360Code "0112/2///62720#UAA472" ; @@ -7988,6 +8071,26 @@ unit:GM-PER-DEG_C rdfs:isDefinedBy ; rdfs:label "Gram Degree Celsius"@en ; . +unit:GM-PER-DeciL + a qudt:DerivedUnit ; + a 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:expression "\\(g/dL\\)"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:symbol "g/dL" ; + qudt:ucumCode "g.dL-1"^^qudt:UCUMcs ; + qudt:ucumCode "g/dL"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "grams per decilitre"@en ; + rdfs:label "grams per decilitre"@en-us ; +. 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 ; @@ -7997,6 +8100,7 @@ unit:GM-PER-DeciM3 qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:iec61360Code "0112/2///62720#UAA475" ; 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" ; @@ -8032,7 +8136,7 @@ unit:GM-PER-HR qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000002777778 ; + qudt:conversionMultiplier 2.777778e-07 ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:MassFlowRate ; qudt:iec61360Code "0112/2///62720#UAA478" ; @@ -8071,7 +8175,7 @@ unit:GM-PER-KiloM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; 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" ; @@ -8090,6 +8194,7 @@ unit:GM-PER-L qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:iec61360Code "0112/2///62720#UAA482" ; qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the unit litre" ; @@ -8146,7 +8251,7 @@ unit:GM-PER-M2-DAY qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000011574073 ; + qudt:conversionMultiplier 1.1574073e-08 ; qudt:expression "\\(g-m^{-2}-day^{-1}\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:MassPerAreaTime ; @@ -8166,6 +8271,7 @@ unit:GM-PER-M3 qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 0.001 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:iec61360Code "0112/2///62720#UAA487" ; 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" ; @@ -8184,7 +8290,7 @@ unit:GM-PER-MIN qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.00001666667 ; + qudt:conversionMultiplier 1.666667e-05 ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:MassFlowRate ; qudt:iec61360Code "0112/2///62720#UAA490" ; @@ -8219,6 +8325,7 @@ unit:GM-PER-MilliL qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1000.0 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:iec61360Code "0112/2///62720#UAA493" ; qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the unit litre" ; @@ -8269,7 +8376,7 @@ unit:GM-PER-SEC unit:GM_Carbon-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. Used to express productivity of an ecosystem."^^rdf:HTML ; - qudt:conversionMultiplier 0.000000011574073 ; + qudt:conversionMultiplier 1.1574073e-08 ; qudt:expression "\\(g C-m^{-2}-day^{-1}\\)."^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:MassPerAreaTime ; @@ -8313,7 +8420,7 @@ unit:GM_F-PER-CentiM2 unit:GM_Nitrogen-PER-M2-DAY a 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.000000011574073 ; + qudt:conversionMultiplier 1.1574073e-08 ; qudt:expression "\\(g N-m^{-2}-day^{-1}\\)."^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:MassPerAreaTime ; @@ -8340,6 +8447,7 @@ unit:GON qudt:exactMatch unit:GRAD ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:Angle ; + qudt:hasQuantityKind quantitykind:PlaneAngle ; qudt:iec61360Code "0112/2///62720#UAA522" ; qudt:informativeReference "http://en.wikipedia.org/wiki/Gon?oldid=424098171"^^xsd:anyURI ; qudt:omUnit ; @@ -8348,7 +8456,6 @@ unit:GON qudt:uneceCommonCode "A91" ; rdfs:isDefinedBy ; rdfs:label "Gon"@en ; - owl:sameAs unit:GRAD ; . unit:GR a qudt:DimensionlessUnit ; @@ -8386,20 +8493,20 @@ unit:GRAD qudt:exactMatch unit:GON ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:Angle ; + qudt:hasQuantityKind quantitykind:PlaneAngle ; qudt:iec61360Code "0112/2///62720#UAA522" ; qudt:informativeReference "http://en.wikipedia.org/wiki/Grad?oldid=490906645"^^xsd:anyURI ; qudt:symbol "grad" ; qudt:uneceCommonCode "A91" ; rdfs:isDefinedBy ; rdfs:label "Grad"@en ; - owl:sameAs unit:GON ; . 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:conversionMultiplier 6.479891e-05 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Cereal"^^xsd:anyURI ; qudt:definedUnitOfSystem sou:IMPERIAL ; qudt:definedUnitOfSystem sou:USCS ; @@ -8425,6 +8532,7 @@ unit:GRAIN-PER-GAL qudt:expression "\\(gr/gal\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; qudt:symbol "grain{UK}/gal" ; qudt:ucumCode "[gr].[gal_br]-1"^^qudt:UCUMcs ; qudt:uneceCommonCode "K41" ; @@ -8437,6 +8545,7 @@ unit:GRAIN-PER-GAL_US qudt:applicableSystem sou:USCS ; qudt:conversionMultiplier 0.01711806 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:iec61360Code "0112/2///62720#UAA524" ; qudt:plainTextDescription "unit of the density according to the Anglo-American system of units" ; @@ -8455,6 +8564,7 @@ unit:GRAIN-PER-M3 qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 0.00006479891 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:plainTextDescription "Grains per cubic metre of volume" ; qudt:symbol "Grain/m³" ; @@ -8526,6 +8636,7 @@ unit:GRAY-PER-SEC qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; qudt:iec61360Code "0112/2///62720#UAA164" ; qudt:symbol "Gy/s" ; qudt:ucumCode "Gy.s-1"^^qudt:UCUMcs ; @@ -8554,7 +8665,7 @@ 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:conversionMultiplier 1.0e-09 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Gamma"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:MagneticField ; @@ -8579,7 +8690,7 @@ unit:GibiBYTE qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 5954088943.6391441429912255610071 ; + qudt:conversionMultiplier 5.9540889436391441429912255610071e09 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Gibibyte"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:InformationEntropy ; @@ -8594,7 +8705,7 @@ unit:GigaBIT-PER-SEC a qudt:DerivedUnit ; a 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:conversionMultiplier 6.9314718055994530941723212145818e08 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:DataRate ; qudt:informativeReference "http://en.wikipedia.org/wiki/Data-rate_units#Gigabit_per_second"^^xsd:anyURI ; @@ -8606,14 +8717,14 @@ unit:GigaBIT-PER-SEC . unit:GigaBQ a qudt:Unit ; - dcterms:description "1 000 000 000-fold of the derived SI unit becquerel"^^rdf:HTML ; + 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:conversionMultiplier 1.0e09 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:Activity ; qudt:iec61360Code "0112/2///62720#UAB047" ; @@ -8637,7 +8748,7 @@ unit:GigaBYTE qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 5545177444.47956 ; + qudt:conversionMultiplier 5.54517744447956e09 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Gigabyte"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:InformationEntropy ; @@ -8662,7 +8773,7 @@ unit:GigaBasePair qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplier 1.0e09 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:Dimensionless ; qudt:informativeReference "https://www.genome.gov/genetics-glossary/Gigabase"^^xsd:anyURI ; @@ -8680,7 +8791,7 @@ unit:GigaC qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier "1000000000"^^xsd:decimal ; + qudt:conversionMultiplier 1.0e09 ; qudt:derivedUnitOfSystem sou:SI ; qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:ElectricCharge ; @@ -8693,12 +8804,12 @@ unit:GigaC . 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 ; + 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:conversionMultiplier 1.0e09 ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:Speed ; qudt:iec61360Code "0112/2///62720#UAA149" ; @@ -8718,7 +8829,7 @@ unit:GigaEV qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000000001602176634 ; + qudt:conversionMultiplier 1.602176634e-10 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:Energy ; qudt:symbol "GeV" ; @@ -8737,7 +8848,7 @@ unit:GigaHZ qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:SI ; qudt:applicableSystem sou:USCS ; - qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplier 1.0e09 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Hertz"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:Frequency ; @@ -8751,15 +8862,16 @@ unit:GigaHZ . 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 ; + 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:conversionMultiplier 1.0e09 ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:ConductionSpeed ; qudt:hasQuantityKind quantitykind:GroupSpeedOfSound ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; qudt:hasQuantityKind quantitykind:PhaseSpeedOfSound ; qudt:hasQuantityKind quantitykind:SoundParticleVelocity ; qudt:hasQuantityKind quantitykind:Speed ; @@ -8775,12 +8887,12 @@ unit:GigaHZ-M . unit:GigaJ a qudt:Unit ; - dcterms:description "1 000 000 000-fold of the SI derived unit joule"^^rdf:HTML ; + 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:conversionMultiplier 1.0e09 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:Energy ; qudt:hasQuantityKind quantitykind:ThermalEnergy ; @@ -8837,12 +8949,12 @@ unit:GigaJ-PER-M2 . unit:GigaOHM a qudt:Unit ; - dcterms:description "1 000 000 000-fold of the SI derived unit ohm"^^rdf:HTML ; + 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:conversionMultiplier 1.0e09 ; qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; qudt:hasQuantityKind quantitykind:Resistance ; qudt:iec61360Code "0112/2///62720#UAA147" ; @@ -8856,15 +8968,16 @@ unit:GigaOHM . unit:GigaPA a qudt:Unit ; - dcterms:description "1 000 000 000-fold of the SI derived unit pascal"^^rdf:HTML ; + 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:conversionMultiplier 1.0e09 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:ForcePerArea ; qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; qudt:hasQuantityKind quantitykind:VaporPressure ; qudt:iec61360Code "0112/2///62720#UAA153" ; qudt:plainTextDescription "1 000 000 000-fold of the SI derived unit pascal" ; @@ -8877,13 +8990,13 @@ unit:GigaPA . unit:GigaW a qudt:Unit ; - dcterms:description "1 000 000 000-fold of the SI derived unit watt"^^rdf:HTML ; + 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:conversionMultiplier 1.0e09 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; qudt:hasQuantityKind quantitykind:ActivePower ; qudt:hasQuantityKind quantitykind:Power ; @@ -8898,12 +9011,12 @@ unit:GigaW . unit:GigaW-HR a qudt:Unit ; - dcterms:description "1 000 000 000-fold of the product of the SI derived unit watt and the unit hour"^^rdf:HTML ; + dcterms:description "1,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 3600000000000.0 ; + qudt:conversionMultiplier 3.6e12 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:Energy ; qudt:iec61360Code "0112/2///62720#UAA155" ; @@ -8934,8 +9047,6 @@ unit:Gs qudt:uneceCommonCode "76" ; rdfs:isDefinedBy ; rdfs:label "Gs"@en ; - owl:sameAs unit:GAUSS ; - owl:sameAs unit:T_Ab ; . unit:H a qudt:DerivedUnit ; @@ -9271,7 +9382,6 @@ unit:HZ rdfs:label "हर्ट्ज"@hi ; rdfs:label "ヘルツ"@ja ; rdfs:label "赫兹"@zh ; - owl:sameAs unit:PER-SEC ; . unit:HZ-M a qudt:Unit ; @@ -9358,7 +9468,7 @@ unit:H_Ab 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:conversionMultiplier 1.0e-09 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Abhenry"^^xsd:anyURI ; qudt:derivedUnitOfSystem sou:CGS-EMU ; qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-2D0 ; @@ -9375,7 +9485,7 @@ unit:H_Stat dcterms:description "\"Stathenry\" (statH) is a unit in the category of Electric inductance. It is also known as stathenries. This unit is commonly used in the cgs unit system. Stathenry (statH) 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 898760000000.0 ; + qudt:conversionMultiplier 8.9876e11 ; qudt:derivedUnitOfSystem sou:CGS-ESU ; qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:Inductance ; @@ -9390,7 +9500,7 @@ unit:H_Stat-PER-CentiM 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 89876000000000.0 ; + qudt:conversionMultiplier 8.9876e13 ; qudt:derivedUnitOfSystem sou:CGS-ESU ; qudt:expression "\\(stath-per-cm\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-2D0 ; @@ -9420,7 +9530,7 @@ unit:HectoBAR a qudt:Unit ; dcterms:description "100-fold of the unit bar"^^rdf:HTML ; qudt:applicableSystem sou:CGS ; - qudt:conversionMultiplier 10000000.0 ; + qudt:conversionMultiplier 1.0e07 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:ForcePerArea ; qudt:hasQuantityKind quantitykind:VaporPressure ; @@ -9523,6 +9633,7 @@ unit:HectoPA qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:ForcePerArea ; qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; qudt:hasQuantityKind quantitykind:VaporPressure ; qudt:iec61360Code "0112/2///62720#UAA527" ; qudt:symbol "hPa" ; @@ -9531,7 +9642,6 @@ unit:HectoPA rdfs:comment "Hectopascal is commonly used in meteorology to report values for atmospheric pressure. It is equivalent to millibar." ; rdfs:isDefinedBy ; rdfs:label "Hectopascal"@en ; - owl:sameAs unit:MilliBAR ; . unit:HectoPA-L-PER-SEC a qudt:Unit ; @@ -9631,7 +9741,6 @@ unit:Hundredweight_UK qudt:uneceCommonCode "CWI" ; rdfs:isDefinedBy ; rdfs:label "Hundredweight (UK)"@en ; - owl:sameAs unit:CWT_LONG ; . unit:Hundredweight_US a qudt:Unit ; @@ -9648,7 +9757,6 @@ unit:Hundredweight_US qudt:uneceCommonCode "CWA" ; rdfs:isDefinedBy ; rdfs:label "Hundredweight (US)"@en ; - owl:sameAs unit:CWT_SHORT ; . unit:IN a qudt:Unit ; @@ -9686,6 +9794,25 @@ unit:IN-PER-DEG_F rdfs:isDefinedBy ; 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.000423333333 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "\\(in/min\\)"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:symbol "in/," ; + qudt:ucumCode "[in_i].min-1"^^qudt:UCUMcs ; + qudt:ucumCode "[in_i]/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M63" ; + rdfs:isDefinedBy ; + rdfs:label "Inch per Minute"@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 ; @@ -9696,6 +9823,7 @@ unit:IN-PER-SEC qudt:definedUnitOfSystem sou:USCS ; qudt:expression "\\(in-per-sec\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; qudt:hasQuantityKind quantitykind:PropellantBurnRate ; qudt:hasQuantityKind quantitykind:Velocity ; qudt:iec61360Code "0112/2///62720#UAA542" ; @@ -9718,6 +9846,7 @@ unit:IN-PER-SEC2 qudt:expression "\\(in/s2\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; qudt:iec61360Code "0112/2///62720#UAB044" ; qudt:symbol "in/s²" ; qudt:ucumCode "[in_i].s-2"^^qudt:UCUMcs ; @@ -9738,6 +9867,7 @@ unit:IN2 qudt:expression "\\(in^{2}\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Area ; + qudt:hasQuantityKind quantitykind:HydraulicPermeability ; qudt:iec61360Code "0112/2///62720#UAA547" ; qudt:symbol "in²" ; qudt:ucumCode "[in_i]2"^^qudt:UCUMcs ; @@ -9768,7 +9898,7 @@ unit:IN3 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:conversionMultiplier 1.6387064e-05 ; qudt:definedUnitOfSystem sou:IMPERIAL ; qudt:definedUnitOfSystem sou:USCS ; qudt:expression "\\(in^{3}\\)"^^qudt:LatexString ; @@ -9787,9 +9917,10 @@ unit:IN3-PER-HR 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.000000004551961 ; + qudt:conversionMultiplier 4.551961e-09 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA550" ; 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³/hr" ; @@ -9804,7 +9935,7 @@ unit:IN3-PER-MIN 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.00000027311773333333333 ; + qudt:conversionMultiplier 2.7311773333333333e-07 ; qudt:definedUnitOfSystem sou:IMPERIAL ; qudt:definedUnitOfSystem sou:USCS ; qudt:expression "\\(in^{3}/min\\)"^^qudt:LatexString ; @@ -9826,9 +9957,10 @@ unit:IN3-PER-SEC 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.00001638706 ; + qudt:conversionMultiplier 1.638706e-05 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA552" ; 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" ; @@ -9842,7 +9974,7 @@ unit:IN4 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.0000004162314 ; + qudt:conversionMultiplier 4.162314e-07 ; qudt:hasDimensionVector qkdv:A0E0L4I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:SecondAxialMomentOfArea ; qudt:iec61360Code "0112/2///62720#UAA545" ; @@ -9891,7 +10023,10 @@ unit:IN_HG . unit:IU a qudt:Unit ; - dcterms:description "

International Unit is a unit for \\textit{'Amount Of Substance'} expressed as \\(IU\\)

."^^qudt:LatexString ; + dcterms:description """ +

International Unit is a unit for Amount Of Substance expressed as IU. +Note that the magnitude depends on the substance, thus there is no fixed conversion multiplier. +

"""^^rdf:HTML ; qudt:dbpediaMatch "http://dbpedia.org/resource/International_unit"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:AmountOfSubstance ; @@ -9907,7 +10042,11 @@ unit:IU unit:IU-PER-L a qudt:DerivedUnit ; a qudt:Unit ; - dcterms:description "\"International Unit per Liter\" is a unit for 'Serum Or Plasma Level' expressed as \\(IU/L\\)."^^qudt:LatexString ; + dcterms:description """ +

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. +(See IU for more information). +

"""^^rdf:HTML ; qudt:expression "\\(IU/L\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:SerumOrPlasmaLevel ; @@ -9919,11 +10058,16 @@ unit:IU-PER-L rdfs:isDefinedBy ; rdfs:label "International Unit per Liter"@en-us ; rdfs:label "International Unit per Litre"@en ; + rdfs:seeAlso unit:IU ; . unit:IU-PER-MilliGM a qudt:Unit ; - dcterms:description "International Units per milligramme."^^rdf:HTML ; - qudt:conversionMultiplier "0.000001"^^xsd:double ; + dcterms:description """ +

International Unit per milligramme. +The magnitude of one IU/L depends on the material, so there is no single conversion multiplier. +(See IU for more information). +

"""^^rdf:HTML ; + qudt:conversionMultiplier 1.0e-06 ; qudt:conversionOffset "0"^^xsd:double ; qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitMass ; @@ -9932,6 +10076,26 @@ unit:IU-PER-MilliGM rdfs:isDefinedBy ; rdfs:label "International Unit per milligram"@en ; . +unit:IU-PER-MilliL + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """ +

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. +(See IU for more information). +

"""^^rdf:HTML ; + qudt:expression "\\(IU/mL\\)"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:SerumOrPlasmaLevel ; + qudt:symbol "IU/mL" ; + qudt:ucumCode "[IU].mL-1"^^qudt:UCUMcs ; + qudt:ucumCode "[IU]/mL"^^qudt:UCUMcs ; + qudt:ucumCode "[iU].mL-1"^^qudt:UCUMcs ; + qudt:ucumCode "[iU]/mL"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "International Unit per milliliter"@en ; + rdfs:label "International Unit per milliliter"@en-us ; +. unit:J a qudt:DerivedUnit ; a qudt:Unit ; @@ -9981,7 +10145,6 @@ unit:J rdfs:label "जूल"@hi ; rdfs:label "ジュール"@ja ; rdfs:label "焦耳"@zh ; - owl:sameAs unit:N-M ; . unit:J-M-PER-MOL a qudt:Unit ; @@ -10090,6 +10253,27 @@ unit:J-PER-GM rdfs:isDefinedBy ; rdfs:label "Joule Per Gram"@en ; . +unit:J-PER-GM-K + a qudt:DerivedUnit ; + a 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:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + 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:latexSymbol "\\(\\frac{J}{g \\cdot K}\\)"^^qudt:LatexString ; + qudt:symbol "J/(g⋅K)" ; + qudt:ucumCode "J.g-1.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Joule per Gram Kelvin"@en ; +. 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 ; @@ -10191,7 +10375,6 @@ unit:J-PER-KiloGM-K qudt:uneceCommonCode "B11" ; rdfs:isDefinedBy ; rdfs:label "Joule per Kilogram Kelvin"@en ; - rdfs:label "Joules per kilogram per Kelvin"@en ; . unit:J-PER-KiloGM-K-M3 a qudt:DerivedUnit ; @@ -10422,6 +10605,7 @@ unit:J-PER-T qudt:derivedCoherentUnitOfSystem sou:SI ; qudt:expression "\\(j-per-t\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E1L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:MagneticAreaMoment ; qudt:hasQuantityKind quantitykind:MagneticMoment ; qudt:iec61360Code "0112/2///62720#UAB336" ; qudt:symbol "J/T" ; @@ -10476,6 +10660,7 @@ unit:J-SEC qudt:derivedCoherentUnitOfSystem sou:SI ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:Action ; + qudt:hasQuantityKind quantitykind:AngularImpulse ; qudt:hasQuantityKind quantitykind:AngularMomentum ; qudt:iec61360Code "0112/2///62720#UAB151" ; qudt:symbol "J⋅s" ; @@ -10588,6 +10773,7 @@ unit:K-M-PER-SEC qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "K⋅m/s" ; qudt:ucumCode "K.m.s-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -10614,6 +10800,7 @@ unit:K-M2-PER-KiloGM-SEC qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L2I0M-1H1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "K⋅m²/(kg⋅s)" ; qudt:ucumCode "K.m2.kg-1.s-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -10624,6 +10811,7 @@ unit:K-PA-PER-SEC qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H1T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "K⋅Pa/s" ; qudt:ucumCode "K.Pa.s-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -10669,8 +10857,7 @@ unit:K-PER-M qudt:symbol "K/m" ; qudt:ucumCode "K.m-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; - rdfs:label "Degrees Kelvin per metre"@en ; - rdfs:label "Kelvins per metre"@en ; + rdfs:label "Kelvin per metre"@en ; . unit:K-PER-MIN a qudt:Unit ; @@ -10736,7 +10923,7 @@ unit:K-PER-T unit:K-PER-W a qudt:DerivedUnit ; a 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 ; + dcterms:description ""^^rdf:HTML ; qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:definedUnitOfSystem sou:SI ; @@ -10770,6 +10957,7 @@ unit:K2 qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H2T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "K²" ; qudt:ucumCode "K2"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -10817,6 +11005,42 @@ unit:KAT rdfs:label "カタール"@ja ; rdfs:label "开特"@zh ; . +unit:KAT-PER-L + a qudt:DerivedUnit ; + a 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:dbpediaMatch "http://dbpedia.org/resource/Katal"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + 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"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Katal Per Liter"@en-us ; + rdfs:label "Katal Per Litre"@en ; +. +unit:KAT-PER-MicroL + a qudt:DerivedUnit ; + a 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:dbpediaMatch "http://dbpedia.org/resource/Katal"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + 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"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Katal Per Microliter"@en-us ; + rdfs:label "Katal Per Microlitre"@en ; +. unit:KIP_F a qudt:Unit ; dcterms:description "1000 pound-force"^^rdf:HTML ; @@ -10836,11 +11060,12 @@ unit:KIP_F 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.89 ; + qudt:conversionMultiplier 6.89475789e06 ; qudt:expression "\\(kip/in^{2}\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:ForcePerArea ; qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; qudt:hasQuantityKind quantitykind:VaporPressure ; qudt:iec61360Code "0112/2///62720#UAB242" ; qudt:symbol "kip/in²" ; @@ -10859,6 +11084,7 @@ unit:KN qudt:definedUnitOfSystem sou:USCS ; qudt:exactMatch unit:MI_N-PER-HR ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; qudt:hasQuantityKind quantitykind:Velocity ; qudt:iec61360Code "0112/2///62720#UAB110" ; qudt:informativeReference "http://en.wikipedia.org/wiki/Knot?oldid=495066194"^^xsd:anyURI ; @@ -10868,7 +11094,6 @@ unit:KN qudt:uneceCommonCode "KNT" ; rdfs:isDefinedBy ; rdfs:label "Knot"@en ; - owl:sameAs unit:MI_N-PER-HR ; skos:altLabel "kt" ; skos:altLabel "kts" ; . @@ -10882,6 +11107,7 @@ unit:KN-PER-SEC qudt:expression "\\(kt/s\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; qudt:symbol "kn/s" ; qudt:ucumCode "[kn_i].s-1"^^qudt:UCUMcs ; qudt:ucumCode "[kn_i]/s"^^qudt:UCUMcs ; @@ -11024,7 +11250,7 @@ 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:conversionMultiplier 1.0e08 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:ForcePerArea ; qudt:hasQuantityKind quantitykind:VaporPressure ; @@ -11077,7 +11303,7 @@ unit:KiloBTU_IT a qudt:Unit ; qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:USCS ; - qudt:conversionMultiplier 105505.585262 ; + qudt:conversionMultiplier 1.05505585262e05 ; qudt:definedUnitOfSystem sou:IMPERIAL ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:Energy ; @@ -11128,7 +11354,7 @@ unit:KiloBTU_TH a qudt:Unit ; qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:USCS ; - qudt:conversionMultiplier 1054350.2645 ; + qudt:conversionMultiplier 1.0543502645e06 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:Energy ; qudt:hasQuantityKind quantitykind:ThermalEnergy ; @@ -11292,7 +11518,7 @@ unit:KiloCAL-PER-CentiM2 qudt:applicableSystem sou:CGS ; qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:USCS ; - qudt:conversionMultiplier 0.0000004184 ; + qudt:conversionMultiplier 4.184e-07 ; qudt:expression "\\(kcal/cm^{2}\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:EnergyPerArea ; @@ -11309,7 +11535,7 @@ unit:KiloCAL-PER-CentiM2-MIN qudt:applicableSystem sou:CGS ; qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:USCS ; - qudt:conversionMultiplier 0.0000697333333 ; + qudt:conversionMultiplier 6.97333333e-05 ; qudt:expression "\\(kcal/(cm^{2}-min)\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; qudt:hasQuantityKind quantitykind:PowerPerArea ; @@ -11326,7 +11552,7 @@ unit:KiloCAL-PER-CentiM2-SEC qudt:applicableSystem sou:CGS ; qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:USCS ; - qudt:conversionMultiplier 0.0000004184 ; + qudt:conversionMultiplier 4.184e-07 ; qudt:expression "\\(kcal/(cm^{2}-s)\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; qudt:hasQuantityKind quantitykind:PowerPerArea ; @@ -11343,7 +11569,7 @@ unit:KiloCAL-PER-GM qudt:applicableSystem sou:CGS ; qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:USCS ; - qudt:conversionMultiplier 4184000.0 ; + qudt:conversionMultiplier 4.1840e06 ; qudt:expression "\\(kcal/gm\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; qudt:hasQuantityKind quantitykind:SpecificEnergy ; @@ -11559,9 +11785,9 @@ unit:KiloCAL_TH-PER-SEC . unit:KiloCi a qudt:Unit ; - dcterms:description "1 000-fold of the unit curie"^^rdf:HTML ; + dcterms:description "1,000-fold of the unit curie"^^rdf:HTML ; qudt:applicableSystem sou:CGS ; - qudt:conversionMultiplier 37000000000000.0 ; + qudt:conversionMultiplier 3.7e13 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:Activity ; qudt:hasQuantityKind quantitykind:DecayConstant ; @@ -11581,7 +11807,7 @@ unit:KiloEV qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000000000000001602176634 ; + qudt:conversionMultiplier 1.602176634e-16 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:Energy ; qudt:symbol "keV" ; @@ -11598,7 +11824,7 @@ unit:KiloEV-PER-MicroM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000000001602176634 ; + qudt:conversionMultiplier 1.602176634e-10 ; qudt:expression "\\(keV/microM\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:LinearEnergyTransfer ; @@ -11677,6 +11903,7 @@ unit:KiloGM-CentiM2 qudt:conversionMultiplier 0.0001 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:MomentOfInertia ; + qudt:hasQuantityKind quantitykind:RotationalMass ; qudt:iec61360Code "0112/2///62720#UAA600" ; 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²" ; @@ -11713,6 +11940,7 @@ unit:KiloGM-M-PER-SEC qudt:expression "\\(kg-m/s\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:LinearMomentum ; + qudt:hasQuantityKind quantitykind:Momentum ; qudt:iec61360Code "0112/2///62720#UAA615" ; qudt:symbol "kg⋅m/s" ; qudt:ucumCode "kg.m.s-1"^^qudt:UCUMcs ; @@ -11742,6 +11970,7 @@ unit:KiloGM-M2 qudt:expression "\\(kg-m2\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:MomentOfInertia ; + qudt:hasQuantityKind quantitykind:RotationalMass ; qudt:iec61360Code "0112/2///62720#UAA622" ; qudt:symbol "kg⋅m²" ; qudt:ucumCode "kg.m2"^^qudt:UCUMcs ; @@ -11793,9 +12022,10 @@ unit:KiloGM-MilliM2 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:MomentOfInertia ; + qudt:hasQuantityKind quantitykind:RotationalMass ; qudt:iec61360Code "0112/2///62720#UAA627" ; 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²" ; @@ -11831,8 +12061,9 @@ unit:KiloGM-PER-CentiM3 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:iec61360Code "0112/2///62720#UAA597" ; 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" ; @@ -11850,7 +12081,7 @@ unit:KiloGM-PER-DAY qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.00001157407 ; + qudt:conversionMultiplier 1.157407e-05 ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:MassFlowRate ; qudt:iec61360Code "0112/2///62720#UAA601" ; @@ -11870,6 +12101,7 @@ unit:KiloGM-PER-DeciM3 qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1000.0 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:iec61360Code "0112/2///62720#UAA604" ; 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" ; @@ -11995,7 +12227,7 @@ unit:KiloGM-PER-KiloM2 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:MassPerArea ; qudt:hasQuantityKind quantitykind:SurfaceDensity ; @@ -12028,6 +12260,7 @@ unit:KiloGM-PER-L qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1000.0 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:iec61360Code "0112/2///62720#UAA612" ; qudt:plainTextDescription "SI base unit kilogram divided by the unit litre" ; @@ -12073,6 +12306,7 @@ unit:KiloGM-PER-M-HR qudt:conversionMultiplier 0.000277777777777778 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; qudt:symbol "kg/(m⋅hr)" ; qudt:ucumCode "kg.m-1.h-1"^^qudt:UCUMcs ; qudt:uneceCommonCode "N40" ; @@ -12088,6 +12322,7 @@ unit:KiloGM-PER-M-SEC qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; qudt:symbol "kg/(m⋅s)" ; qudt:ucumCode "kg.m-1.s-1"^^qudt:UCUMcs ; qudt:uneceCommonCode "N37" ; @@ -12114,8 +12349,6 @@ unit:KiloGM-PER-M-SEC2 qudt:ucumCode "kg.m-1.s-2"^^qudt:UCUMcs ; rdfs:isDefinedBy ; rdfs:label "Kilograms per metre per square second"@en ; - owl:sameAs unit:N-PER-M2 ; - owl:sameAs unit:PA ; . unit:KiloGM-PER-M2 a qudt:DerivedUnit ; @@ -12173,7 +12406,6 @@ unit:KiloGM-PER-M2-SEC qudt:uneceCommonCode "H56" ; rdfs:isDefinedBy ; rdfs:label "Kilograms per square metre per second"@en ; - owl:sameAs unit:KiloGM-PER-SEC-M2 ; . unit:KiloGM-PER-M2-SEC2 a qudt:DerivedUnit ; @@ -12243,6 +12475,7 @@ unit:KiloGM-PER-M3-SEC qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "kg/(m³⋅s)" ; qudt:ucumCode "kg.m-3.s-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -12365,7 +12598,6 @@ unit:KiloGM-PER-SEC-M2 rdfs:isDefinedBy ; rdfs:label "Kilogram Per Second Per Square Meter"@en-us ; rdfs:label "Kilogram Per Second Per Square Metre"@en ; - owl:sameAs unit:KiloGM-PER-M2-SEC ; . unit:KiloGM-PER-SEC2 a qudt:DerivedUnit ; @@ -12398,6 +12630,7 @@ unit:KiloGM-SEC2 qudt:definedUnitOfSystem sou:SI ; qudt:expression "\\(kilog-sec2\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "kg⋅s²" ; qudt:ucumCode "kg.s2"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -12411,6 +12644,7 @@ unit:KiloGM2-PER-SEC2 qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L0I0M2H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "kg²/s²" ; qudt:ucumCode "kg2.s-2"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -12436,6 +12670,7 @@ unit:KiloGM_F-M dcterms:description "product of the unit kilogram-force and the SI base unit metre"^^rdf:HTML ; qudt:conversionMultiplier 9.80665 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; qudt:hasQuantityKind quantitykind:Torque ; qudt:iec61360Code "0112/2///62720#UAA634" ; qudt:plainTextDescription "product of the unit kilogram-force and the SI base unit metre" ; @@ -12466,6 +12701,7 @@ unit:KiloGM_F-M-PER-SEC 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:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:iec61360Code "0112/2///62720#UAB154" ; 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" ; @@ -12509,7 +12745,7 @@ unit:KiloGM_F-PER-M2 unit:KiloGM_F-PER-MilliM2 a qudt:Unit ; dcterms:description "not SI conform unit of the pressure"^^rdf:HTML ; - qudt:conversionMultiplier 9806650.0 ; + qudt:conversionMultiplier 9.80665e-07 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:ForcePerArea ; qudt:hasQuantityKind quantitykind:VaporPressure ; @@ -12681,6 +12917,7 @@ unit:KiloL-PER-HR qudt:conversionMultiplier 0.00277777777778 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAB121" ; qudt:plainTextDescription "unit of the volume kilolitres divided by the unit hour" ; qudt:symbol "kL/hr" ; @@ -12752,10 +12989,11 @@ unit:KiloLB_F-PER-IN2 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.89 ; + qudt:conversionMultiplier 6.89475789e06 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:ForcePerArea ; qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; qudt:hasQuantityKind quantitykind:VaporPressure ; qudt:iec61360Code "0112/2///62720#UAB138" ; 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" ; @@ -12795,6 +13033,7 @@ unit:KiloM-PER-DAY qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 0.0115740740740741 ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; qudt:hasQuantityKind quantitykind:Velocity ; qudt:symbol "kg/day" ; qudt:ucumCode "km.d-1"^^qudt:UCUMcs ; @@ -12812,6 +13051,7 @@ unit:KiloM-PER-HR qudt:dbpediaMatch "http://dbpedia.org/resource/Kilometres_per_hour"^^xsd:anyURI ; qudt:expression "\\(km/hr\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; qudt:hasQuantityKind quantitykind:Velocity ; qudt:iec61360Code "0112/2///62720#UAA638" ; qudt:informativeReference "http://en.wikipedia.org/wiki/Kilometres_per_hour?oldid=487674812"^^xsd:anyURI ; @@ -12833,6 +13073,7 @@ unit:KiloM-PER-SEC qudt:conversionMultiplier 1000.0 ; qudt:expression "\\(km/s\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; qudt:hasQuantityKind quantitykind:Velocity ; qudt:iec61360Code "0112/2///62720#UAB392" ; qudt:symbol "km/s" ; @@ -12850,7 +13091,7 @@ unit:KiloM3-PER-SEC2 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplier 1.0e09 ; qudt:expression "\\(km^3/s^2\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-2D0 ; qudt:hasQuantityKind quantitykind:StandardGravitationalParameter ; @@ -12888,6 +13129,7 @@ unit:KiloMOL-PER-HR qudt:plainTextDescription "1 000-fold of the SI base unit mole divided by the unit for time hour" ; qudt:symbol "kmol/hr" ; qudt:ucumCode "kmol.h-1"^^qudt:UCUMcs ; + qudt:ucumCode "kmol/h"^^qudt:UCUMcs ; qudt:uneceCommonCode "K58" ; rdfs:isDefinedBy ; rdfs:label "Kilomole Per Hour"@en ; @@ -12917,6 +13159,7 @@ unit:KiloMOL-PER-M3 qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1000.0 ; qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstanceConcentration ; qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitVolume ; qudt:hasQuantityKind quantitykind:Solubility_Water ; qudt:iec61360Code "0112/2///62720#UAA642" ; @@ -12986,6 +13229,7 @@ unit:KiloN-M qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1000.0 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; qudt:hasQuantityKind quantitykind:Torque ; qudt:iec61360Code "0112/2///62720#UAA574" ; qudt:plainTextDescription "1 000-fold of the product of the SI derived unit newton and the SI base unit metre" ; @@ -13057,6 +13301,7 @@ unit:KiloPA qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:ForcePerArea ; qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; qudt:hasQuantityKind quantitykind:VaporPressure ; qudt:iec61360Code "0112/2///62720#UAA575" ; qudt:symbol "kPa" ; @@ -13072,9 +13317,10 @@ unit:KiloPA-M2-PER-GM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplier 1.0e06 ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; qudt:iec61360Code "0112/2///62720#UAB130" ; 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" ; @@ -13088,7 +13334,7 @@ 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 100000000.0 ; + qudt:conversionMultiplier 1.0e08 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:PressureRatio ; qudt:iec61360Code "0112/2///62720#UAA577" ; @@ -13121,7 +13367,7 @@ unit:KiloPA-PER-MilliM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 100000.0 ; + qudt:conversionMultiplier 1.0e05 ; qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:SpectralRadiantEnergyDensity ; qudt:iec61360Code "0112/2///62720#UAB060" ; @@ -13245,7 +13491,7 @@ unit:KiloTONNE qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplier 1.0e06 ; qudt:exactMatch unit:KiloTON_Metric ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:Mass ; @@ -13253,7 +13499,6 @@ unit:KiloTONNE qudt:uneceCommonCode "KTN" ; rdfs:isDefinedBy ; rdfs:label "KiloTonne"@en ; - owl:sameAs unit:KiloTON_Metric ; . unit:KiloTON_Metric a qudt:Unit ; @@ -13262,7 +13507,7 @@ unit:KiloTON_Metric qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplier 1.0e06 ; qudt:exactMatch unit:KiloTONNE ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:Mass ; @@ -13273,7 +13518,6 @@ unit:KiloTON_Metric qudt:uneceCommonCode "KTN" ; rdfs:isDefinedBy ; rdfs:label "Metric KiloTON"@en ; - owl:sameAs unit:KiloTONNE ; . unit:KiloV a qudt:Unit ; @@ -13284,7 +13528,10 @@ unit:KiloV qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1000.0 ; 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:plainTextDescription "1 000-fold of the SI derived unit volt" ; qudt:prefix prefix:Kilo ; @@ -13318,7 +13565,7 @@ unit:KiloV-A-HR qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 3600000.0 ; + qudt:conversionMultiplier 3.6e06 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:Energy ; qudt:iec61360Code "0112/2///62720#UAB160" ; @@ -13345,8 +13592,8 @@ unit:KiloV-A_Reactive . 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 ; - qudt:conversionMultiplier 3600000.0 ; + dcterms:description "product of the 1,000-fold of the unit volt ampere reactive and the unit hour"^^rdf:HTML ; + qudt:conversionMultiplier 3.6e06 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:Energy ; qudt:iec61360Code "0112/2///62720#UAB195" ; @@ -13405,7 +13652,7 @@ unit:KiloW-HR qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 3600000.0 ; + qudt:conversionMultiplier 3.6e06 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Kilowatt_hour"^^xsd:anyURI ; qudt:expression "\\(kW-h\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; @@ -13424,8 +13671,8 @@ unit:KiloW-HR-PER-M2 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier "3600000"^^xsd:double ; - qudt:conversionOffset "0"^^xsd:double ; + qudt:conversionMultiplier 3.6e06 ; + qudt:conversionOffset 0.0 ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:EnergyPerArea ; qudt:plainTextDescription "A unit of energy per unit area, equivalent to 3 600 000 joules per square metre." ; @@ -13509,9 +13756,10 @@ unit:L-PER-DAY qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.00000001157407 ; + qudt:conversionMultiplier 1.157407e-08 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA652" ; qudt:plainTextDescription "unit litre divided by the unit day" ; qudt:symbol "L/day" ; @@ -13529,9 +13777,10 @@ unit:L-PER-HR qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000002777778 ; + qudt:conversionMultiplier 2.777778e-07 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA655" ; qudt:plainTextDescription "Unit litre divided by the unit hour" ; qudt:symbol "L/hr" ; @@ -13607,9 +13856,10 @@ unit:L-PER-MIN qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.00001666667 ; + qudt:conversionMultiplier 1.666667e-05 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA659" ; qudt:plainTextDescription "unit litre divided by the unit minute" ; qudt:symbol "L/min" ; @@ -13661,6 +13911,7 @@ unit:L-PER-SEC qudt:conversionMultiplier 0.001 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA664" ; qudt:plainTextDescription "unit litre divided by the SI base unit second" ; qudt:symbol "L/s" ; @@ -13763,6 +14014,7 @@ unit:LB-FT2 qudt:conversionMultiplier 0.04214011 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:MomentOfInertia ; + qudt:hasQuantityKind quantitykind:RotationalMass ; qudt:iec61360Code "0112/2///62720#UAA671" ; 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 "lb⋅ft²" ; @@ -13795,6 +14047,7 @@ unit:LB-IN2 qudt:conversionMultiplier 0.0002926397 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:MomentOfInertia ; + qudt:hasQuantityKind quantitykind:RotationalMass ; qudt:iec61360Code "0112/2///62720#UAA672" ; 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 "lb⋅in²" ; @@ -13836,7 +14089,7 @@ unit:LB-PER-DAY qudt:applicableSystem sou:CGS ; qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:USCS ; - qudt:conversionMultiplier 0.000005249912 ; + qudt:conversionMultiplier 5.249912e-06 ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:MassFlowRate ; qudt:iec61360Code "0112/2///62720#UAA673" ; @@ -13875,6 +14128,7 @@ unit:LB-PER-FT-HR qudt:expression "\\(lb/(ft-hr)\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; qudt:symbol "lb/(ft⋅hr)" ; qudt:ucumCode "[lb_av].[ft_i]-1.h-1"^^qudt:UCUMcs ; qudt:uneceCommonCode "K67" ; @@ -13892,6 +14146,7 @@ unit:LB-PER-FT-SEC qudt:expression "\\(lb/(ft-s)\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; qudt:symbol "lb/(ft⋅s)" ; qudt:ucumCode "[lb_av].[ft_i]-1.s-1"^^qudt:UCUMcs ; qudt:uneceCommonCode "K68" ; @@ -13925,6 +14180,7 @@ unit:LB-PER-FT3 qudt:expression "\\(lb/ft^{3}\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; qudt:symbol "lb/ft³" ; qudt:ucumCode "[lb_av].[cft_i]-1"^^qudt:UCUMcs ; qudt:uneceCommonCode "87" ; @@ -13942,6 +14198,7 @@ unit:LB-PER-GAL qudt:expression "\\(lb/gal\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; qudt:symbol "lb/gal" ; qudt:ucumCode "[lb_av].[gal_br]-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -13954,6 +14211,7 @@ unit:LB-PER-GAL_UK qudt:conversionMultiplier 99.77637 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; qudt:iec61360Code "0112/2///62720#UAA679" ; 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 "lb/gal{UK}" ; @@ -13969,6 +14227,7 @@ unit:LB-PER-GAL_US qudt:conversionMultiplier 83.0812213 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; qudt:iec61360Code "0112/2///62720#UAA680" ; 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 "lb/gal{US}" ; @@ -14044,6 +14303,7 @@ unit:LB-PER-IN3 qudt:expression "\\(lb/in^{3}\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; qudt:symbol "lb/in³" ; qudt:ucumCode "[lb_av].[cin_i]-1"^^qudt:UCUMcs ; qudt:uneceCommonCode "LA" ; @@ -14058,6 +14318,7 @@ unit:LB-PER-M3 qudt:expression "\\(lb/m^{3}\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; qudt:symbol "lb/m³" ; qudt:ucumCode "[lb_av].m-3"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -14110,6 +14371,7 @@ unit:LB-PER-YD3 qudt:expression "\\(lb/yd^{3}\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; qudt:symbol "lb/yd³" ; qudt:ucumCode "[lb_av].[cyd_i]-1"^^qudt:UCUMcs ; qudt:uneceCommonCode "K84" ; @@ -14145,6 +14407,7 @@ unit:LB_F-FT qudt:definedUnitOfSystem sou:USCS ; qudt:expression "\\(lbf-ft\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; qudt:hasQuantityKind quantitykind:Torque ; qudt:symbol "lbf⋅ft" ; qudt:ucumCode "[lbf_av].[ft_i]"^^qudt:UCUMcs ; @@ -14162,6 +14425,7 @@ unit:LB_F-IN qudt:definedUnitOfSystem sou:USCS ; qudt:expression "\\(lbf-in\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; qudt:hasQuantityKind quantitykind:Torque ; qudt:symbol "lbf⋅in" ; qudt:ucumCode "[lbf_av].[in_i]"^^qudt:UCUMcs ; @@ -14231,6 +14495,7 @@ unit:LB_F-PER-IN2 qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:ForcePerArea ; qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; qudt:hasQuantityKind quantitykind:VaporPressure ; qudt:informativeReference "http://en.wikipedia.org/wiki/Pounds_per_square_inch?oldid=485678341"^^xsd:anyURI ; qudt:symbol "psia" ; @@ -14238,7 +14503,6 @@ unit:LB_F-PER-IN2 qudt:uneceCommonCode "PS" ; rdfs:isDefinedBy ; rdfs:label "Pound Force per Square Inch"@en ; - owl:sameAs unit:PSI ; . unit:LB_F-PER-IN2-DEG_F a qudt:Unit ; @@ -14297,6 +14561,7 @@ unit:LB_F-SEC-PER-FT2 qudt:expression "\\(lbf-s/ft^2\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; qudt:symbol "lbf⋅s/ft²" ; qudt:ucumCode "[lbf_av].s.[sft_i]-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -14313,6 +14578,7 @@ unit:LB_F-SEC-PER-IN2 qudt:expression "\\(lbf-s/in^{2}\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; qudt:symbol "lbf⋅s/in²" ; qudt:ucumCode "[lbf_av].s.[sin_i]-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -14496,7 +14762,7 @@ unit:LUX-HR 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:conversionMultiplier 9.4607304725808e15 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Light-year"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Length ; @@ -14511,7 +14777,7 @@ unit:LY . unit:LunarMass a qudt:Unit ; - qudt:conversionMultiplier 73460000000000000000000.0 ; + qudt:conversionMultiplier 7.3460e22 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Moon"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:Mass ; @@ -14654,6 +14920,7 @@ unit:M-PER-HR qudt:definedUnitOfSystem sou:SI ; qudt:expression "\\(m/h\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; qudt:hasQuantityKind quantitykind:Velocity ; qudt:iec61360Code "0112/2///62720#UAB328" ; qudt:symbol "m/h" ; @@ -14694,6 +14961,7 @@ unit:M-PER-MIN qudt:definedUnitOfSystem sou:SI ; qudt:expression "\\(m/min\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; qudt:hasQuantityKind quantitykind:Velocity ; qudt:iec61360Code "0112/2///62720#UAA732" ; qudt:symbol "m/min" ; @@ -14719,6 +14987,7 @@ The official SI symbolic abbreviation is mu00b7s-1, or equivalently either m/s." qudt:expression "\\(m/s\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:ElectromagneticWavePhaseSpeed ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; qudt:hasQuantityKind quantitykind:Speed ; qudt:hasQuantityKind quantitykind:Velocity ; qudt:iec61360Code "0112/2///62720#UAA733" ; @@ -14765,6 +15034,7 @@ unit:M-PER-SEC2 qudt:expression "\\(m/s^2\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; qudt:iec61360Code "0112/2///62720#UAA736" ; qudt:symbol "m/s²" ; qudt:ucumCode "m.s-2"^^qudt:UCUMcs ; @@ -14781,8 +15051,9 @@ unit:M-PER-YR qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000000316880878140289 ; + qudt:conversionMultiplier 3.16880878140289e-08 ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; qudt:hasQuantityKind quantitykind:Velocity ; qudt:symbol "m/yr" ; qudt:ucumCode "m.a-1"^^qudt:UCUMcs ; @@ -14802,6 +15073,7 @@ unit:M2 qudt:expression "\\(sq-m\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Area ; + qudt:hasQuantityKind quantitykind:HydraulicPermeability ; qudt:hasQuantityKind quantitykind:NuclearQuadrupoleMoment ; qudt:iec61360Code "0112/2///62720#UAA744" ; qudt:informativeReference "http://en.wikipedia.org/wiki/Square_metre?oldid=490945508"^^xsd:anyURI ; @@ -14874,6 +15146,7 @@ unit:M2-HZ2 qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "m²⋅Hz²" ; qudt:ucumCode "m2.Hz2"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -14887,6 +15160,7 @@ unit:M2-HZ3 qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "m²⋅Hz³" ; qudt:ucumCode "m2.Hz3"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -14900,6 +15174,7 @@ unit:M2-HZ4 qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-4D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "m²⋅Hz⁴" ; qudt:ucumCode "m2.Hz4"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -14951,6 +15226,7 @@ unit:M2-PER-GM qudt:conversionMultiplier 1000.0 ; qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T0D0 ; qudt:hasQuantityKind quantitykind:MassAttenuationCoefficient ; + qudt:hasQuantityKind quantitykind:SpecificSurfaceArea ; qudt:symbol "m²/g" ; qudt:ucumCode "m2.g-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -14991,6 +15267,7 @@ unit:M2-PER-HZ qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "m²/Hz" ; qudt:ucumCode "m2.Hz-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -15000,6 +15277,7 @@ unit:M2-PER-HZ-DEG a qudt:Unit ; qudt:conversionMultiplier 57.2957795130823 ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "m²/(Hz⋅°)" ; qudt:ucumCode "m2.Hz-1.deg-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -15013,6 +15291,7 @@ unit:M2-PER-HZ2 qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "m²/Hz²" ; qudt:ucumCode "m2.Hz-2"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -15069,6 +15348,7 @@ unit:M2-PER-KiloGM qudt:hasQuantityKind quantitykind:MassAbsorptionCoefficient ; qudt:hasQuantityKind quantitykind:MassAttenuationCoefficient ; qudt:hasQuantityKind quantitykind:MassEnergyTransferCoefficient ; + qudt:hasQuantityKind quantitykind:SpecificSurfaceArea ; qudt:iec61360Code "0112/2///62720#UAA750" ; qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; qudt:symbol "m²/kg" ; @@ -15085,8 +15365,8 @@ unit:M2-PER-M2 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier "1"^^xsd:double ; - qudt:conversionOffset "0.0"^^xsd:double ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionOffset 0.0 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:AreaRatio ; qudt:plainTextDescription "A square metre unit of area per square metre" ; @@ -15187,6 +15467,7 @@ unit:M2-PER-SEC2 qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "m²/s²" ; qudt:ucumCode "m2.s-2"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -15204,7 +15485,6 @@ unit:M2-PER-SR qudt:expression "\\(m^2/sr\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:AngularCrossSection ; - qudt:iec61360Code "0112/2///62720#UAA986" ; qudt:informativeReference "http://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" ; @@ -15264,6 +15544,7 @@ unit:M2-SEC-PER-RAD qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "m²⋅s/rad" ; qudt:ucumCode "m2.s.rad-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -15359,9 +15640,10 @@ unit:M3-PER-DAY qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.00001157407 ; + qudt:conversionMultiplier 1.157407e-05 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA760" ; qudt:plainTextDescription "power of the SI base unit metre with the exponent 3 divided by the unit day" ; qudt:symbol "m³/day" ; @@ -15462,6 +15744,7 @@ unit:M3-PER-KiloGM-SEC2 qudt:derivedCoherentUnitOfSystem sou:SI ; qudt:expression "\\(m^{3} kg^{-1} s^{-2}\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "m³/(kg⋅s²)" ; qudt:ucumCode "m3.(kg.s2)-1"^^qudt:UCUMcs ; qudt:ucumCode "m3.kg-1.s-2"^^qudt:UCUMcs ; @@ -15517,6 +15800,7 @@ unit:M3-PER-MIN qudt:conversionMultiplier 0.01666667 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA768" ; qudt:plainTextDescription "power of the SI base unit metre with the exponent 3 divided by the unit minute" ; qudt:symbol "m³/min" ; @@ -15649,6 +15933,7 @@ unit:M4-PER-SEC qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L4I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "m⁴/s" ; qudt:ucumCode "m4.s-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -15757,14 +16042,13 @@ unit:MHO qudt:uneceCommonCode "NQ" ; rdfs:isDefinedBy ; rdfs:label "Mho"@en ; - owl:sameAs unit:S ; . 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.0000000000011126 ; + qudt:conversionMultiplier 1.1126e-12 ; qudt:exactMatch unit:S_Stat ; qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; qudt:hasQuantityKind quantitykind:ElectricConductivity ; @@ -15773,7 +16057,6 @@ unit:MHO_Stat qudt:symbol "stat℧" ; rdfs:isDefinedBy ; rdfs:label "Statmho"@en ; - owl:sameAs unit:S_Stat ; . unit:MI a qudt:Unit ; @@ -15804,6 +16087,7 @@ unit:MI-PER-HR qudt:definedUnitOfSystem sou:USCS ; qudt:expression "\\(mi/hr\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; qudt:hasQuantityKind quantitykind:Velocity ; qudt:iec61360Code "0112/2///62720#UAB111" ; qudt:informativeReference "http://en.wikipedia.org/wiki/Miles_per_hour?oldid=482840548"^^xsd:anyURI ; @@ -15824,6 +16108,7 @@ unit:MI-PER-MIN qudt:definedUnitOfSystem sou:USCS ; qudt:expression "\\(mi/min\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; qudt:hasQuantityKind quantitykind:Velocity ; qudt:iec61360Code "0112/2///62720#UAB229" ; qudt:symbol "mi/min" ; @@ -15843,6 +16128,7 @@ unit:MI-PER-SEC qudt:definedUnitOfSystem sou:USCS ; qudt:expression "\\(mi/sec\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; qudt:hasQuantityKind quantitykind:Velocity ; qudt:symbol "mi/sec" ; qudt:ucumCode "[mi_i].sec-1"^^qudt:UCUMcs ; @@ -15856,7 +16142,7 @@ unit:MI2 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.11 ; + qudt:conversionMultiplier 2.58998811e06 ; qudt:definedUnitOfSystem sou:IMPERIAL ; qudt:definedUnitOfSystem sou:USCS ; qudt:expression "\\(square-mile\\)"^^qudt:LatexString ; @@ -15877,7 +16163,7 @@ unit:MI3 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 4168181830.0 ; + qudt:conversionMultiplier 4.168181830e09 ; qudt:definedUnitOfSystem sou:IMPERIAL ; qudt:expression "\\(mi^{3}\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; @@ -15902,6 +16188,7 @@ unit:MIL qudt:conversionMultiplier 0.000490873852 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:Angle ; + qudt:hasQuantityKind quantitykind:PlaneAngle ; qudt:symbol "mil{NATO}" ; rdfs:isDefinedBy ; rdfs:label "Mil Angle (NATO)"@en ; @@ -15909,9 +16196,10 @@ unit:MIL 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:conversionMultiplier 5.067075e-10 ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Area ; + qudt:hasQuantityKind quantitykind:HydraulicPermeability ; qudt:iec61360Code "0112/2///62720#UAB207" ; qudt:omUnit ; qudt:symbol "cmil" ; @@ -15956,13 +16244,13 @@ unit:MIN_Angle qudt:exactMatch unit:ARCMIN ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:Angle ; + qudt:hasQuantityKind quantitykind:PlaneAngle ; qudt:iec61360Code "0112/2///62720#UAA097" ; qudt:symbol "'" ; qudt:ucumCode "'"^^qudt:UCUMcs ; qudt:uneceCommonCode "D61" ; rdfs:isDefinedBy ; rdfs:label "Minute Angle"@en ; - owl:sameAs unit:ARCMIN ; . unit:MIN_Sidereal a qudt:Unit ; @@ -16004,13 +16292,13 @@ unit:MI_N-PER-HR qudt:conversionMultiplier 0.514444 ; qudt:exactMatch unit:KN ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; qudt:hasQuantityKind quantitykind:Velocity ; qudt:symbol "nmi/hr" ; qudt:ucumCode "[nmi_i].h-1"^^qudt:UCUMcs ; qudt:ucumCode "[nmi_i]/h"^^qudt:UCUMcs ; rdfs:isDefinedBy ; rdfs:label "Nautical Mile per Hour"@en ; - owl:sameAs unit:KN ; . unit:MI_N-PER-MIN a qudt:Unit ; @@ -16019,6 +16307,7 @@ unit:MI_N-PER-MIN qudt:applicableSystem sou:USCS ; qudt:expression "\\(nmi/min\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; qudt:hasQuantityKind quantitykind:Velocity ; qudt:symbol "nmi/min" ; qudt:ucumCode "[nmi_i].min-1"^^qudt:UCUMcs ; @@ -16050,7 +16339,7 @@ unit:MO qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:SI ; qudt:applicableSystem sou:USCS ; - qudt:conversionMultiplier 2551442.976 ; + qudt:conversionMultiplier 2.551442976e06 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Month"^^xsd:anyURI ; qudt:exactMatch unit:MO_Synodic ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; @@ -16064,7 +16353,6 @@ unit:MO qudt:uneceCommonCode "MON" ; rdfs:isDefinedBy ; rdfs:label "Month"@en ; - owl:sameAs unit:MO_Synodic ; . unit:MOHM a qudt:Unit ; @@ -16159,6 +16447,7 @@ unit:MOL-PER-DeciM3 qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1000.0 ; qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstanceConcentration ; qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitVolume ; qudt:hasQuantityKind quantitykind:Solubility_Water ; qudt:iec61360Code "0112/2///62720#UAA883" ; @@ -16176,6 +16465,7 @@ unit:MOL-PER-GM-HR qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 0.277777777777778 ; qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "mol/(g⋅hr)" ; qudt:ucumCode "mol.g-1.h-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -16238,6 +16528,7 @@ unit:MOL-PER-L qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1000.0 ; qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstanceConcentration ; qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitVolume ; qudt:hasQuantityKind quantitykind:Solubility_Water ; qudt:iec61360Code "0112/2///62720#UAA888" ; @@ -16256,6 +16547,7 @@ unit:MOL-PER-M2 qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "mol/m²" ; qudt:ucumCode "mol.m-2"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -16265,8 +16557,9 @@ 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.0000115740740740741 ; + qudt:conversionMultiplier 1.15740740740741e-05 ; qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "mol/(m²⋅day)" ; qudt:ucumCode "mol.m-2.d-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -16278,6 +16571,7 @@ unit:MOL-PER-M2-SEC qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "mol/(m²⋅s)" ; qudt:ucumCode "mol.m-2.s-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -16288,6 +16582,7 @@ unit:MOL-PER-M2-SEC-M qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "mol/(m²⋅s⋅m)" ; qudt:ucumCode "mol.m-2.s-1.m-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -16298,6 +16593,7 @@ unit:MOL-PER-M2-SEC-M-SR qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + 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 ; @@ -16308,6 +16604,7 @@ unit:MOL-PER-M2-SEC-SR qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "mol/(m²⋅s⋅sr)" ; qudt:ucumCode "mol.m-2.s-1.sr-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -16323,7 +16620,7 @@ unit:MOL-PER-M3 qudt:derivedCoherentUnitOfSystem sou:SI ; qudt:expression "\\(mol/m^{3}\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; - qudt:hasQuantityKind quantitykind:AmountOfSubstanceConcentrationOfB ; + qudt:hasQuantityKind quantitykind:AmountOfSubstanceConcentration ; qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitVolume ; qudt:hasQuantityKind quantitykind:Solubility_Water ; qudt:iec61360Code "0112/2///62720#UAA891" ; @@ -16341,6 +16638,7 @@ unit:MOL-PER-M3-SEC qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "mol/(m³⋅s)" ; qudt:ucumCode "mol.m-3.s-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -16367,6 +16665,7 @@ unit:MOL-PER-MOL qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:qkdvDenominator qkdv:A1E0L0I0M0H0T0D0 ; qudt:qkdvNumerator qkdv:A1E0L0I0M0H0T0D0 ; qudt:symbol "mol/mol" ; @@ -16432,13 +16731,12 @@ unit:MO_Synodic qudt:ucumCode "mo_s"^^qudt:UCUMcs ; rdfs:isDefinedBy ; rdfs:label "Synodic month"@en ; - owl:sameAs unit:MO ; . 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:conversionMultiplier 1.0e-08 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Maxwell"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:MagneticFlux ; @@ -16463,7 +16761,7 @@ unit:MebiBYTE qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 5814539.984022601702139868711921 ; + qudt:conversionMultiplier 5.814539984022601702139868711921e05 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:InformationEntropy ; qudt:informativeReference "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:anyURI ; @@ -16480,11 +16778,11 @@ unit:MegaA qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplier 1.0e06 ; qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:ElectricCurrent ; qudt:iec61360Code "0112/2///62720#UAA202" ; - qudt:plainTextDescription "1 000 000-fold of the SI base unit ampere" ; + qudt:plainTextDescription "1,000,000-fold of the SI base unit ampere" ; qudt:prefix prefix:Mega ; qudt:symbol "MA" ; qudt:ucumCode "MA"^^qudt:UCUMcs ; @@ -16494,15 +16792,15 @@ unit:MegaA . 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 ; + 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:conversionMultiplier 1.0e06 ; qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:ElectricCurrentDensity ; qudt:iec61360Code "0112/2///62720#UAA203" ; - 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: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 "mol/m²" ; qudt:ucumCode "MA.m-2"^^qudt:UCUMcs ; qudt:uneceCommonCode "B66" ; @@ -16514,7 +16812,7 @@ 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:conversionMultiplier 1.0e11 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:ForcePerArea ; qudt:hasQuantityKind quantitykind:VaporPressure ; @@ -16529,7 +16827,7 @@ unit:MegaBIT-PER-SEC a qudt:DerivedUnit ; a 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:conversionMultiplier 6.9314718055994530941723212145818e05 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:DataRate ; qudt:iec61360Code "0112/2///62720#UAA226" ; @@ -16543,18 +16841,18 @@ unit:MegaBIT-PER-SEC . unit:MegaBQ a qudt:Unit ; - dcterms:description "1 000 000-fold of the derived unit becquerel"^^rdf:HTML ; + 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:conversionMultiplier 1.0e06 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:Activity ; qudt:iec61360Code "0112/2///62720#UAA205" ; - qudt:plainTextDescription "1 000 000-fold of the derived unit becquerel" ; + qudt:plainTextDescription "1,000,000-fold of the derived unit becquerel" ; qudt:prefix prefix:Mega ; qudt:symbol "MBq" ; qudt:ucumCode "MBq"^^qudt:UCUMcs ; @@ -16592,7 +16890,7 @@ unit:MegaBYTE qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 5545177.44447956 ; + qudt:conversionMultiplier 5.54517744447956e06 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Megabyte"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:InformationEntropy ; @@ -16613,7 +16911,7 @@ unit:MegaC qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier "1000000"^^xsd:decimal ; + qudt:conversionMultiplier 1.0e06 ; qudt:derivedUnitOfSystem sou:SI ; qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:ElectricCharge ; @@ -16633,7 +16931,7 @@ unit:MegaC-PER-M2 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplier 1.0e06 ; qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:ElectricChargePerArea ; qudt:iec61360Code "0112/2///62720#UAA207" ; @@ -16647,16 +16945,16 @@ unit:MegaC-PER-M2 . 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 ; + 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:conversionMultiplier 1.0e06 ; qudt:hasDimensionVector qkdv:A0E1L-3I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:ElectricChargeDensity ; qudt:iec61360Code "0112/2///62720#UAA208" ; - 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: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" ; @@ -16690,7 +16988,7 @@ unit:MegaEV qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000000000001602176634 ; + qudt:conversionMultiplier 1.602176634e-13 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:Energy ; qudt:symbol "MeV" ; @@ -16706,7 +17004,7 @@ unit:MegaEV-FemtoM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000000000000000000000000001602176634 ; + qudt:conversionMultiplier 1.602176634e-28 ; qudt:hasDimensionVector qkdv:A0E0L3I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:LengthEnergy ; qudt:prefix prefix:Mega ; @@ -16724,7 +17022,7 @@ unit:MegaEV-PER-CentiM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.00000000001602176634 ; + qudt:conversionMultiplier 1.602176634e-11 ; qudt:expression "\\(MeV/cm\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:LinearEnergyTransfer ; @@ -16740,6 +17038,7 @@ unit:MegaEV-PER-SpeedOfLight qudt:expression "\\(MeV/c\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:LinearMomentum ; + qudt:hasQuantityKind quantitykind:Momentum ; qudt:symbol "MeV/c" ; qudt:ucumCode "MeV.[c]-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -16792,6 +17091,7 @@ unit:MegaGM-PER-M3 qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1000.0 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:iec61360Code "0112/2///62720#UAA229" ; 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" ; @@ -16812,7 +17112,7 @@ unit:MegaHZ qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:SI ; qudt:applicableSystem sou:USCS ; - qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplier 1.0e06 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:Frequency ; qudt:iec61360Code "0112/2///62720#UAA209" ; @@ -16825,16 +17125,16 @@ unit:MegaHZ . 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 ; + 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:conversionMultiplier 1.0e06 ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:Speed ; qudt:iec61360Code "0112/2///62720#UAA210" ; - 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: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" ; @@ -16846,7 +17146,7 @@ unit:MegaHZ-PER-K a qudt:Unit ; dcterms:description "\\(\\textbf{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:conversionMultiplier 1.0e06 ; qudt:expression "\\(MHz K^{-1}\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T-1D0 ; qudt:hasQuantityKind quantitykind:InverseTimeTemperature ; @@ -16861,7 +17161,7 @@ unit:MegaHZ-PER-T qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplier 1.0e06 ; qudt:expression "\\(MHz T^{-1}\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ; qudt:hasQuantityKind quantitykind:ElectricChargePerMass ; @@ -16877,7 +17177,7 @@ unit:MegaJ qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplier 1.0e06 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:Energy ; qudt:hasQuantityKind quantitykind:ThermalEnergy ; @@ -16912,7 +17212,7 @@ unit:MegaJ-PER-K a 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:conversionMultiplier 1.0e06 ; qudt:expression "\\(MegaJ/K\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-2D0 ; qudt:hasQuantityKind quantitykind:HeatCapacity ; @@ -16928,7 +17228,7 @@ unit:MegaJ-PER-KiloGM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplier 1.0e06 ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; qudt:hasQuantityKind quantitykind:SpecificEnergy ; qudt:iec61360Code "0112/2///62720#UAB093" ; @@ -16946,7 +17246,7 @@ unit:MegaJ-PER-M2 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplier 1.0e06 ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:EnergyPerArea ; 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" ; @@ -16963,7 +17263,7 @@ unit:MegaJ-PER-M3 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplier 1.0e06 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:EnergyDensity ; qudt:iec61360Code "0112/2///62720#UAA212" ; @@ -16982,7 +17282,7 @@ unit:MegaJ-PER-SEC qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplier 1.0e06 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; qudt:hasQuantityKind quantitykind:Power ; qudt:iec61360Code "0112/2///62720#UAB177" ; @@ -17033,7 +17333,7 @@ unit:MegaN qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplier 1.0e06 ; qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:Force ; qudt:iec61360Code "0112/2///62720#UAA213" ; @@ -17052,8 +17352,9 @@ unit:MegaN-M qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplier 1.0e06 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; qudt:hasQuantityKind quantitykind:Torque ; qudt:iec61360Code "0112/2///62720#UAA214" ; qudt:plainTextDescription "1,000,000-fold of the product of the SI derived unit newton and the SI base unit metre" ; @@ -17071,7 +17372,7 @@ unit:MegaOHM qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplier 1.0e06 ; qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; qudt:hasQuantityKind quantitykind:Resistance ; qudt:iec61360Code "0112/2///62720#UAA198" ; @@ -17090,10 +17391,11 @@ unit:MegaPA qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplier 1.0e06 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:ForcePerArea ; qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; qudt:hasQuantityKind quantitykind:VaporPressure ; qudt:iec61360Code "0112/2///62720#UAA215" ; qudt:plainTextDescription "1,000,000-fold of the derived unit pascal" ; @@ -17147,7 +17449,7 @@ unit:MegaPA-M3-PER-SEC qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplier 1.0e06 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; qudt:hasQuantityKind quantitykind:Power ; qudt:iec61360Code "0112/2///62720#UAA219" ; @@ -17178,7 +17480,7 @@ 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:conversionMultiplier 1.0e06 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-2D0 ; qudt:hasQuantityKind quantitykind:PressureCoefficient ; qudt:iec61360Code "0112/2///62720#UAA216" ; @@ -17189,6 +17491,25 @@ unit:MegaPA-PER-K rdfs:isDefinedBy ; rdfs:label "Megapascal Per Kelvin"@en ; . +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 6894757800.0 ; + 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:VaporPressure ; + qudt:plainTextDescription "Megapounds of force per square inch is a unit for pressure in the Anglo-American system of units." ; + qudt:symbol "Mpsi" ; + qudt:ucumCode "[Mpsi]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "MPSI"@en ; +. unit:MegaS a qudt:Unit ; qudt:applicableSystem sou:CGS-EMU ; @@ -17209,7 +17530,7 @@ unit:MegaS-PER-M qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplier 1.0e06 ; qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; qudt:hasQuantityKind quantitykind:Conductivity ; qudt:iec61360Code "0112/2///62720#UAA220" ; @@ -17223,10 +17544,9 @@ unit:MegaS-PER-M . 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 ; + dcterms:description ""^^rdf:HTML ; qudt:applicableSystem sou:USCS ; - qudt:conversionMultiplier 41868000000000000.0 ; + qudt:conversionMultiplier 4.18680e16 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:Energy ; qudt:informativeReference "http://en.wikipedia.org/wiki/Tonne_of_oil_equivalent"^^xsd:anyURI ; @@ -17241,9 +17561,12 @@ unit:MegaV qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplier 1.0e06 ; 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:plainTextDescription "1,000,000-fold of the derived unit volt" ; qudt:prefix prefix:Mega ; @@ -17260,7 +17583,7 @@ unit:MegaV-A qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplier 1.0e06 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; qudt:hasQuantityKind quantitykind:ComplexPower ; qudt:iec61360Code "0112/2///62720#UAA222" ; @@ -17277,7 +17600,7 @@ unit:MegaV-A-HR qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 3600000000.0 ; + qudt:conversionMultiplier 3.60e09 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:Energy ; qudt:plainTextDescription "product of the 1,000,000-fold of the unit for apparent by ampere and the unit hour" ; @@ -17288,12 +17611,12 @@ unit:MegaV-A-HR . unit:MegaV-A_Reactive a qudt:Unit ; - dcterms:description "1 000 000-fold of the unit volt ampere reactive"^^rdf:HTML ; - qudt:conversionMultiplier 1000000.0 ; + dcterms:description "1,000,000-fold of the unit volt ampere reactive"^^rdf:HTML ; + qudt:conversionMultiplier 1.0e06 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; qudt:hasQuantityKind quantitykind:ReactivePower ; qudt:iec61360Code "0112/2///62720#UAB199" ; - qudt:plainTextDescription "1 000 000-fold of the unit volt ampere reactive" ; + 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" ; @@ -17303,7 +17626,7 @@ unit:MegaV-A_Reactive 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 ; - qudt:conversionMultiplier 3600000000.0 ; + qudt:conversionMultiplier 3.60e09 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:Energy ; qudt:iec61360Code "0112/2///62720#UAB198" ; @@ -17320,7 +17643,7 @@ unit:MegaV-PER-M qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplier 1.0e06 ; qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; qudt:hasQuantityKind quantitykind:ElectricFieldStrength ; qudt:iec61360Code "0112/2///62720#UAA223" ; @@ -17339,7 +17662,7 @@ unit:MegaW qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplier 1.0e06 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; qudt:hasQuantityKind quantitykind:ActivePower ; qudt:hasQuantityKind quantitykind:Power ; @@ -17352,12 +17675,12 @@ unit:MegaW . 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 ; + 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:conversionMultiplier 3.60e09 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:Energy ; qudt:iec61360Code "0112/2///62720#UAA225" ; @@ -17378,7 +17701,7 @@ unit:MegaYR qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:SI ; qudt:applicableSystem sou:USCS ; - qudt:conversionMultiplier 31557600000000.0 ; + qudt:conversionMultiplier 3.155760e13 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:Time ; qudt:informativeReference "https://en.wiktionary.org/wiki/megayear"^^xsd:anyURI ; @@ -17398,7 +17721,7 @@ unit:MicroA qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:ElectricCurrent ; qudt:iec61360Code "0112/2///62720#UAA057" ; @@ -17447,7 +17770,7 @@ unit:MicroBQ qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:SI ; qudt:applicableSystem sou:USCS ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:Activity ; qudt:iec61360Code "0112/2///62720#UAA058" ; @@ -17466,7 +17789,7 @@ unit:MicroBQ-PER-KiloGM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T-1D0 ; qudt:hasQuantityKind quantitykind:SpecificActivity ; qudt:symbol "µBq/kg" ; @@ -17497,7 +17820,7 @@ unit:MicroC qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:derivedUnitOfSystem sou:SI ; qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:ElectricCharge ; @@ -17517,7 +17840,7 @@ unit:MicroC-PER-M2 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:ElectricChargePerArea ; qudt:iec61360Code "0112/2///62720#UAA060" ; @@ -17536,7 +17859,7 @@ unit:MicroC-PER-M3 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E1L-3I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:ElectricChargeDensity ; qudt:iec61360Code "0112/2///62720#UAA061" ; @@ -17573,7 +17896,7 @@ unit:MicroFARAD qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T4D0 ; qudt:hasQuantityKind quantitykind:Capacitance ; qudt:iec61360Code "0112/2///62720#UAA063" ; @@ -17591,7 +17914,7 @@ unit:MicroFARAD-PER-KiloM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplier 1.0e-09 ; qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T4D0 ; qudt:hasQuantityKind quantitykind:Permittivity ; qudt:iec61360Code "0112/2///62720#UAA064" ; @@ -17610,7 +17933,7 @@ unit:MicroFARAD-PER-M qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T4D0 ; qudt:hasQuantityKind quantitykind:Permittivity ; qudt:iec61360Code "0112/2///62720#UAA065" ; @@ -17625,9 +17948,10 @@ unit:MicroFARAD-PER-M unit:MicroG a qudt:Unit ; dcterms:description "\"Microgravity\" is a unit for 'Linear Acceleration' expressed as \\(microG\\)."^^qudt:LatexString ; - qudt:conversionMultiplier 0.00000980665 ; + qudt:conversionMultiplier 9.80665e-06 ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; qudt:latexSymbol "\\(\\mu G\\)"^^qudt:LatexString ; qudt:symbol "µG" ; qudt:ucumCode "u[g]"^^qudt:UCUMcs ; @@ -17637,8 +17961,8 @@ unit:MicroG unit:MicroG-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.01"^^xsd:double ; - qudt:conversionOffset "0"^^xsd:double ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionOffset 0.0 ; qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:MassPerArea ; qudt:plainTextDescription "A unit of mass per area, equivalent to 0.01 grammes per square metre" ; @@ -17649,8 +17973,9 @@ unit:MicroG-PER-CentiM2 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 ; - qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplier 1.0e-08 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "µGal/m" ; qudt:ucumCode "uGal.m-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -17663,7 +17988,7 @@ unit:MicroGM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplier 1.0e-09 ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:Mass ; qudt:iec61360Code "0112/2///62720#UAA082" ; @@ -17675,6 +18000,24 @@ unit:MicroGM rdfs:isDefinedBy ; rdfs:label "Microgram"@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.0001 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + 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 ; + qudt:ucumCode "ug/dL"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microgram Per Deciliter"@en-us ; + 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 ; @@ -17682,7 +18025,7 @@ unit:MicroGM-PER-GM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:MassRatio ; qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; @@ -17699,7 +18042,7 @@ unit:MicroGM-PER-KiloGM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplier 1.0e-09 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:MassRatio ; qudt:iec61360Code "0112/2///62720#UAA083" ; @@ -17720,8 +18063,9 @@ unit:MicroGM-PER-L qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:iec61360Code "0112/2///62720#UAA084" ; qudt:plainTextDescription "0.000000001-fold of the SI base unit kilogram divided by the unit litre" ; @@ -17740,8 +18084,9 @@ unit:MicroGM-PER-L-HR qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000277777777777778 ; + qudt:conversionMultiplier 2.77777777777778e-10 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "µg/(L⋅hr)" ; qudt:ucumCode "ug.L-1.h-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -17753,7 +18098,7 @@ unit:MicroGM-PER-M2-DAY qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000000000000115740740740741 ; + qudt:conversionMultiplier 1.15740740740741e-14 ; qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:MassPerAreaTime ; qudt:symbol "µg/(m²⋅day)" ; @@ -17768,8 +18113,9 @@ unit:MicroGM-PER-M3 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplier 1.0e-09 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:iec61360Code "0112/2///62720#UAA085" ; 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" ; @@ -17787,8 +18133,9 @@ unit:MicroGM-PER-M3-HR qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000000277777777777778 ; + qudt:conversionMultiplier 2.77777777777778e-13 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "µg/(m³⋅day)" ; qudt:ucumCode "ug.m-3.h-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -17803,11 +18150,17 @@ unit:MicroGM-PER-MilliL qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 0.001 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + 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:symbol "μg/mL" ; qudt:ucumCode "ug.mL-1"^^qudt:UCUMcs ; + qudt:ucumCode "ug/mL"^^qudt:UCUMcs ; rdfs:isDefinedBy ; + rdfs:label "Microgram Per MilliLitre"@en ; + rdfs:label "Microgram Per Milliliter"@en-us ; rdfs:label "Micrograms per millilitre"@en ; . unit:MicroGRAY @@ -17818,7 +18171,7 @@ unit:MicroGRAY qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Grey"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; qudt:hasQuantityKind quantitykind:AbsorbedDose ; @@ -17838,7 +18191,7 @@ unit:MicroH qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:Inductance ; qudt:iec61360Code "0112/2///62720#UAA066" ; @@ -17855,7 +18208,7 @@ unit:MicroH-PER-KiloOHM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplier 1.0e-09 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:Time ; qudt:iec61360Code "0112/2///62720#UAA068" ; @@ -17872,8 +18225,9 @@ unit:MicroH-PER-M qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ElectromagneticPermeability ; qudt:hasQuantityKind quantitykind:Permeability ; qudt:iec61360Code "0112/2///62720#UAA069" ; qudt:plainTextDescription "0.000001-fold of the SI derived unit henry divided by the SI base unit metre" ; @@ -17890,7 +18244,7 @@ unit:MicroH-PER-OHM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:Time ; qudt:iec61360Code "0112/2///62720#UAA067" ; @@ -17907,7 +18261,7 @@ unit:MicroIN 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:conversionMultiplier 2.54e-08 ; qudt:definedUnitOfSystem sou:IMPERIAL ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Length ; @@ -17926,7 +18280,7 @@ unit:MicroJ qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:conversionOffset 0.0 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:Energy ; @@ -17938,6 +18292,23 @@ unit:MicroJ rdfs:label "Micro Joule"@en-us ; rdfs:label "Mikrojoule "@de ; . +unit:MicroKAT-PER-L + a qudt:DerivedUnit ; + a 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:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + 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 "ukat/L" ; + qudt:ucumCode "ukat/L"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microkatal Per Liter"@en-us ; + rdfs:label "Microkatal Per Litre"@en ; +. unit:MicroL a qudt:Unit ; dcterms:description "0.000001-fold of the unit litre"^^rdf:HTML ; @@ -17945,7 +18316,7 @@ unit:MicroL qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplier 1.0e-09 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Volume ; qudt:iec61360Code "0112/2///62720#UAA088" ; @@ -17964,7 +18335,7 @@ unit:MicroL-PER-L qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:VolumeFraction ; qudt:iec61360Code "0112/2///62720#UAA089" ; @@ -17986,7 +18357,7 @@ unit:MicroM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Micrometer"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Length ; @@ -18004,13 +18375,14 @@ 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:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H-1T0D0 ; qudt:hasQuantityKind quantitykind:LinearThermalExpansion ; qudt:iec61360Code "0112/2///62720#UAA091" ; 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:ucumCode "um/K"^^qudt:UCUMcs ; qudt:uneceCommonCode "F50" ; rdfs:isDefinedBy ; rdfs:label "Micrometer Per Kelvin"@en-us ; @@ -18022,8 +18394,9 @@ unit:MicroM-PER-L-DAY qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000000115740740740741 ; + qudt:conversionMultiplier 1.15740740740741e-08 ; qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "µm/(L⋅day)" ; qudt:ucumCode "um.L-1.d-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -18035,10 +18408,12 @@ unit:MicroM-PER-MilliL qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "µm/mL" ; qudt:ucumCode "um2.mL-1"^^qudt:UCUMcs ; + qudt:ucumCode "um2/mL"^^qudt:UCUMcs ; rdfs:isDefinedBy ; rdfs:label "Square microns per millilitre"@en ; . @@ -18049,7 +18424,7 @@ unit:MicroM-PER-N qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:conversionOffset 0.0 ; qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T2D0 ; qudt:hasQuantityKind quantitykind:LinearCompressibility ; @@ -18067,9 +18442,10 @@ unit:MicroM2 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplier 1.0e-12 ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Area ; + qudt:hasQuantityKind quantitykind:HydraulicPermeability ; qudt:iec61360Code "0112/2///62720#UAA092" ; qudt:plainTextDescription "0.000000000001-fold of the power of the SI base unit metre with the exponent 2" ; qudt:prefix prefix:Micro ; @@ -18086,7 +18462,7 @@ unit:MicroM3 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000000000001 ; + qudt:conversionMultiplier 1.0e-18 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Volume ; qudt:prefix prefix:Micro ; @@ -18101,7 +18477,7 @@ unit:MicroM3-PER-M3 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000000000001 ; + qudt:conversionMultiplier 1.0e-18 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:VolumeFraction ; qudt:qkdvDenominator qkdv:A0E0L3I0M0H0T0D0 ; @@ -18117,7 +18493,7 @@ unit:MicroM3-PER-MilliL qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplier 1.0e-12 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:VolumeFraction ; qudt:qkdvDenominator qkdv:A0E0L3I0M0H0T0D0 ; @@ -18131,7 +18507,7 @@ 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:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; qudt:hasQuantityKind quantitykind:ElectricConductivity ; qudt:iec61360Code "0112/2///62720#UAB201" ; @@ -18147,7 +18523,7 @@ 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:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:AmountOfSubstance ; qudt:iec61360Code "0112/2///62720#UAA093" ; @@ -18178,8 +18554,9 @@ unit:MicroMOL-PER-GM unit:MicroMOL-PER-GM-HR a qudt:Unit ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000277777777777778 ; + qudt:conversionMultiplier 2.77777777777778e-07 ; qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "µmol/(g⋅h)" ; qudt:ucumCode "umol.g-1.h-1"^^qudt:UCUMcs ; qudt:ucumCode "umol/g/h"^^qudt:UCUMcs ; @@ -18191,6 +18568,7 @@ unit:MicroMOL-PER-GM-SEC qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 0.0001 ; qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "μmol/(g⋅s)" ; qudt:ucumCode "umol.g-1.s-1"^^qudt:UCUMcs ; qudt:ucumCode "umol/g/s"^^qudt:UCUMcs ; @@ -18200,7 +18578,7 @@ unit:MicroMOL-PER-GM-SEC unit:MicroMOL-PER-KiloGM a qudt:Unit ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitMass ; qudt:symbol "µmol/kg" ; @@ -18214,6 +18592,7 @@ unit:MicroMOL-PER-L qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 0.001 ; qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstanceConcentration ; qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitVolume ; qudt:hasQuantityKind quantitykind:Solubility_Water ; qudt:symbol "µmol/L" ; @@ -18225,8 +18604,9 @@ unit:MicroMOL-PER-L unit:MicroMOL-PER-L-HR a qudt:Unit ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000277777777777778 ; + qudt:conversionMultiplier 2.77777777777778e-07 ; qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "µmol/(L⋅hr)" ; qudt:ucumCode "umol.L-1.h-1"^^qudt:UCUMcs ; qudt:ucumCode "umol/L/h"^^qudt:UCUMcs ; @@ -18237,8 +18617,9 @@ 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:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "µmol/m²" ; qudt:ucumCode "umol.m-2"^^qudt:UCUMcs ; qudt:ucumCode "umol/m2"^^qudt:UCUMcs ; @@ -18248,8 +18629,9 @@ unit:MicroMOL-PER-M2 unit:MicroMOL-PER-M2-DAY a qudt:Unit ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000000000115740740740741 ; + qudt:conversionMultiplier 1.15740740740741e-11 ; qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "µmol/(m²⋅day)" ; qudt:ucumCode "umol.m-2.d-1"^^qudt:UCUMcs ; qudt:ucumCode "umol/m2/d"^^qudt:UCUMcs ; @@ -18259,8 +18641,9 @@ unit:MicroMOL-PER-M2-DAY unit:MicroMOL-PER-M2-HR a qudt:Unit ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000277777777777778 ; + qudt:conversionMultiplier 2.77777777777778e-10 ; qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "µmol/(m²⋅hr)" ; qudt:ucumCode "umol.m-2.h-1"^^qudt:UCUMcs ; qudt:ucumCode "umol/m2/h"^^qudt:UCUMcs ; @@ -18271,7 +18654,7 @@ 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:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:PhotosyntheticPhotonFluxDensity ; qudt:symbol "µmol/(m²⋅s)" ; @@ -18283,8 +18666,9 @@ unit:MicroMOL-PER-M2-SEC unit:MicroMOL-PER-MOL a qudt:Unit ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:qkdvDenominator qkdv:A1E0L0I0M0H0T0D0 ; qudt:qkdvNumerator qkdv:A1E0L0I0M0H0T0D0 ; qudt:symbol "µmol/mol" ; @@ -18296,8 +18680,9 @@ unit:MicroMOL-PER-MOL unit:MicroMOL-PER-MicroMOL-DAY a qudt:Unit ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000115740740740741 ; + qudt:conversionMultiplier 1.15740740740741e-05 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "µmol/(µmol⋅day)" ; qudt:ucumCode "umol.umol-1.d-1"^^qudt:UCUMcs ; qudt:ucumCode "umol/umol/d"^^qudt:UCUMcs ; @@ -18308,7 +18693,7 @@ 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:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:PhotosyntheticPhotonFlux ; qudt:symbol "µmol/s" ; @@ -18324,7 +18709,7 @@ unit:MicroN qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:Force ; qudt:iec61360Code "0112/2///62720#UAA070" ; @@ -18343,8 +18728,9 @@ unit:MicroN-M qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; qudt:hasQuantityKind quantitykind:Torque ; qudt:iec61360Code "0112/2///62720#UAA071" ; qudt:plainTextDescription "0.000001-fold of the product out of the derived SI newton and the SI base unit metre" ; @@ -18362,7 +18748,7 @@ unit:MicroOHM qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; qudt:hasQuantityKind quantitykind:Resistance ; qudt:iec61360Code "0112/2///62720#UAA055" ; @@ -18381,10 +18767,11 @@ unit:MicroPA qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:ForcePerArea ; qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; qudt:hasQuantityKind quantitykind:VaporPressure ; qudt:iec61360Code "0112/2///62720#UAA073" ; qudt:plainTextDescription "0.000001-fold of the SI derived unit pascal" ; @@ -18400,9 +18787,10 @@ unit:MicroPOISE 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:conversionMultiplier 1.0e-07 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; qudt:iec61360Code "0112/2///62720#UAA072" ; qudt:plainTextDescription "0.000001-fold of the CGS unit of the dynamic viscosity poise" ; qudt:symbol "μP" ; @@ -18418,10 +18806,11 @@ unit:MicroRAD qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; - qudt:guidance "

See NIST section SP811 section7.10

"^^rdf:HTML ; + qudt:conversionMultiplier 1.0e-06 ; + qudt:guidance ""^^rdf:HTML ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:Angle ; + qudt:hasQuantityKind quantitykind:PlaneAngle ; qudt:iec61360Code "0112/2///62720#UAA094" ; qudt:prefix prefix:Micro ; qudt:symbol "µrad" ; @@ -18437,7 +18826,7 @@ unit:MicroS qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; qudt:hasQuantityKind quantitykind:Admittance ; qudt:hasQuantityKind quantitykind:Conductance ; @@ -18474,7 +18863,7 @@ unit:MicroS-PER-M qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; qudt:hasQuantityKind quantitykind:Conductivity ; qudt:iec61360Code "0112/2///62720#UAA076" ; @@ -18495,7 +18884,7 @@ unit:MicroSEC qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:SI ; qudt:applicableSystem sou:USCS ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:definedUnitOfSystem sou:USCS ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:Time ; @@ -18515,7 +18904,7 @@ unit:MicroSV qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Sievert"^^xsd:anyURI ; qudt:derivedUnitOfSystem sou:SI ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; @@ -18538,7 +18927,7 @@ unit:MicroSV-PER-HR qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000277778 ; + qudt:conversionMultiplier 2.77778e-10 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Sievert"^^xsd:anyURI ; qudt:derivedUnitOfSystem sou:SI ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; @@ -18560,7 +18949,7 @@ unit:MicroT qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:MagneticFluxDensity ; qudt:iec61360Code "0112/2///62720#UAA077" ; @@ -18590,9 +18979,12 @@ unit:MicroV qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; 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:plainTextDescription "0.000001-fold of the SI derived unit volt" ; qudt:prefix prefix:Micro ; @@ -18608,7 +19000,7 @@ unit:MicroV-PER-M qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; qudt:hasQuantityKind quantitykind:ElectricFieldStrength ; qudt:iec61360Code "0112/2///62720#UAA079" ; @@ -18628,7 +19020,7 @@ unit:MicroW qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; qudt:hasQuantityKind quantitykind:ActivePower ; qudt:hasQuantityKind quantitykind:Power ; @@ -18648,7 +19040,7 @@ unit:MicroW-PER-M2 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; qudt:hasQuantityKind quantitykind:PowerPerArea ; qudt:iec61360Code "0112/2///62720#UAA081" ; @@ -18664,7 +19056,7 @@ unit:MilLength a qudt:DerivedUnit ; a 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:conversionMultiplier 2.54e-05 ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Length ; qudt:symbol "mil" ; @@ -18757,16 +19149,16 @@ unit:MilliARCSEC a 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:conversionMultiplier 4.84813681e-09 ; qudt:exactMatch unit:RAD ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:Angle ; + qudt:hasQuantityKind quantitykind:PlaneAngle ; qudt:informativeReference "http://en.wikipedia.org/wiki/Minute_of_arc"^^xsd:anyURI ; qudt:symbol "mas" ; qudt:ucumCode "m''"^^qudt:UCUMcs ; rdfs:isDefinedBy ; rdfs:label "Milli ArcSecond"@en ; - owl:sameAs unit:RAD ; . unit:MilliBAR a qudt:Unit ; @@ -18785,7 +19177,6 @@ unit:MilliBAR qudt:uneceCommonCode "MBR" ; rdfs:isDefinedBy ; rdfs:label "Millibar"@en ; - owl:sameAs unit:HectoPA ; . unit:MilliBAR-L-PER-SEC a qudt:Unit ; @@ -18915,8 +19306,9 @@ unit:MilliBQ-PER-M2-DAY qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000000115740740740741 ; + qudt:conversionMultiplier 1.15740740740741e-08 ; qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "mBq/(m²⋅day)" ; qudt:ucumCode "mBq.m-2.d-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -19004,7 +19396,7 @@ 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:conversionMultiplier 3.70e07 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:Activity ; qudt:iec61360Code "0112/2///62720#UAA786" ; @@ -19015,6 +19407,22 @@ unit:MilliCi rdfs:isDefinedBy ; rdfs:label "Millicurie"@en ; . +unit:MilliDARCY + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "

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 length2.

"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier .0000000000000009869233 ; + 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:symbol "md" ; + rdfs:isDefinedBy ; + rdfs:label "Millidarcy"@en ; +. unit:MilliDEG_C a qudt:DerivedUnit ; a qudt:Unit ; @@ -19065,6 +19473,7 @@ unit:MilliG qudt:conversionMultiplier 0.00980665 ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; qudt:symbol "mG" ; qudt:ucumCode "m[g]"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -19073,9 +19482,10 @@ unit:MilliG 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 ; - qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplier 1.0e-05 ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; qudt:iec61360Code "0112/2///62720#UAB043" ; qudt:plainTextDescription "0.001-fold of the unit of acceleration called gal according to the CGS system of units" ; qudt:symbol "mgal" ; @@ -19087,8 +19497,9 @@ unit:MilliGAL 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 ; - qudt:conversionMultiplier 0.000000000380257053768347 ; + qudt:conversionMultiplier 3.80257053768347e-10 ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "mgal/mo" ; qudt:ucumCode "mGal.mo-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -19101,7 +19512,7 @@ unit:MilliGM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:Mass ; qudt:iec61360Code "0112/2///62720#UAA815" ; @@ -19139,7 +19550,7 @@ unit:MilliGM-PER-DAY qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.00000000001157407 ; + qudt:conversionMultiplier 1.157407e-11 ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:MassFlowRate ; qudt:iec61360Code "0112/2///62720#UAA819" ; @@ -19163,6 +19574,7 @@ unit:MilliGM-PER-DeciL qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:BloodGlucoseLevel_Mass ; qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; qudt:symbol "mg/dL" ; qudt:ucumCode "mg.dL-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -19197,7 +19609,7 @@ unit:MilliGM-PER-HA qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000000001 ; + qudt:conversionMultiplier 1.0e-10 ; qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:MassPerArea ; qudt:iec61360Code "0112/2///62720#UAA818" ; @@ -19214,7 +19626,7 @@ unit:MilliGM-PER-HR qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000000002777778 ; + qudt:conversionMultiplier 2.777778e-10 ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:MassFlowRate ; qudt:iec61360Code "0112/2///62720#UAA823" ; @@ -19232,7 +19644,7 @@ unit:MilliGM-PER-KiloGM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:MassRatio ; qudt:iec61360Code "0112/2///62720#UAA826" ; @@ -19255,6 +19667,7 @@ unit:MilliGM-PER-L qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 0.001 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:iec61360Code "0112/2///62720#UAA827" ; qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the unit litre" ; @@ -19273,7 +19686,7 @@ unit:MilliGM-PER-M qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:MassPerLength ; qudt:iec61360Code "0112/2///62720#UAA828" ; @@ -19292,7 +19705,7 @@ unit:MilliGM-PER-M2 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:MassPerArea ; qudt:iec61360Code "0112/2///62720#UAA829" ; @@ -19311,7 +19724,7 @@ unit:MilliGM-PER-M2-DAY qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000000000115740740740741 ; + qudt:conversionMultiplier 1.15740740740741e-11 ; qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:MassPerAreaTime ; qudt:symbol "mg/(m²⋅day)" ; @@ -19325,7 +19738,7 @@ unit:MilliGM-PER-M2-HR qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000277777777777778 ; + qudt:conversionMultiplier 2.77777777777778e-10 ; qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:MassPerAreaTime ; qudt:symbol "mg/(m²⋅hr)" ; @@ -19339,7 +19752,7 @@ unit:MilliGM-PER-M2-SEC qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:MassPerAreaTime ; qudt:symbol "mg/(m²⋅s)" ; @@ -19354,8 +19767,9 @@ unit:MilliGM-PER-M3 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:iec61360Code "0112/2///62720#UAA830" ; 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" ; @@ -19373,8 +19787,9 @@ unit:MilliGM-PER-M3-DAY qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000000000115740740740741 ; + qudt:conversionMultiplier 1.15740740740741e-11 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "mg/(m³⋅day)" ; qudt:ucumCode "mg.m-3.d-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -19386,8 +19801,9 @@ unit:MilliGM-PER-M3-HR qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000277777777777778 ; + qudt:conversionMultiplier 2.77777777777778e-10 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "mg/(m³⋅hr)" ; qudt:ucumCode "mg.m-3.h-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -19399,8 +19815,9 @@ unit:MilliGM-PER-M3-SEC qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "mg/(m³⋅s)" ; qudt:ucumCode "mg.m-3.s-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -19413,7 +19830,7 @@ unit:MilliGM-PER-MIN qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.00000001666667 ; + qudt:conversionMultiplier 1.666667e-08 ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:MassFlowRate ; qudt:iec61360Code "0112/2///62720#UAA833" ; @@ -19431,8 +19848,9 @@ unit:MilliGM-PER-MilliL qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + 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" ; @@ -19450,7 +19868,7 @@ unit:MilliGM-PER-SEC qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:MassFlowRate ; qudt:iec61360Code "0112/2///62720#UAA836" ; @@ -19504,7 +19922,7 @@ unit:MilliH-PER-KiloOHM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:Time ; qudt:iec61360Code "0112/2///62720#UAA791" ; @@ -19537,7 +19955,7 @@ unit:MilliIN 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:conversionMultiplier 2.54e-05 ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Length ; qudt:iec61360Code "0112/2///62720#UAA841" ; @@ -19569,6 +19987,40 @@ unit:MilliJ rdfs:isDefinedBy ; rdfs:label "Millijoule"@en ; . +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:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificEnergy ; + qudt:iec61360Code "0112/2///62720#UAA174" ; + 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 "Millijoule Per Gram"@en ; +. +unit:MilliKAT-PER-L + a qudt:DerivedUnit ; + a 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:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + 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"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millikatal Per Liter"@en-us ; + rdfs:label "Millikatal Per Litre"@en ; +. unit:MilliL a qudt:Unit ; dcterms:description "0.001-fold of the unit litre"^^rdf:HTML ; @@ -19576,7 +20028,7 @@ unit:MilliL qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Volume ; qudt:iec61360Code "0112/2///62720#UAA844" ; @@ -19633,9 +20085,10 @@ unit:MilliL-PER-DAY qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.00000000001157407 ; + qudt:conversionMultiplier 1.157407e-11 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA847" ; qudt:plainTextDescription "0.001-fold of the unit litre divided by the unit day" ; qudt:symbol "mL/day" ; @@ -19662,8 +20115,8 @@ unit:MilliL-PER-GM qudt:ucumCode "mL.g-1"^^qudt:UCUMcs ; qudt:ucumCode "mL/g"^^qudt:UCUMcs ; rdfs:isDefinedBy ; - rdfs:label "Cubic Milliliter per Gram"@en-us ; - rdfs:label "Cubic Millilitre per Gram"@en ; + rdfs:label "Milliliter per Gram"@en-us ; + rdfs:label "Millilitre per Gram"@en ; . unit:MilliL-PER-HR a qudt:Unit ; @@ -19672,9 +20125,10 @@ unit:MilliL-PER-HR qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000000002777778 ; + qudt:conversionMultiplier 2.777778e-10 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA850" ; qudt:plainTextDescription "0.001-fold of the unit litre divided by the unit hour" ; qudt:symbol "mL/hr" ; @@ -19688,7 +20142,7 @@ 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:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T0D0 ; qudt:hasQuantityKind quantitykind:VolumeThermalExpansion ; qudt:iec61360Code "0112/2///62720#UAA845" ; @@ -19707,7 +20161,7 @@ unit:MilliL-PER-KiloGM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T0D0 ; qudt:hasQuantityKind quantitykind:SpecificVolume ; qudt:iec61360Code "0112/2///62720#UAB095" ; @@ -19746,8 +20200,9 @@ unit:MilliL-PER-M2-DAY qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000000000115740740740741 ; + qudt:conversionMultiplier 1.15740740740741e-11 ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "mL/(m²⋅day)" ; qudt:ucumCode "mL.m-2.d-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -19760,7 +20215,7 @@ unit:MilliL-PER-M3 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:VolumeFraction ; qudt:iec61360Code "0112/2///62720#UAA854" ; @@ -19780,9 +20235,10 @@ unit:MilliL-PER-MIN qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.00000001666667 ; + qudt:conversionMultiplier 1.666667e-08 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA855" ; qudt:plainTextDescription "0.001-fold of the unit litre divided by the unit minute" ; qudt:symbol "mL/min" ; @@ -19800,9 +20256,10 @@ unit:MilliL-PER-SEC qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA859" ; qudt:plainTextDescription "0.001-fold of the unit litre divided by the SI base unit second" ; qudt:symbol "mL/s" ; @@ -19844,8 +20301,9 @@ unit:MilliM-PER-DAY qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000000115741 ; + qudt:conversionMultiplier 1.15741e-08 ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; qudt:hasQuantityKind quantitykind:Velocity ; qudt:informativeReference "https://www.wmo.int/pages/prog/www/IMOP/CIMO-Guide.html"^^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)" ; @@ -19863,8 +20321,9 @@ unit:MilliM-PER-HR qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000002777778 ; + qudt:conversionMultiplier 2.777778e-07 ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; qudt:hasQuantityKind quantitykind:Velocity ; qudt:iec61360Code "0112/2///62720#UAA866" ; qudt:plainTextDescription "0001-fold of the SI base unit metre divided by the unit hour" ; @@ -19899,8 +20358,9 @@ unit:MilliM-PER-MIN qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.00001666667 ; + qudt:conversionMultiplier 1.666667e-05 ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; qudt:hasQuantityKind quantitykind:Velocity ; qudt:iec61360Code "0112/2///62720#UAB378" ; qudt:plainTextDescription "0.001-fold of the SI base unit metre divided by the unit minute" ; @@ -19921,6 +20381,7 @@ unit:MilliM-PER-SEC qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 0.001 ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; qudt:hasQuantityKind quantitykind:Velocity ; qudt:iec61360Code "0112/2///62720#UAA867" ; qudt:plainTextDescription "0.001-fold of the SI base unit metre divided by the SI base unit second" ; @@ -19938,8 +20399,9 @@ unit:MilliM-PER-YR qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.00000000000171 ; + qudt:conversionMultiplier 1.71e-12 ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; qudt:hasQuantityKind quantitykind:Velocity ; qudt:iec61360Code "0112/2///62720#UAA868" ; qudt:plainTextDescription "0.001-fold of the SI base unit metre divided by the unit year" ; @@ -19958,9 +20420,10 @@ unit:MilliM2 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Area ; + qudt:hasQuantityKind quantitykind:HydraulicPermeability ; qudt:iec61360Code "0112/2///62720#UAA871" ; qudt:plainTextDescription "0.000001-fold of the power of the SI base unit metre with the exponent 2" ; qudt:prefix prefix:Milli ; @@ -19978,7 +20441,7 @@ unit:MilliM2-PER-SEC qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:AreaPerTime ; qudt:iec61360Code "0112/2///62720#UAA872" ; @@ -19998,7 +20461,7 @@ unit:MilliM3 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplier 1.0e-09 ; qudt:definedUnitOfSystem sou:SI ; qudt:expression "\\(mm^{3}\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; @@ -20056,7 +20519,7 @@ unit:MilliM3-PER-M3 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplier 1.0e-09 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:VolumeFraction ; qudt:iec61360Code "0112/2///62720#UAA874" ; @@ -20075,7 +20538,7 @@ unit:MilliM4 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplier 1.0e-12 ; qudt:hasDimensionVector qkdv:A0E0L4I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:SecondAxialMomentOfArea ; qudt:hasQuantityKind quantitykind:SecondPolarMomentOfArea ; @@ -20146,10 +20609,11 @@ unit:MilliMOL-PER-L qudt:conversionMultiplier 1.0 ; qudt:expression "\\(mmo/L\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstanceConcentration ; qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitVolume ; qudt:hasQuantityKind quantitykind:BloodGlucoseLevel ; qudt:hasQuantityKind quantitykind:Solubility_Water ; - qudt:symbol "mmo/L" ; + qudt:symbol "mmol/L" ; qudt:ucumCode "mmol.L-1"^^qudt:UCUMcs ; qudt:ucumCode "mmol/L"^^qudt:UCUMcs ; qudt:uneceCommonCode "M33" ; @@ -20163,6 +20627,7 @@ unit:MilliMOL-PER-M2 qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 0.001 ; qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "mmol/m²" ; qudt:ucumCode "mmol.m-2"^^qudt:UCUMcs ; qudt:udunitsCode "DU" ; @@ -20172,8 +20637,9 @@ unit:MilliMOL-PER-M2 unit:MilliMOL-PER-M2-DAY a qudt:Unit ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000000115740740740741 ; + qudt:conversionMultiplier 1.15740740740741e-08 ; qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "mmol/(m²⋅day)" ; qudt:ucumCode "mmol.m-2.d-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -20184,6 +20650,7 @@ unit:MilliMOL-PER-M2-SEC qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 0.001 ; qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "µg/(m²⋅s)" ; qudt:ucumCode "mmol.m-2.s-1"^^qudt:UCUMcs ; qudt:ucumCode "mmol/m2/s1"^^qudt:UCUMcs ; @@ -20196,6 +20663,7 @@ unit:MilliMOL-PER-M3 qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 0.001 ; qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstanceConcentration ; qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitVolume ; qudt:hasQuantityKind quantitykind:Solubility_Water ; qudt:symbol "mmol/m³" ; @@ -20207,8 +20675,9 @@ unit:MilliMOL-PER-M3-DAY a qudt:Unit ; dcterms:description "Unavailable."@en ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000000115740740740741 ; + qudt:conversionMultiplier 1.15740740740741e-08 ; qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "mmol/(m³⋅day)" ; qudt:ucumCode "mmol.m-3.d-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -20219,6 +20688,7 @@ unit:MilliMOL-PER-MOL qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 0.001 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:qkdvDenominator qkdv:A1E0L0I0M0H0T0D0 ; qudt:qkdvNumerator qkdv:A1E0L0I0M0H0T0D0 ; qudt:symbol "mmol/mol" ; @@ -20304,6 +20774,7 @@ unit:MilliN-M qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 0.001 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; qudt:hasQuantityKind quantitykind:Torque ; qudt:iec61360Code "0112/2///62720#UAA794" ; qudt:plainTextDescription "0.001-fold of the product of the SI derived unit newton and the SI base unit metre" ; @@ -20363,6 +20834,7 @@ unit:MilliPA qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:ForcePerArea ; qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; qudt:hasQuantityKind quantitykind:VaporPressure ; qudt:iec61360Code "0112/2///62720#UAA796" ; qudt:plainTextDescription "0.001-fold of the SI derived unit pascal" ; @@ -20383,6 +20855,7 @@ unit:MilliPA-SEC qudt:conversionMultiplier 0.001 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; qudt:iec61360Code "0112/2///62720#UAA797" ; qudt:plainTextDescription "0.001-fold of the product of the SI derived unit pascal and the SI base unit second" ; qudt:symbol "mPa⋅s" ; @@ -20395,7 +20868,7 @@ 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:conversionMultiplier 1.0e-08 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:Time ; qudt:iec61360Code "0112/2///62720#UAA799" ; @@ -20413,7 +20886,7 @@ unit:MilliR qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000258 ; + qudt:conversionMultiplier 2.58e-07 ; qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ; qudt:hasQuantityKind quantitykind:ElectricChargePerMass ; qudt:iec61360Code "0112/2///62720#UAA898" ; @@ -20434,9 +20907,10 @@ unit:MilliRAD qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 0.001 ; - qudt:guidance ""^^rdf:HTML ; + qudt:guidance ""^^rdf:HTML ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:Angle ; + qudt:hasQuantityKind quantitykind:PlaneAngle ; qudt:iec61360Code "0112/2///62720#UAA897" ; qudt:prefix prefix:Milli ; qudt:symbol "mrad" ; @@ -20459,8 +20933,9 @@ 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.000000277777777777778 ; + qudt:conversionMultiplier 2.77777777777778e-07 ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "mrad/hr" ; qudt:ucumCode "mRAD.h-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -20469,7 +20944,7 @@ unit:MilliRAD_R-PER-HR 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.000000258 ; + qudt:conversionMultiplier 2.58e-07 ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; qudt:hasQuantityKind quantitykind:DoseEquivalent ; qudt:iec61360Code "0112/2///62720#UAA898" ; @@ -20616,7 +21091,10 @@ unit:MilliV qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 0.001 ; 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:plainTextDescription "0,001-fold of the SI derived unit volt" ; qudt:prefix prefix:Milli ; @@ -20650,7 +21128,7 @@ unit:MilliV-PER-MIN qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.00001666667 ; + qudt:conversionMultiplier 1.666667e-05 ; qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-4D0 ; qudt:hasQuantityKind quantitykind:PowerPerElectricCharge ; qudt:iec61360Code "0112/2///62720#UAA806" ; @@ -20685,8 +21163,9 @@ unit:MilliW-PER-CentiM2-MicroM-SR qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 10000000.0 ; + qudt:conversionMultiplier 1.0e07 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "mW/(cm⋅µm⋅sr)" ; qudt:ucumCode "mW.cm-2.um-1.sr-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -20717,8 +21196,9 @@ unit:MilliW-PER-M2-NanoM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplier 1.0e06 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "mW/(cm⋅nm)" ; qudt:ucumCode "mW.m-2.nm-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -20730,13 +21210,33 @@ unit:MilliW-PER-M2-NanoM-SR qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplier 1.0e06 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "mW/(cm⋅nm⋅sr)" ; qudt:ucumCode "mW.m-2.nm-1.sr-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; rdfs:label "Milliwatts per square metre per nanometre per steradian"@en ; . +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:exactMatch unit:W-PER-GM ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + 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 ; + qudt:ucumCode "mW/mg"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milliwatt per Milligram"@en ; +. unit:MilliWB a qudt:Unit ; dcterms:description "0.001-fold of the SI derived unit weber"^^rdf:HTML ; @@ -20760,6 +21260,7 @@ unit:MillionUSD-PER-YR a qudt:Unit ; qudt:expression "\\(\\(M\\$/yr\\)\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; rdfs:isDefinedBy ; rdfs:label "Million US Dollars per Year"@en ; . @@ -20817,6 +21318,7 @@ unit:N-CentiM qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 0.01 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; qudt:hasQuantityKind quantitykind:Torque ; qudt:iec61360Code "0112/2///62720#UAA237" ; qudt:plainTextDescription "product of the SI derived unit newton and the 0.01-fold of the SI base unit metre" ; @@ -20871,7 +21373,6 @@ unit:N-M rdfs:label "न्यूटन मीटर"@hi ; rdfs:label "ニュートンメートル"@ja ; rdfs:label "牛米"@zh ; - owl:sameAs unit:J ; . unit:N-M-PER-A a qudt:Unit ; @@ -21035,6 +21536,7 @@ unit:N-M-SEC-PER-M qudt:conversionOffset 0.0 ; qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:LinearMomentum ; + qudt:hasQuantityKind quantitykind:Momentum ; qudt:plainTextDescription "Newton metre seconds measured per metre" ; qudt:symbol "N⋅m⋅s/m" ; rdfs:isDefinedBy ; @@ -21092,7 +21594,6 @@ unit:N-M2-PER-A rdfs:isDefinedBy ; rdfs:label "Newton Meter Squared per Ampere"@en-us ; rdfs:label "Newton Metre Squared per Ampere"@en ; - owl:sameAs unit:WB-M ; . unit:N-M2-PER-KiloGM2 a qudt:Unit ; @@ -21103,6 +21604,7 @@ unit:N-M2-PER-KiloGM2 qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:iec61360Code "0112/2///62720#UAB491" ; 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²" ; @@ -21271,8 +21773,6 @@ unit:N-PER-M2 rdfs:isDefinedBy ; rdfs:label "Newtons Per Square Meter"@en-us ; rdfs:label "Newtons Per Square Metre"@en ; - owl:sameAs unit:KiloGM-PER-M-SEC2 ; - owl:sameAs unit:PA ; . unit:N-PER-M3 a qudt:Unit ; @@ -21314,7 +21814,7 @@ unit:N-PER-MilliM2 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplier 1.0e06 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:ForcePerArea ; qudt:hasQuantityKind quantitykind:VaporPressure ; @@ -21356,6 +21856,7 @@ unit:N-SEC qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:LinearMomentum ; + qudt:hasQuantityKind quantitykind:Momentum ; qudt:iec61360Code "0112/2///62720#UAA251" ; qudt:plainTextDescription "product of the SI derived unit newton and the SI base unit second" ; qudt:symbol "N⋅s" ; @@ -21544,8 +22045,9 @@ unit:NUM . unit:NUM-PER-CentiM-KiloYR a qudt:Unit ; - qudt:conversionMultiplier 0.000000316880878140289 ; + qudt:conversionMultiplier 3.16880878140289e-07 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "/(cm⋅1000 yr)" ; qudt:ucumCode "{#}.cm-2.ka-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -21555,6 +22057,7 @@ unit:NUM-PER-GM a qudt:Unit ; qudt:conversionMultiplier 1000.0 ; qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "/g" ; qudt:ucumCode "{#}.g-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -21563,7 +22066,7 @@ unit:NUM-PER-GM 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 1000000.0 ; + qudt:conversionMultiplier 1.0e06 ; qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:ParticleFluence ; qudt:symbol "/ha" ; @@ -21580,13 +22083,13 @@ unit:NUM-PER-HR qudt:ucumCode "{#}.h-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; rdfs:label "Number per hour"@en ; - rdfs:label "Number per individual 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:hasDimensionVector qkdv:A0E0L0I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "/hg" ; qudt:ucumCode "{#}.hg-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -21594,7 +22097,7 @@ unit:NUM-PER-HectoGM . unit:NUM-PER-KiloM2 a qudt:Unit ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:ParticleFluence ; qudt:symbol "/km²" ; @@ -21608,6 +22111,7 @@ unit:NUM-PER-L qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:NumberDensity ; qudt:symbol "/L" ; + qudt:ucumCode "/L"^^qudt:UCUMcs ; qudt:ucumCode "{#}.L-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; rdfs:label "Number per litre"@en ; @@ -21617,7 +22121,9 @@ unit:NUM-PER-M dcterms:description "Unavailable."@en ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:InverseLength ; qudt:symbol "/m" ; + qudt:ucumCode "/m"^^qudt:UCUMcs ; qudt:ucumCode "{#}.m-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; rdfs:label "Number per metre"@en ; @@ -21628,13 +22134,14 @@ unit:NUM-PER-M2 qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:ParticleFluence ; qudt:symbol "/m²" ; + qudt:ucumCode "/m2"^^qudt:UCUMcs ; qudt:ucumCode "{#}.m-2"^^qudt:UCUMcs ; rdfs:isDefinedBy ; rdfs:label "Number per square metre"@en ; . unit:NUM-PER-M2-DAY a qudt:Unit ; - qudt:conversionMultiplier 0.0000115740740740741 ; + qudt:conversionMultiplier 1.15740740740741e-05 ; qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:Flux ; qudt:symbol "/(m²⋅day)" ; @@ -21648,16 +22155,18 @@ unit:NUM-PER-M3 qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:NumberDensity ; qudt:symbol "/m³" ; + qudt:ucumCode "/m3"^^qudt:UCUMcs ; qudt:ucumCode "{#}.m-3"^^qudt:UCUMcs ; rdfs:isDefinedBy ; rdfs:label "Number per cubic metre"@en ; . unit:NUM-PER-MicroL a qudt:Unit ; - qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplier 1.0e09 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:NumberDensity ; qudt:symbol "/µL" ; + qudt:ucumCode "/uL"^^qudt:UCUMcs ; qudt:ucumCode "{#}.uL-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; rdfs:label "Number per microlitre"@en ; @@ -21665,23 +22174,49 @@ unit:NUM-PER-MicroL 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:conversionMultiplier 1.0e06 ; qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "/mg" ; + qudt:ucumCode "/mg"^^qudt:UCUMcs ; qudt:ucumCode "{#}.mg-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; rdfs:label "Number per milligram"@en ; . +unit:NUM-PER-MilliM3 + a qudt:Unit ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:NumberDensity ; + qudt:symbol "/mm³" ; + qudt:ucumCode "/mm3"^^qudt:UCUMcs ; + qudt:ucumCode "{#}.mm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per cubic millimeter"@en ; +. unit:NUM-PER-NanoL a qudt:Unit ; - qudt:conversionMultiplier 2147483647.0 ; + qudt:conversionMultiplier 1.0E12 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:NumberDensity ; qudt:symbol "/nL" ; + qudt:ucumCode "/nL"^^qudt:UCUMcs ; qudt:ucumCode "{#}.nL-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; + rdfs:label "Number per nanoliter"@en ; rdfs:label "Number per nanolitre"@en ; . +unit:NUM-PER-PicoL + a qudt:Unit ; + qudt:conversionMultiplier 1000000000000000.0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:NumberDensity ; + qudt:symbol "/pL" ; + qudt:ucumCode "/pL"^^qudt:UCUMcs ; + qudt:ucumCode "{#}.pL-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per picoliter"@en ; +. unit:NUM-PER-SEC a qudt:Unit ; qudt:conversionMultiplier 1.0 ; @@ -21697,7 +22232,7 @@ unit:NUM-PER-YR a 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:conversionMultiplier 3.168808781402895023702689684893655e-08 ; qudt:expression "\\(\\#/yr\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:Frequency ; @@ -21708,11 +22243,7 @@ unit:NUM-PER-YR . unit:NanoA 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:conversionMultiplier 1.0e-09 ; qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:ElectricCurrent ; qudt:iec61360Code "0112/2///62720#UAA901" ; @@ -21744,7 +22275,7 @@ unit:NanoBQ-PER-L qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:ActivityConcentration ; qudt:symbol "nBq/L" ; @@ -21761,7 +22292,7 @@ unit:NanoC qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplier 1.0e-09 ; qudt:derivedUnitOfSystem sou:SI ; qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:ElectricCharge ; @@ -21783,7 +22314,7 @@ unit:NanoFARAD qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplier 1.0e-09 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Farad"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T4D0 ; qudt:hasQuantityKind quantitykind:Capacitance ; @@ -21803,7 +22334,7 @@ unit:NanoFARAD-PER-M qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplier 1.0e-09 ; qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T4D0 ; qudt:hasQuantityKind quantitykind:Permittivity ; qudt:iec61360Code "0112/2///62720#UAA904" ; @@ -21822,7 +22353,7 @@ unit:NanoGM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplier 1.0e-12 ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:Mass ; qudt:prefix prefix:Nano ; @@ -21837,7 +22368,7 @@ unit:NanoGM-PER-DAY qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000000000000000115740740740741 ; + qudt:conversionMultiplier 1.15740740740741e-17 ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:MassPerTime ; qudt:symbol "ng/day" ; @@ -21845,6 +22376,26 @@ unit:NanoGM-PER-DAY rdfs:isDefinedBy ; rdfs:label "Nanograms per day"@en ; . +unit:NanoGM-PER-DeciL + a qudt:DerivedUnit ; + a 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:expression "\\(ng/dL\\)"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:symbol "ng/dL" ; + qudt:ucumCode "ng.dL-1"^^qudt:UCUMcs ; + qudt:ucumCode "ng/dL"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "nanograms per decilitre"@en ; + rdfs:label "nanograms per decilitre"@en-us ; +. 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 ; @@ -21852,7 +22403,7 @@ unit:NanoGM-PER-KiloGM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplier 1.0e-12 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:MassRatio ; qudt:iec61360Code "0112/2///62720#UAA911" ; @@ -21872,8 +22423,9 @@ unit:NanoGM-PER-L qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplier 1.0e-09 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:symbol "ng/L" ; qudt:ucumCode "ng.L-1"^^qudt:UCUMcs ; @@ -21886,7 +22438,7 @@ unit:NanoGM-PER-M2-PA-SEC qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplier 1.0e-12 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:VaporPermeability ; qudt:informativeReference "https://en.wikipedia.org/wiki/Perm_(unit)"^^xsd:anyURI ; @@ -21901,8 +22453,9 @@ unit:NanoGM-PER-M3 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplier 1.0e-12 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + 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³" ; @@ -21920,9 +22473,11 @@ unit:NanoGM-PER-MicroL qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 0.001 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:symbol "ng/µL" ; qudt:ucumCode "ng.uL-1"^^qudt:UCUMcs ; + qudt:ucumCode "ng/uL"^^qudt:UCUMcs ; rdfs:isDefinedBy ; rdfs:label "Nanograms per microlitre"@en ; . @@ -21933,8 +22488,9 @@ unit:NanoGM-PER-MilliL qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassConcentration ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:symbol "ng/mL" ; @@ -21948,7 +22504,7 @@ unit:NanoH qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplier 1.0e-09 ; qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:Inductance ; qudt:hasQuantityKind quantitykind:Permeance ; @@ -21967,8 +22523,9 @@ unit:NanoH-PER-M qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplier 1.0e-09 ; qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ElectromagneticPermeability ; qudt:hasQuantityKind quantitykind:Permeability ; qudt:iec61360Code "0112/2///62720#UAA906" ; qudt:plainTextDescription "0.000000001-fold of the SI derived unit henry divided by the SI base unit metre" ; @@ -21979,6 +22536,22 @@ unit:NanoH-PER-M rdfs:label "Nanohenry Per Meter"@en-us ; rdfs:label "Nanohenry Per Metre"@en ; . +unit:NanoKAT-PER-L + a qudt:DerivedUnit ; + a 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.000000000001 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:symbol "nkat/L" ; + qudt:ucumCode "nkat/L"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanokatal Per Liter"@en-us ; + rdfs:label "Nanokatal Per Litre"@en ; +. unit:NanoL a qudt:Unit ; dcterms:description "0.000000001-fold of the unit litre"^^rdf:HTML ; @@ -21986,7 +22559,7 @@ unit:NanoL qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplier 1.0e-12 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Volume ; qudt:plainTextDescription "0.000000001-fold of the unit litre" ; @@ -22004,7 +22577,7 @@ unit:NanoM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplier 1.0e-09 ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Length ; qudt:iec61360Code "0112/2///62720#UAA912" ; @@ -22017,10 +22590,28 @@ unit:NanoM rdfs:label "Nanometer"@en-us ; rdfs:label "Nanometre"@en ; . +unit:NanoM-PER-CentiM-MegaPA + a qudt:DerivedUnit ; + a 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:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + 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 Per Centimeter Megapascal"@en ; +. unit:NanoM-PER-CentiM-PSI a qudt:DerivedUnit ; a qudt:Unit ; - qudt:conversionMultiplier 0.0000000000145037738 ; + qudt:conversionMultiplier 1.45037738e-11 ; qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; qudt:hasQuantityKind quantitykind:StressOpticCoefficient ; qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T-2D0 ; @@ -22038,7 +22629,7 @@ unit:NanoM-PER-MilliM-MegaPA qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplier 1.0e-12 ; qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; qudt:hasQuantityKind quantitykind:StressOpticCoefficient ; qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T-2D0 ; @@ -22056,10 +22647,11 @@ unit:NanoM2 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000000000001 ; + qudt:conversionMultiplier 1.0e-18 ; qudt:expression "\\(sqnm\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; 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:prefix prefix:Nano ; @@ -22083,8 +22675,9 @@ unit:NanoMOL unit:NanoMOL-PER-CentiM3-HR a qudt:Unit ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000277777777777778 ; + qudt:conversionMultiplier 2.77777777777778e-07 ; qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "nmol/(cm³⋅hr)" ; qudt:ucumCode "nmol.cm-3.h-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -22093,8 +22686,9 @@ unit:NanoMOL-PER-CentiM3-HR unit:NanoMOL-PER-GM-SEC a qudt:Unit ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "nmol/(g⋅s)" ; qudt:ucumCode "nmol.g-1.s-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -22103,11 +22697,12 @@ unit:NanoMOL-PER-GM-SEC unit:NanoMOL-PER-KiloGM a qudt:Unit ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplier 1.0e-09 ; qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitMass ; qudt:symbol "nmol/kg" ; qudt:ucumCode "nmol.kg-1"^^qudt:UCUMcs ; + qudt:ucumCode "nmol/kg"^^qudt:UCUMcs ; rdfs:isDefinedBy ; rdfs:label "Nanomoles per kilogram"@en ; . @@ -22115,8 +22710,9 @@ 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:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstanceConcentration ; qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitVolume ; qudt:symbol "nmol/L" ; qudt:ucumCode "nmol.L-1"^^qudt:UCUMcs ; @@ -22127,8 +22723,9 @@ unit:NanoMOL-PER-L unit:NanoMOL-PER-L-DAY a qudt:Unit ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000000000115740740740741 ; + qudt:conversionMultiplier 1.15740740740741e-11 ; qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "nmol/(L⋅day)" ; qudt:ucumCode "nmol.L-1.d-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -22137,8 +22734,9 @@ unit:NanoMOL-PER-L-DAY unit:NanoMOL-PER-L-HR a qudt:Unit ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000277777777777778 ; + qudt:conversionMultiplier 2.77777777777778e-10 ; qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "nmol/(L⋅hr)" ; qudt:ucumCode "nmol.L-1.h-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -22147,8 +22745,9 @@ unit:NanoMOL-PER-L-HR unit:NanoMOL-PER-M2-DAY a qudt:Unit ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000000000000115740740740741 ; + qudt:conversionMultiplier 1.15740740740741e-14 ; qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "nmol/(m²⋅day)" ; qudt:ucumCode "nmol.m-2.d-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -22159,6 +22758,7 @@ unit:NanoMOL-PER-MicroGM-HR qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 0.000277777777777778 ; qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "nmol/(µg⋅hr)" ; qudt:ucumCode "nmol.ug-1.h-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -22170,10 +22770,12 @@ unit:NanoMOL-PER-MicroMOL qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 0.001 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:qkdvDenominator qkdv:A1E0L0I0M0H0T0D0 ; qudt:qkdvNumerator qkdv:A1E0L0I0M0H0T0D0 ; qudt:symbol "nmol/µmol" ; qudt:ucumCode "nmol.umol-1"^^qudt:UCUMcs ; + qudt:ucumCode "nmol/umol"^^qudt:UCUMcs ; rdfs:isDefinedBy ; rdfs:label "Nanomoles per micromole"@en ; . @@ -22181,8 +22783,9 @@ unit:NanoMOL-PER-MicroMOL-DAY a qudt:Unit ; dcterms:description "Unavailable."@en ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000000115740740740741 ; + qudt:conversionMultiplier 1.15740740740741e-08 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "nmol/(µmol⋅day)" ; qudt:ucumCode "nmol.umol-1.d-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -22208,7 +22811,7 @@ unit:NanoS-PER-CentiM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000001 ; + qudt:conversionMultiplier 1.0e-07 ; qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; qudt:hasQuantityKind quantitykind:Conductivity ; qudt:iec61360Code "0112/2///62720#UAA907" ; @@ -22226,7 +22829,7 @@ unit:NanoS-PER-M qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplier 1.0e-09 ; qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; qudt:hasQuantityKind quantitykind:Conductivity ; qudt:iec61360Code "0112/2///62720#UAA908" ; @@ -22248,7 +22851,7 @@ unit:NanoSEC qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:SI ; qudt:applicableSystem sou:USCS ; - qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplier 1.0e-09 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Nanosecond"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:Time ; @@ -22267,7 +22870,7 @@ unit:NanoT qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplier 1.0e-09 ; qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:MagneticFluxDensity ; qudt:iec61360Code "0112/2///62720#UAA909" ; @@ -22287,7 +22890,7 @@ unit:NanoW qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplier 1.0e-09 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; qudt:hasQuantityKind quantitykind:ActivePower ; qudt:hasQuantityKind quantitykind:Power ; @@ -22455,7 +23058,7 @@ unit:OHM_Ab 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:conversionMultiplier 1.0e-09 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Abohm"^^xsd:anyURI ; qudt:derivedUnitOfSystem sou:CGS-EMU ; qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; @@ -22472,7 +23075,7 @@ unit:OHM_Stat 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 898760000000.0 ; + qudt:conversionMultiplier 8.9876e11 ; qudt:derivedUnitOfSystem sou:CGS-ESU ; qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; qudt:hasQuantityKind quantitykind:Resistance ; @@ -22537,7 +23140,7 @@ unit:OZ-PER-DAY 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.00000032812 ; + qudt:conversionMultiplier 3.2812e-07 ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:MassFlowRate ; qudt:iec61360Code "0112/2///62720#UAA919" ; @@ -22573,6 +23176,7 @@ unit:OZ-PER-GAL qudt:expression "oz/gal" ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; qudt:symbol "oz/gal{US}" ; qudt:ucumCode "[oz_av].[gal_br]-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -22584,6 +23188,7 @@ unit:OZ-PER-GAL_UK qudt:applicableSystem sou:IMPERIAL ; qudt:conversionMultiplier 6.2360 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:iec61360Code "0112/2///62720#UAA923" ; qudt:plainTextDescription "unit of the density according to the Imperial system of units" ; @@ -22602,6 +23207,7 @@ unit:OZ-PER-GAL_US qudt:definedUnitOfSystem sou:IMPERIAL ; qudt:definedUnitOfSystem sou:USCS ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:iec61360Code "0112/2///62720#UAA924" ; qudt:informativeReference "https://cdd.iec.ch/cdd/iec61360/iec61360.nsf/Units/0112-2---62720%23UAA924"^^xsd:anyURI ; @@ -22617,7 +23223,7 @@ unit:OZ-PER-HR 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.00000787487 ; + qudt:conversionMultiplier 7.87487e-06 ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:MassFlowRate ; qudt:iec61360Code "0112/2///62720#UAA920" ; @@ -22639,6 +23245,7 @@ unit:OZ-PER-IN3 qudt:expression "oz/in^{3}" ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; qudt:symbol "oz/in³{US}" ; qudt:ucumCode "[oz_av].[cin_i]-1"^^qudt:UCUMcs ; qudt:uneceCommonCode "L39" ; @@ -22700,6 +23307,7 @@ unit:OZ-PER-YD3 qudt:applicableSystem sou:USCS ; qudt:conversionMultiplier 0.0370798 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:iec61360Code "0112/2///62720#UAA918" ; 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" ; @@ -22735,6 +23343,7 @@ unit:OZ_F-IN qudt:definedUnitOfSystem sou:IMPERIAL ; qudt:definedUnitOfSystem sou:USCS ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; qudt:hasQuantityKind quantitykind:Torque ; qudt:symbol "ozf⋅in" ; qudt:ucumCode "[ozf_av].[in_i]"^^qudt:UCUMcs ; @@ -22778,7 +23387,7 @@ 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:conversionMultiplier 2.84130625e-05 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Volume ; qudt:iec61360Code "0112/2///62720#UAA431" ; @@ -22793,9 +23402,10 @@ 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.00000787487 ; + qudt:conversionMultiplier 7.87487e-06 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA432" ; 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}/day" ; @@ -22808,9 +23418,10 @@ 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.00000787487 ; + qudt:conversionMultiplier 7.87487e-06 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA433" ; 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}/hr" ; @@ -22826,6 +23437,7 @@ unit:OZ_VOL_UK-PER-MIN qudt:conversionMultiplier 0.00472492 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA434" ; 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" ; @@ -22838,9 +23450,10 @@ 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.0000284 ; + qudt:conversionMultiplier 2.84e-05 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA435" ; 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" ; @@ -22853,7 +23466,7 @@ 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:conversionMultiplier 2.95735296e-05 ; qudt:definedUnitOfSystem sou:USCS ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:LiquidVolume ; @@ -22868,9 +23481,10 @@ 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.000000000342286 ; + qudt:conversionMultiplier 3.42286e-10 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA436" ; 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 "oz{US}/day" ; @@ -22883,9 +23497,10 @@ 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.000000008214869 ; + qudt:conversionMultiplier 8.214869e-09 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA437" ; 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 "oz{US}/hr" ; @@ -22898,9 +23513,10 @@ 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.000000492892 ; + qudt:conversionMultiplier 4.92892e-07 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA438" ; 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 "oz{US}/min" ; @@ -22913,9 +23529,10 @@ 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:conversionMultiplier 2.95735296e-05 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA439" ; 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 "oz{US}/s" ; @@ -22975,8 +23592,6 @@ unit:PA rdfs:label "पास्कल"@hi ; rdfs:label "パスカル"@ja ; rdfs:label "帕斯卡"@zh ; - owl:sameAs unit:KiloGM-PER-M-SEC2 ; - owl:sameAs unit:N-PER-M2 ; . unit:PA-L-PER-SEC a qudt:Unit ; @@ -23005,6 +23620,7 @@ unit:PA-M qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "Pa⋅m" ; qudt:ucumCode "Pa.m"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -23018,6 +23634,7 @@ unit:PA-M-PER-SEC qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "Pa⋅m/s" ; qudt:ucumCode "Pa.m.s-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -23031,6 +23648,7 @@ unit:PA-M-PER-SEC2 qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-4D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "Pa⋅m/s²" ; qudt:ucumCode "Pa.m.s-2"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -23074,7 +23692,7 @@ 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:conversionMultiplier 1.0e-05 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:PressureRatio ; qudt:iec61360Code "0112/2///62720#UAA260" ; @@ -23182,6 +23800,7 @@ unit:PA-SEC qudt:expression "\\(Pa-s\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; qudt:iec61360Code "0112/2///62720#UAA265" ; qudt:siUnitsExpression "Pa.s" ; qudt:symbol "Pa⋅s" ; @@ -23211,7 +23830,7 @@ 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:conversionMultiplier 1.0e-05 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:Time ; qudt:iec61360Code "0112/2///62720#UAA267" ; @@ -23255,6 +23874,7 @@ unit:PA-SEC-PER-M3 qudt:conversionMultiplier 1.0 ; qudt:expression "\\(Pa-s/m3\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L-4I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; 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:siUnitsExpression "Pa.s/m3" ; @@ -23288,6 +23908,7 @@ unit:PA2-PER-SEC2 qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L-2I0M2H0T-6D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "Pa²⋅m/s²" ; qudt:ucumCode "Pa2.s-2"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -23317,7 +23938,7 @@ unit:PA2-SEC 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:conversionMultiplier 3.085678e16 ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Length ; qudt:iec61360Code "0112/2///62720#UAB067" ; @@ -23395,16 +24016,17 @@ unit:PER-ANGSTROM qudt:ucumCode "Ao-1"^^qudt:UCUMcs ; qudt:uneceCommonCode "C85" ; rdfs:isDefinedBy ; - rdfs:label "Reciprocal Ã¥ngström"@en ; + 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:conversionMultiplier 1.0e-05 ; qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; qudt:hasQuantityKind quantitykind:Compressibility ; qudt:hasQuantityKind quantitykind:InversePressure ; + qudt:hasQuantityKind quantitykind:IsothermalCompressibility ; qudt:iec61360Code "0112/2///62720#UAA328" ; qudt:plainTextDescription "reciprocal of the metrical unit with the name bar" ; qudt:symbol "/bar" ; @@ -23440,7 +24062,7 @@ unit:PER-CentiM3 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplier 1.0e06 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:InverseVolume ; qudt:iec61360Code "0112/2///62720#UAA383" ; @@ -23461,7 +24083,7 @@ unit:PER-DAY qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:SI ; qudt:applicableSystem sou:USCS ; - qudt:conversionMultiplier 0.00001157407 ; + qudt:conversionMultiplier 1.157407e-05 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:Frequency ; qudt:iec61360Code "0112/2///62720#UAA408" ; @@ -23513,6 +24135,7 @@ unit:PER-GM qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1000.0 ; qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "/g" ; qudt:ucumCode "g-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -23525,7 +24148,7 @@ unit:PER-GigaEV2 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 38956440500000000000.0 ; + qudt:conversionMultiplier 3.89564405e19 ; qudt:expression "\\(/GeV^2\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L-4I0M-2H0T4D0 ; qudt:hasQuantityKind quantitykind:InverseEnergy_Squared ; @@ -23541,6 +24164,7 @@ unit:PER-H qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "/H" ; qudt:ucumCode "H-1"^^qudt:UCUMcs ; qudt:uneceCommonCode "C89" ; @@ -23702,6 +24326,7 @@ unit:PER-L qudt:iec61360Code "0112/2///62720#UAA667" ; qudt:plainTextDescription "reciprocal value of the unit litre" ; qudt:symbol "/L" ; + qudt:ucumCode "/L"^^qudt:UCUMcs ; qudt:ucumCode "L-1"^^qudt:UCUMcs ; qudt:uneceCommonCode "K63" ; rdfs:isDefinedBy ; @@ -23757,8 +24382,9 @@ unit:PER-M-NanoM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplier 1.0e09 ; qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "/(m⋅nm)" ; qudt:ucumCode "m-1.nm-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -23770,8 +24396,9 @@ unit:PER-M-NanoM-SR qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplier 1.0e09 ; qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "/(m⋅nm⋅sr)" ; qudt:ucumCode "m-1.nm-1.sr-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -23785,6 +24412,7 @@ unit:PER-M-SEC qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "/(m⋅s)" ; qudt:ucumCode "m-1.s-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -23798,6 +24426,7 @@ unit:PER-M-SR qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "/(m⋅sr)" ; qudt:ucumCode "m-1.sr-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -23841,9 +24470,8 @@ unit:PER-M2-SEC qudt:ucumCode "m-2.s-1"^^qudt:UCUMcs ; qudt:uneceCommonCode "B81" ; rdfs:isDefinedBy ; - rdfs:label "Reciprocal Square Meter Second"@en-us ; - rdfs:label "Reciprocal Square Metre Second"@en ; - rdfs:label "Reciprocal square metre per second"@en ; + rdfs:label "Reciprocal Square Metre Second"@en , "Reciprocal Square Meter Second"@en-us ; + skos:altLabel "Reciprocal square metre per second"@en ; . unit:PER-M3 a qudt:Unit ; @@ -23883,14 +24511,13 @@ unit:PER-M3-SEC qudt:ucumCode "m-3.s-1"^^qudt:UCUMcs ; qudt:uneceCommonCode "C87" ; rdfs:isDefinedBy ; - rdfs:label "Reciprocal Cubic Meter Second"@en-us ; - rdfs:label "Reciprocal Cubic Metre Second"@en ; - rdfs:label "Reciprocal cubic metre per second"@en ; + rdfs:label "Reciprocal Cubic Metre Second"@en , "Reciprocal Cubic Meter Second"@en-us ; + skos:altLabel "Reciprocal cubic metre per second"@en ; . unit:PER-MILLE-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.0000001450377 ; + qudt:conversionMultiplier 1.450377e-07 ; qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; qudt:hasQuantityKind quantitykind:Compressibility ; qudt:hasQuantityKind quantitykind:InversePressure ; @@ -23932,7 +24559,7 @@ unit:PER-MO qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:SI ; qudt:applicableSystem sou:USCS ; - qudt:conversionMultiplier 0.000000391935077 ; + qudt:conversionMultiplier 3.91935077e-07 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:Frequency ; qudt:iec61360Code "0112/2///62720#UAA881" ; @@ -23955,6 +24582,7 @@ unit:PER-MOL qudt:hasDimensionVector qkdv:A-1E0L0I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:InverseAmountOfSubstance ; qudt:symbol "/mol" ; + qudt:ucumCode "/mol"^^qudt:UCUMcs ; qudt:ucumCode "mol-1"^^qudt:UCUMcs ; qudt:uneceCommonCode "C95" ; rdfs:isDefinedBy ; @@ -23967,7 +24595,7 @@ unit:PER-MicroM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplier 1.0e06 ; qudt:expression "\\(per-micrometer\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:AngularReciprocalLatticeVector ; @@ -23990,13 +24618,32 @@ 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:conversionMultiplier 1.0e09 ; qudt:hasDimensionVector qkdv:A-1E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "/(mmol⋅L)" ; qudt:ucumCode "umol-1.L-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; rdfs:label "Reciprocal micromole per litre"@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:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:InverseVolume ; + qudt:plainTextDescription "reciprocal value of the unit millilitre" ; + qudt:symbol "/mL" ; + qudt:ucumCode "/mL"^^qudt:UCUMcs ; + qudt:ucumCode "mL-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Milliliter"@en-us ; + 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 ; @@ -24030,12 +24677,13 @@ unit:PER-MilliM3 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplier 1.0e09 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:InverseVolume ; qudt:iec61360Code "0112/2///62720#UAA870" ; 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 "/mm3"^^qudt:UCUMcs ; qudt:ucumCode "mm-3"^^qudt:UCUMcs ; qudt:uneceCommonCode "L20" ; rdfs:isDefinedBy ; @@ -24065,7 +24713,7 @@ unit:PER-NanoM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplier 1.0e09 ; qudt:expression "\\(per-nanometer\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:AngularReciprocalLatticeVector ; @@ -24116,6 +24764,7 @@ unit:PER-PA-SEC qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "/(Pa⋅s)" ; qudt:ucumCode "Pa-1.s-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -24129,6 +24778,7 @@ unit:PER-PSI qudt:conversionMultiplier 0.0001450377 ; qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; qudt:hasQuantityKind quantitykind:InversePressure ; + qudt:hasQuantityKind quantitykind:IsothermalCompressibility ; qudt:hasQuantityKind quantitykind:StressOpticCoefficient ; qudt:iec61360Code "0112/2///62720#UAA709" ; qudt:plainTextDescription "reciprocal value of the composed unit for pressure (pound-force per square inch)" ; @@ -24145,7 +24795,7 @@ unit:PER-PicoM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000000000.0 ; + qudt:conversionMultiplier 1.0e12 ; qudt:expression "\\(per-picoometer\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:AngularReciprocalLatticeVector ; @@ -24168,7 +24818,7 @@ 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 2111089000000000.0 ; + qudt:conversionMultiplier 2.111089e15 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_mass"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L0I0M-2H0T0D0 ; qudt:hasQuantityKind quantitykind:InverseMass_Squared ; @@ -24201,7 +24851,6 @@ unit:PER-SEC qudt:uneceCommonCode "C97" ; rdfs:isDefinedBy ; rdfs:label "Reciprocal Second"@en ; - owl:sameAs unit:HZ ; . unit:PER-SEC-M2 a qudt:Unit ; @@ -24270,6 +24919,7 @@ unit:PER-SEC2 qudt:applicableSystem sou:USCS ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "/s²" ; qudt:ucumCode "s-2"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -24283,6 +24933,7 @@ unit:PER-SR qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "/sr" ; qudt:ucumCode "sr-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -24344,7 +24995,7 @@ unit:PER-WK qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:SI ; qudt:applicableSystem sou:USCS ; - qudt:conversionMultiplier 0.000001653439 ; + qudt:conversionMultiplier 1.653439e-06 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:Frequency ; qudt:iec61360Code "0112/2///62720#UAA099" ; @@ -24380,7 +25031,7 @@ unit:PER-YR qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:SI ; qudt:applicableSystem sou:USCS ; - qudt:conversionMultiplier 0.000000031709792 ; + qudt:conversionMultiplier 3.1709792e-08 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:Frequency ; qudt:iec61360Code "0112/2///62720#UAB027" ; @@ -24403,12 +25054,14 @@ unit:PERCENT qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Percentage"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:DimensionlessRatio ; qudt:hasQuantityKind quantitykind:LengthPercentage ; qudt:hasQuantityKind quantitykind:PressurePercentage ; qudt:hasQuantityKind quantitykind:Prevalence ; + qudt:hasQuantityKind quantitykind:Reflectance ; qudt:hasQuantityKind quantitykind:RelativeHumidity ; qudt:hasQuantityKind quantitykind:RelativeLuminousFlux ; qudt:hasQuantityKind quantitykind:RelativePartialPressure ; @@ -24427,7 +25080,7 @@ unit:PERCENT . unit:PERCENT-PER-DAY a qudt:Unit ; - qudt:conversionMultiplier 0.0000115740740740741 ; + qudt:conversionMultiplier 1.15740740740741e-05 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:Frequency ; qudt:symbol "%/day" ; @@ -24449,6 +25102,7 @@ unit:PERCENT-PER-M a qudt:Unit ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AttenuationCoefficient ; qudt:symbol "%/m" ; qudt:ucumCode "%.m-1"^^qudt:UCUMcs ; qudt:uneceCommonCode "H99" ; @@ -24458,7 +25112,7 @@ unit:PERCENT-PER-M 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.00000165343915343915 ; + qudt:conversionMultiplier 1.65343915343915e-06 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:Frequency ; qudt:symbol "%/wk" ; @@ -24505,7 +25159,7 @@ 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:conversionMultiplier 1.25663706e-06 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Relative_permeability"^^xsd:anyURI ; qudt:derivedUnitOfSystem sou:CGS-EMU ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; @@ -24520,7 +25174,7 @@ unit:PERMITTIVITY_REL 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:conversionMultiplier 8.854187817e-12 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Relative_static_permittivity"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:DimensionlessRatio ; @@ -24537,7 +25191,7 @@ unit:PERMITTIVITY_REL unit:PERM_Metric a qudt:Unit ; dcterms:description "A perm is a unit of permeance or \"water vapor transmission\" given a certain differential in partial pressures on either side of a material or membrane. The metric perm (not an SI unit) is defined as 1 gram of water vapor per day, per square meter, per millimeter of mercury."@en ; - qudt:conversionMultiplier 0.0000000000868127 ; + qudt:conversionMultiplier 8.68127e-11 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:VaporPermeability ; qudt:informativeReference "https://en.wikipedia.org/wiki/Perm_(unit)"^^xsd:anyURI ; @@ -24549,7 +25203,7 @@ unit:PERM_US a qudt:Unit ; dcterms:description "A perm is a unit of permeance or \"water vapor transmission\" given a certain differential in partial pressures on either side of a material or membrane. The U.S. perm is defined as 1 grain of water vapor per hour, per square foot, per inch of mercury."@en ; qudt:applicableSystem sou:USCS ; - qudt:conversionMultiplier 0.0000000000572135 ; + qudt:conversionMultiplier 5.72135e-11 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:VaporPermeability ; qudt:informativeReference "https://en.wikipedia.org/wiki/Perm_(unit)"^^xsd:anyURI ; @@ -24630,9 +25284,10 @@ 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.000000006577098 ; + qudt:conversionMultiplier 6.577098e-09 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA953" ; 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}/day" ; @@ -24645,9 +25300,10 @@ 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.0000001578504 ; + qudt:conversionMultiplier 1.578504e-07 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA954" ; 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}/hr" ; @@ -24660,9 +25316,10 @@ 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.000009471022 ; + qudt:conversionMultiplier 9.471022e-06 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA955" ; 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" ; @@ -24678,6 +25335,7 @@ unit:PINT_UK-PER-SEC qudt:conversionMultiplier 0.0005682613 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA956" ; 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" ; @@ -24705,9 +25363,10 @@ 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.00000000547658 ; + qudt:conversionMultiplier 5.47658e-09 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA958" ; 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}/day" ; @@ -24721,9 +25380,10 @@ 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.0000001314379 ; + qudt:conversionMultiplier 1.314379e-07 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA959" ; 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}/hr" ; @@ -24736,9 +25396,10 @@ 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.000007886275 ; + qudt:conversionMultiplier 7.886275e-06 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA960" ; 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" ; @@ -24754,6 +25415,7 @@ unit:PINT_US-PER-SEC qudt:conversionMultiplier 0.0004731765 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA961" ; 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" ; @@ -24795,9 +25457,10 @@ 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.000000105233576 ; + qudt:conversionMultiplier 1.05233576e-07 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA940" ; 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}/day" ; @@ -24810,9 +25473,10 @@ 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.000002525605833 ; + qudt:conversionMultiplier 2.525605833e-06 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA941" ; 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}/hr" ; @@ -24828,6 +25492,7 @@ unit:PK_UK-PER-MIN qudt:conversionMultiplier 0.00015153635 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA942" ; 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" ; @@ -24843,6 +25508,7 @@ unit:PK_UK-PER-SEC qudt:conversionMultiplier 0.009092181 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA943" ; 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" ; @@ -24870,9 +25536,10 @@ 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.000000101964902 ; + qudt:conversionMultiplier 1.01964902e-07 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA944" ; 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}/day" ; @@ -24885,9 +25552,10 @@ 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.000002447157651 ; + qudt:conversionMultiplier 2.447157651e-06 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA945" ; 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}/hr" ; @@ -24903,6 +25571,7 @@ unit:PK_US_DRY-PER-MIN qudt:conversionMultiplier 0.000146829459067 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA946" ; 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}/min" ; @@ -24918,6 +25587,7 @@ unit:PK_US_DRY-PER-SEC qudt:conversionMultiplier 0.00880976754 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA947" ; 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}/s" ; @@ -24938,6 +25608,7 @@ unit:POISE 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 "http://en.wikipedia.org/wiki/Poise?oldid=487835641"^^xsd:anyURI ; qudt:omUnit ; @@ -24951,7 +25622,7 @@ 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:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:Time ; qudt:iec61360Code "0112/2///62720#UAA257" ; @@ -24973,9 +25644,10 @@ unit:PPB qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplier 1.0e-09 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:DimensionlessRatio ; + qudt:iec61360Code "0112/2///62720#UAD926" ; qudt:informativeReference "http://aurora.regenstrief.org/~ucum/ucum.html#section-Derived-Unit-Atoms"^^xsd:anyURI ; qudt:symbol "PPB" ; qudt:ucumCode "[ppb]"^^qudt:UCUMcs ; @@ -24994,9 +25666,10 @@ unit:PPM qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplier 1.0e-06 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:DimensionlessRatio ; + qudt:iec61360Code "0112/2///62720#UAD925" ; qudt:informativeReference "http://aurora.regenstrief.org/~ucum/ucum.html#section-Derived-Unit-Atoms"^^xsd:anyURI ; qudt:omUnit ; qudt:symbol "PPM" ; @@ -25008,7 +25681,7 @@ unit:PPM 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:conversionMultiplier 1.0e-06 ; qudt:expression "\\(PPM/K\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; qudt:hasQuantityKind quantitykind:ExpansionRatio ; @@ -25034,7 +25707,6 @@ unit:PPTH qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:DimensionlessRatio ; qudt:informativeReference "http://aurora.regenstrief.org/~ucum/ucum.html#section-Derived-Unit-Atoms"^^xsd:anyURI ; - qudt:literal "‰" ; qudt:symbol "‰" ; qudt:ucumCode "[ppth]"^^qudt:UCUMcs ; qudt:uneceCommonCode "NX" ; @@ -25044,8 +25716,9 @@ unit:PPTH . unit:PPTH-PER-HR a qudt:Unit ; - qudt:conversionMultiplier 0.000000277777777777778 ; + qudt:conversionMultiplier 2.77777777777778e-07 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "‰/hr" ; qudt:ucumCode "[ppth].h-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -25062,7 +25735,7 @@ unit:PPTM qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000001 ; + qudt:conversionMultiplier 1.0e-07 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:DimensionlessRatio ; qudt:symbol "PPTM" ; @@ -25072,7 +25745,7 @@ unit:PPTM 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:conversionMultiplier 1.0e-07 ; qudt:expression "\\(PPTM/K\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; qudt:hasQuantityKind quantitykind:ExpansionRatio ; @@ -25092,7 +25765,7 @@ unit:PPTR qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplier 1.0e-12 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:DimensionlessRatio ; qudt:informativeReference "http://aurora.regenstrief.org/~ucum/ucum.html#section-Derived-Unit-Atoms"^^xsd:anyURI ; @@ -25111,8 +25784,9 @@ unit:PPTR_VOL qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplier 1.0e-12 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "pptr" ; qudt:ucumCode "[pptr]{vol}"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -25130,6 +25804,7 @@ unit:PSI qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:ForcePerArea ; qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; qudt:hasQuantityKind quantitykind:VaporPressure ; 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" ; @@ -25138,7 +25813,6 @@ unit:PSI qudt:uneceCommonCode "PS" ; rdfs:isDefinedBy ; rdfs:label "PSI"@en ; - owl:sameAs unit:LB_F-PER-IN2 ; . unit:PSI-IN3-PER-SEC a qudt:Unit ; @@ -25231,16 +25905,17 @@ unit:PSU qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Salinity#PSU"^^xsd:anyURI ; qudt:symbol "PSU" ; rdfs:isDefinedBy ; rdfs:label "Practical salinity unit" ; rdfs:seeAlso unit:PPTH ; - rdfs:seeAlso ; . 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.0000254 ; + qudt:conversionMultiplier 2.54e-05 ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Length ; qudt:iec61360Code "0112/2///62720#UAB605" ; @@ -25262,7 +25937,7 @@ unit:PebiBYTE qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 6243314768165359.2088811673338586 ; + qudt:conversionMultiplier 6.2433147681653592088811673338586e15 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Pebibyte"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:InformationEntropy ; @@ -25300,7 +25975,7 @@ unit:PetaBYTE qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 5545177444479562.4753378569716654 ; + qudt:conversionMultiplier 5.5451774444795624753378569716654e15 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Petabyte"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:InformationEntropy ; @@ -25322,7 +25997,7 @@ unit:PetaC qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000000000000.0 ; + qudt:conversionMultiplier 1.0e15 ; qudt:derivedUnitOfSystem sou:SI ; qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:ElectricCharge ; @@ -25340,7 +26015,7 @@ unit:PetaJ qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000000000000.0 ; + qudt:conversionMultiplier 1.0e15 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:Energy ; qudt:iec61360Code "0112/2///62720#UAB123" ; @@ -25358,7 +26033,7 @@ unit:PicoA qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplier 1.0e-12 ; qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:ElectricCurrent ; qudt:iec61360Code "0112/2///62720#UAA928" ; @@ -25374,6 +26049,7 @@ unit:PicoA-PER-MicroMOL-L qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 0.001 ; qudt:hasDimensionVector qkdv:A-1E1L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "pA/(mmol⋅L)" ; qudt:ucumCode "pA.umol-1.L-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -25388,7 +26064,7 @@ unit:PicoC qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplier 1.0e-12 ; qudt:derivedUnitOfSystem sou:SI ; qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:ElectricCharge ; @@ -25410,7 +26086,7 @@ unit:PicoFARAD qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplier 1.0e-12 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Farad"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T4D0 ; qudt:hasQuantityKind quantitykind:Capacitance ; @@ -25430,7 +26106,7 @@ unit:PicoFARAD-PER-M qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplier 1.0e-12 ; qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T4D0 ; qudt:hasQuantityKind quantitykind:Permittivity ; qudt:iec61360Code "0112/2///62720#UAA931" ; @@ -25449,7 +26125,7 @@ unit:PicoGM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplier 1.0e-15 ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:Mass ; qudt:prefix prefix:Pico ; @@ -25465,7 +26141,7 @@ unit:PicoGM-PER-GM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplier 1.0e-12 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:MassRatio ; qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; @@ -25482,7 +26158,7 @@ unit:PicoGM-PER-KiloGM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplier 1.0e-15 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:MassRatio ; qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; @@ -25499,8 +26175,9 @@ unit:PicoGM-PER-L qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplier 1.0e-12 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:symbol "pg/L" ; qudt:ucumCode "pg.L-1"^^qudt:UCUMcs ; @@ -25514,8 +26191,9 @@ unit:PicoGM-PER-MilliL qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplier 1.0e-09 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassConcentration ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:symbol "pg/mL" ; @@ -25529,7 +26207,7 @@ unit:PicoH qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplier 1.0e-12 ; qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:Inductance ; qudt:iec61360Code "0112/2///62720#UAA932" ; @@ -25541,6 +26219,22 @@ unit:PicoH rdfs:isDefinedBy ; rdfs:label "Picohenry"@en ; . +unit:PicoKAT-PER-L + a qudt:DerivedUnit ; + a 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.000000000000001 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:symbol "pkat/L" ; + qudt:ucumCode "pkat/L"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picokatal Per Liter"@en-us ; + rdfs:label "Picokatal Per Litre"@en ; +. unit:PicoL a qudt:Unit ; dcterms:description "0.000000000001-fold of the unit litre"^^rdf:HTML ; @@ -25548,7 +26242,7 @@ unit:PicoL qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplier 1.0e-15 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Volume ; qudt:plainTextDescription "0.000000000001-fold of the unit litre" ; @@ -25566,7 +26260,7 @@ unit:PicoM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplier 1.0e-12 ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Length ; qudt:iec61360Code "0112/2///62720#UAA949" ; @@ -25593,7 +26287,7 @@ unit:PicoMOL unit:PicoMOL-PER-KiloGM a qudt:Unit ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplier 1.0e-12 ; qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitMass ; qudt:symbol "pmol/kg" ; @@ -25604,8 +26298,9 @@ unit:PicoMOL-PER-KiloGM unit:PicoMOL-PER-L a qudt:Unit ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplier 1.0e-09 ; qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstanceConcentration ; qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitVolume ; qudt:hasQuantityKind quantitykind:Solubility_Water ; qudt:symbol "pmol/L" ; @@ -25617,8 +26312,9 @@ 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.0000000000000115740740740741 ; + qudt:conversionMultiplier 1.15740740740741e-14 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "pmol/day" ; qudt:ucumCode "pmol.L-1.d-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -25628,8 +26324,9 @@ 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.000000000000277777777777778 ; + qudt:conversionMultiplier 2.77777777777778e-13 ; qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "pmol/(L⋅hr)" ; qudt:ucumCode "pmol.L-1.h-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -25638,8 +26335,9 @@ unit:PicoMOL-PER-L-HR unit:PicoMOL-PER-M-W-SEC a qudt:Unit ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplier 1.0e-12 ; qudt:hasDimensionVector qkdv:A1E0L-3I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "pmol/(m⋅W⋅s)" ; qudt:ucumCode "pmol.m-1.W-1.s-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -25648,8 +26346,9 @@ unit:PicoMOL-PER-M-W-SEC unit:PicoMOL-PER-M2-DAY a qudt:Unit ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.0000000000000000115740740740741 ; + qudt:conversionMultiplier 1.15740740740741e-17 ; qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "pmol/(m²⋅day)" ; qudt:ucumCode "pmol.m-2.d-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -25658,8 +26357,9 @@ unit:PicoMOL-PER-M2-DAY unit:PicoMOL-PER-M3 a qudt:Unit ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplier 1.0e-12 ; qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstanceConcentration ; qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitVolume ; qudt:hasQuantityKind quantitykind:Solubility_Water ; qudt:symbol "pmol/m³" ; @@ -25670,8 +26370,9 @@ unit:PicoMOL-PER-M3 unit:PicoMOL-PER-M3-SEC a qudt:Unit ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplier 1.0e-12 ; qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "pmol/(m³⋅s)" ; qudt:ucumCode "pmol.m-3.s-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -25702,7 +26403,7 @@ unit:PicoPA-PER-KiloM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplier 1.0e-15 ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:EnergyPerArea ; qudt:hasQuantityKind quantitykind:ForcePerLength ; @@ -25735,7 +26436,7 @@ unit:PicoS-PER-M qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplier 1.0e-12 ; qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; qudt:hasQuantityKind quantitykind:Conductivity ; qudt:iec61360Code "0112/2///62720#UAA934" ; @@ -25756,7 +26457,7 @@ unit:PicoSEC qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:SI ; qudt:applicableSystem sou:USCS ; - qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplier 1.0e-12 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:Time ; qudt:iec61360Code "0112/2///62720#UAA950" ; @@ -25776,7 +26477,7 @@ unit:PicoW qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplier 1.0e-12 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; qudt:hasQuantityKind quantitykind:ActivePower ; qudt:hasQuantityKind quantitykind:Power ; @@ -25796,8 +26497,9 @@ unit:PicoW-PER-CentiM2-L qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplier 1.0e-05 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "pW/(cm²⋅L)" ; qudt:ucumCode "pW.cm-2.L-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -25810,7 +26512,7 @@ unit:PicoW-PER-M2 qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplier 1.0e-12 ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; qudt:hasQuantityKind quantitykind:PowerPerArea ; qudt:iec61360Code "0112/2///62720#UAA936" ; @@ -25825,7 +26527,7 @@ unit:PicoW-PER-M2 unit:PlanckArea a qudt:Unit ; qudt:applicableSystem sou:PLANCK ; - qudt:conversionMultiplier "0.000000000000000000000000000000000000000000000000000000000000000000000261223"^^xsd:double ; + qudt:conversionMultiplier 2.61223e-71 ; qudt:derivedUnitOfSystem sou:PLANCK ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Area ; @@ -25837,7 +26539,7 @@ 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:conversionMultiplier 1.87554587e-18 ; qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:ElectricCharge ; qudt:informativeReference "https://en.wikipedia.org/wiki/Planck_units"^^xsd:anyURI ; @@ -25850,7 +26552,7 @@ 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:conversionMultiplier 3.4789e25 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_current"^^xsd:anyURI ; qudt:derivedUnitOfSystem sou:PLANCK ; qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; @@ -25863,7 +26565,7 @@ unit:PlanckCurrent unit:PlanckCurrentDensity a qudt:Unit ; qudt:applicableSystem sou:PLANCK ; - qudt:conversionMultiplier "133177400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000.0"^^xsd:double ; + qudt:conversionMultiplier 1.331774e95 ; qudt:derivedUnitOfSystem sou:PLANCK ; qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:ElectricCurrentDensity ; @@ -25875,11 +26577,12 @@ 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"^^xsd:double ; + qudt:conversionMultiplier 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 "http://en.wikipedia.org/wiki/Planck_density?oldid=493642128"^^xsd:anyURI ; qudt:symbol "planckdensity" ; rdfs:isDefinedBy ; @@ -25889,7 +26592,7 @@ 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:conversionMultiplier 1.9561e09 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_energy"^^xsd:anyURI ; qudt:derivedUnitOfSystem sou:PLANCK ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; @@ -25904,7 +26607,7 @@ 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:conversionMultiplier 1.21027e44 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_force"^^xsd:anyURI ; qudt:derivedUnitOfSystem sou:PLANCK ; qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; @@ -25917,7 +26620,7 @@ unit:PlanckForce unit:PlanckFrequency a qudt:Unit ; qudt:applicableSystem sou:PLANCK ; - qudt:conversionMultiplier 18548700000000000000000000000000000000000000.0 ; + qudt:conversionMultiplier 1.85487e43 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_angular_frequency"^^xsd:anyURI ; qudt:derivedUnitOfSystem sou:PLANCK ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; @@ -25929,7 +26632,7 @@ unit:PlanckFrequency . unit:PlanckFrequency_Ang a qudt:Unit ; - qudt:conversionMultiplier 18548700000000000000000000000000000000000000.0 ; + qudt:conversionMultiplier 1.8548e43 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_angular_frequency"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:AngularVelocity ; @@ -25955,7 +26658,7 @@ 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:conversionMultiplier 1.616252e-35 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_length"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Length ; @@ -25971,7 +26674,7 @@ 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:conversionMultiplier 2.17644e-08 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_mass"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:Mass ; @@ -25992,6 +26695,7 @@ unit:PlanckMomentum qudt:derivedUnitOfSystem sou:PLANCK ; qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:LinearMomentum ; + qudt:hasQuantityKind quantitykind:Momentum ; qudt:informativeReference "http://en.wikipedia.org/wiki/Planck_momentum?oldid=493644981"^^xsd:anyURI ; qudt:symbol "planckmomentum" ; rdfs:isDefinedBy ; @@ -26001,7 +26705,7 @@ 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:conversionMultiplier 3.62831e52 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_power"^^xsd:anyURI ; qudt:derivedUnitOfSystem sou:PLANCK ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; @@ -26015,7 +26719,7 @@ unit:PlanckPower unit:PlanckPressure a qudt:Unit ; qudt:applicableSystem sou:PLANCK ; - qudt:conversionMultiplier "463309000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000.0"^^xsd:double ; + qudt:conversionMultiplier 4.63309e113 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_pressure"^^xsd:anyURI ; qudt:derivedUnitOfSystem sou:PLANCK ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; @@ -26029,7 +26733,7 @@ unit:PlanckPressure unit:PlanckTemperature a qudt:Unit ; qudt:applicableSystem sou:PLANCK ; - qudt:conversionMultiplier 141678400000000000000000000000000.0 ; + qudt:conversionMultiplier 1.416784e32 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; qudt:hasQuantityKind quantitykind:BoilingPoint ; qudt:hasQuantityKind quantitykind:FlashPoint ; @@ -26045,7 +26749,7 @@ 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. \\( \\\\ 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:conversionMultiplier 5.39124e-49 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_time"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:Time ; @@ -26059,10 +26763,13 @@ unit:PlanckTime unit:PlanckVolt a qudt:Unit ; qudt:applicableSystem sou:PLANCK ; - qudt:conversionMultiplier 1042950000000000000000000000.0 ; + qudt:conversionMultiplier 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:symbol "Vₚ" ; rdfs:isDefinedBy ; rdfs:label "Planck Volt"@en ; @@ -26070,7 +26777,7 @@ unit:PlanckVolt unit:PlanckVolume a qudt:Unit ; qudt:applicableSystem sou:PLANCK ; - qudt:conversionMultiplier "0.00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000422419"^^xsd:double ; + qudt:conversionMultiplier 4.22419e-105 ; qudt:derivedUnitOfSystem sou:PLANCK ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:Volume ; @@ -26097,9 +26804,10 @@ 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.0000000131542 ; + qudt:conversionMultiplier 1.31542e-08 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA710" ; 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}/day" ; @@ -26112,9 +26820,10 @@ 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.0000003157007 ; + qudt:conversionMultiplier 3.157007e-07 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA711" ; 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}/hr" ; @@ -26127,9 +26836,10 @@ 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.00001894205 ; + qudt:conversionMultiplier 1.894205e-05 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA712" ; 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" ; @@ -26145,6 +26855,7 @@ unit:QT_UK-PER-SEC qudt:conversionMultiplier 0.0011365225 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA713" ; 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" ; @@ -26172,9 +26883,10 @@ 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.00000001095316 ; + qudt:conversionMultiplier 1.095316e-08 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA714" ; 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}/day" ; @@ -26187,9 +26899,10 @@ 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.000000262875833 ; + qudt:conversionMultiplier 2.62875833e-07 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA715" ; 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}/hr" ; @@ -26202,9 +26915,10 @@ 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.00001577255 ; + qudt:conversionMultiplier 1.577255e-05 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA716" ; 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}/min" ; @@ -26217,9 +26931,10 @@ 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.000946353 ; + qudt:conversionMultiplier 9.46353e-04 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAA717" ; 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}/s" ; @@ -26246,7 +26961,7 @@ unit:QUAD a qudt:Unit ; dcterms:description "A quad is a unit of energy equal to \\(10 BTU\\), or \\(1.055 \\times \\SI{10}{\\joule}\\), which is \\(1.055 exajoule\\) or \\(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 or five times the energy of the Tsar Bomba nuclear test."^^qudt:LatexString ; qudt:applicableSystem sou:CGS ; - qudt:conversionMultiplier 1055000000000000000.0 ; + qudt:conversionMultiplier 1.055e18 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Quad"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:Energy ; @@ -26279,7 +26994,7 @@ unit:R qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000258 ; + qudt:conversionMultiplier 2.58e-04 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Roentgen"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ; qudt:hasQuantityKind quantitykind:ElectricChargePerMass ; @@ -26304,9 +27019,10 @@ unit:RAD qudt:dbpediaMatch "http://dbpedia.org/resource/Radian"^^xsd:anyURI ; qudt:definedUnitOfSystem sou:SI ; qudt:exactMatch unit:MilliARCSEC ; - qudt:guidance "

See NIST section SP811 section7.10

"^^rdf:HTML ; + qudt:guidance ""^^rdf:HTML ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:Angle ; + qudt:hasQuantityKind quantitykind:PlaneAngle ; qudt:iec61360Code "0112/2///62720#UAA966" ; qudt:informativeReference "http://en.wikipedia.org/wiki/Radian?oldid=492309312"^^xsd:anyURI ; qudt:omUnit ; @@ -26340,7 +27056,6 @@ unit:RAD rdfs:label "वर्ग मीटर"@hi ; rdfs:label "ラジアン"@ja ; rdfs:label "弧度"@zh ; - owl:sameAs unit:MilliARCSEC ; . unit:RAD-M2-PER-KiloGM a qudt:Unit ; @@ -26544,6 +27259,7 @@ unit:REM qudt:conversionMultiplier 0.01 ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; qudt:hasQuantityKind quantitykind:DoseEquivalent ; + qudt:iec61360Code "0112/2///62720#UAA971" ; qudt:informativeReference "http://en.wikipedia.org/wiki/Roentgen_equivalent_man"^^xsd:anyURI ; qudt:omUnit ; qudt:symbol "rem" ; @@ -26567,6 +27283,7 @@ unit:REV 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 "http://en.wikipedia.org/wiki/Revolution?oldid=494110330"^^xsd:anyURI ; qudt:omUnit ; @@ -26730,7 +27447,6 @@ unit:S rdfs:label "सीमैन्स"@hi ; rdfs:label "ジーメンス"@ja ; rdfs:label "西门子"@zh ; - owl:sameAs unit:MHO ; . unit:S-M2-PER-MOL a qudt:Unit ; @@ -26807,6 +27523,7 @@ unit:S-PER-M unit:SAMPLE-PER-SEC a qudt:Unit ; dcterms:description "The number of discrete samples of some thing per second."^^rdf:HTML ; + qudt:conversionMultiplier 1.0 ; qudt:expression "\\(sample-per-sec\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:Frequency ; @@ -26889,6 +27606,7 @@ unit:SEC-PER-M qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "s/m" ; qudt:ucumCode "s.m-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -26937,7 +27655,7 @@ unit:SEC2 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:conversionMultiplier 1.0e-08 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Shake"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:Time ; @@ -27010,7 +27728,7 @@ 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.00016891087963 ; + qudt:conversionMultiplier 1.6891087963e-04 ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:MassFlowRate ; qudt:iec61360Code "0112/2///62720#UAA979" ; @@ -27043,6 +27761,7 @@ unit:SLUG-PER-FT-SEC qudt:expression "\\(slug/(ft-s)\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; qudt:iec61360Code "0112/2///62720#UAA980" ; qudt:symbol "slug/(ft⋅s)" ; qudt:uneceCommonCode "L64" ; @@ -27071,6 +27790,7 @@ unit:SLUG-PER-FT3 qudt:expression "\\(slug/ft^{3}\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; qudt:iec61360Code "0112/2///62720#UAA981" ; qudt:symbol "slug/ft³" ; qudt:uneceCommonCode "L65" ; @@ -27319,7 +28039,7 @@ unit:S_Ab 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:conversionMultiplier 1.0e09 ; qudt:derivedUnitOfSystem sou:CGS-EMU ; qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; qudt:hasQuantityKind quantitykind:ElectricConductivity ; @@ -27334,7 +28054,7 @@ unit:S_Stat a 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:conversionMultiplier 1.1126500561e-12 ; qudt:derivedUnitOfSystem sou:CGS-ESU ; qudt:exactMatch unit:MHO_Stat ; qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; @@ -27345,13 +28065,12 @@ unit:S_Stat qudt:symbol "statS" ; rdfs:isDefinedBy ; rdfs:label "Statsiemens"@en ; - owl:sameAs unit:MHO_Stat ; 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:conversionMultiplier 1.988435e30 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Solar_mass"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:Mass ; @@ -27468,7 +28187,7 @@ unit:TBSP 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:conversionMultiplier 1.47867656e-05 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Tablespoon"^^xsd:anyURI ; qudt:definedUnitOfSystem sou:IMPERIAL ; qudt:definedUnitOfSystem sou:USCS ; @@ -27490,8 +28209,8 @@ unit:TBSP unit:TEX a qudt:DerivedUnit ; a qudt:Unit ; - dcterms:description "

\\textit{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 ; + dcterms:description ""^^rdf:HTML ; + qudt:conversionMultiplier 1.0e-06 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Tex"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:MassPerLength ; @@ -27519,7 +28238,7 @@ unit:THM_US a qudt:Unit ; dcterms:description "\\(\\textbf{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:conversionMultiplier 1.054804e08 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:Energy ; qudt:hasQuantityKind quantitykind:ThermalEnergy ; @@ -27549,9 +28268,9 @@ unit:THM_US-PER-HR . 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 ; + dcterms:description ""^^rdf:HTML ; qudt:applicableSystem sou:USCS ; - qudt:conversionMultiplier 41868000000.0 ; + qudt:conversionMultiplier 4.1868e10 ; qudt:definedUnitOfSystem sou:USCS ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:Energy ; @@ -27578,7 +28297,6 @@ unit:TONNE qudt:uneceCommonCode "TNE" ; rdfs:isDefinedBy ; rdfs:label "Tonne"@en ; - owl:sameAs unit:TON_Metric ; . unit:TONNE-PER-DAY a qudt:Unit ; @@ -27598,7 +28316,6 @@ unit:TONNE-PER-DAY qudt:uneceCommonCode "L71" ; rdfs:isDefinedBy ; rdfs:label "Tonne Per Day"@en ; - owl:sameAs unit:TON_Metric-PER-DAY ; . unit:TONNE-PER-HA a qudt:DerivedUnit ; @@ -27618,7 +28335,6 @@ unit:TONNE-PER-HA qudt:ucumCode "t.har-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; rdfs:label "tonne per hectare"@en ; - owl:sameAs unit:TON_Metric-PER-HA ; . unit:TONNE-PER-HA-YR a qudt:DerivedUnit ; @@ -27628,7 +28344,7 @@ unit:TONNE-PER-HA-YR qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.00000000317 ; + qudt:conversionMultiplier 3.17e-09 ; qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; 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." ; @@ -27655,7 +28371,6 @@ unit:TONNE-PER-HR qudt:uneceCommonCode "E18" ; rdfs:isDefinedBy ; rdfs:label "Tonne Per Hour"@en ; - owl:sameAs unit:TON_Metric-PER-HR ; . unit:TONNE-PER-M3 a qudt:Unit ; @@ -27667,6 +28382,7 @@ unit:TONNE-PER-M3 qudt:conversionMultiplier 1000.0 ; qudt:exactMatch unit:TON_Metric-PER-M3 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:iec61360Code "0112/2///62720#UAA997" ; qudt:plainTextDescription "unit tonne divided by the power of the SI base unit metre with the exponent 3" ; @@ -27676,7 +28392,6 @@ unit:TONNE-PER-M3 rdfs:isDefinedBy ; rdfs:label "Tonne Per Cubic Meter"@en-us ; rdfs:label "Tonne Per Cubic Metre"@en ; - owl:sameAs unit:TON_Metric-PER-M3 ; . unit:TONNE-PER-MIN a qudt:Unit ; @@ -27696,7 +28411,6 @@ unit:TONNE-PER-MIN qudt:uneceCommonCode "L78" ; rdfs:isDefinedBy ; rdfs:label "Tonne Per Minute"@en ; - owl:sameAs unit:TON_Metric-PER-MIN ; . unit:TONNE-PER-SEC a qudt:Unit ; @@ -27716,7 +28430,6 @@ unit:TONNE-PER-SEC qudt:uneceCommonCode "L81" ; rdfs:isDefinedBy ; rdfs:label "Tonne Per Second"@en ; - owl:sameAs unit:TON_Metric-PER-SEC ; . unit:TON_Assay a qudt:Unit ; @@ -27732,7 +28445,7 @@ unit:TON_Assay . unit:TON_FG a qudt:Unit ; - dcterms:description "12000 btu per hour

"^^rdf:HTML ; + dcterms:description ""^^rdf:HTML ; qudt:applicableSystem sou:USCS ; qudt:conversionMultiplier 3516.853 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Ton_of_refrigeration"^^xsd:anyURI ; @@ -27749,7 +28462,7 @@ unit:TON_FG . unit:TON_FG-HR a qudt:Unit ; - dcterms:description "12000 btu

"^^rdf:HTML ; + dcterms:description ""^^rdf:HTML ; qudt:applicableSystem sou:USCS ; qudt:conversionMultiplier 12660670.2 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Ton_of_refrigeration"^^xsd:anyURI ; @@ -27777,8 +28490,7 @@ unit:TON_F_US . 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 ; + dcterms:description ""^^rdf:HTML ; qudt:applicableSystem sou:IMPERIAL ; qudt:conversionMultiplier 1016.0469088 ; qudt:definedUnitOfSystem sou:IMPERIAL ; @@ -27791,7 +28503,6 @@ unit:TON_LONG qudt:uneceCommonCode "LTN" ; rdfs:isDefinedBy ; rdfs:label "Long Ton"@en ; - owl:sameAs unit:TON_UK ; . unit:TON_LONG-PER-YD3 a qudt:Unit ; @@ -27803,12 +28514,12 @@ unit:TON_LONG-PER-YD3 qudt:expression "\\(ton/yd^3\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; qudt:symbol "t{long}/yd³" ; qudt:ucumCode "[lton_av]/[cyd_i]"^^qudt:UCUMcs ; qudt:uneceCommonCode "L92" ; rdfs:isDefinedBy ; rdfs:label "Long Ton per Cubic Yard"@en ; - owl:sameAs unit:TON_UK-PER-YD3 ; . unit:TON_Metric a qudt:Unit ; @@ -27829,7 +28540,6 @@ unit:TON_Metric qudt:uneceCommonCode "TNE" ; rdfs:isDefinedBy ; rdfs:label "Metric Ton"@en ; - owl:sameAs unit:TONNE ; skos:altLabel "metric-tonne" ; . unit:TON_Metric-PER-DAY @@ -27850,7 +28560,6 @@ unit:TON_Metric-PER-DAY qudt:uneceCommonCode "L71" ; rdfs:isDefinedBy ; rdfs:label "Tonne Per Day"@en ; - owl:sameAs unit:TONNE-PER-DAY ; . unit:TON_Metric-PER-HA a qudt:DerivedUnit ; @@ -27870,7 +28579,6 @@ unit:TON_Metric-PER-HA qudt:ucumCode "t.har-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; rdfs:label "metric tonne per hectare"@en ; - owl:sameAs unit:TONNE-PER-HA ; . unit:TON_Metric-PER-HR a qudt:Unit ; @@ -27890,7 +28598,6 @@ unit:TON_Metric-PER-HR qudt:uneceCommonCode "E18" ; rdfs:isDefinedBy ; rdfs:label "Tonne Per Hour"@en ; - owl:sameAs unit:TONNE-PER-HR ; . unit:TON_Metric-PER-M3 a qudt:Unit ; @@ -27902,6 +28609,7 @@ unit:TON_Metric-PER-M3 qudt:conversionMultiplier 1000.0 ; qudt:exactMatch unit:TONNE-PER-M3 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:iec61360Code "0112/2///62720#UAA997" ; qudt:plainTextDescription "unit tonne divided by the power of the SI base unit metre with the exponent 3" ; @@ -27911,7 +28619,6 @@ unit:TON_Metric-PER-M3 rdfs:isDefinedBy ; rdfs:label "Tonne Per Cubic Meter"@en-us ; rdfs:label "Tonne Per Cubic Metre"@en ; - owl:sameAs unit:TONNE-PER-M3 ; . unit:TON_Metric-PER-MIN a qudt:Unit ; @@ -27931,7 +28638,6 @@ unit:TON_Metric-PER-MIN qudt:uneceCommonCode "L78" ; rdfs:isDefinedBy ; rdfs:label "Tonne Per Minute"@en ; - owl:sameAs unit:TONNE-PER-MIN ; . unit:TON_Metric-PER-SEC a qudt:Unit ; @@ -27951,7 +28657,6 @@ unit:TON_Metric-PER-SEC qudt:uneceCommonCode "L81" ; rdfs:isDefinedBy ; rdfs:label "Tonne Per Second (metric Ton)"@en ; - owl:sameAs unit:TONNE-PER-SEC ; . unit:TON_SHIPPING_US a qudt:Unit ; @@ -27983,7 +28688,6 @@ unit:TON_SHORT qudt:uneceCommonCode "STN" ; rdfs:isDefinedBy ; rdfs:label "Short Ton"@en ; - owl:sameAs unit:TON_US ; . unit:TON_SHORT-PER-HR a qudt:Unit ; @@ -28003,7 +28707,6 @@ unit:TON_SHORT-PER-HR qudt:ucumCode "[ston_av].h-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; rdfs:label "Short Ton per Hour"@en ; - owl:sameAs unit:TON_US-PER-HR ; . unit:TON_SHORT-PER-YD3 a qudt:Unit ; @@ -28017,11 +28720,11 @@ unit:TON_SHORT-PER-YD3 qudt:expression "\\(ton/yd^3\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; qudt:symbol "ton{short}/yd³" ; qudt:ucumCode "[ston_av].[cyd_i]-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; rdfs:label "Short Ton per Cubic Yard"@en ; - owl:sameAs unit:TON_US-PER-YD3 ; . unit:TON_UK a qudt:Unit ; @@ -28031,16 +28734,13 @@ unit:TON_UK qudt:exactMatch unit:TON_LONG ; qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; qudt:hasQuantityKind quantitykind:Mass ; - qudt:iec61360Code "0112/2///62720#UAB008" ; qudt:iec61360Code "0112/2///62720#UAB009" ; - qudt:plainTextDescription "traditional Imperial unit for mass of cargo, especially in the shipping sector" ; + qudt:plainTextDescription "unit of the mass according to the Imperial system of units" ; qudt:symbol "ton{UK}" ; qudt:ucumCode "[lton_av]"^^qudt:UCUMcs ; - qudt:uneceCommonCode "L84" ; qudt:uneceCommonCode "LTN" ; rdfs:isDefinedBy ; rdfs:label "Ton (UK)"@en ; - owl:sameAs unit:TON_LONG ; . unit:TON_UK-PER-DAY a qudt:Unit ; @@ -28064,6 +28764,7 @@ unit:TON_UK-PER-YD3 qudt:conversionMultiplier 1328.8778292234224 ; qudt:exactMatch unit:TON_LONG-PER-YD3 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:iec61360Code "0112/2///62720#UAB018" ; qudt:plainTextDescription "unit of the density according the Imperial system of units" ; @@ -28071,7 +28772,6 @@ unit:TON_UK-PER-YD3 qudt:ucumCode "[lton_av].[cyd_i]-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; rdfs:label "Long Ton (UK) Per Cubic Yard"@en ; - owl:sameAs unit:TON_LONG-PER-YD3 ; . unit:TON_US a qudt:Unit ; @@ -28088,7 +28788,6 @@ unit:TON_US qudt:uneceCommonCode "STN" ; rdfs:isDefinedBy ; rdfs:label "Ton (US)"@en ; - owl:sameAs unit:TON_SHORT ; . unit:TON_US-PER-DAY a qudt:Unit ; @@ -28122,7 +28821,6 @@ unit:TON_US-PER-HR qudt:uneceCommonCode "E18" ; rdfs:isDefinedBy ; rdfs:label "Ton (US) Per Hour"@en ; - owl:sameAs unit:TON_SHORT-PER-HR ; . unit:TON_US-PER-YD3 a qudt:Unit ; @@ -28131,6 +28829,7 @@ unit:TON_US-PER-YD3 qudt:conversionMultiplier 1186.3112117181538 ; qudt:exactMatch unit:TON_SHORT-PER-YD3 ; qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; qudt:hasQuantityKind quantitykind:MassDensity ; qudt:iec61360Code "0112/2///62720#UAB020" ; qudt:plainTextDescription "unit of the density according to the Anglo-American system of units" ; @@ -28139,7 +28838,6 @@ unit:TON_US-PER-YD3 qudt:uneceCommonCode "L93" ; rdfs:isDefinedBy ; rdfs:label "Short Ton (US) Per Cubic Yard"@en ; - owl:sameAs unit:TON_SHORT-PER-YD3 ; . unit:TORR a qudt:Unit ; @@ -28162,7 +28860,7 @@ unit:TSP 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:conversionMultiplier 4.92892187e-06 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Teaspoon"^^xsd:anyURI ; qudt:definedUnitOfSystem sou:IMPERIAL ; qudt:definedUnitOfSystem sou:USCS ; @@ -28193,8 +28891,6 @@ unit:T_Ab qudt:symbol "abT" ; rdfs:isDefinedBy ; rdfs:label "Abtesla"@en ; - owl:sameAs unit:GAUSS ; - owl:sameAs unit:Gs ; . unit:TebiBYTE a qudt:CountingUnit ; @@ -28208,7 +28904,7 @@ unit:TebiBYTE qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 6096987078286.4836024230149744713 ; + qudt:conversionMultiplier 6.0969870782864836024230149744713e12 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Tebibyte"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:InformationEntropy ; @@ -28231,7 +28927,7 @@ unit:TeraBYTE qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 5545177444479.5624753378569716654 ; + qudt:conversionMultiplier 5.5451774444795624753378569716654e12 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Terabyte"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:InformationEntropy ; @@ -28253,7 +28949,7 @@ unit:TeraC qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000000000.0 ; + qudt:conversionMultiplier 1.0e12 ; qudt:derivedUnitOfSystem sou:SI ; qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:ElectricCharge ; @@ -28273,11 +28969,11 @@ unit:TeraHZ qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:SI ; qudt:applicableSystem sou:USCS ; - qudt:conversionMultiplier 1000000000000.0 ; + qudt:conversionMultiplier 1.0e12 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:Frequency ; qudt:iec61360Code "0112/2///62720#UAA287" ; - qudt:plainTextDescription "1 000 000 000 000-fold of the SI derived unit hertz" ; + qudt:plainTextDescription "1,000,000,000,000-fold of the SI derived unit hertz" ; qudt:prefix prefix:Tera ; qudt:symbol "THz" ; qudt:ucumCode "THz"^^qudt:UCUMcs ; @@ -28292,11 +28988,11 @@ unit:TeraJ qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000000000.0 ; + qudt:conversionMultiplier 1.0e12 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:Energy ; qudt:iec61360Code "0112/2///62720#UAA288" ; - qudt:plainTextDescription "1 000 000 000 000-fold of the SI derived unit joule" ; + qudt:plainTextDescription "1,000,000,000,000-fold of the SI derived unit joule" ; qudt:prefix prefix:Tera ; qudt:symbol "TJ" ; qudt:ucumCode "TJ"^^qudt:UCUMcs ; @@ -28311,7 +29007,7 @@ unit:TeraOHM qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000000000.0 ; + qudt:conversionMultiplier 1.0e12 ; qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; qudt:hasQuantityKind quantitykind:Resistance ; qudt:iec61360Code "0112/2///62720#UAA286" ; @@ -28331,7 +29027,7 @@ unit:TeraW qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000000000.0 ; + qudt:conversionMultiplier 1.0e12 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; qudt:hasQuantityKind quantitykind:ActivePower ; qudt:hasQuantityKind quantitykind:Power ; @@ -28351,7 +29047,7 @@ unit:TeraW-HR qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 3600000000000000.0 ; + qudt:conversionMultiplier 3.60e15 ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:Energy ; qudt:iec61360Code "0112/2///62720#UAA290" ; @@ -28366,7 +29062,7 @@ 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:conversionMultiplier 4.1840e09 ; qudt:expression "\\(t/lbf\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:Energy ; @@ -28378,7 +29074,7 @@ unit:TonEnergy 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:conversionMultiplier 1.66053878283e-27 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Atomic_mass_unit"^^xsd:anyURI ; qudt:exactMatch unit:AMU ; qudt:exactMatch unit:Da ; @@ -28392,8 +29088,6 @@ unit:U qudt:uneceCommonCode "D43" ; rdfs:isDefinedBy ; rdfs:label "Unified Atomic Mass Unit"@en ; - owl:sameAs unit:AMU ; - owl:sameAs unit:Da ; . unit:UNITLESS a qudt:CountingUnit ; @@ -28410,7 +29104,7 @@ unit:UNITLESS qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:Absorptance ; qudt:hasQuantityKind quantitykind:ActivityCoefficient ; - qudt:hasQuantityKind quantitykind:AmountOfSubstanceFractionOfB ; + qudt:hasQuantityKind quantitykind:AmountOfSubstanceFraction ; qudt:hasQuantityKind quantitykind:AtomScatteringFactor ; qudt:hasQuantityKind quantitykind:AverageLogarithmicEnergyDecrement ; qudt:hasQuantityKind quantitykind:BindingFraction ; @@ -28473,7 +29167,6 @@ unit:UNITLESS qudt:hasQuantityKind quantitykind:RadianceFactor ; qudt:hasQuantityKind quantitykind:RatioOfSpecificHeatCapacities ; qudt:hasQuantityKind quantitykind:Reactivity ; - qudt:hasQuantityKind quantitykind:Refectance ; qudt:hasQuantityKind quantitykind:Reflectance ; qudt:hasQuantityKind quantitykind:ReflectanceFactor ; qudt:hasQuantityKind quantitykind:RefractiveIndex ; @@ -28490,7 +29183,6 @@ unit:UNITLESS qudt:hasQuantityKind quantitykind:ThermalDiffusionRatio ; qudt:hasQuantityKind quantitykind:ThermalUtilizationFactor ; qudt:hasQuantityKind quantitykind:TotalIonization ; - qudt:hasQuantityKind quantitykind:Transmittance ; qudt:hasQuantityKind quantitykind:TransmittanceDensity ; qudt:hasQuantityKind quantitykind:Turns ; qudt:symbol "一" ; @@ -28498,11 +29190,19 @@ unit:UNITLESS rdfs:isDefinedBy ; rdfs:label "Unitless"@en ; . +unit:UNKNOWN + a qudt:Unit ; + dcterms:description "Placeholder unit for abstract quantities" ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:hasQuantityKind quantitykind:Unknown ; + rdfs:isDefinedBy ; + 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:conversionMultiplier 1.256637e-07 ; qudt:expression "\\(U/nWb\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-2D0 ; qudt:hasQuantityKind quantitykind:MagneticFlux ; @@ -28523,7 +29223,10 @@ unit:V qudt:conversionMultiplier 1.0 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Volt"^^xsd:anyURI ; 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#UAA296" ; qudt:informativeReference "http://en.wikipedia.org/wiki/Volt?oldid=494812083"^^xsd:anyURI ; qudt:latexDefinition "\\(\\text{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 ; @@ -28751,7 +29454,7 @@ unit:V-PER-MicroSEC qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplier 1.0e06 ; qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-4D0 ; qudt:hasQuantityKind quantitykind:PowerPerElectricCharge ; qudt:iec61360Code "0112/2///62720#UAA297" ; @@ -28840,11 +29543,14 @@ unit:V_Ab 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:conversionMultiplier 1.0e-08 ; 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://en.wikipedia.org/wiki/Abvolt?oldid=477198646"^^xsd:anyURI ; qudt:informativeReference "http://www.lexic.us/definition-of/abvolt"^^xsd:anyURI ; qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-27"^^xsd:anyURI ; @@ -28859,7 +29565,7 @@ unit:V_Ab-PER-CentiM 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:conversionMultiplier 1.0e-06 ; qudt:derivedUnitOfSystem sou:CGS-EMU ; qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; qudt:hasQuantityKind quantitykind:ElectricField ; @@ -28876,7 +29582,7 @@ unit:V_Ab-SEC 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:conversionMultiplier 1.0e-08 ; qudt:derivedUnitOfSystem sou:CGS-EMU ; qudt:expression "\\(abv-sec\\)"^^qudt:LatexString ; qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-2D0 ; @@ -28896,7 +29602,10 @@ unit:V_Stat 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 "http://en.wikipedia.org/wiki/Statvolt"^^xsd:anyURI ; qudt:informativeReference "http://en.wikipedia.org/wiki/Statvolt?oldid=491769750"^^xsd:anyURI ; qudt:omUnit ; @@ -29036,6 +29745,7 @@ unit:W-M-PER-M2-SR qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "W⋅m/m²⋅sr" ; qudt:ucumCode "W.m-2.m.sr-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -29101,6 +29811,25 @@ unit:W-PER-FT2 rdfs:isDefinedBy ; 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:exactMatch unit:MilliW-PER-MilliGM ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + 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 ; + qudt:ucumCode "W/g"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Watt per Gram"@en ; +. 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 ; @@ -29142,6 +29871,7 @@ unit:W-PER-KiloGM qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; qudt:iec61360Code "0112/2///62720#UAA316" ; qudt:plainTextDescription "SI derived unit watt divided by the SI base unit kilogram" ; qudt:symbol "W/kg" ; @@ -29159,6 +29889,7 @@ unit:W-PER-M qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "W/m" ; qudt:ucumCode "W.m-1"^^qudt:UCUMcs ; qudt:uneceCommonCode "H74" ; @@ -29272,6 +30003,7 @@ unit:W-PER-M2-M qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "W/m²⋅m" ; qudt:ucumCode "W.m-2.m-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -29285,6 +30017,7 @@ unit:W-PER-M2-M-SR qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1.0 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "W/m²⋅m⋅sr" ; qudt:ucumCode "W.m-2.m-1.sr-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -29296,8 +30029,9 @@ unit:W-PER-M2-NanoM qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplier 1.0e09 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "W/m²⋅nm" ; qudt:ucumCode "W.m-2.nm-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -29309,8 +30043,9 @@ unit:W-PER-M2-NanoM-SR qudt:applicableSystem sou:CGS-EMU ; qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplier 1.0e09 ; qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; qudt:symbol "W/m²⋅nm⋅sr" ; qudt:ucumCode "W.m-2.nm-1.sr-1"^^qudt:UCUMcs ; rdfs:isDefinedBy ; @@ -29495,7 +30230,6 @@ unit:WB-M rdfs:isDefinedBy ; rdfs:label "Weber Meter"@en-us ; rdfs:label "Weber Metre"@en ; - owl:sameAs unit:N-M2-PER-A ; . unit:WB-PER-M a qudt:Unit ; @@ -29558,7 +30292,7 @@ unit:WK qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:SI ; qudt:applicableSystem sou:USCS ; - qudt:conversionMultiplier 604800.0 ; + qudt:conversionMultiplier 6.0480e05 ; qudt:dbpediaMatch "http://dbpedia.org/resource/Week"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:Time ; @@ -29652,9 +30386,10 @@ unit:YD3-PER-DAY 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.00000884901456 ; + qudt:conversionMultiplier 8.84901456e-06 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAB037" ; 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³/day" ; @@ -29687,6 +30422,7 @@ unit:YD3-PER-HR qudt:conversionMultiplier 0.00021237634944 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAB038" ; 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³/hr" ; @@ -29726,6 +30462,7 @@ unit:YD3-PER-SEC qudt:conversionMultiplier 0.764554857984 ; qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; qudt:iec61360Code "0112/2///62720#UAB041" ; 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" ; @@ -29743,7 +30480,7 @@ unit:YR qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:SI ; qudt:applicableSystem sou:USCS ; - qudt:conversionMultiplier 31557600.0 ; + qudt:conversionMultiplier 3.15576e07 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:Time ; qudt:iec61360Code "0112/2///62720#UAB026" ; @@ -29759,7 +30496,7 @@ unit:YR 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:conversionMultiplier 3.1536e07 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:Time ; qudt:iec61360Code "0112/2///62720#UAB025" ; @@ -29778,7 +30515,7 @@ unit:YR_Sidereal qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:SI ; qudt:applicableSystem sou:USCS ; - qudt:conversionMultiplier 31558149.7632 ; + qudt:conversionMultiplier 3.15581497632e07 ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:Time ; qudt:iec61360Code "0112/2///62720#UAB028" ; @@ -29796,7 +30533,7 @@ unit:YR_TROPICAL qudt:applicableSystem sou:IMPERIAL ; qudt:applicableSystem sou:SI ; qudt:applicableSystem sou:USCS ; - qudt:conversionMultiplier 31556925.216 ; + qudt:conversionMultiplier 3.1556925216e07 ; qudt:exactMatch unit:YR_TROPICAL ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:Time ; @@ -29817,7 +30554,7 @@ unit:YoctoC qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000000000000000001 ; + qudt:conversionMultiplier 1.0e-24 ; qudt:derivedUnitOfSystem sou:SI ; qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:ElectricCharge ; @@ -29837,7 +30574,7 @@ unit:YottaC qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000000000000000000000.0 ; + qudt:conversionMultiplier 1.0e24 ; qudt:derivedUnitOfSystem sou:SI ; qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:ElectricCharge ; @@ -29869,7 +30606,7 @@ unit:ZeptoC qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000000000000001 ; + qudt:conversionMultiplier 1.0e-21 ; qudt:derivedUnitOfSystem sou:SI ; qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:ElectricCharge ; @@ -29889,7 +30626,7 @@ unit:ZettaC qudt:applicableSystem sou:CGS-GAUSS ; qudt:applicableSystem sou:PLANCK ; qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 1000000000000000000000.0 ; + qudt:conversionMultiplier 1.0e21 ; qudt:derivedUnitOfSystem sou:SI ; qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; qudt:hasQuantityKind quantitykind:ElectricCharge ; @@ -29926,7 +30663,7 @@ vaem:GMD_QUDT-UNITS-ALL dcterms:contributor "Steve Ray" ; dcterms:created "2019-07-30"^^xsd:date ; dcterms:creator "Steve Ray" ; - dcterms:modified "2023-08-28T12:06:25.437-04:00"^^xsd:dateTime ; + dcterms:modified "2023-10-19T11:18:52.431-04:00"^^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. @@ -29937,18 +30674,18 @@ THE UCUM TABLE (IN ALL FORMATS), UCUM DEFINITIONS, AND SPECIFICATION ARE PROVIDE dcterms:title "QUDT Units Version 2.1 Vocabulary" ; vaem:description "Standard units of measure for all units." ; vaem:graphName "qudt" ; - vaem:graphTitle "QUDT Units Version 2.1.30" ; + vaem:graphTitle "QUDT Units Version 2.1.32" ; vaem:hasGraphRole vaem:VocabularyGraph ; vaem:hasOwner ; vaem:hasSteward ; vaem:intent "To provide a vocabulary of all units." ; vaem:isMetadataFor ; - vaem:latestPublishedVersion "https://qudt.org/doc/2023/08/DOC_VOCAB-UNITS-ALL-v2.1.html"^^xsd:anyURI ; + vaem:latestPublishedVersion "https://qudt.org/doc/2023/10/DOC_VOCAB-UNITS-ALL-v2.1.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/" ; + vaem:namespace "http://qudt.org/vocab/unit/"^^xsd:anyURI ; vaem:namespacePrefix "unit" ; vaem:owner "QUDT.org" ; - vaem:previousPublishedVersion "https://qudt.org/doc/2023/07/DOC_VOCAB-UNITS-ALL-v2.1.html"^^xsd:anyURI ; + vaem:previousPublishedVersion "https://qudt.org/doc/2023/09/DOC_VOCAB-UNITS-ALL-v2.1.html"^^xsd:anyURI ; vaem:revision "2.1" ; vaem:turtleFileURL "http://qudt.org/2.1/vocab/unit"^^xsd:anyURI ; vaem:usesNonImportedResource dcterms:abstract ; @@ -29957,5 +30694,5 @@ THE UCUM TABLE (IN ALL FORMATS), UCUM DEFINITIONS, AND SPECIFICATION ARE PROVIDE vaem:usesNonImportedResource dcterms:modified ; vaem:usesNonImportedResource dcterms:title ; rdfs:isDefinedBy ; - rdfs:label "QUDT Unit of Measure Vocabulary Metadata Version 2.1.30" ; + rdfs:label "QUDT Unit of Measure Vocabulary Metadata Version 2.1.32" ; . diff --git a/support/VOCAB_QUDT-UNITS-CURRENCY-v2.1.ttl b/support/VOCAB_QUDT-UNITS-CURRENCY-v2.1.ttl index fd34b39b..273240c0 100644 --- a/support/VOCAB_QUDT-UNITS-CURRENCY-v2.1.ttl +++ b/support/VOCAB_QUDT-UNITS-CURRENCY-v2.1.ttl @@ -24,7 +24,7 @@ a owl:Ontology ; vaem:hasGraphMetadata vaem:GMD_QUDT-UNITS-CURRENCY ; rdfs:isDefinedBy ; - rdfs:label "QUDT VOCAB Currency Units Release 2.1.30" ; + rdfs:label "QUDT VOCAB Currency Units Release 2.1.32" ; owl:imports ; owl:imports ; owl:versionIRI ; @@ -2542,7 +2542,7 @@ vaem:GMD_QUDT-UNITS-CURRENCY dcterms:contributor "Steve Ray" ; dcterms:created "2023-03-14"^^xsd:date ; dcterms:creator "Steve Ray" ; - dcterms:modified "2023-08-28T12:21:51.581-04:00"^^xsd:dateTime ; + dcterms:modified "2023-10-19T11:34:33.041-04:00"^^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. @@ -2553,18 +2553,18 @@ THE UCUM TABLE (IN ALL FORMATS), UCUM DEFINITIONS, AND SPECIFICATION ARE PROVIDE dcterms:title "Currency UNITS Version 2.1 Vocabulary" ; vaem:description "Standard units of measure for currency units." ; vaem:graphName "qudt" ; - vaem:graphTitle "QUDT Currency Units Version 2.1.30" ; + vaem:graphTitle "QUDT Currency Units Version 2.1.32" ; vaem:hasGraphRole vaem:VocabularyGraph ; vaem:hasOwner ; vaem:hasSteward ; vaem:intent "To provide a vocabulary of currency units." ; vaem:isMetadataFor ; - vaem:latestPublishedVersion "https://qudt.org/doc/2023/08/DOC_VOCAB-UNITS-CURRENCY-v2.1.html"^^xsd:anyURI ; + vaem:latestPublishedVersion "https://qudt.org/doc/2023/10/DOC_VOCAB-UNITS-CURRENCY-v2.1.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/currency/" ; + vaem:namespace "http://qudt.org/vocab/currency/"^^xsd:anyURI ; vaem:namespacePrefix "cur" ; vaem:owner "QUDT.org" ; - vaem:previousPublishedVersion "https://qudt.org/doc/2023/07/DOC_VOCAB-UNITS-CURRENCY-v2.1.html"^^xsd:anyURI ; + vaem:previousPublishedVersion "https://qudt.org/doc/2023/09/DOC_VOCAB-UNITS-CURRENCY-v2.1.html"^^xsd:anyURI ; vaem:revision "2.1" ; vaem:turtleFileURL "http://qudt.org/2.1/vocab/currency"^^xsd:anyURI ; vaem:usesNonImportedResource dcterms:abstract ; @@ -2573,5 +2573,5 @@ THE UCUM TABLE (IN ALL FORMATS), UCUM DEFINITIONS, AND SPECIFICATION ARE PROVIDE vaem:usesNonImportedResource dcterms:modified ; vaem:usesNonImportedResource dcterms:title ; rdfs:isDefinedBy ; - rdfs:label "QUDT Currency Unit Vocabulary Metadata Version 2.1.30" ; + rdfs:label "QUDT Currency Unit Vocabulary Metadata Version 2.1.32" ; . diff --git a/support/ref-schema.ttl b/support/ref-schema.ttl index 2a64ae53..73259a11 100644 --- a/support/ref-schema.ttl +++ b/support/ref-schema.ttl @@ -122,6 +122,8 @@ bacnet:objectOf a owl:ObjectProperty ; dcterms:title "Ref Schema" ; sh:declare [ sh:namespace "http://www.w3.org/2000/01/rdf-schema#"^^xsd:anyURI ; sh:prefix "rdfs" ], + [ sh:namespace "http://www.w3.org/1999/02/22-rdf-syntax-ns#"^^xsd:anyURI ; + sh:prefix "rdf" ], [ sh:namespace "https://brickschema.org/schema/Brick/ref#"^^xsd:anyURI ; sh:prefix "ref" ], [ sh:namespace "http://www.w3.org/ns/shacl#"^^xsd:anyURI ; @@ -259,4 +261,3 @@ ref:hasExternalReference a owl:ObjectProperty ; rdfs:label "hasExternalReference" ; rdfs:subPropertyOf s223:hasExternalReference ; skos:definition "Points to the external reference for this entity, which contains additional metadata/data not included in this graph." . - diff --git a/tests/test_class_structure.py b/tests/test_class_structure.py index 5b2b51a9..88a871d4 100644 --- a/tests/test_class_structure.py +++ b/tests/test_class_structure.py @@ -17,7 +17,7 @@ def test_subclasses(brick_with_imports): BLDG = Namespace("https://brickschema.org/schema/ExampleBuilding#") g = brick_with_imports - g.expand("shacl") + g.expand("shacl", backend="topquadrant") g.bind("rdf", RDF) g.bind("owl", OWL) diff --git a/tests/test_deprecation.py b/tests/test_deprecation.py index f8ab12bb..a1c6b7fe 100644 --- a/tests/test_deprecation.py +++ b/tests/test_deprecation.py @@ -16,7 +16,7 @@ def test_deprecation(brick_with_imports): """, format="turtle", ) - g.expand("shacl") + g.expand("shacl", backend="topquadrant") rows = list(g.query("SELECT ?dep WHERE { ?dep owl:deprecated true }")) assert len(rows) > 1, "Should infer OWL deprecation notice" @@ -24,7 +24,7 @@ def test_deprecation(brick_with_imports): rows = list(g.query("SELECT ?fan WHERE { ?fan a brick:Outside_Fan }")) assert len(rows) == 1, "Outside fan should exist because of mitigation rule" - valid, repG, report = g.validate() + valid, repG, report = g.validate(engine="topquadrant") assert valid, report res = repG.query( @@ -32,7 +32,7 @@ def test_deprecation(brick_with_imports): ?res a sh:ValidationResult . ?res sh:focusNode ?node . ?res sh:resultSeverity sh:Warning . - ?res sh:value ex:fan . + ?res sh:value . }""" ) assert len(list(res)) == 1, "Should have a warning for deprecation" diff --git a/tests/test_entity_properties.py b/tests/test_entity_properties.py index 68c5f8f2..08e5b5c1 100644 --- a/tests/test_entity_properties.py +++ b/tests/test_entity_properties.py @@ -18,8 +18,8 @@ def test_entity_property_validation(brick_with_imports): ) ) - g.expand("shacl") - valid, _, report = g.validate() + g.expand("shacl", backend="topquadrant") + valid, _, report = g.validate(engine="topquadrant") assert valid, report @@ -35,8 +35,8 @@ def test_entity_property_validation_failure(brick_with_imports): ) ) - g.expand("shacl") - valid, _, _ = g.validate() + g.expand("shacl", backend="topquadrant") + valid, _, _ = g.validate(engine="topquadrant") assert not valid, "'AquariumFail' should have thrown a validation error" @@ -55,16 +55,15 @@ def test_entity_property_type_inference(brick_with_imports): ) ) - valid, _, report = g.validate() - assert valid, report - g.expand("shacl") + valid, _, report = g.validate(engine="topquadrant") g.serialize("test.ttl", format="ttl") + assert valid, report + g.expand("shacl", backend="topquadrant") res = g.query( "SELECT ?ref WHERE { ?point ref:hasExternalReference ?ref . ?ref a ref:BACnetReference }" ) assert len(res) == 1 - os.remove("test.ttl") def test_last_known_value(brick_with_imports): @@ -83,7 +82,7 @@ def test_last_known_value(brick_with_imports): ], ) ) - valid, _, report = g.validate() + valid, _, report = g.validate(engine="topquadrant") assert valid, report g.add( ( @@ -98,7 +97,7 @@ def test_last_known_value(brick_with_imports): ], ) ) - valid, _, report = g.validate() + valid, _, report = g.validate(engine="topquadrant") assert not valid, report @@ -115,8 +114,9 @@ def test_external_reference_rules(brick_with_imports): ) ) - g.expand("shacl") - valid, _, report = g.validate() + g.expand("shacl", backend="topquadrant") + print(g.serialize(format="ttl")) + valid, _, report = g.validate(engine="topquadrant") assert valid, report res = g.query( @@ -135,6 +135,6 @@ def test_external_reference_rules(brick_with_imports): ) ) - g.expand("shacl") - valid, _, report = g.validate() + g.expand("shacl", backend="topquadrant") + valid, _, report = g.validate(engine="topquadrant") assert not valid, report diff --git a/tests/test_examples.py b/tests/test_examples.py index 6f4b4e51..a0f378a8 100644 --- a/tests/test_examples.py +++ b/tests/test_examples.py @@ -10,7 +10,8 @@ def test_example_file_with_reasoning(brick_with_imports, filename): g = brick_with_imports g.load_file(filename) env.import_dependencies(g) - g.expand("shacl") + # g.expand("shacl", backend="topquadrant") + # g.serialize("/tmp/res.ttl") - valid, _, report = g.validate() + valid, _, report = g.validate(engine="topquadrant") assert valid, report diff --git a/tests/test_hierarchy_inference.py b/tests/test_hierarchy_inference.py index 232d4124..e0cb1105 100644 --- a/tests/test_hierarchy_inference.py +++ b/tests/test_hierarchy_inference.py @@ -55,7 +55,7 @@ def test_hierarchyinference(): # Infer classes of the entities. # Apply reasoner g.load_file("extensions/brick_extension_shacl_tag_inference.ttl") - g.expand(profile="shacl") + g.expand(profile="shacl", backend="topquadrant") g.serialize(inference_file, format="turtle") # Store the inferred graph. # Find all instances and their parents from the inferred graph. diff --git a/tests/test_inference.py b/tests/test_inference.py index 3578da87..44865c1a 100644 --- a/tests/test_inference.py +++ b/tests/test_inference.py @@ -63,7 +63,7 @@ def test_tag_inference(): # Apply reasoner g.load_file("extensions/brick_extension_shacl_tag_inference.ttl") - g.expand(profile="shacl+shacl+shacl") + g.expand(profile="shacl+shacl", backend="topquadrant") g.bind("rdf", RDF) g.bind("owl", OWL) @@ -176,7 +176,7 @@ def test_owl_inverse(brick_with_imports): g.add((BLDG.vav1, BRICK.hasPoint, BLDG.AFS2)) g.add((BLDG.vav1, A, BRICK.VAV)) g.add((BLDG.AFS2, A, BRICK.Air_Flow_Sensor)) - g.expand("shacl") + g.expand("shacl", backend="topquadrant") res = make_readable(g.query("SELECT ?x ?y WHERE { ?x brick:hasPoint ?y }")) assert len(res) == 1 @@ -189,16 +189,12 @@ def test_shacl_owl_equivalentclass(brick_with_imports): g = brick_with_imports g.add((BLDG.VAV1, A, BRICK.VAV)) g.add((BLDG.VAV2, A, BRICK.Variable_Air_Volume_Box)) - g.serialize("x.ttl", format="turtle") - g.expand("shacl") - g.serialize("y.ttl", format="turtle") + g.expand("shacl", backend="topquadrant") res = g.query("SELECT ?vav WHERE { ?vav rdf:type brick:VAV }") assert len(list(res)) == 2, "VAV should be equivalent to Variable_Air_Volume_Box" res = g.query("SELECT ?vav WHERE { ?vav rdf:type brick:Variable_Air_Volume_Box }") assert len(list(res)) == 2, "VAV should be equivalent to Variable_Air_Volume_Box" - os.remove("x.ttl") - os.remove("y.ttl") def test_meter_inference(brick_with_imports): @@ -206,7 +202,7 @@ def test_meter_inference(brick_with_imports): g.add((BLDG.abcdef, A, BRICK.Electrical_Meter)) g.add((BLDG.abcdef, BRICK.meters, BLDG.bldg)) g.add((BLDG.bldg, A, BRICK.Building)) - g.expand("shacl") + g.expand("shacl", backend="topquadrant") assert (BLDG.abcdef, A, BRICK.Building_Electrical_Meter) in g @@ -214,7 +210,7 @@ def test_virtual_meter1(brick_with_imports): g = brick_with_imports g.add((BLDG.abcdef, A, BRICK.Electrical_Meter)) g.add((BLDG.abcdef, BRICK.isVirtualMeter, [(BRICK.value, Literal(True))])) - valid, _, report = g.validate() + valid, _, report = g.validate(engine="topquadrant") assert valid, report @@ -222,7 +218,7 @@ def test_virtual_meter2(brick_with_imports): g = brick_with_imports g.add((BLDG.abcdef, A, BRICK.Building)) g.add((BLDG.abcdef, BRICK.isVirtualMeter, [(BRICK.value, Literal(True))])) - valid, _, report = g.validate() + valid, _, report = g.validate(engine="topquadrant") assert not valid, f"Virtual meter should not be allowed on a building ({report})" @@ -230,14 +226,14 @@ def test_virtual_meter3(brick_with_imports): g = brick_with_imports g.add((BLDG.abcdef, A, BRICK.Building)) g.add((BLDG.abcdef, BRICK.isVirtualMeter, [(BRICK.value, Literal(False))])) - valid, _, report = g.validate() + valid, _, report = g.validate(engine="topquadrant") assert valid, report def test_meter_inference_infer_substance(brick_with_imports): g = brick_with_imports g.add((BLDG.water_meter, A, BRICK.Water_Meter)) - g.expand("shacl") # run shacl inference + g.expand("shacl", backend="topquadrant") # run shacl inference assert (BLDG.water_meter, BRICK.hasSubstance, BRICK.Water) in g assert (BLDG.water_meter, BRICK.hasSubstance, BRICK.Chilled_Water) not in g @@ -245,7 +241,7 @@ def test_meter_inference_infer_substance(brick_with_imports): def test_meter_inference_infer_substance_building(brick_with_imports): g = brick_with_imports g.add((BLDG.water_meter, A, BRICK.Building_Water_Meter)) - g.expand("shacl") # run shacl inference + g.expand("shacl", backend="topquadrant") # run shacl inference assert (BLDG.water_meter, BRICK.hasSubstance, BRICK.Water) in g assert (BLDG.water_meter, BRICK.hasSubstance, BRICK.Chilled_Water) not in g @@ -254,7 +250,7 @@ def test_meter_inference_infer_meter(brick_with_imports): g = brick_with_imports g.add((BLDG.water_meter, A, BRICK.Meter)) g.add((BLDG.water_meter, BRICK.hasSubstance, BRICK.Water)) - g.expand("shacl") # run shacl inference + g.expand("shacl", backend="topquadrant") # run shacl inference assert (BLDG.water_meter, A, BRICK.Water_Meter) in g assert (BLDG.water_meter, A, BRICK.Building_Water_Meter) not in g @@ -263,6 +259,6 @@ def test_meter_inference_infer_meter_building(brick_with_imports): g = brick_with_imports g.add((BLDG.water_meter, A, BRICK.Building_Meter)) g.add((BLDG.water_meter, BRICK.hasSubstance, BRICK.Water)) - g.expand("shacl") # run shacl inference + g.expand("shacl", backend="topquadrant") # run shacl inference assert (BLDG.water_meter, A, BRICK.Water_Meter) not in g assert (BLDG.water_meter, A, BRICK.Building_Water_Meter) in g diff --git a/tests/test_measures_inference.py b/tests/test_measures_inference.py index 5c327823..1f3bf1b2 100644 --- a/tests/test_measures_inference.py +++ b/tests/test_measures_inference.py @@ -61,7 +61,7 @@ def test_measures_infers(brick_with_imports): # Infer classes of the entities. # Apply reasoner - g.expand(profile="shacl") + g.expand(profile="shacl", backend="topquadrant") qstr = """select ?instance ?class where { ?instance a ?class. diff --git a/tests/test_quantities.py b/tests/test_quantities.py index 7ac400af..a204362a 100644 --- a/tests/test_quantities.py +++ b/tests/test_quantities.py @@ -1,4 +1,5 @@ from rdflib import RDF, OWL, RDFS, Namespace, BNode +import pytest import brickschema from .util import make_readable from collections import defaultdict @@ -9,76 +10,42 @@ BLDG = Namespace("https://brickschema.org/schema/ExampleBuilding#") -g = brickschema.Graph() -g.load_file("Brick.ttl") -g.expand(profile="shacl") -res = g.query( - """SELECT ?m ?class WHERE { - ?class rdfs:subClassOf brick:Class . - ?class owl:equivalentClass ?restrictions . - ?restrictions owl:intersectionOf ?inter . - ?inter rdf:rest*/rdf:first ?node . - ?node owl:onProperty brick:measures . - ?node owl:hasValue ?m - }""" -) -measurable_mapping = defaultdict(set) -for row in res: - m, c = row[0], row[1] - if isinstance(c, BNode): - continue - measurable_mapping[c].add(m) -desired_inferences = {} -for c, measurables in measurable_mapping.items(): - # print(f"{c} => {measurables}") - inst = BLDG[f"test_inst_{c.split('#')[-1]}"] - desired_inferences[inst] = c - for m in measurables: - g.add((inst, BRICK.measures, m)) +@pytest.fixture() +def quantity_fixtures(brick_with_imports): + g = brick_with_imports -g.expand(profile="shacl") - -g.bind("rdf", RDF) -g.bind("owl", OWL) -g.bind("rdfs", RDFS) -g.bind("brick", BRICK) -g.bind("tag", TAG) -g.bind("bldg", BLDG) - - -# NOTE: currently removing these tests. -# Explanation: these tests verified that the quantities and substances that we -# are punning in Brick were explicitly defined. We now have reason to believe -# that *explicitly* instantiating these punned classes can cause issues with -# OWL-RL reasoning. The new test 'test_measurable_inference' tests that the use -# of the brick:measures relationship properly infers classes + # adding instances to the graph to test validation + res = g.query( + """SELECT ?m ?class WHERE { + ?class rdfs:subClassOf brick:Class . + ?class owl:equivalentClass ?restrictions . + ?restrictions owl:intersectionOf ?inter . + ?inter rdf:rest*/rdf:first ?node . + ?node owl:onProperty brick:measures . + ?node owl:hasValue ?m + }""" + ) + measurable_mapping = defaultdict(set) + for row in res: + m, c = row[0], row[1] + if isinstance(c, BNode): + continue + measurable_mapping[c].add(m) + desired_inferences = {} + for c, measurables in measurable_mapping.items(): + # print(f"{c} => {measurables}") + inst = BLDG[f"test_inst_{c.split('#')[-1]}"] + desired_inferences[inst] = c + for m in measurables: + g.add((inst, BRICK.measures, m)) -# def test_quantity_instances(): -# quantities = g.query("SELECT ?q WHERE {\ -# ?q a brick:Quantity\ -# }") -# quantity_classes = g.query("SELECT ?q WHERE {\ -# ?q rdfs:subClassOf+ brick:Quantity}") -# quantities = set(quantities) -# quantity_classes = set(quantity_classes) -# quantity_classes.remove((OWL.Nothing, )) -# assert(set(quantities) == set(quantity_classes)) -# -# -# def test_substance_instances(): -# substances = g.query("SELECT ?q WHERE {\ -# ?q a brick:Substance\ -# }") -# substance_classes = g.query("SELECT ?q WHERE {\ -# ?q rdfs:subClassOf+ brick:Substance}") -# substances = set(substances) -# substance_classes = set(substance_classes) -# substance_classes.remove((OWL.Nothing, )) -# assert(set(substances) == set(substance_classes)) + g.expand(profile="shacl", backend="topquadrant") + return desired_inferences, g -def test_measurables_defined(): +def test_measurables_defined(quantity_fixtures): + _, g = quantity_fixtures # test to make sure all objects of the # brick:measures relationship are a Measurable measurable = make_readable( @@ -105,7 +72,8 @@ def test_measurables_defined(): assert m in measurable -def test_measurable_inference(): +def test_measurable_inference(quantity_fixtures): + desired_inferences, g = quantity_fixtures for inst, klass in desired_inferences.items(): res = g.query(f"SELECT ?class WHERE {{ <{inst}> rdf:type ?class }}") assert klass in [row[0] for row in res] diff --git a/tests/test_shapes.py b/tests/test_shapes.py index 683ed920..60c51cd3 100644 --- a/tests/test_shapes.py +++ b/tests/test_shapes.py @@ -18,7 +18,7 @@ def test_no_relations(brick_with_imports): data = base_data data_g = brickschema.Graph().parse(data=data, format="turtle") - conforms, _, _ = data_g.validate([brick_with_imports]) + conforms, _, _ = data_g.validate([brick_with_imports], engine="topquadrant") assert conforms @@ -30,7 +30,7 @@ def test_equip(brick_with_imports): """ ) valid_g = brickschema.Graph().parse(data=valid_data, format="turtle") - conforms, _, _ = valid_g.validate([brick_with_imports]) + conforms, _, _ = valid_g.validate([brick_with_imports], engine="topquadrant") assert conforms invalid_data = ( @@ -41,7 +41,7 @@ def test_equip(brick_with_imports): """ ) invalid_g = brickschema.Graph().parse(data=invalid_data, format="turtle") - conforms, _, _ = invalid_g.validate([brick_with_imports]) + conforms, _, _ = invalid_g.validate([brick_with_imports], engine="topquadrant") assert not conforms @@ -53,7 +53,7 @@ def test_type(brick_with_imports): """ ) invalid_g = brickschema.Graph().parse(data=invalid_data, format="turtle") - conforms, _, _ = invalid_g.validate([brick_with_imports]) + conforms, _, _ = invalid_g.validate([brick_with_imports], engine="topquadrant") assert not conforms @@ -65,7 +65,7 @@ def test_point(brick_with_imports): """ ) invalid_g = brickschema.Graph().parse(data=invalid_data, format="turtle") - conforms, _, _ = invalid_g.validate([brick_with_imports]) + conforms, _, _ = invalid_g.validate([brick_with_imports], engine="topquadrant") assert not conforms @@ -79,7 +79,7 @@ def test_meter_shapes(brick_with_imports): """ ) invalid_g = brickschema.Graph().parse(data=invalid_data, format="turtle") - conforms, _, _ = invalid_g.validate([brick_with_imports]) + conforms, _, _ = invalid_g.validate([brick_with_imports], engine="topquadrant") assert not conforms invalid_data = ( @@ -91,7 +91,7 @@ def test_meter_shapes(brick_with_imports): """ ) invalid_g = brickschema.Graph().parse(data=invalid_data, format="turtle") - conforms, _, _ = invalid_g.validate([brick_with_imports]) + conforms, _, _ = invalid_g.validate([brick_with_imports], engine="topquadrant") assert not conforms valid_data = ( @@ -103,7 +103,7 @@ def test_meter_shapes(brick_with_imports): """ ) valid_g = brickschema.Graph().parse(data=valid_data, format="turtle") - conforms, _, _ = valid_g.validate([brick_with_imports]) + conforms, _, _ = valid_g.validate([brick_with_imports], engine="topquadrant") assert conforms invalid_data = ( @@ -115,7 +115,7 @@ def test_meter_shapes(brick_with_imports): """ ) invalid_g = brickschema.Graph().parse(data=invalid_data, format="turtle") - conforms, _, _ = invalid_g.validate([brick_with_imports]) + conforms, _, _ = invalid_g.validate([brick_with_imports], engine="topquadrant") assert not conforms invalid_data = ( @@ -127,7 +127,7 @@ def test_meter_shapes(brick_with_imports): """ ) invalid_g = brickschema.Graph().parse(data=invalid_data, format="turtle") - conforms, _, _ = invalid_g.validate([brick_with_imports]) + conforms, _, _ = invalid_g.validate([brick_with_imports], engine="topquadrant") assert not conforms valid_data = ( @@ -139,5 +139,5 @@ def test_meter_shapes(brick_with_imports): """ ) valid_g = brickschema.Graph().parse(data=valid_data, format="turtle") - conforms, _, _ = valid_g.validate([brick_with_imports]) + conforms, _, _ = valid_g.validate([brick_with_imports], engine="topquadrant") assert conforms diff --git a/tests/test_units.py b/tests/test_units.py index 3708be4f..bdd170fa 100644 --- a/tests/test_units.py +++ b/tests/test_units.py @@ -18,7 +18,7 @@ def test_quantity_has_one_quantitykind(brick_with_imports): does not end up with more than 1 QuantityKind """ g = brick_with_imports - g.expand(profile="shacl") + g.expand(profile="shacl", backend="topquadrant") quantity_qk = g.query( "SELECT ?quantity ?kind WHERE {\ ?quantity a brick:Quantity .\ @@ -75,13 +75,12 @@ def test_instances_measure_correct_units(brick_with_imports): triples.append((instance, A, brickclass)) triples.append((instance, BRICK.hasUnit, unit)) g.add(*triples) - g.expand(profile="shacl") + g.expand(profile="shacl", backend="topquadrant") instances = g.query( "SELECT distinct ?inst WHERE {\ ?inst rdf:type/rdfs:subClassOf* ?klass .\ ?klass brick:hasQuantity ?quantity .\ - ?quantity a brick:Quantity .\ ?inst brick:hasUnit ?unit .}" ) assert len(instances) == len(classes_with_quantities) @@ -90,7 +89,7 @@ def test_instances_measure_correct_units(brick_with_imports): def test_quantity_units(brick_with_imports): g = brick_with_imports g.bind("qudt", QUDT) - g.expand(profile="shacl") + g.expand(profile="shacl", backend="topquadrant") # test the definitions by making sure that some quantities have applicable # units @@ -104,7 +103,7 @@ def test_quantity_units(brick_with_imports): def test_all_quantities_have_units(brick_with_imports): g = brick_with_imports - g.expand(profile="shacl") + g.expand(profile="shacl", backend="topquadrant") # test the definitions by making sure that some quantities have applicable # units @@ -121,26 +120,32 @@ def test_all_quantities_have_units(brick_with_imports): ) -def test_points_hierarchy_units(brick_with_imports): - g = brick_with_imports - qstr = """ -SELECT ?class (GROUP_CONCAT(?class_unit) as ?class_units) ?parent (GROUP_CONCAT(?parent_unit) AS ?parent_units) WHERE { - ?class brick:hasQuantity ?class_quantity. - ?class_quantity qudt:applicableUnit ?class_unit. - - ?class rdfs:subClassOf ?parent. - - ?parent brick:hasQuantity ?parent_quantity. - ?parent_quantity qudt:applicableUnit ?parent_unit. -} GROUP BY ?class ?parent - """ - - unfound_units = defaultdict(dict) - for row in g.query(qstr): - curr_units = set([unit.split("/")[-1] for unit in row[1].split()]) - parent_units = set([unit.split("/")[-1] for unit in row[3].split()]) - if not curr_units.issubset(parent_units): - klass = row[0].split("#")[-1] - parent = row[2].split("#")[-1] - unfound_units[parent][klass] = curr_units - parent_units - assert not dict(unfound_units) +# Deleting this test because it requires RDFS semantics, which we are no longer +# using. +# def test_points_hierarchy_units(brick_with_imports): +# g = brick_with_imports +# qstr = """ +# SELECT ?class (GROUP_CONCAT(?class_unit) as ?class_units) ?parent (GROUP_CONCAT(?parent_unit) AS ?parent_units) WHERE { +# ?class brick:hasQuantity ?class_quantity. +# ?class_quantity qudt:applicableUnit ?class_unit. +# +# ?class rdfs:subClassOf ?parent. +# +# ?parent brick:hasQuantity ?parent_quantity. +# ?parent_quantity qudt:applicableUnit ?parent_unit. +# } GROUP BY ?class ?parent +# """ +# +# unfound_units = defaultdict(dict) +# for row in g.query(qstr): +# curr_units = set([unit.split("/")[-1] for unit in row[1].split()]) +# parent_units = set([unit.split("/")[-1] for unit in row[3].split()]) +# if not curr_units.issubset(parent_units): +# print('---'*30) +# print(f"{row[0]} with parent {row[2]}") +# print(f"{curr_units=}") +# print(f"{parent_units=}") +# klass = row[0].split("#")[-1] +# parent = row[2].split("#")[-1] +# unfound_units[parent][klass] = curr_units - parent_units +# assert not dict(unfound_units) From 6417a601066d8376b6306404a0190c0a49e5143c Mon Sep 17 00:00:00 2001 From: Connor Cantrell <33592545+connorjcantrell@users.noreply.github.com> Date: Thu, 4 Jan 2024 16:27:16 -0800 Subject: [PATCH 06/11] Add dampers, fans, and wall air conditioner (#605) * Add dampers * Add wall air conditioner * Add pressurization fan --- bricksrc/definitions.csv | 5 +++++ bricksrc/equipment.py | 9 +++++++++ 2 files changed, 14 insertions(+) diff --git a/bricksrc/definitions.csv b/bricksrc/definitions.csv index 7d326866..d99e5f61 100644 --- a/bricksrc/definitions.csv +++ b/bricksrc/definitions.csv @@ -86,6 +86,7 @@ https://brickschema.org/schema/Brick#Bypass_Air,"air in a bypass duct, used to r https://brickschema.org/schema/Brick#Bypass_Air_Flow_Sensor,Measures the rate of flow of bypass air, https://brickschema.org/schema/Brick#Bypass_Air_Humidity_Setpoint,Humidity setpoint for bypass air, https://brickschema.org/schema/Brick#Bypass_Command,, +https://brickschema.org/schema/Brick#Bypass_Damper,"A bypass damper is a type of damper that is employed in forced-air bypass applications to reduce the buildup of static pressure, usually when certain zone dampers are closed.", https://brickschema.org/schema/Brick#Bypass_Valve,A type of valve installed in a bypass pipeline,https://www.petropedia.com/definition/5050/bypass-valve https://brickschema.org/schema/Brick#Bypass_Water,Water that circumvents a piece of equipment or system, https://brickschema.org/schema/Brick#Bypass_Water_Flow_Sensor,Measures the rate of flow of bypass water, @@ -568,6 +569,7 @@ https://brickschema.org/schema/Brick#Integral_Time_Parameter,, https://brickschema.org/schema/Brick#Interface,A device that provides an occupant control over a lighting system, https://brickschema.org/schema/Brick#Inverter,A device that changes direct current into alternating current, https://brickschema.org/schema/Brick#Irradiance,The power per unit area of electromagnetic radiation incident on a surface, +https://brickschema.org/schema/Brick#Isolation_Damper,A damper that isolates a section of ductwork or other air handling system., https://brickschema.org/schema/Brick#Isolation_Valve,"A valve that stops the flow of a fluid, usually for maintenance or safety purposes",https://en.wikipedia.org/wiki/Isolation_valve https://brickschema.org/schema/Brick#Janitor_Room,A room set aside for the storage of cleaning equipment and supplies, https://brickschema.org/schema/Brick#Jet_Nozzle_Air_Diffuser,An air diffuser that is designed to produce high velocity discharge air stream to throw the air over a large distance or target the air stream to a localize area, @@ -842,6 +844,7 @@ https://brickschema.org/schema/Brick#Pressure_Alarm,An alarm that indicates the https://brickschema.org/schema/Brick#Pressure_Sensor,Measure the amount of force acting on a unit area, https://brickschema.org/schema/Brick#Pressure_Setpoint,Sets pressure, https://brickschema.org/schema/Brick#Pressure_Status,Indicates if pressure is within expected bounds, +https://brickschema.org/schema/Brick#Pressurization_Fan,A pressurization fan is a device used to increase and maintain higher air pressure in a specified space compared to its surroundings., https://brickschema.org/schema/Brick#Private_Office,"An office devoted to a single individual, with walls and door", https://brickschema.org/schema/Brick#Proportional_Band_Parameter,, https://brickschema.org/schema/Brick#Proportional_Gain_Parameter,, @@ -1100,6 +1103,7 @@ https://brickschema.org/schema/Brick#Voltage_Imbalance,The percent deviation fro https://brickschema.org/schema/Brick#Voltage_Imbalance_Sensor,A sensor which measures the voltage difference (imbalance) between phases of an electrical system, https://brickschema.org/schema/Brick#Voltage_Ratio_Setpoint,Sets the ratio of voltage in a transformer, https://brickschema.org/schema/Brick#Voltage_Sensor,Measures the voltage of an electrical device or object, +https://brickschema.org/schema/Brick#Wall_Air_Conditioner,"A wall air conditioner, also known as a window air conditioner when installed in a window frame, is a self-contained unit that cools a room by drawing in warm air, cooling it over a refrigerant coil, and recirculating it back into the space.", https://brickschema.org/schema/Brick#Wardrobe,"Storage for clothing, costumes, or uniforms", https://brickschema.org/schema/Brick#Warm_Cool_Adjust_Sensor,"User provided adjustment of zone temperature, typically in the range of +/- 5 degrees", https://brickschema.org/schema/Brick#Warmest_Zone_Air_Temperature_Sensor,The zone temperature that is warmest; drives the supply temperature of cold air. A computed value rather than a physical sensor. Also referred to as a 'Highest Zone Air Temperature Sensor', @@ -1146,6 +1150,7 @@ https://brickschema.org/schema/Brick#Zone_Air_Humidity_Setpoint,Humidity setpoin https://brickschema.org/schema/Brick#Zone_Air_Temperature_Sensor,A physical or virtual sensor which represents the temperature of an HVAC Zone, https://brickschema.org/schema/Brick#Zone_Air_Temperature_Setpoint,Sets temperature of zone air, https://brickschema.org/schema/Brick#Zone_CO2_Level_Sensor,A physical or virtual sensor which represents the CO2 level of an HVAC Zone, +https://brickschema.org/schema/Brick#Zone_Damper,Dampers open and close to regulate zone temperatures in an HVAC system., https://brickschema.org/schema/Brick#Zone_Standby_Load_Shed_Command,, https://brickschema.org/schema/Brick#Zone_Unoccupied_Load_Shed_Command,, https://brickschema.org/schema/Brick#feeds,The subject is upstream of the object in the context of some sequential process; some media is passed between them, diff --git a/bricksrc/equipment.py b/bricksrc/equipment.py index dc0e8276..905ac617 100644 --- a/bricksrc/equipment.py +++ b/bricksrc/equipment.py @@ -669,18 +669,24 @@ "Ceiling_Fan": {"tags": [TAG.Equipment, TAG.Fan, TAG.Ceiling]}, "Outside_Fan": {"tags": [TAG.Equipment, TAG.Fan, TAG.Outside]}, "Relief_Fan": {"tags": [TAG.Equipment, TAG.Fan, TAG.Relief]}, + "Pressurization_Fan": { + "tags": [TAG.Equipment, TAG.Fan, TAG.Pressurization], + }, }, }, "Economizer": {"tags": [TAG.Equipment, TAG.Economizer]}, "Damper": { "tags": [TAG.Equipment, TAG.Damper], "subclasses": { + "Bypass_Damper": {"tags": [TAG.Equipment, TAG.Damper, TAG.Bypass]}, "Economizer_Damper": {"tags": [TAG.Equipment, TAG.Damper, TAG.Economizer]}, "Exhaust_Damper": {"tags": [TAG.Equipment, TAG.Damper, TAG.Exhaust]}, + "Isolation_Damper": {"tags": [TAG.Equipment, TAG.Damper, TAG.Isolation]}, "Outside_Damper": {"tags": [TAG.Equipment, TAG.Damper, TAG.Outside]}, "Return_Damper": {"tags": [TAG.Equipment, TAG.Damper, TAG.Return]}, "Mixed_Damper": {"tags": [TAG.Equipment, TAG.Damper, TAG.Mixed]}, "Relief_Damper": {"tags": [TAG.Equipment, TAG.Damper, TAG.Relief]}, + "Zone_Damper": {"tags": [TAG.Equipment, TAG.Damper, TAG.Zone]}, }, }, "Condenser": {"tags": [TAG.Equipment, TAG.Condenser]}, @@ -819,6 +825,9 @@ }, }, }, + "Wall_Air_Conditioner": { + "tags": [TAG.Equipment, TAG.Wall, TAG.Air, TAG.Conditioner] + }, } valve_subclasses = { From a9bbb7a38bd997b2ebd6874caa6e467f2a4923ac Mon Sep 17 00:00:00 2001 From: Connor Cantrell <33592545+connorjcantrell@users.noreply.github.com> Date: Thu, 4 Jan 2024 16:28:24 -0800 Subject: [PATCH 07/11] Add booster and circulating pump (#602) --- bricksrc/definitions.csv | 9 +++++ bricksrc/equipment.py | 84 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 93 insertions(+) diff --git a/bricksrc/definitions.csv b/bricksrc/definitions.csv index d99e5f61..0ea76f7e 100644 --- a/bricksrc/definitions.csv +++ b/bricksrc/definitions.csv @@ -65,6 +65,7 @@ https://brickschema.org/schema/Brick#Blowdown_Water,Water expelled from a system https://brickschema.org/schema/Brick#Boiler,"A closed, pressure vessel that uses fuel or electricity for heating water or other fluids to supply steam or hot water for heating, humidification, or other applications.", https://brickschema.org/schema/Brick#Boiler_Command,A command to control a boiler, https://brickschema.org/schema/Brick#Booster_Fan,Fan activated to increase airflow beyond what is provided by the default configuration, +https://brickschema.org/schema/Brick#Booster_Pump,"Used to increase the pressure and flow of a fluid, typically water, in a system to ensure adequate supply where needed.", https://brickschema.org/schema/Brick#Box_Mode_Command,, https://brickschema.org/schema/Brick#Break_Room,A space for people to relax while not working, https://brickschema.org/schema/Brick#Breaker_Panel,Breaker Panel distributes power into various end-uses., @@ -111,6 +112,8 @@ https://brickschema.org/schema/Brick#Centrifugal_Chiller,A chiller that uses the https://brickschema.org/schema/Brick#Change_Filter_Alarm,An alarm that indicates that a filter must be changed, https://brickschema.org/schema/Brick#Chilled_Beam,"A device with an integrated coil that performs sensible heating of a space via circulation of room air. Chilled Beams are not designed to perform latent cooling; see Induction Units. Despite their name, Chilled Beams may perform heating or cooling of a space depending on their configuration.", https://brickschema.org/schema/Brick#Chilled_Water,water used as a cooling medium (particularly in air-conditioning systems or in processes) at below ambient temperature., +https://brickschema.org/schema/Brick#Chilled_Water_Booster_Pump,Used to increase the pressure and flow of chilled water in a system to ensure adequate supply where needed., +https://brickschema.org/schema/Brick#Chilled_Water_Circulator_Pump,"Used to move chilled water in a closed circuit, ensuring continuous flow.", https://brickschema.org/schema/Brick#Chilled_Water_Coil,"A cooling element made of pipe or tube that removes heat from equipment, machines or airflows that is filled with chilled water.", https://brickschema.org/schema/Brick#Chilled_Water_Differential_Pressure_Deadband_Setpoint,Sets the size of a deadband of differential pressure of chilled water, https://brickschema.org/schema/Brick#Chilled_Water_Differential_Pressure_Integral_Time_Parameter,, @@ -137,6 +140,7 @@ https://brickschema.org/schema/Brick#Chilled_Water_Thermal_Energy_Storage_Tank," https://brickschema.org/schema/Brick#Chilled_Water_Thermal_Expansion_Tank,A thermal expansion tank designed specifically for chilled water systems., https://brickschema.org/schema/Brick#Chilled_Water_Valve,A valve that modulates the flow of chilled water, https://brickschema.org/schema/Brick#Chiller,Refrigerating machine used to transfer heat between fluids. Chillers are either direct expansion with a compressor or absorption type., +https://brickschema.org/schema/Brick#Circulator_Pump,"Used to move hot or cold water in a closed circuit, ensuring continuous fluid flow.", https://brickschema.org/schema/Brick#Cloudage,The fraction of the sky obscured by clouds when observed from a particular location, https://brickschema.org/schema/Brick#Coil,Cooling or heating element made of pipe or tube that may or may not be finned and formed into helical or serpentine shape (ASHRAE Dictionary), https://brickschema.org/schema/Brick#Cold_Box,"in a gas separation unit, the insulated section that contains the low-temperature heat exchangers and distillation columns.", @@ -159,7 +163,9 @@ https://brickschema.org/schema/Brick#Condensate_Leak_Alarm,An alarm that indicat https://brickschema.org/schema/Brick#Condenser,A heat exchanger in which the primary heat transfer vapor changes its state to a liquid phase., https://brickschema.org/schema/Brick#Condenser_Heat_Exchanger,A heat exchanger in which the primary heat transfer vapor changes its state to a liquid phase., https://brickschema.org/schema/Brick#Condenser_Water,Water used used to remove heat through condensation, +https://brickschema.org/schema/Brick#Condenser_Water_Booster_Pump,Used to increase the pressure and flow of condenser water in a system to ensure adequate supply where needed., https://brickschema.org/schema/Brick#Condenser_Water_Bypass_Valve,A valve installed in a bypass line of a condenser water loop, +https://brickschema.org/schema/Brick#Condenser_Water_Circulator_Pump,"Used to move chilled water in a closed circuit, ensuring continuous flow.", https://brickschema.org/schema/Brick#Condenser_Water_Flow_Sensor,Measures the flow of the condenser water, https://brickschema.org/schema/Brick#Condenser_Water_Isolation_Valve,An isolation valve installed in the condenser water loop, https://brickschema.org/schema/Brick#Condenser_Water_Pump,A pump that is part of a condenser system; the pump circulates condenser water from the chiller back to the cooling tower, @@ -292,6 +298,7 @@ https://brickschema.org/schema/Brick#Discharge_Fan_Differential_Speed_Setpoint,, https://brickschema.org/schema/Brick#Disconnect_Switch,Building power is most commonly provided by utility company through a master disconnect switch (sometimes called a service disconnect) in the main electrical room of a building. The Utility Company provided master disconnect switch often owns or restricts access to this switch. There can also be other cases where a disconnect is placed into an electrical system to allow service cut-off to a portion of the building., https://brickschema.org/schema/Brick#Displacement_Flow_Air_Diffuser,An air diffuser that is designed for low discharge air speeds to minimize turbulence and induction of room air. This diffuser is used with displacement ventilation systems., https://brickschema.org/schema/Brick#Distribution_Frame,"A class of spaces where the cables carrying signals meet and connect, e.g. a wiring closet or a broadcast downlink room", +https://brickschema.org/schema/Brick#Domestic_Hot_Water_Circulator_Pump,"Used to move domestic hot water in a closed circuit, ensuring continuous flow.", https://brickschema.org/schema/Brick#Domestic_Hot_Water_System,"The equipment, devices and conduits that handle the production and distribution of domestic hot water in a building", https://brickschema.org/schema/Brick#Domestic_Hot_Water_System_Enable_Command,Enables operation of the domestic hot water system, https://brickschema.org/schema/Brick#Domestic_Hot_Water_Temperature_Setpoint,Sets temperature of domestic hot water, @@ -512,6 +519,8 @@ https://brickschema.org/schema/Brick#Hot_Box,hot air chamber forming part of an https://brickschema.org/schema/Brick#Hot_Deck,Part of a dual duct air handling unit that supplies heating to a building, https://brickschema.org/schema/Brick#Hot_Water,Hot water used for HVAC heating or supply to hot taps, https://brickschema.org/schema/Brick#Hot_Water_Baseboard_Radiator,Hydronic heating device located at or near the floor, +https://brickschema.org/schema/Brick#Hot_Water_Booster_Pump,Used to increase the pressure and flow of hot water in a system to ensure adequate supply where needed., +https://brickschema.org/schema/Brick#Hot_Water_Circulator_Pump,"Used to move hot water in a closed circuit, ensuring continuous flow.", https://brickschema.org/schema/Brick#Hot_Water_Coil,"A heating element typically made of pipe, tube or wire that emits heat that is filled with hot water.", https://brickschema.org/schema/Brick#Hot_Water_Differential_Pressure_Deadband_Setpoint,Sets the size of a deadband of differential pressure of hot water, https://brickschema.org/schema/Brick#Hot_Water_Differential_Pressure_Integral_Time_Parameter,, diff --git a/bricksrc/equipment.py b/bricksrc/equipment.py index 905ac617..69acdc4b 100644 --- a/bricksrc/equipment.py +++ b/bricksrc/equipment.py @@ -557,15 +557,99 @@ "subclasses": { "Chilled_Water_Pump": { "tags": [TAG.Equipment, TAG.Pump, TAG.Chilled, TAG.Water], + "subclasses": { + "Chilled_Water_Circulator_Pump": { + "tags": [ + TAG.Equipment, + TAG.Pump, + TAG.Circulator, + TAG.Chilled, + TAG.Water, + ], + "parents": [BRICK.Circulator_Pump], + }, + "Chilled_Water_Booster_Pump": { + "tags": [ + TAG.Equipment, + TAG.Pump, + TAG.Booster, + TAG.Chilled, + TAG.Water, + ], + "parents": [BRICK.Booster_Pump], + }, + }, }, "Condenser_Water_Pump": { "tags": [TAG.Equipment, TAG.Pump, TAG.Condenser, TAG.Water], + "subclasses": { + "Condenser_Water_Circulator_Pump": { + "tags": [ + TAG.Equipment, + TAG.Pump, + TAG.Circulator, + TAG.Condenser, + TAG.Water, + ], + "parents": [BRICK.Circulator_Pump], + }, + "Condenser_Water_Booster_Pump": { + "tags": [ + TAG.Equipment, + TAG.Pump, + TAG.Booster, + TAG.Condenser, + TAG.Water, + ], + "parents": [BRICK.Booster_Pump], + }, + }, }, "Hot_Water_Pump": { "tags": [TAG.Equipment, TAG.Pump, TAG.Hot, TAG.Water], + "subclasses": { + "Hot_Water_Circulator_Pump": { + "tags": [ + TAG.Equipment, + TAG.Pump, + TAG.Circulator, + TAG.Hot, + TAG.Water, + ], + "parents": [BRICK.Circulator_Pump], + "subclasses": { + "Domestic_Hot_Water_Circulator_Pump": { + "tags": [ + TAG.Equipment, + TAG.Pump, + TAG.Circulator, + TAG.Hot, + TAG.Water, + TAG.Domestic, + ], + }, + }, + }, + "Hot_Water_Booster_Pump": { + "tags": [ + TAG.Equipment, + TAG.Pump, + TAG.Booster, + TAG.Hot, + TAG.Water, + ], + "parents": [BRICK.Booster_Pump], + }, + }, }, }, }, + "Circulator_Pump": { + "tags": [TAG.Equipment, TAG.Pump, TAG.Circulator], + }, + "Booster_Pump": { + "tags": [TAG.Equipment, TAG.Pump, TAG.Booster], + }, }, }, "Heat_Exchanger": { From 3440f1f7a6222ec9122f29053e7d7d38848d8159 Mon Sep 17 00:00:00 2001 From: Gabe Fierro Date: Thu, 11 Jan 2024 09:48:10 -0700 Subject: [PATCH 08/11] Add EVSE Charging Concepts (#529) * ensure that deprecated concepts are not always asserted to be owl:Class * adding some evse concepts * add evse example * add directionality and expand enumerations * working on more EVSe rules; put directionality on the port * implement inference rules for charging directionality * add test for EVSE example * fix EVSE property definitions * add inverse property rule * fix datatypes on evse example * use topquadrant reasoning on test * use specialized logger * final changes --- bricksrc/collections.py | 5 ++ bricksrc/definitions.csv | 3 + bricksrc/entity_properties.py | 48 ++++++++++++- bricksrc/equipment.py | 19 ++++++ bricksrc/rules.ttl | 67 +++++++++++++++++++ examples/evse/evse.ttl | 55 +++++++++++++++ .../last_known_value/last_known_value.ttl | 4 ++ generate_brick.py | 40 +++++++---- requirements.txt | 2 +- tests/conftest.py | 4 +- tests/test_examples.py | 23 ++++++- 11 files changed, 251 insertions(+), 19 deletions(-) create mode 100644 examples/evse/evse.ttl diff --git a/bricksrc/collections.py b/bricksrc/collections.py index 88e39f8a..3023b093 100644 --- a/bricksrc/collections.py +++ b/bricksrc/collections.py @@ -180,4 +180,9 @@ "aliases": [BRICK["PV_Array"]], "constraints": {BRICK.hasPart: [BRICK.PV_Panel]}, }, + "Electric_Vehicle_Charging_Hub": { + "tags": [TAG.Collection, TAG.Electric, TAG.Vehicle, TAG.Charging, TAG.Hub], + "aliases": [BRICK["EV_Charging_Hub"]], + "constraints": {BRICK.hasPart: [BRICK.Electric_Vehicle_Charging_Station]}, + }, } diff --git a/bricksrc/definitions.csv b/bricksrc/definitions.csv index 0ea76f7e..05bed105 100644 --- a/bricksrc/definitions.csv +++ b/bricksrc/definitions.csv @@ -322,6 +322,9 @@ https://brickschema.org/schema/Brick#Electric_Current,, https://brickschema.org/schema/Brick#Electric_Energy,, https://brickschema.org/schema/Brick#Electric_Power_Sensor,Measures the amount of instantaneous electric power consumed, https://brickschema.org/schema/Brick#Electric_Radiator,Electric heating device, +https://brickschema.org/schema/Brick#Electric_Vehicle_Charging_Hub,"A collection of charging stations for charging electric vehicles. A hub may be located in a parking lot, for example", +https://brickschema.org/schema/Brick#Electric_Vehicle_Charging_Port,An individual point of attachment for charing a single electric vehicle, +https://brickschema.org/schema/Brick#Electric_Vehicle_Charging_Station,An individual piece of equipment supplying electrical power for charging electric vehicles. Contains 1 or more electric vehicle charging ports, https://brickschema.org/schema/Brick#Electric_Voltage,, https://brickschema.org/schema/Brick#Electrical_Energy_Usage_Sensor,A sensor that records the quantity of electrical energy consumed in a given period, https://brickschema.org/schema/Brick#Electrical_Meter,A meter that measures the usage or consumption of electricity, diff --git a/bricksrc/entity_properties.py b/bricksrc/entity_properties.py index a968787e..e0378122 100644 --- a/bricksrc/entity_properties.py +++ b/bricksrc/entity_properties.py @@ -347,6 +347,33 @@ SH.node: BSH.VirtualMeterShape, RDFS.label: Literal("is virtual meter"), }, + BRICK.electricVehicleChargerType: { + SKOS.definition: Literal( + "Which type of EVSE charger this is, e.g. Level 1 (up to up to 2.5kW of AC power on 1 phase 120V input), Level 2 (direct AC power but can use higher voltage and up to 3 phases), or Level 3 (direct DC power)" + ), + "property_of": BRICK.Electric_Vehicle_Charging_Station, + RDFS.label: Literal("has electric vehicle charger type"), + SH.node: BSH.ElectricVehicleChargingTypeShape, + }, + BRICK.electricVehicleChargerDirectionality: { + SKOS.definition: Literal( + "Indicates if the EVSE charger supports bidirectional charging or just unidirectional charging of the EV battery" + ), + "property_of": [ + BRICK.Electric_Vehicle_Charging_Station, + BRICK.Electric_Vehicle_Charging_Port, + ], + RDFS.label: Literal("has electric vehicle charger directionality"), + SH.node: BSH.ElectricVehicleChargingDirectionalityShape, + }, + BRICK.electricVehicleConnectorType: { + SKOS.definition: Literal( + "Identifies which kind of connector the port has. This property helps identify the physical connection required between the vehicle and the charging equipment." + ), + "property_of": BRICK.Electric_Vehicle_Charging_Port, + RDFS.label: Literal("has electric vehicle connector type"), + SH.node: BSH.ElectricVehicleConnectorTypeShape, + }, } building_primary_function_values = [ @@ -451,7 +478,7 @@ BSH.ElectricalComplexPowerShape: {"values": ["real", "reactive", "apparent"]}, BSH.ElectricalFlowShape: {"values": ["import", "export", "net", "absolute"]}, BSH.PhasesShape: {"values": ["A", "B", "C", "AB", "BC", "AC", "ABC"]}, - BSH.PhaseCountShape: {"values": ["1", "2", "3", "Total"]}, + BSH.PhaseCountShape: {"values": [1, 2, 3, "Total"]}, BSH.CurrentFlowTypeShape: {"values": ["AC", "DC"]}, BSH.StageShape: {"values": [1, 2, 3, 4]}, BSH.BuildingPrimaryFunctionShape: {"values": building_primary_function_values}, @@ -533,6 +560,25 @@ }, }, }, + BRICK.ElectricVehicleChargingTypeShape: { + "values": ["Level 1", "Level 2", "Level 3"] + }, + BRICK.ElectricVehicleChargingDirectionalityShape: { + "values": ["unidirectional", "bidirectional"] + }, + BRICK.ElectricVehicleConnectorTypeShape: { + "values": [ + "Type 1 (CSS)", + "Type 2 (CSS)", + "GB/T", + "Type 1 (SAE J1772)", + "Type 2 (IEC 62196)", + "CHAdeMO", + "CCS (Combined Charging System)", + "Tesla Supercharger", + "Wireless", + ] + }, } diff --git a/bricksrc/equipment.py b/bricksrc/equipment.py index 69acdc4b..32bd2c65 100644 --- a/bricksrc/equipment.py +++ b/bricksrc/equipment.py @@ -45,6 +45,25 @@ "Electrical_Equipment": { "tags": [TAG.Electrical, TAG.Equipment], "subclasses": { + "Electric_Vehicle_Charging_Station": { + "tags": [ + TAG.Electric, + TAG.Vehicle, + TAG.Charging, + TAG.Station, + TAG.Equipment, + ], + "constraints": {BRICK.hasPart: [BRICK.Electric_Vehicle_Charging_Port]}, + }, + "Electric_Vehicle_Charging_Port": { + "tags": [ + TAG.Electric, + TAG.Vehicle, + TAG.Charging, + TAG.Port, + TAG.Equipment, + ], + }, "Energy_Storage": { "tags": [TAG.Energy, TAG.Storage, TAG.Equipment], "subclasses": { diff --git a/bricksrc/rules.ttl b/bricksrc/rules.ttl index eea36277..3ffda01e 100644 --- a/bricksrc/rules.ttl +++ b/bricksrc/rules.ttl @@ -39,6 +39,24 @@ WHERE { sh:targetClass brick:Entity ; . +bsh:InferInverseProperties2 + a sh:NodeShape ; + sh:rule [ + a sh:SPARQLRule ; + sh:construct """ + CONSTRUCT { +$this ?p ?o . +} +WHERE { +?o ?invP $this . +?invP owl:inverseOf ?p . +} + """ ; + sh:prefixes ; + ] ; + sh:targetClass brick:Entity ; +. + bsh:InferSymmetricProperties a sh:NodeShape ; sh:rule [ @@ -424,3 +442,52 @@ bsh:hasSubstance a sh:NodeShape ; sh:targetObjectsOf brick:hasSubstance ; sh:class brick:Substance ; . + + +# add unidirectional charging to all EVsE chargers as a default value +# UNLESS there is already a brick:electricVehicleChargerDirectionality attribute +# on ports associated with the charger +bsh:AddDefaultEVSEChargerDirection a sh:NodeShape ; + sh:targetClass brick:Electric_Vehicle_Charging_Station ; + sh:rule [ + a sh:SPARQLRule ; + sh:prefixes ; + sh:construct """ + CONSTRUCT { + $this brick:electricVehicleChargerDirectionality [ brick:value "unidirectional" ] + } WHERE { + $this rdf:type brick:Electric_Vehicle_Charging_Station . + FILTER NOT EXISTS { + $this brick:electricVehicleChargerDirectionality ?direction . + } + FILTER NOT EXISTS { + $this brick:hasPart ?port . + ?port a brick:Electric_Vehicle_Charging_Port . + ?port brick:electricVehicleChargerDirectionality ?other_direction . + } + } + """ ; + ] ; +. + +# inherit the directionality of the EVSE charger to the ports +bsh:InheritEVSEChargerDirection a sh:NodeShape ; + sh:targetClass brick:Electric_Vehicle_Charging_Port ; + sh:rule [ + a sh:SPARQLRule ; + sh:prefixes ; + sh:construct """ + CONSTRUCT { + $this brick:electricVehicleChargerDirectionality ?direction + } WHERE { + $this rdf:type brick:Electric_Vehicle_Charging_Port . + $this brick:isPartOf ?charger . + ?charger a brick:Electric_Vehicle_Charging_Station . + ?charger brick:electricVehicleChargerDirectionality ?direction . + FILTER NOT EXISTS { + $this brick:electricVehicleChargerDirectionality ?other_direction . + } + } + """ ; + ] ; +. diff --git a/examples/evse/evse.ttl b/examples/evse/evse.ttl new file mode 100644 index 00000000..ac613199 --- /dev/null +++ b/examples/evse/evse.ttl @@ -0,0 +1,55 @@ +@prefix brick: . +@prefix unit: . +@prefix xsd: . +@prefix : . + +:parking_lot a brick:Parking_Structure ; + brick:isLocationOf :hub . + +:hub a brick:Electric_Vehicle_Charging_Hub ; + brick:hasPart :station1, :station2 . + +:station1 a brick:Electric_Vehicle_Charging_Station ; + brick:electricVehicleChargerType [ brick:value "Level 1" ] ; + brick:hasPart :port1-1, :port1-2 ; +. + +:port1-1 a brick:Electric_Vehicle_Charging_Port ; + brick:electricVehicleChargerDirectionality [ brick:value "bidirectional" ] ; + brick:electricVehicleConnectorType [ brick:value "Level 1 (SAE J1772)" ] ; + brick:currentFlowType [ brick:value "AC" ] ; + brick:electricalPhaseCount [ brick:value 1 ] ; + brick:hasPoint :port1-1-voltage ; +. +:port1-1-voltage a brick:Battery_Voltage_Sensor ; + brick:hasUnit unit:PERCENT ; +. + +:port1-2 a brick:Electric_Vehicle_Charging_Port ; + brick:electricVehicleChargerDirectionality [ brick:value "bidirectional" ] ; + brick:electricVehicleConnectorType [ brick:value "Level 1 (SAE J1772)" ] ; + brick:currentFlowType [ brick:value "AC" ] ; + brick:electricalPhaseCount [ brick:value 1 ] ; + brick:hasPoint :port1-2-voltage ; +. +:port1-2-voltage a brick:Battery_Voltage_Sensor ; + brick:hasUnit unit:PERCENT ; +. + +:station2 a brick:Electric_Vehicle_Charging_Station ; + brick:electricVehicleChargerDirectionality [ brick:value "unidirectional" ] ; + brick:electricVehicleChargerType [ brick:value "Level 2" ] ; + brick:hasPart :port2-1 ; +. + +:port2-1 a brick:Electric_Vehicle_Charging_Port ; + # this should inherit 'unidirectional' from the station + brick:electricVehicleConnectorType [ brick:value "Level 2 (IEC 62196)" ] ; + brick:currentFlowType [ brick:value "AC" ] ; + brick:electricalPhaseCount [ brick:value 3 ] ; + brick:hasPoint :port2-1-voltage ; +. + +:port2-1-voltage a brick:Battery_Voltage_Sensor ; + brick:hasUnit unit:PERCENT ; +. diff --git a/examples/last_known_value/last_known_value.ttl b/examples/last_known_value/last_known_value.ttl index 20caa4c7..fab58808 100644 --- a/examples/last_known_value/last_known_value.ttl +++ b/examples/last_known_value/last_known_value.ttl @@ -4,6 +4,10 @@ @prefix unit: . @prefix xsd: . @prefix bacnet: . +@prefix owl: . + +bldg: a owl:Ontology ; + owl:imports . bldg:sample-device a bacnet:BACnetDevice ; bacnet:device-instance 123 ; diff --git a/generate_brick.py b/generate_brick.py index a40c30bd..3b567b1b 100755 --- a/generate_brick.py +++ b/generate_brick.py @@ -1,3 +1,4 @@ +import logging import os import brickschema import importlib @@ -6,7 +7,6 @@ import csv import glob import ontoenv -import logging import pyshacl from rdflib import Graph, Literal, BNode, URIRef from rdflib.namespace import XSD @@ -58,11 +58,15 @@ from bricksrc.entity_properties import entity_properties, get_shapes from bricksrc.deprecations import deprecations + logging.basicConfig( format="%(asctime)s,%(msecs)d %(levelname)-8s [%(filename)s:%(lineno)d] %(message)s", datefmt="%Y-%m-%d:%H:%M:%S", level=logging.INFO, ) +logger = logging.getLogger(__name__) +logger.setLevel(logging.INFO) + G = brickschema.Graph() bind_prefixes(G) @@ -552,19 +556,19 @@ def define_shape_properties(definitions, graph=G): graph.add((brick_value_shape, SH["in"], enumeration)) graph.add((brick_value_shape, SH.minCount, Literal(1))) vals = defn.pop("values") - if isinstance(vals[0], str): + if all(map(lambda v: isinstance(v, str), vals)): Collection( graph, enumeration, map(lambda x: Literal(x, datatype=XSD.string), vals), ) - elif isinstance(vals[0], int): + if all(map(lambda v: isinstance(v, int), vals)): Collection( graph, enumeration, map(lambda x: Literal(x, datatype=XSD.integer), vals), ) - elif isinstance(vals[0], float): + if all(map(lambda v: isinstance(v, float), vals)): Collection( graph, enumeration, @@ -752,7 +756,7 @@ def add_definitions(graph=G): # Setpoint names are not explicit in class's names. Thus needs # to be explicily added for the definition text. setpoint = setpoint + "_Setpoint" - logging.info(f"Inferred setpoint: {setpoint}") + logger.info(f"Inferred setpoint: {setpoint}") limit_def = limit_def_template.format(direction=direction, setpoint=setpoint) if param != BRICK.Limit: # definition already exists for Limit graph.add((param, SKOS.definition, Literal(limit_def, lang="en"))) @@ -816,11 +820,11 @@ def handle_deprecations(): G.add((deprecated_term, BRICK.isReplacedBy, md["replace_with"])) -logging.info("Beginning BRICK Ontology compilation") +logger.info("Beginning BRICK Ontology compilation") # handle ontology definition define_ontology(G) -logging.info("Inheriting annotations down the subclass trees") +logger.info("Inheriting annotations down the subclass trees") inherit_has_quantity(setpoint_definitions) inherit_has_quantity(sensor_definitions) inherit_has_quantity(alarm_definitions) @@ -848,7 +852,7 @@ def handle_deprecations(): define_classes(roots, BRICK.Class) # <= Brick v1.3.0 define_classes(roots, BRICK.Entity) # >= Brick v1.3.0 -logging.info("Defining properties") +logger.info("Defining properties") # define BRICK properties G.add((BRICK.Relationship, A, OWL.ObjectProperty)) G.add((BRICK.Relationship, RDFS.label, Literal("Relationship"))) @@ -867,7 +871,7 @@ def handle_deprecations(): G.add((VCARD.Address, A, OWL.Class)) -logging.info("Defining Point subclasses") +logger.info("Defining Point subclasses") # define Point subclasses define_classes(setpoint_definitions, BRICK.Point) define_classes(sensor_definitions, BRICK.Point) @@ -882,7 +886,7 @@ def handle_deprecations(): for o in filter(lambda x: x != pc, pointclasses): G.add((BRICK[pc], OWL.disjointWith, BRICK[o])) -logging.info("Defining Equipment, System and Location subclasses") +logger.info("Defining Equipment, System and Location subclasses") # define other root class structures define_classes(location_subclasses, BRICK.Location) define_classes(equipment_subclasses, BRICK.Equipment) @@ -893,7 +897,7 @@ def handle_deprecations(): define_classes(security_subclasses, BRICK.Security_Equipment) define_classes(safety_subclasses, BRICK.Safety_Equipment) -logging.info("Defining Measurable hierarchy") +logger.info("Defining Measurable hierarchy") # define measurable hierarchy G.add((BRICK.Measurable, RDFS.subClassOf, BRICK.Entity)) # set up Quantity definition @@ -958,6 +962,7 @@ def handle_deprecations(): }""" ) +logger.info("Adding applicable units") # this requires two passes to associate the applicable units with # each of the quantities. The first pass associates Brick quantities # with QUDT units via the "hasQUDTReference" property; the second pass @@ -979,6 +984,7 @@ def handle_deprecations(): # G.add((unit, RDFS.label, label)) +logger.info("Defining entity properties") # entity property definitions (must happen after units are defined) G.add((BRICK.value, SKOS.definition, Literal("The basic value of an entity property"))) G.add((BRICK.EntityProperty, RDFS.subClassOf, OWL.ObjectProperty)) @@ -990,14 +996,16 @@ def handle_deprecations(): G.remove((BRICK.value, A, OWL.ObjectProperty)) +logger.info("Adding deprecations") # handle class deprecations handle_deprecations() # handle non-class deprecations G.parse("bricksrc/deprecations.ttl") -logging.info("Adding class definitions") +logger.info("Adding class definitions") add_definitions() +logger.info("Adding other .ttl files") # add all TTL files in bricksrc for ttlfile in glob.glob("bricksrc/*.ttl"): G.parse(ttlfile, format="turtle") @@ -1008,6 +1016,7 @@ def handle_deprecations(): for triple in G.cbd(ref_schema_uri): G.remove(triple) +logger.info("Cleaning up ontology prefixes") # remove duplicate ontology definitions and # move prefixes onto Brick ontology definition for ontology, pfx in G.subject_objects(predicate=SH.declare): @@ -1052,7 +1061,7 @@ def handle_deprecations(): extension_graph.serialize(dest, format="ttl") -logging.info(f"Brick ontology compilation finished! Generated {len(G)} triples") +logger.info(f"Brick ontology compilation finished! Generated {len(G)} triples") extension_graphs = {"shacl_tag_inference": shaclGraph} @@ -1064,6 +1073,10 @@ def handle_deprecations(): fp.write(graph.serialize(format="turtle").rstrip()) fp.write("\n") +# add inferred information to Brick +# logger.info("Adding inferred information to Brick") +# G.expand('shacl', backend='topquadrant') + # serialize Brick to output with open("Brick.ttl", "w", encoding="utf-8") as fp: fp.write(G.serialize(format="turtle").rstrip()) @@ -1073,6 +1086,7 @@ def handle_deprecations(): if os.path.exists("Brick+extensions.ttl"): os.remove("Brick+extensions.ttl") + # create new directory for storing imports os.makedirs("imports", exist_ok=True) env = ontoenv.OntoEnv(initialize=True) diff --git a/requirements.txt b/requirements.txt index 9109be04..80cd83f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ pytest>=7.3 tqdm>=4.0 pyshacl>=0.25 docker>=6.0 -brickschema[all]>=0.7.4a8 +brickschema[all]>=0.7.4a9 black==23.3.0 pre-commit>=3.2 flake8>=6.0 diff --git a/tests/conftest.py b/tests/conftest.py index 74fa1d6c..de592499 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -32,8 +32,8 @@ def pytest_configure(config): @pytest.fixture() def brick_with_imports(): - env = ontoenv.OntoEnv() - g = brickschema.graph.Graph() + env = ontoenv.OntoEnv(initialize=True) + g = brickschema.Graph() g.load_file("Brick.ttl") g.bind("qudt", QUDT) g.bind("rdf", RDF) diff --git a/tests/test_examples.py b/tests/test_examples.py index a0f378a8..c06ae0b3 100644 --- a/tests/test_examples.py +++ b/tests/test_examples.py @@ -10,8 +10,27 @@ def test_example_file_with_reasoning(brick_with_imports, filename): g = brick_with_imports g.load_file(filename) env.import_dependencies(g) - # g.expand("shacl", backend="topquadrant") - # g.serialize("/tmp/res.ttl") + g.expand("shacl", backend="topquadrant") valid, _, report = g.validate(engine="topquadrant") assert valid, report + + +# specific unit test for the 'evse.ttl' example file +def test_evse_example_file_with_reasoning(brick_with_imports): + g = brick_with_imports + g.load_file("examples/evse/evse.ttl") + env.import_dependencies(g) + g.expand("shacl", backend="topquadrant") + + # test that all Electric_Vehicle_Charging_Ports in the model + # have a brick:electricVehicleChargerDirectionality property + q = """ + SELECT ?evcp WHERE { + ?evcp a/rdfs:subClassOf* brick:Electric_Vehicle_Charging_Port . + FILTER NOT EXISTS { + ?evcp brick:electricVehicleChargerDirectionality ?dir . + } + }""" + res = list(g.query(q)) + assert len(res) == 0, "All EVCPs must have a directionality property" From cc1bf522ac9f800be87c4c9cf110ae276ed395e4 Mon Sep 17 00:00:00 2001 From: Connor Cantrell <33592545+connorjcantrell@users.noreply.github.com> Date: Wed, 13 Dec 2023 15:28:01 -0800 Subject: [PATCH 09/11] Add waste amount sensor --- bricksrc/definitions.csv | 1 + bricksrc/sensor.py | 1 + 2 files changed, 2 insertions(+) diff --git a/bricksrc/definitions.csv b/bricksrc/definitions.csv index 05bed105..1d15d6af 100644 --- a/bricksrc/definitions.csv +++ b/bricksrc/definitions.csv @@ -1119,6 +1119,7 @@ https://brickschema.org/schema/Brick#Wall_Air_Conditioner,"A wall air conditione https://brickschema.org/schema/Brick#Wardrobe,"Storage for clothing, costumes, or uniforms", https://brickschema.org/schema/Brick#Warm_Cool_Adjust_Sensor,"User provided adjustment of zone temperature, typically in the range of +/- 5 degrees", https://brickschema.org/schema/Brick#Warmest_Zone_Air_Temperature_Sensor,The zone temperature that is warmest; drives the supply temperature of cold air. A computed value rather than a physical sensor. Also referred to as a 'Highest Zone Air Temperature Sensor', +https://brickschema.org/schema/Brick#Waste_Amount_Sensor,A metric used for measuring the quantity of waste generated in a building., https://brickschema.org/schema/Brick#Waste_Storage,A room used for storing waste such as trash or recycling, https://brickschema.org/schema/Brick#Water,"transparent, odorless, tasteless liquid; a compound of hydrogen and oxygen (H2O), containing 11.188% hydrogen and 88.812% oxygen by mass; freezing at 32°F (0°C); boiling near 212°F (100°C).", https://brickschema.org/schema/Brick#Water_Alarm,"Alarm that indicates an undesirable event with a pipe, container, or equipment carrying water e.g. water leak", diff --git a/bricksrc/sensor.py b/bricksrc/sensor.py index 3923e198..8f51f8de 100644 --- a/bricksrc/sensor.py +++ b/bricksrc/sensor.py @@ -856,6 +856,7 @@ }, }, }, + "Waste_Amount_Sensor": {"tags": [TAG.Waste, TAG.Amount, TAG.Sensor]}, "Frequency_Sensor": { BRICK.hasQuantity: BRICK.Frequency, "tags": [TAG.Point, TAG.Sensor, TAG.Frequency], From dc725ace566c830dd28bdcf68650b6d30254330d Mon Sep 17 00:00:00 2001 From: Connor Cantrell <33592545+connorjcantrell@users.noreply.github.com> Date: Wed, 13 Dec 2023 15:31:20 -0800 Subject: [PATCH 10/11] Add waste meter --- bricksrc/definitions.csv | 1 + bricksrc/meters.py | 1 + 2 files changed, 2 insertions(+) diff --git a/bricksrc/definitions.csv b/bricksrc/definitions.csv index 1d15d6af..ca9fb18e 100644 --- a/bricksrc/definitions.csv +++ b/bricksrc/definitions.csv @@ -1120,6 +1120,7 @@ https://brickschema.org/schema/Brick#Wardrobe,"Storage for clothing, costumes, o https://brickschema.org/schema/Brick#Warm_Cool_Adjust_Sensor,"User provided adjustment of zone temperature, typically in the range of +/- 5 degrees", https://brickschema.org/schema/Brick#Warmest_Zone_Air_Temperature_Sensor,The zone temperature that is warmest; drives the supply temperature of cold air. A computed value rather than a physical sensor. Also referred to as a 'Highest Zone Air Temperature Sensor', https://brickschema.org/schema/Brick#Waste_Amount_Sensor,A metric used for measuring the quantity of waste generated in a building., +https://brickschema.org/schema/Brick#Waste_Meter,A Waste Meter is used for tracking and categorizing various waste types in a building, aiding in waste management facilitating waste reduction, recycling, and disposal strategies. https://brickschema.org/schema/Brick#Waste_Storage,A room used for storing waste such as trash or recycling, https://brickschema.org/schema/Brick#Water,"transparent, odorless, tasteless liquid; a compound of hydrogen and oxygen (H2O), containing 11.188% hydrogen and 88.812% oxygen by mass; freezing at 32°F (0°C); boiling near 212°F (100°C).", https://brickschema.org/schema/Brick#Water_Alarm,"Alarm that indicates an undesirable event with a pipe, container, or equipment carrying water e.g. water leak", diff --git a/bricksrc/meters.py b/bricksrc/meters.py index 9b1d1921..c2fe7e48 100644 --- a/bricksrc/meters.py +++ b/bricksrc/meters.py @@ -15,6 +15,7 @@ } }, }, + "Waste_Meter": {"tags": [TAG.Waste, TAG.Meter]}, "Gas_Meter": { "tags": [TAG.Meter, TAG.Equipment, TAG.Gas], "subclasses": { From b7bea27e1888ecf41a1c044c106c56103e592583 Mon Sep 17 00:00:00 2001 From: Connor Cantrell <33592545+connorjcantrell@users.noreply.github.com> Date: Thu, 11 Jan 2024 15:31:38 -0800 Subject: [PATCH 11/11] Wrap definition --- bricksrc/definitions.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bricksrc/definitions.csv b/bricksrc/definitions.csv index ca9fb18e..36876bdb 100644 --- a/bricksrc/definitions.csv +++ b/bricksrc/definitions.csv @@ -1120,7 +1120,7 @@ https://brickschema.org/schema/Brick#Wardrobe,"Storage for clothing, costumes, o https://brickschema.org/schema/Brick#Warm_Cool_Adjust_Sensor,"User provided adjustment of zone temperature, typically in the range of +/- 5 degrees", https://brickschema.org/schema/Brick#Warmest_Zone_Air_Temperature_Sensor,The zone temperature that is warmest; drives the supply temperature of cold air. A computed value rather than a physical sensor. Also referred to as a 'Highest Zone Air Temperature Sensor', https://brickschema.org/schema/Brick#Waste_Amount_Sensor,A metric used for measuring the quantity of waste generated in a building., -https://brickschema.org/schema/Brick#Waste_Meter,A Waste Meter is used for tracking and categorizing various waste types in a building, aiding in waste management facilitating waste reduction, recycling, and disposal strategies. +https://brickschema.org/schema/Brick#Waste_Meter,"A Waste Meter is used for tracking and categorizing various waste types in a building, aiding in waste management facilitating waste reduction, recycling, and disposal strategies." https://brickschema.org/schema/Brick#Waste_Storage,A room used for storing waste such as trash or recycling, https://brickschema.org/schema/Brick#Water,"transparent, odorless, tasteless liquid; a compound of hydrogen and oxygen (H2O), containing 11.188% hydrogen and 88.812% oxygen by mass; freezing at 32°F (0°C); boiling near 212°F (100°C).", https://brickschema.org/schema/Brick#Water_Alarm,"Alarm that indicates an undesirable event with a pipe, container, or equipment carrying water e.g. water leak",