From dd0e65abecc2ffbf911ce880aaef983d18507c53 Mon Sep 17 00:00:00 2001 From: Gabe Fierro Date: Wed, 22 May 2024 10:26:57 -0600 Subject: [PATCH] update 223p.ttl --- ontologies/223p.ttl | 87692 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 84678 insertions(+), 3014 deletions(-) diff --git a/ontologies/223p.ttl b/ontologies/223p.ttl index 7c9ee8d..4194c60 100644 --- a/ontologies/223p.ttl +++ b/ontologies/223p.ttl @@ -1,9 +1,16 @@ +@prefix dc: . +@prefix dcterms: . @prefix ns1: . +@prefix ns2: . +@prefix ns3: . +@prefix org: . @prefix owl: . +@prefix prov: . @prefix rdf: . @prefix rdfs: . @prefix s223: . @prefix sh: . +@prefix skos: . @prefix xsd: . s223:Class a rdfs:Class, @@ -18,1072 +25,2373 @@ s223:SymmetricProperty a rdfs:Class, rdfs:comment "A SymmetricProperty is modeling construct used to define symmetric behavior for certain properties in the standard such as cnx and connected."^^xsd:string ; rdfs:subClassOf rdf:Property . -s223:BACnetExternalReference a s223:Class, + a s223:Class, + rdfs:Class, sh:NodeShape ; - rdfs:label "BACnetExternalReference"^^xsd:string ; - rdfs:comment "BACnetExternalReference is a subclass of ExternalReference that contains BACnet protocol parameter values necessary to associate a property with a value."^^xsd:string ; - rdfs:subClassOf s223:ExternalReference ; - sh:property [ a sh:PropertyShape ; - rdfs:comment "If the relation property-identifier is present it is either a decimal number or exactly equal to the ASHRAE 135-2020 Clause 21 identifier text of BACnetPropertyIdentifier. If it is omitted, it defaults to \"present-value\" except for BACnet File objects, where absence of property-identifier refers to the entire content of the file accessed with Stream Access."^^xsd:string ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path ], - [ a sh:PropertyShape ; - rdfs:comment "If the relation property-array-index is present it provides the index for reading items from a property that is an array."^^xsd:string ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path ], - [ a sh:PropertyShape ; - rdfs:comment "If the relation priority-for-writing is present it provides the priority for writing values to the object."^^xsd:string ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path ], - [ a sh:PropertyShape ; - rdfs:comment "If the relation device-identifier is present it associates the external reference with a BACnet device having the specific device identifier."^^xsd:string ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ], - [ a sh:PropertyShape ; - rdfs:comment "If the relation device-name is present it associates the external reference with a BACnet device having the specific device name."^^xsd:string ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path ], - [ a sh:PropertyShape ; - rdfs:comment "If the relation object-name is present it associates the external reference with the BACnet object having the specific object name."^^xsd:string ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path ], - [ a sh:PropertyShape ; - rdfs:comment "If the relation object-identifier is present it associates the external reference with the BACnet object having the specific object identifier."^^xsd:string ; - sh:datatype xsd:string ; + rdfs:label "ChilledWaterCoil"^^xsd:string ; + rdfs:comment "A cooling element made of pipe or tube that may or may not be finned and formed into helical or serpentine shape."^^xsd:string ; + rdfs:subClassOf s223:CoolingCoil ; + sh:property [ rdfs:comment "The ChilledWaterCoil shall be connected to a ChilledWaterValve using the relation connectedTo."^^xsd:string ; + sh:path s223:connectedTo ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class ] ; + sh:severity s223:g36 ] ; + sh:severity s223:g36 . + + a s223:Class, + rdfs:Class, + sh:NodeShape ; + rdfs:label "Chilled Water Valve"^^xsd:string ; + rdfs:comment "A device to regulate or stop the flow of cold fluid in a pipe or a duct by throttling."^^xsd:string ; + rdfs:subClassOf s223:Valve ; + sh:property [ rdfs:comment "A chilled water valve shall have medium Water-ChilledWater using the relation hasMedium."^^xsd:string ; + sh:hasValue s223:Water-ChilledWater ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] . + sh:message "g36: A chilled water valve shall have medium Water-ChilledWater using the relation hasMedium."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasMedium ; + sh:severity s223:g36 ] ; + sh:severity s223:g36 . -s223:Battery a s223:Class, + a rdfs:Class, sh:NodeShape ; - rdfs:label "Battery"^^xsd:string ; - rdfs:comment "A container consisting of one or more cells, in which chemical energy is converted into electricity and used as a source of power."^^xsd:string ; - rdfs:subClassOf s223:Equipment ; - sh:or ( [ sh:property [ rdfs:comment "A Battery shall have at least one outlet or bidirectional ConnectionPoint using the medium Electricity."^^xsd:string ; + rdfs:label "Chilled Water Valve Or Shape 1"^^xsd:string ; + rdfs:comment "A ChilledWaterValve shall have at least one analog valve command property or at least two binary valve command properties using the relation hasProperty."^^xsd:string ; + sh:message "g36: A ChilledWaterValve shall have at least one analog valve command property or at least two binary valve command properties using the relation hasProperty."^^xsd:string ; + sh:or ( [ sh:property [ rdfs:comment "A ChilledWaterValve shall have at least one analog valve command property or at least two binary valve command properties using the relation hasProperty."^^xsd:string ; sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; + sh:path s223:hasProperty ; sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Electricity ; - sh:path s223:hasMedium ] ] ] ] ] [ sh:property [ rdfs:comment "A Battery shall have at least one outlet or bidirectional ConnectionPoint using the medium Electricity."^^xsd:string ; + sh:qualifiedValueShape [ sh:class s223:QuantifiableActuatableProperty ; + sh:node [ sh:property [ sh:hasValue s223:EnumerationKind-Position ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path s223:hasAspect ], + [ sh:hasValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path ns1:hasQuantityKind ] ] ] ; + sh:severity s223:g36 ] ] [ sh:property [ rdfs:comment "A ChilledWaterValve shall have at least one analog valve command property or at least two binary valve command properties using the relation hasProperty."^^xsd:string ; + sh:minCount 2 ; + sh:path s223:hasProperty ; + sh:qualifiedMinCount 2 ; + sh:qualifiedValueShape [ sh:class s223:EnumeratedActuatableProperty ; + sh:node [ sh:property [ sh:hasValue s223:EnumerationKind-Binary ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path s223:hasEnumerationKind ], + [ sh:hasValue s223:EnumerationKind-Position ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path s223:hasAspect ] ] ] ; + sh:severity s223:g36 ] ] ) ; + sh:severity s223:g36 ; + sh:targetClass . + + a s223:Class, + rdfs:Class, + sh:NodeShape ; + rdfs:label "Damper"^^xsd:string ; + rdfs:comment "An element inserted into an air-distribution system or element of an air-distribution system permitting modification of the air resistance of the system and consequently changing the airflow rate or shutting off the airflow."^^xsd:string ; + rdfs:subClassOf s223:Damper ; + sh:severity s223:g36 . + + a rdfs:Class, + sh:NodeShape ; + rdfs:label "Damper Or Shape 1"^^xsd:string ; + rdfs:comment "A damper shall have at least one analog damper command property or at least two binary damper command properties using the relation hasProperty."^^xsd:string ; + sh:message "g36: A damper shall have at least one analog damper command property or at least two binary damper command properties using the relation hasProperty."^^xsd:string ; + sh:or ( [ sh:property [ rdfs:comment "A damper shall have at least one analog damper command property or at least two binary damper command properties using the relation hasProperty."^^xsd:string ; sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; + sh:path s223:hasProperty ; sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:BidirectionalConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Electricity ; - sh:path s223:hasMedium ] ] ] ] ] ) . - -s223:Boiler a s223:Class, + sh:qualifiedValueShape [ sh:class s223:QuantifiableActuatableProperty ; + sh:node [ sh:property [ sh:hasValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path ns1:hasQuantityKind ], + [ sh:hasValue s223:EnumerationKind-Position ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path s223:hasAspect ] ] ] ; + sh:severity s223:g36 ] ] [ sh:property [ rdfs:comment "A damper shall have at least one analog damper command property or at least two binary damper command properties using the relation hasProperty."^^xsd:string ; + sh:minCount 2 ; + sh:path s223:hasProperty ; + sh:qualifiedMinCount 2 ; + sh:qualifiedValueShape [ sh:class s223:EnumeratedActuatableProperty ; + sh:node [ sh:property [ sh:hasValue s223:EnumerationKind-Binary ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path s223:hasEnumerationKind ], + [ sh:hasValue s223:EnumerationKind-Position ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path s223:hasAspect ] ] ] ; + sh:severity s223:g36 ] ] ) ; + sh:severity s223:g36 ; + sh:targetClass . + + a s223:Class, + rdfs:Class, sh:NodeShape ; - rdfs:label "Boiler"^^xsd:string ; - rdfs:comment "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."^^xsd:string ; - rdfs:subClassOf s223:Equipment ; - sh:property [ rdfs:comment "A Boiler shall have at least one inlet using the medium Water."^^xsd:string ; + rdfs:label "Electric Heating Coil"^^xsd:string ; + rdfs:comment "A heating element that forms into a helical or serpentine shape and uses electricity to perform heating."^^xsd:string ; + rdfs:subClassOf s223:ResistanceHeater ; + sh:property [ rdfs:comment "An electric heating coil shall have at least one analog heating command property using a relation hasProperty."^^xsd:string ; + sh:message "g36: An electric heating coil shall have at least one analog heating command property using a relation hasProperty."^^xsd:string ; sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; + sh:path s223:hasProperty ; sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Water ; - sh:path s223:hasMedium ] ] ] ], - [ rdfs:comment "A Boiler shall have at least one outlet using the medium Water."^^xsd:string ; + sh:qualifiedValueShape [ sh:class s223:QuantifiableActuatableProperty ; + sh:node [ sh:property [ sh:hasValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path ns1:hasQuantityKind ] ] ] ; + sh:severity s223:g36 ] ; + sh:severity s223:g36 . + + a s223:Class, + rdfs:Class, + sh:NodeShape ; + rdfs:label "Fan"^^xsd:string ; + rdfs:comment "A machine used to create flow within a gas such as air."^^xsd:string ; + rdfs:subClassOf s223:Fan ; + sh:property [ rdfs:comment "A Fan shall have at least one Start/Stop command using the relation hasProperty."^^xsd:string ; + sh:message "g36: A Fan shall have at least one Start/Stop command using the relation hasProperty."^^xsd:string ; sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; + sh:path s223:hasProperty ; sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Water ; - sh:path s223:hasMedium ] ] ] ] . - -s223:ChilledBeam a s223:Class, + sh:qualifiedValueShape [ sh:class s223:EnumeratedActuatableProperty ; + sh:node [ sh:property [ sh:class s223:EnumerationKind-OnOff ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path s223:hasEnumerationKind ] ] ] ; + sh:severity s223:g36 ] ; + sh:severity s223:g36 . + + a s223:Class, + rdfs:Class, sh:NodeShape ; - rdfs:label "Chilled beam"^^xsd:string ; - rdfs:comment "A structure with a colder surface temperature where air passes through, and air movement is induced in the room to achieve cooling. Cooling medium is generally water."^^xsd:string ; - rdfs:subClassOf s223:Equipment ; - sh:property [ rdfs:comment "A ChilledBeam must be associated with the Role-Cooling using the relation hasRole"^^xsd:string ; + rdfs:label "FanWithVFD"^^xsd:string ; + rdfs:comment "A machine used to create flow within a gas such as air. This machine can be controlled to vary in speed."^^xsd:string ; + rdfs:subClassOf ; + sh:property [ rdfs:comment "A fan with VFD shall have at least one fan speed command using the relation hasProperty."^^xsd:string ; + sh:message "g36: A fan with VFD shall have at least one fan speed command using the relation hasProperty."^^xsd:string ; sh:minCount 1 ; - sh:path s223:hasRole ; + sh:path s223:hasProperty ; sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:Role-Cooling ] ], - [ rdfs:comment "A ChilledBeam shall have at least one outlet using the medium Water."^^xsd:string ; + sh:qualifiedValueShape [ sh:class s223:QuantifiableActuatableProperty ; + sh:node [ sh:property [ sh:hasValue s223:EnumerationKind-Speed ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path s223:hasAspect ], + [ sh:hasValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path ns1:hasQuantityKind ] ] ] ; + sh:severity s223:g36 ] ; + sh:severity s223:g36 . + + a s223:Class, + rdfs:Class, + sh:NodeShape ; + rdfs:label "HotWater/ReheatCoil"^^xsd:string ; + rdfs:comment "A heating element made of pipe or tube that may or may not be finned and formed into helical or serpentine shape."^^xsd:string ; + rdfs:subClassOf s223:HeatingCoil ; + sh:property [ rdfs:comment "The HotWaterCoil shall be connected to a HotWaterValve using the relation connectedTo."^^xsd:string ; + sh:message "g36: The HotWaterCoil shall be connected to a HotWaterValve using the relation connectedTo."^^xsd:string ; sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; + sh:path s223:connectedTo ; sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Water ; - sh:path s223:hasMedium ] ] ] ], - [ rdfs:comment "A ChilledBeam shall have at least one inlet using the medium Water."^^xsd:string ; + sh:qualifiedValueShape [ sh:class ] ; + sh:severity s223:g36 ] ; + sh:severity s223:g36 . + + a s223:Class, + rdfs:Class, + sh:NodeShape ; + rdfs:label "Hot Water Valve"^^xsd:string ; + rdfs:comment "A device to regulate or stop the flow of hot fluid in a pipe or a duct by throttling."^^xsd:string ; + rdfs:subClassOf s223:Valve ; + sh:property [ rdfs:comment "A hot water shall have medium Water-HotWater using the relation hasMedium."^^xsd:string ; + sh:hasValue s223:Water-HotWater ; + sh:maxCount 1 ; + sh:message "g36: A hot water shall have medium Water-HotWater using the relation hasMedium."^^xsd:string ; sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Water ; - sh:path s223:hasMedium ] ] ] ] . + sh:path s223:hasMedium ; + sh:severity s223:g36 ] ; + sh:severity s223:g36 . -s223:Chiller a s223:Class, + a rdfs:Class, sh:NodeShape ; - rdfs:label "Chiller"^^xsd:string ; - rdfs:comment "A refrigerating machine used to transfer heat from fluids."^^xsd:string ; - rdfs:subClassOf s223:Equipment ; - sh:property [ rdfs:comment "A Chiller shall have at least one outlet using the medium Water."^^xsd:string ; + rdfs:label "Hot Water Valve Or Shape 1"^^xsd:string ; + rdfs:comment "A HotWaterValve shall have at least one analog valve command property or at least two binary valve command properties using the relation hasProperty."^^xsd:string ; + sh:message "g36: A HotWaterValve shall have at least one analog valve command property or at least two binary valve command properties using the relation hasProperty."^^xsd:string ; + sh:or ( [ sh:property [ rdfs:comment "A HotWaterValve shall have at least one analog valve command property or at least two binary valve command properties using the relation hasProperty."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasProperty ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:QuantifiableActuatableProperty ; + sh:node [ sh:property [ sh:hasValue s223:EnumerationKind-Position ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path s223:hasAspect ], + [ sh:hasValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path ns1:hasQuantityKind ] ] ] ; + sh:severity s223:g36 ] ] [ sh:property [ rdfs:comment "A HotWaterValve shall have at least one analog valve command property or at least two binary valve command properties using the relation hasProperty."^^xsd:string ; + sh:minCount 2 ; + sh:path s223:hasProperty ; + sh:qualifiedMinCount 2 ; + sh:qualifiedValueShape [ sh:class s223:EnumeratedActuatableProperty ; + sh:node [ sh:property [ sh:hasValue s223:EnumerationKind-Binary ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path s223:hasEnumerationKind ], + [ sh:hasValue s223:EnumerationKind-Position ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path s223:hasAspect ] ] ] ; + sh:severity s223:g36 ] ] ) ; + sh:severity s223:g36 ; + sh:targetClass . + + a s223:Class, + rdfs:Class, + sh:NodeShape ; + rdfs:label "Two Position Damper"^^xsd:string ; + rdfs:comment "An element inserted into an air-distribution system or element of an air-distribution system permitting modification of the air resistance of the system and consequently changing the airflow rate or shutting off the airflow. This element only has two positions: fully open and fully closed."^^xsd:string ; + rdfs:subClassOf s223:Damper ; + sh:property [ rdfs:comment "A Two Position Damper shall have at least one open-and-close damper command property using the relation hasProperty."^^xsd:string ; + sh:message "g36: A Two Position Damper shall have at least one open-and-close damper command property using the relation hasProperty."^^xsd:string ; sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; + sh:path s223:hasProperty ; sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Water ; - sh:path s223:hasMedium ] ] ] ], - [ rdfs:comment "A Chiller shall have at least one inlet using the medium Water."^^xsd:string ; + sh:qualifiedValueShape [ sh:class s223:EnumeratedActuatableProperty ; + sh:node [ sh:property [ sh:hasValue s223:EnumerationKind-Position ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path s223:hasAspect ], + [ sh:class s223:EnumerationKind-Binary ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path s223:hasEnumerationKind ] ] ] ; + sh:severity s223:g36 ] ; + sh:severity s223:g36 . + + a s223:Class, + rdfs:Class, + sh:NodeShape ; + rdfs:label "Zone"^^xsd:string ; + rdfs:comment "A Zone is a generic thermal zone, with the points required for Guideline 36 controls. It is a collection of s223:DomainSpace instances."^^xsd:string ; + rdfs:subClassOf s223:Zone ; + sh:property [ rdfs:comment "A Zone shall have at least one zone temperature property using the relation hasProperty. "^^xsd:string ; + sh:message "g36: A Zone shall have at least one zone temperature property using the relation hasProperty. "^^xsd:string ; sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; + sh:path s223:hasProperty ; sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Water ; - sh:path s223:hasMedium ] ] ] ] . - -s223: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."^^xsd:string ; - sh:message "Predicate {?p} is not defined for instance {$this}."^^xsd:string ; - sh:prefixes ; - sh:select """ -SELECT $this ?p ?o -WHERE { -$this a/rdfs:subClassOf* s223:Concept . -$this ?p ?o . -FILTER(STRSTARTS (str(?p), "http://data.ashrae.org/standard223") || 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 . -} -} -"""^^xsd:string ] ; - sh:targetClass s223:Concept . - -s223:Compressor a s223:Class, - sh:NodeShape ; - rdfs:label "Compressor"^^xsd:string ; - rdfs:comment "A device for mechanically increasing the pressure of a gas."^^xsd:string ; - rdfs:subClassOf s223:Equipment ; - sh:property [ rdfs:comment "A Compressor shall have at least one outlet."^^xsd:string ; + sh:qualifiedValueShape [ sh:class s223:QuantifiableObservableProperty ; + sh:node [ sh:property [ sh:hasValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path ns1:hasQuantityKind ] ] ] ; + sh:qualifiedValueShapesDisjoint true ; + sh:severity s223:g36 ], + [ rdfs:comment "A Zone shall have at least one Domain-HVAC using the relation hasDomain. "^^xsd:string ; + sh:hasValue s223:Domain-HVAC ; + sh:message "g36: A Zone shall have at least one Domain-HVAC using the relation hasDomain. "^^xsd:string ; sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; + sh:path s223:hasDomain ; + sh:severity s223:g36 ], + [ rdfs:comment "A Zone shall have at least a zone CO2 concentration property using the relation hasProperty, if applicable control is used."^^xsd:string ; + sh:message "g36: A Zone shall have at least a zone CO2 concentration property using the relation hasProperty, if applicable control is used."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasProperty ; sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ] ], - [ rdfs:comment "A Compressor shall have at least one inlet."^^xsd:string ; + sh:qualifiedValueShape [ sh:class s223:QuantifiableObservableProperty ; + sh:node [ sh:property [ sh:hasValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path ns1:hasQuantityKind ], + [ sh:hasValue s223:Constituent-CO2 ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path s223:ofConstituent ] ] ] ; + sh:severity sh:Info ], + [ rdfs:comment "A Zone shall have at least one zone thermostat override switch property using the relation hasProperty."^^xsd:string ; + sh:message "g36: A Zone shall have at least one zone thermostat override switch property using the relation hasProperty."^^xsd:string ; sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; + sh:path s223:hasProperty ; sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ] ] . + sh:qualifiedValueShape [ sh:class s223:EnumeratedObservableProperty ; + sh:node [ sh:property [ sh:class s223:EnumerationKind-Override ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path s223:hasEnumerationKind ] ] ] ; + sh:severity sh:Info ], + [ rdfs:comment "A Zone shall have a zone temperature setpoint adjustment property using the relation hasProperty, if applicable."^^xsd:string ; + sh:message "g36: A Zone shall have a zone temperature setpoint adjustment property using the relation hasProperty, if applicable."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasProperty ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:QuantifiableObservableProperty ; + sh:node [ sh:property [ sh:hasValue s223:Dimensioned-Delta ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path s223:hasAspect ], + [ sh:hasValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path ns1:hasQuantityKind ] ] ] ; + sh:qualifiedValueShapesDisjoint true ; + sh:severity sh:Info ], + [ rdfs:comment "A Zone shall have at least one window switch on-off property using the relation hasProperty."^^xsd:string ; + sh:message "g36: A Zone shall have at least one window switch on-off property using the relation hasProperty."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasProperty ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:EnumeratedObservableProperty ; + sh:node [ sh:property [ rdfs:comment "Property shall be measured at a window."^^xsd:string ; + sh:class s223:Window ; + sh:path [ sh:alternativePath ( ( [ sh:inversePath s223:observes ] s223:hasMeasurementLocation ) [ sh:inversePath s223:hasProperty ] ) ] ], + [ sh:class s223:EnumerationKind-OnOff ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path s223:hasEnumerationKind ] ] ] ; + sh:severity sh:Info ], + [ rdfs:comment "A Zone shall have at least one binary zone occupancy property using the relation hasProperty"^^xsd:string ; + sh:message "g36: A Zone shall have at least one binary zone occupancy property using the relation hasProperty"^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasProperty ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:EnumeratedObservableProperty ; + sh:node [ sh:property [ sh:class s223:EnumerationKind-Occupancy ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path s223:hasEnumerationKind ] ] ] ; + sh:severity sh:Info ] ; + sh:severity s223:g36 . + + a s223:Class, + rdfs:Class, + sh:NodeShape ; + rdfs:label "Zone Group"^^xsd:string ; + rdfs:comment "A ZoneGroup is a grouping of zones that may be scheduled together. Zone groupings must be assigned based on rules in section 3.1.3 of Guideline 36."^^xsd:string ; + rdfs:subClassOf s223:ZoneGroup ; + sh:property [ rdfs:comment "A ZoneGroup shall contain at least one Zone using the relation contains."^^xsd:string ; + sh:class ; + sh:message "g36: A ZoneGroup shall contain at least one Zone using the relation contains."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:contains ; + sh:severity s223:g36 ], + [ rdfs:comment "A ZoneGroup shall have the Domain HVAC using the relation hasDomain."^^xsd:string ; + sh:hasValue s223:Domain-HVAC ; + sh:message "g36: A ZoneGroup shall have the Domain HVAC using the relation hasDomain."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasDomain ; + sh:severity s223:g36 ] ; + sh:severity s223:g36 . -s223:ConcentrationSensor a s223:Class, +ns1:AbstractQuantityKind a rdfs:Class, sh:NodeShape ; - rdfs:label "Concentration sensor"^^xsd:string ; - rdfs:comment "A ConcentrationSensor is a specialization of a Sensor that observes a QuantifiableObservableProperty that represents the concentration of a substance in a medium."^^xsd:string ; - rdfs:subClassOf s223:Sensor . + rdfs:label "Quantity Kind (abstract)"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:Concept ; + sh:property ns1:AbstractQuantityKind-broader, + ns1:AbstractQuantityKind-latexSymbol, + ns1:AbstractQuantityKind-symbol . + +ns1:AngleUnit a rdfs:Class, + sh:NodeShape ; + rdfs:label "Angle unit"^^xsd:string ; + dcterms:description "All units relating to specificaiton of angles. "^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:DimensionlessUnit ; + skos:exactMatch . -s223:Controller a s223:Class, +ns1:AspectClass a rdfs:Class, sh:NodeShape ; - rdfs:label "Controller"^^xsd:string ; - rdfs:comment "A device for regulation of a system or component in normal operation, which executes a FunctionBlock."^^xsd:string ; - rdfs:subClassOf s223:Equipment ; - sh:property [ rdfs:comment "If the relation executes is present it must associate the Controller with a FunctionBlock."^^xsd:string ; - sh:class s223:FunctionBlock ; - sh:path s223:executes ] ; - sh:rule [ a sh:TripleRule ; - rdfs:comment "Infer the hasRole s223:Role-Controller relation for every instance of Controller"^^xsd:string ; - sh:object s223:Role-Controller ; - sh:predicate s223:hasRole ; - sh:subject sh:this ] . + rdfs:label "Aspect Class"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf rdfs:Class . -s223:ControllerRoleShape a sh:NodeShape ; - rdfs:comment "Equipment that executes a FunctionBlock must have a s223:hasRole relation to s223:Role-Controller."^^xsd:string ; +ns1:BaseDimensionMagnitude a rdfs:Class, + sh:NodeShape ; + rdfs:label "Base Dimension Magnitude"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Dimensional_analysis"^^xsd:anyURI, + "http://web.mit.edu/2.25/www/pdf/DA_unified.pdf"^^xsd:anyURI ; + rdfs:comment """

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

+

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

"""^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:Concept ; + sh:property ns1:BaseDimensionMagnitude-hasBaseQuantityKind, + ns1:BaseDimensionMagnitude-vectorMagnitude . + +ns1:BinaryPrefix a rdfs:Class, + sh:NodeShape ; + rdfs:label "Binary Prefix"^^xsd:string ; + rdfs:comment "A Binary Prefix is a prefix for multiples of units in data processing, data transmission, and digital information, notably the bit and the byte, to indicate multiplication by a power of 2."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:Prefix . + +ns1:BitEncodingType a rdfs:Class, + sh:NodeShape ; + rdfs:label "Bit Encoding"^^xsd:string ; + dcterms:description "A bit encoding is a correspondence between the two possible values of a bit, 0 or 1, and some interpretation. For example, in a boolean encoding, a bit denotes a truth value, where 0 corresponds to False and 1 corresponds to True."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:Encoding ; sh:property [ a sh:PropertyShape ; - sh:hasValue s223:Role-Controller ; - sh:message "Equipment that executes a FunctionBlock must have a s223:hasRole relation to s223:Role-Controller."^^xsd:string ; - sh:minCount 1 ; - sh:path s223:hasRole ] ; - sh:targetSubjectsOf s223:executes . + rdfs:isDefinedBy ; + sh:in ( ns1:BitEncoding ) ; + sh:path [ sh:inversePath rdf:type ] ] . -s223:CoolingTower a s223:Class, +ns1:BooleanEncodingType a rdfs:Class, sh:NodeShape ; - rdfs:label "Cooling tower"^^xsd:string ; - rdfs:comment "A heat transfer device in which atmospheric air cools warm water, generally by direct contact via evaporation."^^xsd:string ; - rdfs:subClassOf s223:Equipment ; - sh:property [ rdfs:comment "A CoolingTower shall have at least one inlet using the medium Water."^^xsd:string ; - sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Water ; - sh:path s223:hasMedium ] ] ] ], - [ rdfs:comment "A CoolingTower shall have at least one outlet using the medium Water."^^xsd:string ; - sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Water ; - sh:path s223:hasMedium ] ] ] ] . + rdfs:label "Boolean encoding type"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:Encoding ; + sh:property [ a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:in ( ns1:BooleanEncoding ns1:BitEncoding ns1:OctetEncoding ) ; + sh:path [ sh:inversePath rdf:type ] ] . -s223:CorrelatedColorTemperatureSensor a s223:Class, +ns1:ByteEncodingType a rdfs:Class, sh:NodeShape ; - rdfs:label "Correlated color temperature sensor"^^xsd:string ; - rdfs:comment "A subclass of LightSensor that observes the color of light."^^xsd:string ; - rdfs:subClassOf s223:LightSensor ; - sh:property [ rdfs:comment "A CorrelatedColorTemperatureSensor must always observe a Property that has a QuantityKind of ThermodynamicTemperature."^^xsd:string ; - sh:path s223:observes ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:Property ; - sh:node [ sh:property [ sh:hasValue ; - sh:path ns1:hasQuantityKind ] ] ] ] . + rdfs:label "Byte Encoding"^^xsd:string ; + dcterms:description "This class contains the various ways that information may be encoded into bytes."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:Encoding . -s223:Door a s223:Class, +ns1:CardinalityType a rdfs:Class, sh:NodeShape ; - rdfs:label "Door"^^xsd:string ; - rdfs:comment "A hinged, sliding, or revolving barrier at the entrance to a building or room."^^xsd:string ; - rdfs:subClassOf s223:Equipment ; - sh:property [ rdfs:comment "A Door shall have at least two bidirectional connection points using the medium Air."^^xsd:string ; - sh:minCount 2 ; - sh:path s223:hasConnectionPoint ; - sh:qualifiedMinCount 2 ; - sh:qualifiedValueShape [ sh:class s223:BidirectionalConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Air ; - sh:path s223:hasMedium ] ] ] ] . + rdfs:label "Cardinality Type"^^xsd:string ; + dcterms:description "In mathematics, the cardinality of a set is a measure of the number of elements of the set. For example, the set $A = {2, 4, 6}$ contains 3 elements, and therefore $A$ has a cardinality of 3. There are two approaches to cardinality – one which compares sets directly using bijections and injections, and another which uses cardinal numbers."^^ns1:LatexString ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Cardinal_number"^^xsd:anyURI, + "http://en.wikipedia.org/wiki/Cardinality"^^xsd:anyURI ; + ns1:plainTextDescription "In mathematics, the cardinality of a set is a measure of the number of elements of the set. For example, the set 'A = {2, 4, 6}' contains 3 elements, and therefore 'A' has a cardinality of 3. There are two approaches to cardinality – one which compares sets directly using bijections and injections, and another which uses cardinal numbers."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:EnumeratedValue ; + sh:property [ a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:in ( ns1:CT_COUNTABLY-INFINITE ns1:CT_FINITE ns1:CT_UNCOUNTABLE ) ; + sh:path [ sh:inversePath rdf:type ] ], + ns1:CardinalityType-literal . -s223:DualDuctTerminal a s223:Class, +ns1:CharEncodingType a rdfs:Class, sh:NodeShape ; - rdfs:label "Dual duct air terminal."^^xsd:string ; - rdfs:comment "A dual duct air terminal mixes two independent sources of primary air."^^xsd:string ; - rdfs:seeAlso s223:TerminalUnit ; - rdfs:subClassOf s223:TerminalUnit ; - sh:property [ rdfs:comment "A DualDuctTerminal shall have at least two inlets using the medium Air."^^xsd:string ; - sh:minCount 2 ; - sh:path s223:hasConnectionPoint ; - sh:qualifiedMinCount 2 ; - sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Air ; - sh:path s223:hasMedium ] ] ] ] . + rdfs:label "Char Encoding Type"^^xsd:string ; + dcterms:description "The class of all character encoding schemes, each of which defines a rule or algorithm for encoding character data as a sequence of bits or bytes."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:Encoding ; + sh:property [ a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:in ( ns1:CharEncoding ) ; + sh:path [ sh:inversePath rdf:type ] ] . -s223:DuvSensor a s223:Class, +ns1:Citation a rdfs:Class, sh:NodeShape ; - rdfs:label "Duv sensor"^^xsd:string ; - rdfs:comment "A subclass of LightSensor that observes the deviation of the light spectrum from pure blackbody."^^xsd:string ; - rdfs:subClassOf s223:LightSensor ; - sh:property [ rdfs:comment "A DuvSensor must always observe a Property that has a QuantityKind of Duv."^^xsd:string ; - sh:path s223:observes ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:Property ; - sh:node [ sh:property [ sh:hasValue ; - sh:path ns1:hasQuantityKind ] ] ] ] . + rdfs:label "Citation"^^xsd:string ; + rdfs:comment "Provides a simple way of making citations."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:Concept ; + sh:property ns1:Citation-description, + ns1:Citation-url . + +ns1:Comment a rdfs:Class, + sh:NodeShape ; + rdfs:label "Comment"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:Verifiable ; + sh:property ns1:Comment-description, + ns1:Comment-rationale . -s223:ElectricBreaker a s223:Class, +ns1:Concept a rdfs:Class, sh:NodeShape ; - rdfs:label "Electric breaker"^^xsd:string ; - rdfs:comment "A piece of equipment designed to open the circuit automatically at a predetermined overcurrent without damage to itself (when properly applied within its rating)."^^xsd:string ; - rdfs:subClassOf s223:Equipment ; - sh:property [ rdfs:comment "An ElectricBreaker shall have at least one outlet using the medium Electricity."^^xsd:string ; - sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Electricity ; - sh:path s223:hasMedium ] ] ] ] . + rdfs:label "QUDT Concept"^^xsd:string ; + rdfs:comment "The root class for all QUDT concepts."^^rdf:HTML ; + rdfs:isDefinedBy , + ; + rdfs:subClassOf rdfs:Resource ; + sh:property ns1:Concept-abbreviation, + ns1:Concept-code, + ns1:Concept-deprecated, + ns1:Concept-description, + ns1:Concept-guidance, + ns1:Concept-hasRule, + ns1:Concept-id, + ns1:Concept-isReplacedBy, + ns1:Concept-plainTextDescription, + ns1:Concept-rdf_type, + ns1:Concept-rdfs_isDefinedBy, + ns1:Concept-rdfs_label, + ns1:Concept-rdfs_seeAlso, + ns1:Concept-skos_altLabel . + +ns1:ConstantValue a rdfs:Class, + sh:NodeShape ; + rdfs:label "Constant value"^^xsd:string ; + rdfs:comment "Used to specify the values of a constant."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:QuantityValue ; + sh:property ns1:ConstantValue-exactConstant, + ns1:ConstantValue-informativeReference . + +ns1:CountingUnit a rdfs:Class, + sh:NodeShape ; + rdfs:label "Counting Unit"^^xsd:string ; + rdfs:comment "Used for all units that express counts. Examples are Atomic Number, Number, Number per Year, Percent and Sample per Second."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:DimensionlessUnit . -s223:ElectricMeter a s223:Class, +ns1:CurrencyUnit a rdfs:Class, sh:NodeShape ; - rdfs:label "Electric meter"^^xsd:string ; - rdfs:comment "A device that measures the properties of electric energy."^^xsd:string ; - rdfs:subClassOf s223:Equipment . + rdfs:label "Currency Unit"^^xsd:string ; + rdfs:comment "Currency Units have their own subclass of unit because: (a) they have additonal properites such as 'country' and (b) their URIs do not conform to the same rules as other units."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:DimensionlessUnit ; + sh:property ns1:CurrencyUnit-currencyCode, + ns1:CurrencyUnit-currencyExponent, + ns1:CurrencyUnit-currencyNumber . + +ns1:DataEncoding a rdfs:Class, + sh:NodeShape ; + rdfs:label "Data Encoding"^^xsd:string ; + rdfs:comment "

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

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

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

+ +

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

+ +

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

"""^^rdf:HTML ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Enumeration"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:Concept, + ns1:Verifiable, + ns3:EnumeratedValue ; + sh:property ns1:EnumeratedValue-abbreviation, + ns1:EnumeratedValue-description, + ns1:EnumeratedValue-symbol . + +ns1:Enumeration a rdfs:Class, + sh:NodeShape ; + rdfs:label "Enumeration"^^xsd:string ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Enumeration"^^xsd:anyURI ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Enumerated_type"^^xsd:anyURI, + "http://en.wikipedia.org/wiki/Enumeration"^^xsd:anyURI ; + rdfs:comment """

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

+ +

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

"""^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:Concept, + ns3:Enumeration ; + sh:property ns1:Enumeration-abbreviation, + ns1:Enumeration-default, + ns1:Enumeration-element . + +ns1:EnumerationScale a rdfs:Class, + sh:NodeShape ; + rdfs:label "Enumeration scale"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:Scale, + ns3:Enumeration . + +ns1:Figure a rdfs:Class, + sh:NodeShape ; + rdfs:label "Figure"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:Concept ; + sh:property ns1:Figure-figureCaption, + ns1:Figure-figureLabel, + ns1:Figure-height, + ns1:Figure-image, + ns1:Figure-imageLocation, + ns1:Figure-landscape, + ns1:Figure-width . + +ns1:FloatingPointEncodingType a rdfs:Class, + sh:NodeShape ; + rdfs:label "Floating Point Encoding"^^xsd:string ; + dcterms:description "A \"Encoding\" with the following instance(s): \"Double Precision Encoding\", \"Single Precision Real Encoding\"."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:Encoding ; + sh:property [ a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:in ( ns1:DoublePrecisionEncoding ns1:IEEE754_1985RealEncoding ns1:SinglePrecisionRealEncoding ) ; + sh:path [ sh:inversePath rdf:type ] ] . + +ns1:IntegerEncodingType a rdfs:Class, + sh:NodeShape ; + rdfs:label "Integer Encoding"^^xsd:string ; + dcterms:description "The encoding scheme for integer types"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:Encoding ; + sh:property [ a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:in ( ns1:LongUnsignedIntegerEncoding ns1:ShortUnsignedIntegerEncoding ns1:ShortUnsignedIntegerEncoding ns1:SignedIntegerEncoding ns1:UnsignedIntegerEncoding ) ; + sh:path [ sh:inversePath rdf:type ] ] . + +ns1:IntervalScale a rdfs:Class, + sh:NodeShape ; + rdfs:label "Interval scale"^^xsd:string ; + ns1: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:isDefinedBy ; + rdfs:seeAlso ns1:NominalScale, + ns1:OrdinalScale, + ns1:RatioScale ; + rdfs:subClassOf ns1:Scale . + +ns1:LogarithmicUnit a rdfs:Class, + sh:NodeShape ; + rdfs:label "Logarithmic Unit"^^xsd:string ; + rdfs:comment "Logarithmic units are abstract mathematical units that can be used to express any quantities (physical or mathematical) that are defined on a logarithmic scale, that is, as being proportional to the value of a logarithm function. Examples of logarithmic units include common units of information and entropy, such as the bit, and the byte, as well as units of relative signal strength magnitude such as the decibel."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:DimensionlessUnit . + +ns1:MathsFunctionType a rdfs:Class, + sh:NodeShape ; + rdfs:label "Maths Function Type"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:Concept . + +ns1:NIST_SP811_Comment a rdfs:Class, + sh:NodeShape ; + rdfs:label "NIST SP~811 Comment"^^xsd:string ; + dc:description "National Institute of Standards and Technology (NIST) Special Publication 811 Comments on some quantities and their units"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:Comment . + +ns1:NominalScale a rdfs:Class, + sh:NodeShape ; + rdfs:label "Nominal scale"^^xsd:string ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Level_of_measurement"^^xsd:anyURI ; + rdfs:comment "A nominal scale differentiates between items or subjects based only on their names or (meta-)categories and other qualitative classifications they belong to; thus dichotomous data involves the construction of classifications as well as the classification of items. Discovery of an exception to a classification can be viewed as progress. Numbers may be used to represent the variables but the numbers do not have numerical value or relationship: For example, a Globally unique identifier. Examples of these classifications include gender, nationality, ethnicity, language, genre, style, biological species, and form. In a university one could also use hall of affiliation as an example."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:seeAlso ns1:IntervalScale, + ns1:OrdinalScale, + ns1:RatioScale ; + rdfs:subClassOf ns1:Scale . + +ns1:OrderedType a rdfs:Class, + sh:NodeShape ; + rdfs:label "Ordered type"^^xsd:string ; + dcterms:description "Describes how a data or information structure is ordered."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:EnumeratedValue ; + sh:property [ a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:in ( ns1:Unordered ns1:PartiallyOrdered ns1:TotallyOrdered ) ; + sh:path [ sh:inversePath rdf:type ] ], + ns1:OrderedType-literal . + +ns1:OrdinalScale a rdfs:Class, + sh:NodeShape ; + rdfs:label "Ordinal scale"^^xsd:string ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Level_of_measurement"^^xsd:anyURI ; + rdfs:comment "The ordinal type allows for rank order (1st, 2nd, 3rd, etc.) by which data can be sorted, but still does not allow for relative degree of difference between them. Examples include, on one hand, dichotomous data with dichotomous (or dichotomized) values such as 'sick' vs. 'healthy' when measuring health, 'guilty' vs. 'innocent' when making judgments in courts, 'wrong/false' vs. 'right/true' when measuring truth value, and, on the other hand, non-dichotomous data consisting of a spectrum of values, such as 'completely agree', 'mostly agree', 'mostly disagree', 'completely disagree' when measuring opinion."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:seeAlso ns1:IntervalScale, + ns1:NominalScale, + ns1:RatioScale ; + rdfs:subClassOf ns1:Scale ; + sh:property ns1:OrdinalScale-order . + +ns1:Organization a rdfs:Class, + sh:NodeShape ; + rdfs:label "Organization"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:Concept ; + sh:property ns1:Organization-url . + +ns1:PhysicalConstant a rdfs:Class, + sh:NodeShape ; + rdfs:label "Physical Constant"^^xsd:string ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Physical_constant"^^xsd:anyURI ; + rdfs:comment "A physical constant is a physical quantity that is generally believed to be both universal in nature and constant in time. It can be contrasted with a mathematical constant, which is a fixed numerical value but does not directly involve any physical measurement. There are many physical constants in science, some of the most widely recognized being the speed of light in vacuum c, Newton's gravitational constant G, Planck's constant h, the electric permittivity of free space ε0, and the elementary charge e. Physical constants can take many dimensional forms, or may be dimensionless depending on the system of quantities and units used."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:Quantity ; + sh:property ns1:PhysicalConstant-applicableSystem, + ns1:PhysicalConstant-applicableUnit, + ns1:PhysicalConstant-dbpediaMatch, + ns1:PhysicalConstant-exactConstant, + ns1:PhysicalConstant-exactMatch, + ns1:PhysicalConstant-hasDimensionVector, + ns1:PhysicalConstant-iec61360Code, + ns1:PhysicalConstant-informativeReference, + ns1:PhysicalConstant-isoNormativeReference, + ns1:PhysicalConstant-latexDefinition, + ns1:PhysicalConstant-latexSymbol, + ns1:PhysicalConstant-mathMLdefinition, + ns1:PhysicalConstant-normativeReference, + ns1:PhysicalConstant-siExactMatch, + ns1:PhysicalConstant-symbol, + ns1:PhysicalConstant-ucumCode . + +ns1:PlaneAngleUnit a rdfs:Class, + sh:NodeShape ; + rdfs:label "Plane Angle Unit"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:AngleUnit . + +ns1:Prefix a rdfs:Class, + sh:NodeShape ; + rdfs:label "Prefix"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:Concept, + ns1:Verifiable ; + sh:property ns1:Prefix-exactMatch, + ns1:Prefix-latexSymbol, + ns1:Prefix-prefixMultiplier, + ns1:Prefix-siExactMatch, + ns1:Prefix-symbol, + ns1:Prefix-ucumCode . + +ns1:Quantifiable a rdfs:Class, + sh:NodeShape ; + rdfs:label "Quantifiable"^^xsd:string ; + rdfs:comment "

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

"^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:Aspect ; + sh:property ns1:Quantifiable-dataEncoding, + ns1:Quantifiable-dataType, + ns1:Quantifiable-hasUnit, + ns1:Quantifiable-relativeStandardUncertainty, + ns1:Quantifiable-standardUncertainty, + ns1:Quantifiable-standardUncertaintySN, + ns1:Quantifiable-unit, + ns1:Quantifiable-value, + ns1:Quantifiable-valueSN . + +ns1:Quantity a rdfs:Class, + sh:NodeShape ; + rdfs:label "Quantity"^^xsd:string ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Quantity"^^xsd:anyURI ; + rdfs:comment """

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

+

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

+

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

+

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

"""^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:Concept, + ns1:Quantifiable ; + sh:property ns1:Quantity-hasQuantityKind, + ns1:Quantity-isDeltaQuantity, + ns1:Quantity-quantityValue, + ns1:Quantity-quantityValueSN . + +ns1:QuantityKind a rdfs:Class, + sh:NodeShape ; + rdfs:label "Quantity Kind"^^xsd:string ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=112-01-04"^^xsd:anyURI ; + rdfs:comment "A Quantity Kind is any observable property that can be measured and quantified numerically. Familiar examples include physical properties such as length, mass, time, force, energy, power, electric charge, etc. Less familiar examples include currency, interest rate, price to earning ratio, and information capacity."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:AbstractQuantityKind, + ns1:Verifiable ; + sh:property ns1:QuantityKind-applicableCGSUnit, + ns1:QuantityKind-applicableISOUnit, + ns1:QuantityKind-applicableImperialUnit, + ns1:QuantityKind-applicableSIUnit, + ns1:QuantityKind-applicableUSCustomaryUnit, + ns1:QuantityKind-applicableUnit, + ns1:QuantityKind-baseCGSUnitDimensions, + ns1:QuantityKind-baseISOUnitDimensions, + ns1:QuantityKind-baseImperialUnitDimensions, + ns1:QuantityKind-baseSIUnitDimensions, + ns1:QuantityKind-baseUSCustomaryUnitDimensions, + ns1:QuantityKind-belongsToSystemOfQuantities, + ns1:QuantityKind-dimensionVectorForSI, + ns1:QuantityKind-exactMatch, + ns1:QuantityKind-expression, + ns1:QuantityKind-generalization, + ns1:QuantityKind-hasDimensionVector, + ns1:QuantityKind-iec61360Code, + ns1:QuantityKind-latexDefinition, + ns1:QuantityKind-mathMLdefinition, + ns1:QuantityKind-qkdvDenominator, + ns1:QuantityKind-qkdvNumerator, + ns1:QuantityKind-siExactMatch . + +ns1:QuantityKindDimensionVector a rdfs:Class, + sh:NodeShape ; + rdfs:label "Quantity Kind Dimension Vector"^^xsd:string ; + dcterms:description """ + $\\text{Quantity Kind Dimension Vector}$ describes the dimensionality of a quantity kind in the context of a system of units. + In the SI system of units, the dimensions of a quantity kind are expressed as a product of the basic + physical dimensions mass ($M$), length ($L$), time ($T$) current ($I$), amount of substance ($N$), + luminous intensity ($J$) and absolute temperature + ($\\theta$) as $dim \\, Q = L^{\\alpha} \\, M^{\\beta} \\, T^{\\gamma} \\, I ^{\\delta} \\, \\theta ^{\\epsilon} \\, N^{\\eta} \\, J ^{\\nu}$. + + + The rational powers of the dimensional exponents, $\\alpha, \\, \\beta, \\, \\gamma, \\, \\delta, \\, \\epsilon, \\, \\eta, \\, \\nu$, are positive, negative, or zero. + + For example, the dimension of the physical quantity kind $\\it{speed}$ is $\\boxed{length/time}$, $L/T$ or $LT^{-1}$, + and the dimension of the physical quantity kind force is $\\boxed{mass \\times acceleration}$ or $\\boxed{mass \\times (length/time)/time}$, $ML/T^2$ or $MLT^{-2}$ respectively. + """^^ns1:LatexString ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Dimensional_analysis"^^xsd:anyURI, + "http://web.mit.edu/2.25/www/pdf/DA_unified.pdf"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:Concept ; + sh:property ns1:QuantityKindDimensionVector-dimensionExponentForAmountOfSubstance, + ns1:QuantityKindDimensionVector-dimensionExponentForElectricCurrent, + ns1:QuantityKindDimensionVector-dimensionExponentForLength, + ns1:QuantityKindDimensionVector-dimensionExponentForLuminousIntensity, + ns1:QuantityKindDimensionVector-dimensionExponentForMass, + ns1:QuantityKindDimensionVector-dimensionExponentForThermodynamicTemperature, + ns1:QuantityKindDimensionVector-dimensionExponentForTime, + ns1:QuantityKindDimensionVector-dimensionlessExponent, + ns1:QuantityKindDimensionVector-hasReferenceQuantityKind, + ns1:QuantityKindDimensionVector-latexDefinition, + ns1:QuantityKindDimensionVector-latexSymbol . + +ns1:QuantityKindDimensionVector_CGS a rdfs:Class, + sh:NodeShape ; + rdfs:label "CGS Dimension vector"^^xsd:string ; + rdfs:comment "A CGS Dimension Vector is used to specify the dimensions for a C.G.S. quantity kind."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:QuantityKindDimensionVector . + +ns1:QuantityKindDimensionVector_CGS-EMU a rdfs:Class, + sh:NodeShape ; + rdfs:label "CGS EMU Dimension vector"^^xsd:string ; + rdfs:comment "A CGS EMU Dimension Vector is used to specify the dimensions for EMU C.G.S. quantity kind."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:QuantityKindDimensionVector_CGS . + +ns1:QuantityKindDimensionVector_CGS-ESU a rdfs:Class, + sh:NodeShape ; + rdfs:label "CGS ESU Dimension vector"^^xsd:string ; + rdfs:comment "A CGS ESU Dimension Vector is used to specify the dimensions for ESU C.G.S. quantity kind."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:QuantityKindDimensionVector_CGS . + +ns1:QuantityKindDimensionVector_CGS-GAUSS a rdfs:Class, + sh:NodeShape ; + rdfs:label "CGS GAUSS Dimension vector"^^xsd:string ; + rdfs:comment "A CGS GAUSS Dimension Vector is used to specify the dimensions for Gaussioan C.G.S. quantity kind."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:QuantityKindDimensionVector_CGS . + +ns1:QuantityKindDimensionVector_CGS-LH a rdfs:Class, + sh:NodeShape ; + rdfs:label "CGS LH Dimension vector"^^xsd:string ; + rdfs:comment "A CGS LH Dimension Vector is used to specify the dimensions for Lorentz-Heaviside C.G.S. quantity kind."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:QuantityKindDimensionVector_CGS . + +ns1:QuantityKindDimensionVector_ISO a rdfs:Class, + sh:NodeShape ; + rdfs:label "ISO Dimension vector"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:QuantityKindDimensionVector . + +ns1:QuantityKindDimensionVector_Imperial a rdfs:Class, + sh:NodeShape ; + rdfs:label "Imperial dimension vector"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:QuantityKindDimensionVector . + +ns1:QuantityKindDimensionVector_SI a rdfs:Class, + sh:NodeShape ; + rdfs:label "Quantity Kind Dimension vector (SI)"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:QuantityKindDimensionVector . + +ns1:QuantityType a rdfs:Class, + sh:NodeShape ; + rdfs:label "Quantity type"^^xsd:string ; + dcterms:description "$\\textit{Quantity Type}$ is an enumeration of quanity kinds. It specializes $\\boxed{dtype:EnumeratedValue}$ by constrinaing $\\boxed{dtype:value}$ to instances of $\\boxed{qudt:QuantityKind}$."^^ns1:LatexString ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:EnumeratedValue ; + sh:property ns1:QuantityType-value . + +ns1:QuantityValue a rdfs:Class, + sh:NodeShape ; + rdfs:label "Quantity value"^^xsd:string ; + rdfs:comment "A Quantity Value expresses the magnitude and kind of a quantity and is given by the product of a numerical value n and a unit of measure U. The number multiplying the unit is referred to as the numerical value of the quantity expressed in that unit. Refer to NIST SP 811 section 7 for more on quantity values."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:Concept, + ns1:Quantifiable ; + sh:property ns1:QuantityValue-hasUnit, + ns1:QuantityValue-unit . + +ns1:RatioScale a rdfs:Class, + sh:NodeShape ; + rdfs:label "Ratio scale"^^xsd:string ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Level_of_measurement"^^xsd:anyURI ; + rdfs:comment "The ratio type takes its name from the fact that measurement is the estimation of the ratio between a magnitude of a continuous quantity and a unit magnitude of the same kind (Michell, 1997, 1999). A ratio scale possesses a meaningful (unique and non-arbitrary) zero value. Most measurement in the physical sciences and engineering is done on ratio scales. Examples include mass, length, duration, plane angle, energy and electric charge. In contrast to interval scales, ratios are now meaningful because having a non-arbitrary zero point makes it meaningful to say, for example, that one object has \"twice the length\" of another (= is \"twice as long\"). Very informally, many ratio scales can be described as specifying \"how much\" of something (i.e. an amount or magnitude) or \"how many\" (a count). The Kelvin temperature scale is a ratio scale because it has a unique, non-arbitrary zero point called absolute zero."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:seeAlso ns1:IntervalScale, + ns1:NominalScale, + ns1:OrdinalScale ; + rdfs:subClassOf ns1:Scale . + +ns1:Rule a rdfs:Class, + sh:NodeShape ; + rdfs:label "Rule"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:Concept, + ns1:Verifiable ; + sh:property ns1:Rule-example, + ns1:Rule-rationale, + ns1:Rule-ruleType . + +ns1:RuleType a rdfs:Class, + sh:NodeShape ; + rdfs:label "Rule Type"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:EnumeratedValue . + +ns1:ScalarDatatype a rdfs:Class, + sh:NodeShape ; + rdfs:label "Scalar Datatype"^^xsd:string ; + dcterms:description "Scalar data types are those that have a single value. The permissible values are defined over a domain that may be integers, float, character or boolean. Often a scalar data type is referred to as a primitive data type."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:Datatype ; + sh:property ns1:ScalarDatatype-bits, + ns1:ScalarDatatype-bytes, + ns1:ScalarDatatype-length, + ns1:ScalarDatatype-maxExclusive, + ns1:ScalarDatatype-maxInclusive, + ns1:ScalarDatatype-minExclusive, + ns1:ScalarDatatype-minInclusive, + ns1:ScalarDatatype-rdfsDatatype . + +ns1:Scale a rdfs:Class, + sh:NodeShape ; + rdfs:label "Scale"^^xsd:string ; + rdfs:comment "Scales (also called \"scales of measurement\" or \"levels of measurement\") are expressions that typically refer to the theory of scale types."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:Concept ; + sh:property ns1:Scale-dataStructure, + ns1:Scale-permissibleMaths, + ns1:Scale-permissibleTransformation, + ns1:Scale-scaleType . + +ns1:ScaleType a rdfs:Class, + sh:NodeShape ; + rdfs:label "Scale type"^^xsd:string ; + ns1:plainTextDescription "Scales, or scales of measurement (or categorization) provide ways of quantifying measurements, values and other enumerated values according to a normative frame of reference. Four different types of scales are typically used. These are interval, nominal, ordinal and ratio scales."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:EnumeratedValue ; + sh:property ns1:ScaleType-dataStructure, + ns1:ScaleType-permissibleMaths, + ns1:ScaleType-permissibleTransformation . + +ns1:SignednessType a rdfs:Class, + sh:NodeShape ; + rdfs:label "Signedness type"^^xsd:string ; + dcterms:description "Specifics whether a value should be signed or unsigned."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:EnumeratedValue ; + sh:property [ a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:in ( ns1:SIGNED ns1:UNSIGNED ) ; + sh:path [ sh:inversePath rdf:type ] ] . + +ns1:SolidAngleUnit a rdfs:Class, + sh:NodeShape ; + rdfs:label "Solid Angle Unit"^^xsd:string ; + dcterms:description "The solid angle subtended by a surface S is defined as the surface area of a unit sphere covered by the surface S's projection onto the sphere. A solid angle is related to the surface of a sphere in the same way an ordinary angle is related to the circumference of a circle. Since the total surface area of the unit sphere is 4*pi, the measure of solid angle will always be between 0 and 4*pi."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:AngleUnit . + +ns1:Statement a rdfs:Class, + sh:NodeShape ; + rdfs:label "Statement"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf rdf:Statement . + +ns1:StringEncodingType a rdfs:Class, + sh:NodeShape ; + rdfs:label "String Encoding Type"^^xsd:string ; + dcterms:description "A \"Encoding\" with the following instance(s): \"UTF-16 String\", \"UTF-8 Encoding\"."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:Encoding . + +ns1:StructuredDatatype a rdfs:Class, + sh:NodeShape ; + rdfs:label "Structured Data Type"^^xsd:string ; + dcterms:description "A \"Structured Datatype\", in contrast to scalar data types, is used to characterize classes of more complex data structures, such as linked or indexed lists, trees, ordered trees, and multi-dimensional file formats."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:Datatype ; + sh:property ns1:StructuredDatatype-elementType . + +ns1:Symbol a rdfs:Class, + sh:NodeShape ; + rdfs:label "Symbol"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:Concept . + +ns1:SystemOfQuantityKinds a rdfs:Class, + sh:NodeShape ; + rdfs:label "System of Quantity Kinds"^^xsd:string ; + rdfs:comment "A system of quantity kinds is a set of one or more quantity kinds together with a set of zero or more algebraic equations that define relationships between quantity kinds in the set. In the physical sciences, the equations relating quantity kinds are typically physical laws and definitional relations, and constants of proportionality. Examples include Newton’s First Law of Motion, Coulomb’s Law, and the definition of velocity as the instantaneous change in position. In almost all cases, the system identifies a subset of base quantity kinds. The base set is chosen so that all other quantity kinds of interest can be derived from the base quantity kinds and the algebraic equations. If the unit system is explicitly associated with a quantity kind system, then the unit system must define at least one unit for each quantity kind. From a scientific point of view, the division of quantities into base quantities and derived quantities is a matter of convention."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:Concept, + ns1:Verifiable ; + sh:property [ ], + ns1:SystemOfQuantityKinds-baseDimensionEnumeration, + ns1:SystemOfQuantityKinds-hasBaseQuantityKind, + ns1:SystemOfQuantityKinds-hasQuantityKind, + ns1:SystemOfQuantityKinds-hasUnitSystem, + ns1:SystemOfQuantityKinds-systemDerivedQuantityKind . + +ns1:SystemOfUnits a rdfs:Class, + sh:NodeShape ; + rdfs:label "System of Units"^^xsd:string ; + ns1:informativeReference "http://dbpedia.org/resource/Category:Systems_of_units"^^xsd:anyURI, + "http://www.ieeeghn.org/wiki/index.php/System_of_Measurement_Units"^^xsd:anyURI ; + rdfs:comment "A system of units is a set of units which are chosen as the reference scales for some set of quantity kinds together with the definitions of each unit. Units may be defined by experimental observation or by proportion to another unit not included in the system. If the unit system is explicitly associated with a quantity kind system, then the unit system must define at least one unit for each quantity kind."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:Concept, + ns1:Verifiable ; + sh:property ns1:SystemOfUnits-applicablePhysicalConstant, + ns1:SystemOfUnits-hasAllowedUnit, + ns1:SystemOfUnits-hasBaseUnit, + ns1:SystemOfUnits-hasCoherentUnit, + ns1:SystemOfUnits-hasDefinedUnit, + ns1:SystemOfUnits-hasDerivedCoherentUnit, + ns1:SystemOfUnits-hasDerivedUnit, + ns1:SystemOfUnits-hasUnit, + ns1:SystemOfUnits-prefix . + +ns1:TransformType a rdfs:Class, + sh:NodeShape ; + rdfs:label "Transform type"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:EnumeratedValue ; + skos:prefLabel "Transform type"^^xsd:string . + +ns1:Unit a rdfs:Class, + sh:NodeShape ; + rdfs:label "Unit"^^xsd:string ; + dcterms:description "A unit of measure, or unit, is a particular quantity value that has been chosen as a scale for measuring other quantities the same kind (more generally of equivalent dimension). For example, the meter is a quantity of length that has been rigorously defined and standardized by the BIPM (International Board of Weights and Measures). Any measurement of the length can be expressed as a number multiplied by the unit meter. More formally, the value of a physical quantity Q with respect to a unit (U) is expressed as the scalar multiple of a real number (n) and U, as $Q = nU$."^^ns1:LatexString ; + ns1:informativeReference "http://dbpedia.org/resource/Category:Units_of_measure"^^xsd:anyURI, + "http://www.allmeasures.com/Fullconversion.asp"^^xsd:anyURI ; + rdfs:isDefinedBy , + ; + rdfs:subClassOf ns1:Concept, + ns1:Narratable, + ns1:Verifiable ; + sh:property ns1:Unit-applicableSystem, + ns1:Unit-conversionMultiplier, + ns1:Unit-conversionMultiplierSN, + ns1:Unit-conversionOffset, + ns1:Unit-conversionOffsetSN, + ns1:Unit-definedUnitOfSystem, + ns1:Unit-derivedCoherentUnitOfSystem, + ns1:Unit-derivedUnitOfSystem, + ns1:Unit-exactMatch, + ns1:Unit-expression, + ns1:Unit-hasDimensionVector, + ns1:Unit-hasQuantityKind, + ns1:Unit-iec61360Code, + ns1:Unit-latexDefinition, + ns1:Unit-latexSymbol, + ns1:Unit-mathMLdefinition, + ns1:Unit-omUnit, + ns1:Unit-prefix, + ns1:Unit-qkdvDenominator, + ns1:Unit-qkdvNumerator, + ns1:Unit-siExactMatch, + ns1:Unit-siUnitsExpression, + ns1:Unit-symbol, + ns1:Unit-ucumCode, + ns1:Unit-udunitsCode, + ns1:Unit-uneceCommonCode, + ns1:Unit-unitOfSystem . + +ns1:UserQuantityKind a rdfs:Class, + sh:NodeShape ; + rdfs:label "User Quantity Kind"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:AbstractQuantityKind ; + sh:property ns1:UserQuantityKind-hasQuantityKind . + +sh:AbstractResult a rdfs:Class ; + rdfs:label "Abstract result"@en ; + rdfs:comment "The base class of validation results, typically not instantiated directly."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf rdfs:Resource . + +sh:ConstraintComponent a rdfs:Class ; + rdfs:label "Constraint component"@en ; + rdfs:comment "The class of constraint components."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf sh:Parameterizable . + +sh:Function a rdfs:Class ; + rdfs:label "Function"@en ; + rdfs:comment "The class of SHACL functions."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf sh:Parameterizable . + +sh:JSConstraint a rdfs:Class ; + rdfs:label "JavaScript-based constraint"@en ; + rdfs:comment "The class of constraints backed by a JavaScript function."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf sh:JSExecutable . + +sh:JSExecutable a rdfs:Class ; + rdfs:label "JavaScript executable"@en ; + rdfs:comment "Abstract base class of resources that declare an executable JavaScript."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf rdfs:Resource . + +sh:JSFunction a rdfs:Class ; + rdfs:label "JavaScript function"@en ; + rdfs:comment "The class of SHACL functions that execute a JavaScript function when called."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf sh:Function, + sh:JSExecutable . + +sh:JSLibrary a rdfs:Class ; + rdfs:label "JavaScript library"@en ; + rdfs:comment "Represents a JavaScript library, typically identified by one or more URLs of files to include."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf rdfs:Resource . + +sh:JSRule a rdfs:Class ; + rdfs:label "JavaScript rule"@en ; + rdfs:comment "The class of SHACL rules expressed using JavaScript."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf sh:JSExecutable, + sh:Rule . + +sh:JSTarget a rdfs:Class ; + rdfs:label "JavaScript target"@en ; + rdfs:comment "The class of targets that are based on JavaScript functions."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf sh:JSExecutable, + sh:Target . + +sh:JSTargetType a rdfs:Class ; + rdfs:label "JavaScript target type"@en ; + rdfs:comment "The (meta) class for parameterizable targets that are based on JavaScript functions."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf sh:JSExecutable, + sh:TargetType . + +sh:JSValidator a rdfs:Class ; + rdfs:label "JavaScript validator"@en ; + rdfs:comment "A SHACL validator based on JavaScript. This can be used to declare SHACL constraint components that perform JavaScript-based validation when used."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf sh:JSExecutable, + sh:Validator . + +sh:NodeKind a rdfs:Class ; + rdfs:label "Node kind"@en ; + rdfs:comment "The class of all node kinds, including sh:BlankNode, sh:IRI, sh:Literal or the combinations of these: sh:BlankNodeOrIRI, sh:BlankNodeOrLiteral, sh:IRIOrLiteral."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf rdfs:Resource . + +sh:NodeShape a rdfs:Class ; + rdfs:label "Node shape"@en ; + rdfs:comment "A node shape is a shape that specifies constraint that need to be met with respect to focus nodes."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf sh:Shape . + +sh:Parameter a rdfs:Class ; + rdfs:label "Parameter"@en ; + rdfs:comment "The class of parameter declarations, consisting of a path predicate and (possibly) information about allowed value type, cardinality and other characteristics."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf sh:PropertyShape . + +sh:Parameterizable a rdfs:Class ; + rdfs:label "Parameterizable"@en ; + rdfs:comment "Superclass of components that can take parameters, especially functions and constraint components."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf rdfs:Resource . + +sh:PrefixDeclaration a rdfs:Class ; + rdfs:label "Prefix declaration"@en ; + rdfs:comment "The class of prefix declarations, consisting of pairs of a prefix with a namespace."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf rdfs:Resource . + +sh:PropertyGroup a rdfs:Class ; + rdfs:label "Property group"@en ; + rdfs:comment "Instances of this class represent groups of property shapes that belong together."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf rdfs:Resource . + +sh:PropertyShape a rdfs:Class ; + rdfs:label "Property shape"@en ; + rdfs:comment "A property shape is a shape that specifies constraints on the values of a focus node for a given property or path."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf sh:Shape . + +sh:ResultAnnotation a rdfs:Class ; + rdfs:label "Result annotation"@en ; + rdfs:comment "A class of result annotations, which define the rules to derive the values of a given annotation property as extra values for a validation result."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf rdfs:Resource . + +sh:Rule a rdfs:Class ; + rdfs:label "Rule"@en ; + rdfs:comment "The class of SHACL rules. Never instantiated directly."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf rdfs:Resource . + +sh:SPARQLAskExecutable a rdfs:Class ; + rdfs:label "SPARQL ASK executable"@en ; + rdfs:comment "The class of SPARQL executables that are based on an ASK query."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf sh:SPARQLExecutable . + +sh:SPARQLAskValidator a rdfs:Class ; + rdfs:label "SPARQL ASK validator"@en ; + rdfs:comment "The class of validators based on SPARQL ASK queries. The queries are evaluated for each value node and are supposed to return true if the given node conforms."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf sh:SPARQLAskExecutable, + sh:Validator . + +sh:SPARQLConstraint a rdfs:Class ; + rdfs:label "SPARQL constraint"@en ; + rdfs:comment "The class of constraints based on SPARQL SELECT queries."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf sh:SPARQLSelectExecutable . + +sh:SPARQLConstructExecutable a rdfs:Class ; + rdfs:label "SPARQL CONSTRUCT executable"@en ; + rdfs:comment "The class of SPARQL executables that are based on a CONSTRUCT query."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf sh:SPARQLExecutable . + +sh:SPARQLExecutable a rdfs:Class ; + rdfs:label "SPARQL executable"@en ; + rdfs:comment "The class of resources that encapsulate a SPARQL query."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf rdfs:Resource . + +sh:SPARQLFunction a rdfs:Class ; + rdfs:label "SPARQL function"@en ; + rdfs:comment "A function backed by a SPARQL query - either ASK or SELECT."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf sh:Function, + sh:SPARQLAskExecutable, + sh:SPARQLSelectExecutable . + +sh:SPARQLRule a rdfs:Class ; + rdfs:label "SPARQL CONSTRUCT rule"@en ; + rdfs:comment "The class of SHACL rules based on SPARQL CONSTRUCT queries."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf sh:Rule, + sh:SPARQLConstructExecutable . + +sh:SPARQLSelectExecutable a rdfs:Class ; + rdfs:label "SPARQL SELECT executable"@en ; + rdfs:comment "The class of SPARQL executables based on a SELECT query."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf sh:SPARQLExecutable . + +sh:SPARQLSelectValidator a rdfs:Class ; + rdfs:label "SPARQL SELECT validator"@en ; + rdfs:comment "The class of validators based on SPARQL SELECT queries. The queries are evaluated for each focus node and are supposed to produce bindings for all focus nodes that do not conform."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf sh:SPARQLSelectExecutable, + sh:Validator . + +sh:SPARQLTarget a rdfs:Class ; + rdfs:label "SPARQL target"@en ; + rdfs:comment "The class of targets that are based on SPARQL queries."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf sh:SPARQLAskExecutable, + sh:SPARQLSelectExecutable, + sh:Target . + +sh:SPARQLTargetType a rdfs:Class ; + rdfs:label "SPARQL target type"@en ; + rdfs:comment "The (meta) class for parameterizable targets that are based on SPARQL queries."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf sh:SPARQLAskExecutable, + sh:SPARQLSelectExecutable, + sh:TargetType . + +sh:SPARQLUpdateExecutable a rdfs:Class ; + rdfs:label "SPARQL UPDATE executable"@en ; + rdfs:comment "The class of SPARQL executables based on a SPARQL UPDATE."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf sh:SPARQLExecutable . + +sh:Severity a rdfs:Class ; + rdfs:label "Severity"@en ; + rdfs:comment "The class of validation result severity levels, including violation and warning levels."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf rdfs:Resource . + +sh:Shape a rdfs:Class ; + rdfs:label "Shape"@en ; + rdfs:comment "A shape is a collection of constraints that may be targeted for certain nodes."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf rdfs:Resource . + +sh:Target a rdfs:Class ; + rdfs:label "Target"@en ; + rdfs:comment "The base class of targets such as those based on SPARQL queries."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf rdfs:Resource . + +sh:TargetType a rdfs:Class ; + rdfs:label "Target type"@en ; + rdfs:comment "The (meta) class for parameterizable targets. Instances of this are instantiated as values of the sh:target property."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf rdfs:Class, + sh:Parameterizable . + +sh:TripleRule a rdfs:Class ; + rdfs:label "A rule based on triple (subject, predicate, object) pattern."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf sh:Rule . + +sh:ValidationReport a rdfs:Class ; + rdfs:label "Validation report"@en ; + rdfs:comment "The class of SHACL validation reports."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf rdfs:Resource . + +sh:ValidationResult a rdfs:Class ; + rdfs:label "Validation result"@en ; + rdfs:comment "The class of validation results."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf sh:AbstractResult . + +sh:Validator a rdfs:Class ; + rdfs:label "Validator"@en ; + rdfs:comment "The class of validators, which provide instructions on how to process a constraint definition. This class serves as base class for the SPARQL-based validators and other possible implementations."@en ; + rdfs:isDefinedBy sh: ; + rdfs:subClassOf rdfs:Resource . + +s223:Actuator a s223:Class, + sh:NodeShape ; + rdfs:label "Actuator"^^xsd:string ; + rdfs:comment "A piece of equipment, either electrically, pneumatically, or hydraulically operated, that makes a change in the physical world, such as the position of a valve or damper."^^xsd:string ; rdfs:subClassOf s223:Equipment ; - sh:property [ rdfs:comment "An ElectricOutlet shall have exactly one inlet using the medium Electricity."^^xsd:string ; - sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; - sh:qualifiedMaxCount 1 ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Electricity ; - sh:path s223:hasMedium ] ] ] ], - [ rdfs:comment "An ElectricOutlet shall have at least one outlet using the medium Electricity."^^xsd:string ; + sh:property [ rdfs:comment "If the relation actuates is present it must associate the Actuator with a Equipment."^^xsd:string ; + sh:class s223:Equipment ; + sh:path s223:actuates ], + [ rdfs:comment "An Actuator must be associated with at least one ActuatableProperty using the relation actuatedByProperty."^^xsd:string ; + sh:class s223:ActuatableProperty ; sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Electricity ; - sh:path s223:hasMedium ] ] ] ] . + sh:path s223:actuatedByProperty ] . -s223:ElectricTransformer a s223:Class, +s223:AirHandlingUnit a s223:Class, sh:NodeShape ; - rdfs:label "Electric transformer"^^xsd:string ; - rdfs:comment "A piece of electrical equipment used to convert alternative current (AC) electric power from one voltage to another voltage."^^xsd:string ; + rdfs:label "Air handling unit"^^xsd:string ; + rdfs:comment "An assembly consisting of sections containing a fan or fans and other necessary equipment to perform one or more of the following functions: circulating, filtration, heating, cooling, heat recovery, humidifying, dehumidifying, and mixing of air. It is usually connected to an air-distribution system."^^xsd:string ; rdfs:subClassOf s223:Equipment ; - sh:property [ rdfs:comment "An ElectricTransformer shall have at least one outlet using the medium Electricity."^^xsd:string ; + sh:property [ rdfs:comment "An AirHandlingUnit shall have at least one outlet using the medium Air."^^xsd:string ; sh:minCount 1 ; sh:path s223:hasConnectionPoint ; sh:qualifiedMinCount 1 ; sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Electricity ; + sh:node [ sh:property [ sh:class s223:Fluid-Air ; sh:path s223:hasMedium ] ] ] ], - [ rdfs:comment "An ElectricTransformer shall have at least one inlet using the medium Electricity."^^xsd:string ; + [ rdfs:comment "An AirHandlingUnit shall have at least one inlet using the medium Air."^^xsd:string ; sh:minCount 1 ; sh:path s223:hasConnectionPoint ; sh:qualifiedMinCount 1 ; sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Electricity ; + sh:node [ sh:property [ sh:class s223:Fluid-Air ; sh:path s223:hasMedium ] ] ] ] . -s223:ElectricWire a s223:Class, +s223:BACnetExternalReference a s223:Class, sh:NodeShape ; - rdfs:label "Electric wire"^^xsd:string ; - rdfs:comment "An ElectricWire is a subclass of Connection, that represents one or more electrical conductors used to convey electricity."^^xsd:string ; - rdfs:subClassOf s223:Connection ; - sh:property [ rdfs:comment "If the relation hasElectricalPhase is present it must associate the ElectricWire with an ElectricalPhaseIdentifier or ElectricalVoltagePhases."^^xsd:string ; - sh:or ( [ sh:class s223:Aspect-ElectricalPhaseIdentifier ] [ sh:class s223:Aspect-ElectricalVoltagePhases ] ) ; - sh:path s223:hasElectricalPhase ], - [ rdfs:comment "An ElectricWire must be associated with exactly one Medium-Electricity using the relation hasMedium."^^xsd:string ; - sh:class s223:Medium-Electricity ; + rdfs:label "BACnetExternalReference"^^xsd:string ; + rdfs:comment "BACnetExternalReference is a subclass of ExternalReference that contains BACnet protocol parameter values necessary to associate a property with a value."^^xsd:string ; + rdfs:subClassOf s223:ExternalReference ; + sh:property [ a sh:PropertyShape ; + rdfs:comment "If the relation device-name is present it associates the external reference with a BACnet device having the specific device name."^^xsd:string ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path s223:hasMedium ] . + sh:minCount 0 ; + sh:path ], + [ a sh:PropertyShape ; + rdfs:comment "If the relation property-array-index is present it provides the index for reading items from a property that is an array."^^xsd:string ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path ], + [ a sh:PropertyShape ; + rdfs:comment "If the relation object-name is present it associates the external reference with the BACnet object having the specific object name."^^xsd:string ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path ], + [ a sh:PropertyShape ; + rdfs:comment "If the relation object-identifier is present it associates the external reference with the BACnet object having the specific object identifier."^^xsd:string ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ], + [ a sh:PropertyShape ; + rdfs:comment "If the relation priority-for-writing is present it provides the priority for writing values to the object."^^xsd:string ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path ], + [ a sh:PropertyShape ; + rdfs:comment "If the relation device-identifier is present it associates the external reference with a BACnet device having the specific device identifier."^^xsd:string ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ], + [ a sh:PropertyShape ; + rdfs:comment "If the relation property-identifier is present it is either a decimal number or exactly equal to the ASHRAE 135-2020 Clause 21 identifier text of BACnetPropertyIdentifier. If it is omitted, it defaults to \"present-value\" except for BACnet File objects, where absence of property-identifier refers to the entire content of the file accessed with Stream Access."^^xsd:string ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path ] . -s223:EthernetSwitch a s223:Class, +s223:BatteryCPShape a sh:NodeShape ; + rdfs:label "Battery CP Shape"^^xsd:string ; + rdfs:comment "A Battery shall have at least one outlet or bidirectional ConnectionPoint using the medium Electricity."^^xsd:string ; + sh:message "s223: A Battery shall have at least one outlet or bidirectional ConnectionPoint using the medium Electricity."^^xsd:string ; + sh:or ( [ sh:property [ rdfs:comment "A Battery shall have at least one outlet or bidirectional ConnectionPoint using the medium Electricity."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Constituent-Electricity ; + sh:path s223:hasMedium ] ] ] ] ] [ sh:property [ rdfs:comment "A Battery shall have at least one outlet or bidirectional ConnectionPoint using the medium Electricity."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:BidirectionalConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Constituent-Electricity ; + sh:path s223:hasMedium ] ] ] ] ] ) ; + sh:severity sh:Warning ; + sh:targetClass s223:Battery . + +s223:Boiler a s223:Class, sh:NodeShape ; - rdfs:label "Ethernet switch"^^xsd:string ; - rdfs:comment "A device that connects wired devices such as computers, laptops, routers, servers, and printers to one another."^^xsd:string ; + rdfs:label "Boiler"^^xsd:string ; + rdfs:comment "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."^^xsd:string ; rdfs:subClassOf s223:Equipment ; - sh:property [ rdfs:comment "An EthernetSwitch shall have at least one BidirectionalConnectionPoint using the medium Electricity."^^xsd:string ; + sh:property [ rdfs:comment "A Boiler shall have at least one outlet using the medium Water."^^xsd:string ; sh:minCount 1 ; sh:path s223:hasConnectionPoint ; sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:BidirectionalConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Electricity ; + sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Fluid-Water ; + sh:path s223:hasMedium ] ] ] ], + [ rdfs:comment "A Boiler shall have at least one inlet using the medium Water."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Fluid-Water ; sh:path s223:hasMedium ] ] ] ] . -s223:FanCoilUnit a s223:Class, +s223:ChilledBeam a s223:Class, sh:NodeShape ; - rdfs:label "Fan coil unit"^^xsd:string ; - rdfs:comment "A device consisting of a heat exchanger (coil) and a fan to regulate the temperature of one or more spaces."^^xsd:string ; + rdfs:label "Chilled beam"^^xsd:string ; + rdfs:comment "A structure with a colder surface temperature where air passes through, and air movement is induced in the room to achieve cooling. Cooling medium is generally water."^^xsd:string ; rdfs:subClassOf s223:Equipment ; - sh:property [ rdfs:comment "A FanCoilUnit shall have at least one outlet using the medium Air."^^xsd:string ; + sh:property [ rdfs:comment "A ChilledBeam shall have at least one outlet using the medium Water."^^xsd:string ; sh:minCount 1 ; sh:path s223:hasConnectionPoint ; sh:qualifiedMinCount 1 ; sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Air ; + sh:node [ sh:property [ sh:class s223:Fluid-Water ; sh:path s223:hasMedium ] ] ] ], - [ rdfs:comment "A FanCoilUnit must be associated with at least 1 Fan using the relation contains."^^xsd:string ; + [ rdfs:comment "A ChilledBeam shall have at least one inlet using the medium Water."^^xsd:string ; sh:minCount 1 ; - sh:path s223:contains ; + sh:path s223:hasConnectionPoint ; sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:Fan ] ], - [ rdfs:comment "A FanCoilUnit must at least have the role Role-Heating or Role-Cooling."^^xsd:string ; + sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Fluid-Water ; + sh:path s223:hasMedium ] ] ] ], + [ rdfs:comment "A ChilledBeam must be associated with the Role-Cooling using the relation hasRole"^^xsd:string ; sh:minCount 1 ; sh:path s223:hasRole ; sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:in ( s223:Role-Heating s223:Role-Cooling ) ] ], - [ rdfs:comment "A FanCoilUnit shall have at least one inlet using the medium Air."^^xsd:string ; + sh:qualifiedValueShape [ sh:class s223:Role-Cooling ] ] . + +s223:Chiller a s223:Class, + sh:NodeShape ; + rdfs:label "Chiller"^^xsd:string ; + rdfs:comment "A refrigerating machine used to transfer heat from fluids."^^xsd:string ; + rdfs:subClassOf s223:Equipment ; + sh:property [ rdfs:comment "A Chiller shall have at least one inlet using the medium Water."^^xsd:string ; sh:minCount 1 ; sh:path s223:hasConnectionPoint ; sh:qualifiedMinCount 1 ; sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Air ; + sh:node [ sh:property [ sh:class s223:Fluid-Water ; sh:path s223:hasMedium ] ] ] ], - [ rdfs:comment "A FanCoilUnit must be associated with at least 1 Coil using the relation contains."^^xsd:string ; + [ rdfs:comment "A Chiller shall have at least one outlet using the medium Water."^^xsd:string ; sh:minCount 1 ; - sh:path s223:contains ; + sh:path s223:hasConnectionPoint ; sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:Coil ] ] . + sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Fluid-Water ; + sh:path s223:hasMedium ] ] ] ] . -s223:FanPoweredTerminal a s223:Class, - sh:NodeShape ; - rdfs:label "Fan Powered Air Terminal"^^xsd:string ; - rdfs:comment "An air terminal containing a fan. Airflow may pass through or be parallel to the fan. These units may also have supplemental heating or cooling."^^xsd:string ; - rdfs:subClassOf s223:TerminalUnit ; - sh:property [ rdfs:comment "A FanPoweredTerminal must be associated with at least 1 Fan by contains"^^xsd:string ; - sh:minCount 1 ; - sh:path s223:contains ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:Fan ] ] . - -s223:FlowSensor a s223:Class, - sh:NodeShape ; - rdfs:label "Flow sensor"^^xsd:string ; - rdfs:comment "A FlowSensor is a specialization of a Sensor that produces an ObservableProperty that is quantifiable and represents a flow measurement."^^xsd:string ; - rdfs:subClassOf s223:Sensor . +s223:ClosedWorldShape a sh:NodeShape ; + rdfs:label "Closed World Shape"^^xsd:string ; + rdfs:comment "Ensure that all instances of a class use only the properties defined for that class."^^xsd:string ; + 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."^^xsd:string ; + sh:message "s223: Predicate {?p} is not defined for instance {$this}."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this ?p ?o +WHERE { +$this ?p ?o . +FILTER(STRSTARTS (str(?p), "http://data.ashrae.org/standard223#") || 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 . +} +} +"""^^xsd:string ] ; + sh:targetClass s223:Concept . -s223:FumeHood a s223:Class, +s223:Compressor a s223:Class, sh:NodeShape ; - rdfs:label "Fume hood"^^xsd:string ; - rdfs:comment "A fume-collection device mounted over a work space, table, or shelf and serving to conduct unwanted gases away from an area."^^xsd:string ; + rdfs:label "Compressor"^^xsd:string ; + rdfs:comment "A device for mechanically increasing the pressure of a gas."^^xsd:string ; rdfs:subClassOf s223:Equipment ; - sh:property [ rdfs:comment "A FumeHood shall have at least one outlet using the medium Air."^^xsd:string ; + sh:property [ rdfs:comment "A Compressor shall have at least one inlet."^^xsd:string ; sh:minCount 1 ; sh:path s223:hasConnectionPoint ; sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Air ; - sh:path s223:hasMedium ] ] ] ], - [ rdfs:comment "A FumeHood shall have at least one inlet using the medium Air."^^xsd:string ; + sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ] ], + [ rdfs:comment "A Compressor shall have at least one outlet."^^xsd:string ; sh:minCount 1 ; sh:path s223:hasConnectionPoint ; sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Air ; - sh:path s223:hasMedium ] ] ] ] . + sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ] ] . -s223:Furnace a s223:Class, +s223:ConcentrationSensor a s223:Class, sh:NodeShape ; - rdfs:label "Furnace"^^xsd:string ; - rdfs:comment "An enclosed chamber or structure in which heat is produced, as by burning fuel or by converting electrical energy. "^^xsd:string ; - rdfs:subClassOf s223:Equipment ; - sh:property [ rdfs:comment "A Furnace shall have at least one outlet using the medium Air."^^xsd:string ; - sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Air ; - sh:path s223:hasMedium ] ] ] ], - [ rdfs:comment "A Furnace shall have at least one inlet using the medium Air."^^xsd:string ; - sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Air ; - sh:path s223:hasMedium ] ] ] ] . + rdfs:label "Concentration sensor"^^xsd:string ; + rdfs:comment "A ConcentrationSensor is a specialization of a Sensor that observes a QuantifiableObservableProperty that represents the concentration of a substance in a medium."^^xsd:string ; + rdfs:subClassOf s223:Sensor . -s223:Generator a s223:Class, +s223:ConnectionCnxShape a sh:NodeShape ; + rdfs:label "ConnectionCnxShape"^^xsd:string ; + rdfs:comment "You need either an InletCP and an OutletCP, or at least one BidirectionalCP and another CP of any type."^^xsd:string ; + sh:message "s223: You need either an InletCP and an OutletCP, or at least one BidirectionalCP and another CP of any type."^^xsd:string ; + sh:or ( [ sh:property [ rdfs:comment "A Connection shall have at least two cnx relations allowing flow in and out of the Connection."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:cnx ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ] ; + sh:qualifiedValueShapesDisjoint true ; + sh:severity sh:Warning ], + [ rdfs:comment "A Connection shall have at least two cnx relations allowing flow in and out of the Connection."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:cnx ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ] ; + sh:qualifiedValueShapesDisjoint true ; + sh:severity sh:Warning ] ] [ sh:property [ rdfs:comment "A Connection shall have at least two cnx relations allowing flow in and out of the Connection."^^xsd:string ; + sh:minCount 2 ; + sh:path s223:cnx ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:BidirectionalConnectionPoint ] ; + sh:qualifiedValueShapesDisjoint true ; + sh:severity sh:Warning ] ] ) ; + sh:severity sh:Warning ; + sh:targetClass s223:Connection . + +s223:Controller a s223:Class, sh:NodeShape ; - rdfs:label "Generator"^^xsd:string ; - rdfs:comment "An energy transducer that transforms non-electric energy into electric energy."^^xsd:string ; + rdfs:label "Controller"^^xsd:string ; + rdfs:comment "A device for regulation of a system or component in normal operation, which executes a Function."^^xsd:string ; rdfs:subClassOf s223:Equipment ; - sh:property [ rdfs:comment "A Generator shall have at least one outlet using the medium Electricity."^^xsd:string ; - sh:class s223:OutletConnectionPoint ; - sh:minCount 1 ; - sh:node [ sh:property [ sh:class s223:Medium-Electricity ; - sh:path s223:hasMedium ] ] ; - sh:path s223:hasConnectionPoint ], - [ rdfs:comment "A Generator must be associated with at least one ConnectionPoint using the relation hasConnectionPoint."^^xsd:string ; + sh:property [ rdfs:comment "If the relation executes is present it must associate the Controller with a Function."^^xsd:string ; + sh:class s223:Function ; + sh:path s223:executes ] ; + sh:rule [ a sh:TripleRule ; + rdfs:comment "Infer the hasRole s223:Role-Controller relation for every instance of Controller"^^xsd:string ; + sh:object s223:Role-Controller ; + sh:predicate s223:hasRole ; + sh:subject sh:this ] . + +s223:ControllerRoleShape a sh:NodeShape ; + rdfs:label "Controller Role Shape"^^xsd:string ; + rdfs:comment "Equipment that executes a Function must have a s223:hasRole relation to s223:Role-Controller."^^xsd:string ; + sh:property [ a sh:PropertyShape ; + sh:hasValue s223:Role-Controller ; + sh:message "s223: Equipment that executes a Function must have a s223:hasRole relation to s223:Role-Controller."^^xsd:string ; sh:minCount 1 ; - sh:path s223:hasConnectionPoint ] . + sh:path s223:hasRole ] ; + sh:targetSubjectsOf s223:executes . -s223:HeatPump a s223:Class, +s223:CoolingTower a s223:Class, sh:NodeShape ; - rdfs:label "HeatPump"^^xsd:string ; - rdfs:comment "A device that can heat or cool by transferring thermal energy using a reversible refrigeration cycle."^^xsd:string ; + rdfs:label "Cooling tower"^^xsd:string ; + rdfs:comment "A heat transfer device in which atmospheric air cools warm water, generally by direct contact via evaporation."^^xsd:string ; rdfs:subClassOf s223:Equipment ; - sh:property [ rdfs:comment "A HeatPump shall have at least one inlet using the medium Air."^^xsd:string ; + sh:property [ rdfs:comment "A CoolingTower shall have at least one inlet using the medium Water."^^xsd:string ; sh:minCount 1 ; sh:path s223:hasConnectionPoint ; sh:qualifiedMinCount 1 ; sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Air ; + sh:node [ sh:property [ sh:class s223:Fluid-Water ; sh:path s223:hasMedium ] ] ] ], - [ rdfs:comment "A HeatPump shall have at least one outlet using the medium Air."^^xsd:string ; + [ rdfs:comment "A CoolingTower shall have at least one outlet using the medium Water."^^xsd:string ; sh:minCount 1 ; sh:path s223:hasConnectionPoint ; sh:qualifiedMinCount 1 ; sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Air ; + sh:node [ sh:property [ sh:class s223:Fluid-Water ; sh:path s223:hasMedium ] ] ] ] . -s223:Humidifier a s223:Class, - sh:NodeShape ; - rdfs:label "Humidifier"^^xsd:string ; - rdfs:comment "A piece of equipment to add moisture to a gas such as air."^^xsd:string ; - rdfs:subClassOf s223:Equipment . - -s223:Humidistat a s223:Class, - sh:NodeShape ; - rdfs:label "Humidistat"^^xsd:string ; - rdfs:comment "An automatic control device used to maintain humidity at a fixed or adjustable setpoint."^^xsd:string ; - rdfs:subClassOf s223:Equipment . - -s223:HumiditySensor a s223:Class, - sh:NodeShape ; - rdfs:label "Humidity sensor"^^xsd:string ; - rdfs:comment "A HumiditySensor is a specialization of a Sensor that observes a QuantifiableObservableProperty that represents a humidity measurement. "^^xsd:string ; - rdfs:subClassOf s223:Sensor ; - sh:rule [ a sh:SPARQLRule ; - rdfs:comment "A HumiditySensor must always observe a Property that has a QuantityKind of RelativeHumidity."^^xsd:string ; - sh:construct """ -CONSTRUCT {?prop qudt:hasQuantityKind qudtqk:RelativeHumidity .} -WHERE { - $this s223:observes ?prop . -} -"""^^xsd:string ; - sh:prefixes ] . - -s223:IlluminanceSensor a s223:Class, +s223:CorrelatedColorTemperatureSensor a s223:Class, sh:NodeShape ; - rdfs:label "Illuminance sensor"^^xsd:string ; - rdfs:comment "A subclass of LightSensor that observes the level of illuminance."^^xsd:string ; + rdfs:label "Correlated color temperature sensor"^^xsd:string ; + rdfs:comment "A subclass of LightSensor that observes the color of light."^^xsd:string ; rdfs:subClassOf s223:LightSensor ; - sh:property [ rdfs:comment "An IlluminanceSensor will always observe a Property that has a QuantityKind of Illuminance."^^xsd:string ; + sh:property [ rdfs:comment "A CorrelatedColorTemperatureSensor must always observe a Property that has a QuantityKind of ThermodynamicTemperature."^^xsd:string ; + sh:message "s223: A CorrelatedColorTemperatureSensor must always observe a Property that has a QuantityKind of ThermodynamicTemperature."^^xsd:string ; sh:path s223:observes ; sh:qualifiedMinCount 1 ; sh:qualifiedValueShape [ sh:class s223:Property ; - sh:node [ sh:property [ sh:hasValue ; + sh:node [ sh:property [ sh:hasValue ; sh:path ns1:hasQuantityKind ] ] ] ] . -s223:InversePropertyShape a sh:NodeShape ; - sh:rule [ a sh:SPARQLRule ; - rdfs:comment "Declare the inverse triples for relations that have defined inverse relations"^^xsd:string ; - sh:construct """ -CONSTRUCT { -?o ?invP $this . -} +s223:DifferentialSensor a s223:Class, + sh:NodeShape ; + rdfs:label "Differential sensor"^^xsd:string ; + rdfs:comment "A sensor that measures the difference of a quantity between any two points in the system."^^xsd:string ; + rdfs:subClassOf s223:AbstractSensor ; + sh:property [ rdfs:comment "A Differential Sensor must have different values for hasObservationLocationHigh and hasObservationLocationLow."^^xsd:string ; + sh:path s223:hasObservationLocationHigh ; + sh:sparql [ a sh:SPARQLConstraint ; + rdfs:comment "Ensure that the values of hasObservationLocationHigh and hasObservationLocationLow are distinct."^^xsd:string ; + sh:message "s223: {$this} cannot have the same value, {?high}, for both hasObservationLocationHigh and hasObservationLocationLow"^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this ?high WHERE { - $this ?p ?o . - ?p s223:inverseOf ?invP . + $this s223:hasObservationLocationHigh ?high . + $this s223:hasObservationLocationLow ?low . +FILTER (?high = ?low) . } - """^^xsd:string ; - sh:prefixes ] ; - sh:targetClass s223:Concept . +"""^^xsd:string ] ], + [ rdfs:comment "A Differential Sensor must be defined in terms of the QuantityKind that is being measured."^^xsd:string ; + sh:class ns1:QuantityKind ; + sh:minCount 1 ; + sh:path ( s223:observes ns1:hasQuantityKind ) ] ; + sh:xone ( [ sh:property [ rdfs:comment "A DifferentialSensor must be associated with exactly 1 of Connectable, Connection, or ConnectionPoint using the relation hasObservationLocationHigh."^^xsd:string ; + sh:class s223:Connectable ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path s223:hasObservationLocationHigh ] ] [ sh:property [ rdfs:comment "A DifferentialSensor must be associated with exactly 1 of Connectable, Connection, or ConnectionPoint using the relation hasObservationLocationHigh."^^xsd:string ; + sh:class s223:Connection ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path s223:hasObservationLocationHigh ] ] [ sh:property [ rdfs:comment "A DifferentialSensor must be associated with exactly 1 of Connectable, Connection, or ConnectionPoint using the relation hasObservationLocationHigh."^^xsd:string ; + sh:class s223:ConnectionPoint ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path s223:hasObservationLocationHigh ] ] ), + ( [ sh:property [ rdfs:comment "A DifferentialSensor must be associated with exactly 1 of Connectable, Connection, or ConnectionPoint using the relation hasObservationLocationLow."^^xsd:string ; + sh:class s223:Connectable ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path s223:hasObservationLocationLow ] ] [ sh:property [ rdfs:comment "A DifferentialSensor must be associated with exactly 1 of Connectable, Connection, or ConnectionPoint using the relation hasObservationLocationLow."^^xsd:string ; + sh:class s223:Connection ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path s223:hasObservationLocationLow ] ] [ sh:property [ rdfs:comment "A DifferentialSensor must be associated with exactly 1 of Connectable, Connection, or ConnectionPoint using the relation hasObservationLocationLow."^^xsd:string ; + sh:class s223:ConnectionPoint ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path s223:hasObservationLocationLow ] ] ) . -s223:Inverter a s223:Class, +s223:Door a s223:Class, sh:NodeShape ; - rdfs:label "Inverter"^^xsd:string ; - rdfs:comment "An electric energy converter that changes direct electric current to alternating current."^^xsd:string ; + rdfs:label "Door"^^xsd:string ; + rdfs:comment "A hinged, sliding, or revolving barrier at the entrance to a building or room."^^xsd:string ; rdfs:subClassOf s223:Equipment ; - sh:property [ rdfs:comment "An Inverter shall have at least one outlet using the medium Electricity-AC."^^xsd:string ; - sh:minCount 1 ; + sh:property [ rdfs:comment "A Door shall have at least two bidirectional connection points using the medium Air."^^xsd:string ; + sh:minCount 2 ; sh:path s223:hasConnectionPoint ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Electricity-AC ; - sh:path s223:hasMedium ] ] ] ], - [ rdfs:comment "An Inverter shall have at least one inlet using the medium Electricity-DC."^^xsd:string ; - sh:minCount 1 ; + sh:qualifiedMinCount 2 ; + sh:qualifiedValueShape [ sh:class s223:BidirectionalConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Fluid-Air ; + sh:path s223:hasMedium ] ] ] ] . + +s223:DualDuctTerminal a s223:Class, + sh:NodeShape ; + rdfs:label "Dual duct air terminal."^^xsd:string ; + rdfs:comment "A dual duct air terminal mixes two independent sources of primary air."^^xsd:string ; + rdfs:seeAlso s223:TerminalUnit ; + rdfs:subClassOf s223:TerminalUnit ; + sh:property [ rdfs:comment "A DualDuctTerminal shall have at least two inlets using the medium Air."^^xsd:string ; + sh:minCount 2 ; sh:path s223:hasConnectionPoint ; - sh:qualifiedMinCount 1 ; + sh:qualifiedMinCount 2 ; sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Electricity-DC ; + sh:node [ sh:property [ sh:class s223:Fluid-Air ; sh:path s223:hasMedium ] ] ] ] . -s223:Luminaire a s223:Class, +s223:Duct a s223:Class, sh:NodeShape ; - rdfs:label "Luminaire"^^xsd:string ; - rdfs:comment "A complete lighting unit consisting of a lamp or lamps together with the housing designed to distribute the light, position and protect the lamps, and connect the lamps to the power supply."^^xsd:string ; + rdfs:label "Duct"^^xsd:string ; + rdfs:comment "A Duct is a subclass of Connection, that represents a conduit through which air is conveyed."^^xsd:string ; + rdfs:subClassOf s223:Connection . + +s223:DuvSensor a s223:Class, + sh:NodeShape ; + rdfs:label "Duv sensor"^^xsd:string ; + rdfs:comment "A subclass of LightSensor that observes the deviation of the light spectrum from pure blackbody."^^xsd:string ; + rdfs:subClassOf s223:LightSensor ; + sh:property [ rdfs:comment "A DuvSensor must always observe a Property that has a QuantityKind of Duv."^^xsd:string ; + sh:message "s223: A DuvSensor must always observe a Property that has a QuantityKind of Duv."^^xsd:string ; + sh:path s223:observes ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:Property ; + sh:node [ sh:property [ sh:hasValue ; + sh:path ns1:hasQuantityKind ] ] ] ] . + +s223:ElectricBreaker a s223:Class, + sh:NodeShape ; + rdfs:label "Electric breaker"^^xsd:string ; + rdfs:comment "A piece of equipment designed to open the circuit automatically at a predetermined overcurrent without damage to itself (when properly applied within its rating)."^^xsd:string ; rdfs:subClassOf s223:Equipment ; - sh:property [ rdfs:comment "A Luminaire shall have at least one outlet using the medium EM-Light."^^xsd:string ; + sh:property [ rdfs:comment "An ElectricBreaker shall have at least one outlet using the medium Electricity."^^xsd:string ; sh:minCount 1 ; sh:path s223:hasConnectionPoint ; sh:qualifiedMinCount 1 ; sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:EM-Light ; - sh:path s223:hasMedium ] ] ] ], - [ rdfs:comment "A Luminaire shall have at least one inlet using the medium Electricity."^^xsd:string ; - sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Electricity ; + sh:node [ sh:property [ sh:class s223:Constituent-Electricity ; sh:path s223:hasMedium ] ] ] ] . -s223:MeasuredPropertyRule a sh:NodeShape ; - rdfs:comment "Associate the object of hasObservationLocation directly with the observed Property."^^xsd:string ; - sh:rule [ a sh:TripleRule ; - rdfs:comment "Associate the object of hasObservationLocation directly with the observed Property."^^xsd:string ; - sh:object [ sh:path ( [ sh:inversePath s223:hasObservationLocation ] s223:observes ) ] ; - sh:predicate s223:hasProperty ; - sh:subject sh:this ] ; - sh:targetClass s223:Concept . +s223:ElectricMeter a s223:Class, + sh:NodeShape ; + rdfs:label "Electric meter"^^xsd:string ; + rdfs:comment "A device that measures the properties of electric energy."^^xsd:string ; + rdfs:subClassOf s223:Equipment . -s223:Motor a s223:Class, +s223:ElectricOutlet a s223:Class, sh:NodeShape ; - rdfs:label "Motor"^^xsd:string ; - rdfs:comment "A machine in which power is applied to do work by the conversion of various forms of energy into mechanical force and motion."^^xsd:string ; + rdfs:label "Electric outlet"^^xsd:string ; + rdfs:comment "A device to which a piece of electrical equipment can be connected in order to provide it with electricity"^^xsd:string ; rdfs:subClassOf s223:Equipment ; - sh:property [ rdfs:comment "A Motor shall have at least one inlet using the medium Electricity."^^xsd:string ; + sh:property [ rdfs:comment "An ElectricOutlet shall have exactly one inlet using the medium Electricity."^^xsd:string ; sh:minCount 1 ; sh:path s223:hasConnectionPoint ; + sh:qualifiedMaxCount 1 ; sh:qualifiedMinCount 1 ; sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Electricity ; + sh:node [ sh:property [ sh:class s223:Constituent-Electricity ; + sh:path s223:hasMedium ] ] ] ], + [ rdfs:comment "An ElectricOutlet shall have at least one outlet using the medium Electricity."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Constituent-Electricity ; sh:path s223:hasMedium ] ] ] ] . -s223:OccupantCounter a s223:Class, +s223:ElectricTransformer a s223:Class, sh:NodeShape ; - rdfs:label "Occupant counter"^^xsd:string ; - rdfs:comment "A subclass of OccupancySensor that counts the population within its sensing region."^^xsd:string ; - rdfs:subClassOf s223:OccupancySensor ; - sh:property [ rdfs:comment "An OccupantCounter must always observe a QuantifiableObservableProperty that has a QuantityKind of Population and a Unit of unit:NUM."^^xsd:string ; - sh:class s223:QuantifiableObservableProperty ; + rdfs:label "Electric transformer"^^xsd:string ; + rdfs:comment "A piece of electrical equipment used to convert alternative current (AC) electric power from one voltage to another voltage."^^xsd:string ; + rdfs:subClassOf s223:Equipment ; + sh:property [ rdfs:comment "An ElectricTransformer shall have at least one outlet using the medium Electricity."^^xsd:string ; sh:minCount 1 ; - sh:node [ sh:property [ sh:hasValue ; - sh:maxCount 1 ; - sh:path ns1:hasUnit ], - [ sh:hasValue ; - sh:maxCount 1 ; - sh:path ns1:hasQuantityKind ] ] ; - sh:path s223:observes ] . - -s223:OccupantMotionSensor a s223:Class, - sh:NodeShape ; - rdfs:label "Occupant motion sensor"^^xsd:string ; - rdfs:comment "A subclass of OccupancySensor that observes motion within its sensing region."^^xsd:string ; - rdfs:subClassOf s223:OccupancySensor ; - sh:property [ rdfs:comment "An OccupantMotionSensor must always observe an EnumeratedObservableProperty that has an EnumerationKind of Occupancy-Motion."^^xsd:string ; - sh:class s223:EnumeratedObservableProperty ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Constituent-Electricity ; + sh:path s223:hasMedium ] ] ] ], + [ rdfs:comment "An ElectricTransformer shall have at least one inlet using the medium Electricity."^^xsd:string ; sh:minCount 1 ; - sh:node [ sh:property [ sh:class s223:Occupancy-Motion ; - sh:maxCount 1 ; - sh:path s223:hasEnumerationKind ] ] ; - sh:path s223:observes ] . + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Constituent-Electricity ; + sh:path s223:hasMedium ] ] ] ] . -s223:OccupantPresenceSensor a s223:Class, +s223:ElectricWire a s223:Class, sh:NodeShape ; - rdfs:label "Occupant presence sensor"^^xsd:string ; - rdfs:comment "A subclass of OccupancySensor that observes presence within its sensing region."^^xsd:string ; - rdfs:subClassOf s223:OccupancySensor ; - sh:property [ rdfs:comment "An OccupantPresenceSensor will always observe an EnumeratedObservableProperty that has an EnumerationKind of Occupancy-Presence."^^xsd:string ; - sh:class s223:EnumeratedObservableProperty ; + rdfs:label "Electric wire"^^xsd:string ; + rdfs:comment "An ElectricWire is a subclass of Connection, that represents one or more electrical conductors used to convey electricity."^^xsd:string ; + rdfs:subClassOf s223:Connection ; + sh:property [ rdfs:comment "If the relation hasElectricalPhase is present it must associate the ElectricWire with an ElectricalPhaseIdentifier or ElectricalVoltagePhases."^^xsd:string ; + sh:or ( [ sh:class s223:Aspect-ElectricalPhaseIdentifier ] [ sh:class s223:Aspect-ElectricalVoltagePhases ] ) ; + sh:path s223:hasElectricalPhase ], + [ rdfs:comment "An ElectricWire must be associated with exactly one Constituent-Electricity using the relation hasMedium."^^xsd:string ; + sh:class s223:Constituent-Electricity ; + sh:maxCount 1 ; + sh:message "s223: An ElectricWire must be associated with exactly one Constituent-Electricity using the relation hasMedium."^^xsd:string ; sh:minCount 1 ; - sh:node [ sh:property [ sh:class s223:Occupancy-Presence ; - sh:maxCount 1 ; - sh:path s223:hasEnumerationKind ] ] ; - sh:path s223:observes ] . - -s223:OutsidePhysicalSpace a s223:Class, - sh:NodeShape ; - rdfs:label "Outside physical space"^^xsd:string ; - rdfs:comment "An OutsidePhysicalSpace is a subclass of PhysicalSpace to represent any physical spaces outside of a facility where, for example, ambient properties might be measured (within a suitably defined DomainSpace)."^^xsd:string ; - rdfs:subClassOf s223:PhysicalSpace . - -s223:ParticulateSensor a s223:Class, - sh:NodeShape ; - rdfs:label "Particulate sensor"^^xsd:string ; - rdfs:comment "A ParticulateSensor is a specialization of a Sensor that observes a QuantifiableObservableProperty that represents a particulate concentration measurement."^^xsd:string ; - rdfs:subClassOf s223:Sensor ; - sh:property [ rdfs:comment "If the relation ofSubstance is present it must associate the ParticulateSensor with a Substance-Particulate."^^xsd:string ; - sh:class s223:Substance-Particulate ; - sh:path s223:ofSubstance ] . + sh:path s223:hasMedium ] . -s223:PhotovoltaicModule a s223:Class, +s223:FanCoilUnit a s223:Class, sh:NodeShape ; - rdfs:label "Photovoltaic module"^^xsd:string ; - rdfs:comment "A piece of equipment that converts sunlight into electricity."^^xsd:string ; + rdfs:label "Fan coil unit"^^xsd:string ; + rdfs:comment "A device consisting of a heat exchanger (coil) and a fan to regulate the temperature of one or more spaces."^^xsd:string ; rdfs:subClassOf s223:Equipment ; - sh:property [ rdfs:comment "An PhotovoltaicModule must have at least one inlet using the medium EM-Light."^^xsd:string ; + sh:property [ rdfs:comment "A FanCoilUnit shall have at least one outlet using the medium Air."^^xsd:string ; sh:minCount 1 ; sh:path s223:hasConnectionPoint ; sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:EM-Light ; + sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Fluid-Air ; sh:path s223:hasMedium ] ] ] ], - [ rdfs:comment "An PhotovoltaicModule shall have at least one outlet using the medium Electricity."^^xsd:string ; + [ rdfs:comment "A FanCoilUnit must be associated with at least 1 Coil using the relation contains."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:contains ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:Coil ] ], + [ rdfs:comment "A FanCoilUnit must at least have the role Role-Heating or Role-Cooling."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasRole ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:in ( s223:Role-Heating s223:Role-Cooling ) ] ], + [ rdfs:comment "A FanCoilUnit shall have at least one inlet using the medium Air."^^xsd:string ; sh:minCount 1 ; sh:path s223:hasConnectionPoint ; sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Electricity ; - sh:path s223:hasMedium ] ] ] ] . + sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Fluid-Air ; + sh:path s223:hasMedium ] ] ] ], + [ rdfs:comment "A FanCoilUnit must be associated with at least 1 Fan using the relation contains."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:contains ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:Fan ] ] . -s223:PressureSensor a s223:Class, +s223:FanPoweredTerminal a s223:Class, sh:NodeShape ; - rdfs:label "Pressure sensor"^^xsd:string ; - rdfs:comment "A PressureSensor is a specialization of a Sensor that observes a QuantifiableObservableProperty that represents a pressure measurement."^^xsd:string ; - rdfs:subClassOf s223:Sensor . + rdfs:label "Fan Powered Air Terminal"^^xsd:string ; + rdfs:comment "An air terminal containing a fan. Airflow may pass through or be parallel to the fan. These units may also have supplemental heating or cooling."^^xsd:string ; + rdfs:subClassOf s223:TerminalUnit ; + sh:property [ rdfs:comment "A FanPoweredTerminal must be associated with at least one Fan by using the relation contains."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:contains ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:Fan ] ] . -s223:Pump a s223:Class, +s223:Filter a s223:Class, sh:NodeShape ; - rdfs:label "Pump"^^xsd:string ; - rdfs:comment "A machine for imparting energy to a fluid, drawing a fluid into itself through an entrance port, and forcing the fluid out through an exhaust port."^^xsd:string ; + rdfs:label "Filter"^^xsd:string ; + rdfs:comment "A device that removes contaminants from gases or liquids."^^xsd:string ; rdfs:subClassOf s223:Equipment ; - sh:property [ rdfs:comment "A Pump shall have at least one outlet using the medium Water, Oil or Refrigerant."^^xsd:string ; + sh:property [ rdfs:comment "A Filter shall have at least one inlet ConnectionPoint."^^xsd:string ; sh:minCount 1 ; sh:path s223:hasConnectionPoint ; sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; - sh:node [ sh:or ( [ sh:property [ sh:class s223:Medium-Water ; - sh:path s223:hasMedium ] ] [ sh:property [ sh:class s223:Medium-Refrigerant ; - sh:path s223:hasMedium ] ] [ sh:property [ sh:class s223:Medium-Oil ; - sh:path s223:hasMedium ] ] ) ] ] ], - [ rdfs:comment "A Pump shall have at least one inlet using the medium Water, Oil or Refrigerant."^^xsd:string ; + sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ] ], + [ rdfs:comment "A filter should have one common constituent between the inlet and outlet"^^xsd:string ; + sh:path s223:hasConnectionPoint ; + sh:severity sh:Warning ; + sh:sparql [ a sh:SPARQLConstraint ; + rdfs:comment "Inconsistent Medium. Case 2: A medium with constituents and a pure Medium."^^xsd:string ; + sh:message "s223: {$this} has an incompatible medium {?m1} with any constituent of {?m2}."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this ?m2 ?m1 +WHERE { +$this s223:cnx ?cp1, ?cp2 . +?cp1 a/rdfs:subClassOf* s223:ConnectionPoint . +?cp2 a/rdfs:subClassOf* s223:ConnectionPoint . +FILTER (?cp1 != ?cp2) . +?cp1 s223:hasMedium ?m1 . +?cp2 s223:hasMedium ?m2 . +?m2 s223:composedOf/s223:ofConstituent ?s2 . +FILTER NOT EXISTS {?m1 s223:composedOf ?c1} . +FILTER NOT EXISTS { + ?m2 s223:composedOf/s223:ofConstituent ?s12 . + {?s12 rdfs:subClassOf* ?m1} UNION {?m1 rdfs:subClassOf* ?s12} . +} +} +"""^^xsd:string ] ], + [ rdfs:comment "A Filter shall have at least one outlet."^^xsd:string ; sh:minCount 1 ; sh:path s223:hasConnectionPoint ; sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; - sh:node [ sh:or ( [ sh:property [ sh:class s223:Medium-Water ; - sh:path s223:hasMedium ] ] [ sh:property [ sh:class s223:Medium-Refrigerant ; - sh:path s223:hasMedium ] ] [ sh:property [ sh:class s223:Medium-Oil ; - sh:path s223:hasMedium ] ] ) ] ] ], - [ rdfs:comment "The non-electrical ConnectionPoints of a Pump must have compatible Media."^^xsd:string ; + sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ] ], + [ rdfs:comment "A filter should have one common constituent between the inlet and outlet"^^xsd:string ; sh:path s223:hasConnectionPoint ; + sh:severity sh:Warning ; sh:sparql [ a sh:SPARQLConstraint ; - rdfs:comment "The non-electrical ConnectionPoints of a Pump must have compatible Media."^^xsd:string ; - sh:message "{?cpa} and {?cpb} on the Pump {$this} have incompatible Media {$mediuma} and {$mediumb}."^^xsd:string ; - sh:prefixes ; + rdfs:comment "Inconsistent Medium. Case 3: Two mediums with constituents."^^xsd:string ; + sh:message "s223: For Filter {$this} there is no compatible substance between medium {?m2} and medium {?m1}."^^xsd:string ; + sh:prefixes ; sh:select """ -SELECT $this ?cpa ?cpb ?mediuma ?mediumb +SELECT ?this ?m2 ?m1 WHERE { - $this s223:hasConnectionPoint ?cpa . - $this s223:hasConnectionPoint ?cpb . - FILTER (?cpa != ?cpb) . - ?cpa s223:hasMedium ?mediuma . - FILTER (NOT EXISTS {?mediuma a/rdfs:subClassOf* s223:Medium-Electricity}) . - ?cpb s223:hasMedium ?mediumb . - FILTER (NOT EXISTS {?mediumb a/rdfs:subClassOf* s223:Medium-Electricity}) . - FILTER (?mediuma != ?mediumb) . - FILTER (NOT EXISTS {?mediumb a/rdfs:subClassOf* ?mediuma}) . - FILTER (NOT EXISTS {?mediuma a/rdfs:subClassOf* ?mediumb}) . + ?this s223:cnx ?cp1, ?cp2 . + ?cp1 a/rdfs:subClassOf* s223:ConnectionPoint . + ?cp2 a/rdfs:subClassOf* s223:ConnectionPoint . + FILTER (?cp1 != ?cp2) . + ?cp1 s223:hasMedium ?m1 . + ?cp2 s223:hasMedium ?m2 . + ?m1 s223:composedOf/s223:ofConstituent ?s1 . + ?m2 s223:composedOf/s223:ofConstituent ?s2 . + FILTER NOT EXISTS { + ?m1 s223:composedOf/s223:ofConstituent ?s11 . + ?m2 s223:composedOf/s223:ofConstituent ?s12 . + FILTER (?s11 = ?s12) . + } + FILTER NOT EXISTS { + ?m1 s223:composedOf/s223:ofConstituent ?s21 . + ?m2 s223:composedOf/s223:ofConstituent ?s22 . + {?s22 rdfs:subClassOf* ?s21} UNION {?s21 rdfs:subClassOf* ?s22} . + } +} +"""^^xsd:string ] ], + [ rdfs:comment "Ensure that the filter inlet and outlet have compatible mediums."^^xsd:string ; + sh:path s223:hasConnectionPoint ; + sh:severity sh:Warning ; + sh:sparql [ a sh:SPARQLConstraint ; + rdfs:comment "Inconsistent Medium. Case 1: Two pure mediums."^^xsd:string ; + sh:message "s223: {$this} with inlet medium {?m2} is incompatible with outlet medium {?m1}."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this ?m2 ?m1 +WHERE { +$this s223:cnx ?cp1, ?cp2 . +?cp1 a/rdfs:subClassOf* s223:ConnectionPoint . +?cp2 a/rdfs:subClassOf* s223:ConnectionPoint . +FILTER (?cp1 != ?cp2) . +?cp1 s223:hasMedium ?m1 . +?cp2 s223:hasMedium ?m2 . +FILTER NOT EXISTS {?m1 s223:composedOf ?c1} . +FILTER NOT EXISTS {?m2 s223:composedOf ?c2} +FILTER (NOT EXISTS {?m2 rdfs:subClassOf* ?m1}) . +FILTER (NOT EXISTS {?m1 rdfs:subClassOf* ?m2}) . } """^^xsd:string ] ] . -s223:RadiantPanel a s223:Class, +s223:FlowSensor a s223:Class, sh:NodeShape ; - rdfs:label "Radiant panel"^^xsd:string ; - rdfs:comment "A heating or cooling surface that delivers 50% or more of its heat transfer by radiation."^^xsd:string ; + rdfs:label "Flow sensor"^^xsd:string ; + rdfs:comment "A FlowSensor is a specialization of a Sensor that produces an ObservableProperty that is quantifiable and represents a flow measurement."^^xsd:string ; + rdfs:subClassOf s223:Sensor . + +s223:FumeHood a s223:Class, + sh:NodeShape ; + rdfs:label "Fume hood"^^xsd:string ; + rdfs:comment "A fume-collection device mounted over a work space, table, or shelf and serving to conduct unwanted gases away from an area."^^xsd:string ; rdfs:subClassOf s223:Equipment ; - sh:or ( [ sh:property [ rdfs:comment "A radiant panel shall have at least one inlet using the medium Electricity, NaturalGas, or Water."^^xsd:string ; - sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Electricity ; - sh:path s223:hasMedium ] ] ] ] ] [ sh:property [ rdfs:comment "A radiant panel shall have at least one inlet using the medium Electricity, NaturalGas, or Water."^^xsd:string ; - sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-NaturalGas ; - sh:path s223:hasMedium ] ] ] ] ] [ sh:property [ rdfs:comment "A radiant panel shall have at least one outlet using the medium Water."^^xsd:string ; + sh:property [ rdfs:comment "A FumeHood shall have at least one inlet using the medium Air."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Fluid-Air ; + sh:path s223:hasMedium ] ] ] ], + [ rdfs:comment "A FumeHood shall have at least one outlet using the medium Air."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Fluid-Air ; + sh:path s223:hasMedium ] ] ] ] . + +s223:FunctionPropertyShape a sh:NodeShape ; + rdfs:label "Function Property Shape"^^xsd:string ; + rdfs:comment "A Function must be associated with at least one Property using either the relation hasInput or hasOutput."^^xsd:string ; + sh:message "s223: A Function must be associated with at least one Property using either the relation hasInput or hasOutput."^^xsd:string ; + sh:or ( [ sh:property [ rdfs:comment "A Function must be associated with at least one Property using either the relation hasInput or hasOutput."^^xsd:string ; + sh:class s223:Property ; sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Water ; - sh:path s223:hasMedium ] ] ] ], - [ rdfs:comment "A radiant panel shall have at least one inlet using the medium Electricity, NaturalGas, or Water."^^xsd:string ; + sh:path s223:hasInput ] ] [ sh:property [ rdfs:comment "A Function must be associated with at least one Property using either the relation hasInput or hasOutput."^^xsd:string ; + sh:class s223:Property ; sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Water ; - sh:path s223:hasMedium ] ] ] ] ] ) ; - sh:property [ rdfs:comment "A radiant panel must hasRole Role-Heating."^^xsd:string ; + sh:path s223:hasOutput ] ] ) ; + sh:severity sh:Warning ; + sh:targetClass s223:Function . + +s223:Furnace a s223:Class, + sh:NodeShape ; + rdfs:label "Furnace"^^xsd:string ; + rdfs:comment "An enclosed chamber or structure in which heat is produced, as by burning fuel or by converting electrical energy. "^^xsd:string ; + rdfs:subClassOf s223:Equipment ; + sh:property [ rdfs:comment "A Furnace shall have at least one inlet using the medium Air."^^xsd:string ; sh:minCount 1 ; - sh:path s223:hasRole ; + sh:path s223:hasConnectionPoint ; sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:Role-Heating ] ] . + sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Fluid-Air ; + sh:path s223:hasMedium ] ] ] ], + [ rdfs:comment "A Furnace shall have at least one outlet using the medium Air."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Fluid-Air ; + sh:path s223:hasMedium ] ] ] ] . -s223:Radiator a s223:Class, +s223:Generator a s223:Class, sh:NodeShape ; - rdfs:label "Radiator"^^xsd:string ; - rdfs:comment "A radiator provides heating to a room using electricity, steam or water (e.g., electric baseboard heaters)."^^xsd:string ; + rdfs:label "Generator"^^xsd:string ; + rdfs:comment "An energy transducer that transforms non-electric energy into electric energy."^^xsd:string ; rdfs:subClassOf s223:Equipment ; - sh:or ( [ sh:property [ rdfs:comment "A Radiator shall have at least one inlet using the medium Electricity or Water."^^xsd:string ; - sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Electricity ; - sh:path s223:hasMedium ] ] ] ] ] [ sh:property [ rdfs:comment "A Radiator shall have at least one outlet using the medium Water."^^xsd:string ; - sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Water ; - sh:path s223:hasMedium ] ] ] ], - [ rdfs:comment "A Radiator shall have at least one inlet using the medium Electricity or Water."^^xsd:string ; - sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Water ; - sh:path s223:hasMedium ] ] ] ] ] ) ; - sh:property [ rdfs:comment "Radiators must have the role Role-Heating."^^xsd:string ; + sh:property [ rdfs:comment "A Generator shall have at least one outlet using the medium Electricity."^^xsd:string ; + sh:class s223:OutletConnectionPoint ; sh:minCount 1 ; - sh:path s223:hasRole ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:Role-Heating ] ] . - -s223:RequiredCommentsShape a sh:NodeShape ; - sh:severity sh:Info ; - sh:sparql [ a sh:SPARQLConstraint ; - rdfs:comment "Ensure that any property shape must have an rdfs:comment."^^xsd:string ; - sh:message "The SPARQLConstraint for path {?path} for Class {$this} must have an rdfs:comment."^^xsd:string ; - sh:prefixes ; - sh:select """ -SELECT $this ?path -WHERE { -$this sh:property ?propshape . -?propshape sh:sparql ?sparqlconstraint . -?propshape sh:path ?path . -FILTER NOT EXISTS {?sparqlconstraint rdfs:comment ?comment} . -} -"""^^xsd:string ], - [ a sh:SPARQLConstraint ; - rdfs:comment "Every Class must have a label."^^xsd:string ; - sh:message "{$this} must have an rdfs:label"^^xsd:string ; - sh:prefixes ; - sh:select """ -SELECT $this -WHERE { -FILTER (NOT EXISTS {$this rdfs:label ?something}) . -} -"""^^xsd:string ], - [ a sh:SPARQLConstraint ; - rdfs:comment "Ensure that any instance of s223:Class is also an instance of sh:NodeShape."^^xsd:string ; - sh:message "Class {$this} must be declared as an instance of sh:NodeShape."^^xsd:string ; - sh:prefixes ; - sh:select """ -SELECT $this -WHERE { -FILTER NOT EXISTS {$this a sh:NodeShape} . -} -"""^^xsd:string ], - [ a sh:SPARQLConstraint ; - rdfs:comment "Ensure that every TripleRule must have an rdfs:comment."^^xsd:string ; - sh:message "The TripleRule inferring {?pred} for Class {$this} must have an rdfs:comment."^^xsd:string ; - sh:prefixes ; - sh:select """ -SELECT $this ?pred -WHERE { -$this sh:rule ?rule . -?rule a sh:TripleRule . -?rule sh:predicate ?pred . -FILTER NOT EXISTS {?rule rdfs:comment ?comment} . -} -"""^^xsd:string ], - [ a sh:SPARQLConstraint ; - rdfs:comment "Ensure that any instance of s223:Class is also a rdfs:subClassOf* s223:Concept."^^xsd:string ; - sh:message "Class {$this} must be within the rdfs:subClassOf hierarchy under s223:Concept."^^xsd:string ; - sh:prefixes ; - sh:select """ -SELECT $this -WHERE { -FILTER NOT EXISTS {$this rdfs:subClassOf* rdf:Property} . -FILTER NOT EXISTS {$this rdfs:subClassOf* s223:Concept} . -} -"""^^xsd:string ], - [ a sh:SPARQLConstraint ; - rdfs:comment "Ensure that any property shape must have an rdfs:comment."^^xsd:string ; - sh:message "The property shape with path {?path} for Class {$this} must have an rdfs:comment."^^xsd:string ; - sh:prefixes ; - sh:select """ -SELECT $this ?path -WHERE { -$this sh:property ?propshape . -?propshape sh:path ?path . -FILTER NOT EXISTS {?propshape rdfs:comment ?comment} . -} -"""^^xsd:string ], - [ a sh:SPARQLConstraint ; - rdfs:comment "Ensure that any instance of s223:Class must have an rdfs:comment."^^xsd:string ; - sh:message "Class {$this} must have an rdfs:comment."^^xsd:string ; - sh:prefixes ; - sh:select """ -SELECT $this -WHERE { -FILTER NOT EXISTS {$this rdfs:comment ?comment} . -} -"""^^xsd:string ], - [ a sh:SPARQLConstraint ; - rdfs:comment "Ensure that every SPARQLRule must have an rdfs:comment."^^xsd:string ; - sh:message "Every SPARQLRule for Class {$this} must have an rdfs:comment."^^xsd:string ; - sh:prefixes ; - sh:select """ -SELECT $this -WHERE { -$this sh:rule ?rule . -?rule a sh:SPARQLRule . -FILTER NOT EXISTS {?rule rdfs:comment ?comment} . -} -"""^^xsd:string ] ; - sh:targetClass s223:Class . + sh:node [ sh:property [ sh:class s223:Constituent-Electricity ; + sh:path s223:hasMedium ] ] ; + sh:path s223:hasConnectionPoint ], + [ rdfs:comment "A Generator must be associated with at least one ConnectionPoint using the relation hasConnectionPoint."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasConnectionPoint ] . -s223:ResistanceHeater a s223:Class, +s223:HeatPump a s223:Class, sh:NodeShape ; - rdfs:label "Electrical resistance heater"^^xsd:string ; - rdfs:comment "Resistance heaters provide electrical resistance heating, for example an electric heating coil within a Fan Coil Unit."^^xsd:string ; + rdfs:label "HeatPump"^^xsd:string ; + rdfs:comment "A device that can heat or cool by transferring thermal energy using a reversible refrigeration cycle."^^xsd:string ; rdfs:subClassOf s223:Equipment ; - sh:property [ rdfs:comment "A ResistanceHeater shall have at least one inlet using the medium Electricity."^^xsd:string ; + sh:property [ rdfs:comment "A HeatPump shall have at least one outlet using the medium Air."^^xsd:string ; sh:minCount 1 ; sh:path s223:hasConnectionPoint ; sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Electricity ; + sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Fluid-Air ; sh:path s223:hasMedium ] ] ] ], - [ rdfs:comment "ResistanceHeaters must have the role Role-Heating."^^xsd:string ; + [ rdfs:comment "A HeatPump shall have at least one inlet using the medium Air."^^xsd:string ; sh:minCount 1 ; - sh:path s223:hasRole ; + sh:path s223:hasConnectionPoint ; sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:Role-Heating ] ] . + sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Fluid-Air ; + sh:path s223:hasMedium ] ] ] ] . -s223:SingleDuctTerminal a s223:Class, +s223:Humidifier a s223:Class, sh:NodeShape ; - rdfs:label "Single Duct Terminal."^^xsd:string ; - rdfs:comment "An air-terminal unit assembly having one ducted air inlet and a damper for regulating the airflow rate."^^xsd:string ; - rdfs:subClassOf s223:TerminalUnit ; - sh:property [ rdfs:comment "A SingleDuctTerminal must be associated with at least 1 Damper by contains."^^xsd:string ; - sh:minCount 1 ; - sh:path s223:contains ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:Damper ] ] . + rdfs:label "Humidifier"^^xsd:string ; + rdfs:comment "A piece of equipment to add moisture to a gas such as air."^^xsd:string ; + rdfs:subClassOf s223:Equipment . -s223:SolarThermalCollector a s223:Class, +s223:Humidistat a s223:Class, sh:NodeShape ; - rdfs:label "Solar thermal collector"^^xsd:string ; - rdfs:comment "A device that converts sunlight into thermal energy."^^xsd:string ; - rdfs:subClassOf s223:Equipment ; - sh:property [ rdfs:comment "A SolarThermalCollector shall have at least one inlet using the medium EM-Light."^^xsd:string ; - sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:EM-Light ; - sh:path s223:hasMedium ] ] ] ], - [ rdfs:comment "A SolarThermalCollector shall have at least one outlet using the medium Water."^^xsd:string ; - sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Water ; - sh:path s223:hasMedium ] ] ] ] . + rdfs:label "Humidistat"^^xsd:string ; + rdfs:comment "An automatic control device used to maintain humidity at a fixed or adjustable setpoint."^^xsd:string ; + rdfs:subClassOf s223:Equipment . -s223:SymmetricPropertyShape a sh:NodeShape ; +s223:HumiditySensor a s223:Class, + sh:NodeShape ; + rdfs:label "Humidity sensor"^^xsd:string ; + rdfs:comment "A HumiditySensor is a specialization of a Sensor that observes a QuantifiableObservableProperty that represents a humidity measurement. "^^xsd:string ; + rdfs:subClassOf s223:Sensor ; sh:rule [ a sh:SPARQLRule ; - rdfs:comment "Declare the inverse triples for symmetric relations"^^xsd:string ; + rdfs:comment "A HumiditySensor must always observe a Property that has a QuantityKind of RelativeHumidity."^^xsd:string ; sh:construct """ -CONSTRUCT { -?o ?p $this . -} +CONSTRUCT {?prop qudt:hasQuantityKind qudtqk:RelativeHumidity .} WHERE { - $this ?p ?o . - ?p a s223:SymmetricProperty . + $this s223:observes ?prop . } - """^^xsd:string ; - sh:prefixes ] ; - sh:targetClass s223:Concept . +"""^^xsd:string ; + sh:prefixes ] . -s223:TemperatureSensor a s223:Class, +s223:IlluminanceSensor a s223:Class, sh:NodeShape ; - rdfs:label "Temp sensor"^^xsd:string ; - rdfs:comment "A TemperatureSensor is a specialization of a Sensor that observes a QuantifiableObservableProperty that represents a temperature measurement."^^xsd:string ; - rdfs:subClassOf s223:Sensor ; - sh:property [ rdfs:comment "A TemperatureSensor must always observe a Property that has a QuantityKind of Temperature."^^xsd:string ; + rdfs:label "Illuminance sensor"^^xsd:string ; + rdfs:comment "A subclass of LightSensor that observes the level of illuminance."^^xsd:string ; + rdfs:subClassOf s223:LightSensor ; + sh:property [ rdfs:comment "An IlluminanceSensor will always observe a Property that has a QuantityKind of Illuminance."^^xsd:string ; + sh:message "s223: An IlluminanceSensor will always observe a Property that has a QuantityKind of Illuminance."^^xsd:string ; sh:path s223:observes ; sh:qualifiedMinCount 1 ; sh:qualifiedValueShape [ sh:class s223:Property ; - sh:node [ sh:property [ sh:hasValue ; + sh:node [ sh:property [ sh:hasValue ; sh:path ns1:hasQuantityKind ] ] ] ] . -s223:ThermalEnergyStorageUnit a s223:Class, - sh:NodeShape ; - rdfs:label "A Thermal Energy Storage System"^^xsd:string ; - rdfs:comment "A device that stores thermal energy."^^xsd:string ; - rdfs:subClassOf s223:Equipment ; - sh:property [ rdfs:comment "A Thermal Energy Storage Unit must have at least two connection points."^^xsd:string ; - sh:class s223:ConnectionPoint ; - sh:minCount 2 ; - sh:path s223:hasConnectionPoint ] . - -s223:Thermostat a s223:Class, - sh:NodeShape ; - rdfs:label "Thermostat"^^xsd:string ; - rdfs:comment "An automatic control device used to maintain temperature at a fixed or adjustable setpoint."^^xsd:string ; - rdfs:subClassOf s223:Equipment . - -s223:ThreeWayValve a s223:Class, - sh:NodeShape ; - rdfs:label "Three way valve"^^xsd:string ; - rdfs:comment "A Valve that can divert a fluid in one of three directions."^^xsd:string ; - rdfs:subClassOf s223:Valve ; - sh:property [ rdfs:comment "A ThreeWayValve must have at least three ConnectionPoints using the relation hasConnectionPoint."^^xsd:string ; - sh:minCount 3 ; - sh:path s223:hasConnectionPoint ] . - -s223:Turbine a s223:Class, - sh:NodeShape ; - rdfs:label "Turbine"^^xsd:string ; - rdfs:comment "An energy transducer that converts mechanical energy into electric energy."^^xsd:string ; - rdfs:subClassOf s223:Equipment ; - sh:property [ rdfs:comment "A Turbine must be associated with at least one ConnectionPoint using the relation hasConnectionPoint."^^xsd:string ; - sh:minCount 1 ; - sh:path s223:hasConnectionPoint ], - [ rdfs:comment "A Turbine shall have at least one outlet using the medium Electricity."^^xsd:string ; - sh:class s223:OutletConnectionPoint ; - sh:minCount 1 ; - sh:node [ sh:property [ sh:class s223:Medium-Electricity ; - sh:path s223:hasMedium ] ] ; - sh:path s223:hasConnectionPoint ] . - -s223:TwoWayValve a s223:Class, - sh:NodeShape ; - rdfs:label "Two way valve"^^xsd:string ; - rdfs:comment "A Valve that can divert a fluid in one of two directions."^^xsd:string ; - rdfs:subClassOf s223:Valve ; - sh:property [ rdfs:comment "A TwoWayValve shall have at least one outlet."^^xsd:string ; - sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ] ], - [ rdfs:comment "A TwoWayValve shall have at least one inlet."^^xsd:string ; - sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ] ] . +s223:InversePropertyShape a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + rdfs:comment "Declare the inverse triples for relations that have defined inverse relations"^^xsd:string ; + sh:construct """ +CONSTRUCT { +?o ?invP $this . +} +WHERE { + $this ?p ?o . + ?p s223:inverseOf ?invP . +} + """^^xsd:string ; + sh:prefixes ] ; + sh:targetClass s223:Concept . -s223:VariableFrequencyDrive a s223:Class, +s223:Inverter a s223:Class, sh:NodeShape ; - rdfs:label "VariableFrequencyDrive"^^xsd:string ; - rdfs:comment "An electronic device that varies its output frequency to vary the rotating speed of a motor, given a fixed input frequency. Used with fans or pumps to vary the flow in the system as a function of a maintained pressure."^^xsd:string ; + rdfs:label "Inverter"^^xsd:string ; + rdfs:comment "An electric energy converter that changes direct electric current to alternating current."^^xsd:string ; rdfs:subClassOf s223:Equipment ; - sh:property [ rdfs:comment "A VariableFrequencyDrive shall have at least one outlet using the medium Electricity."^^xsd:string ; + sh:property [ rdfs:comment "An Inverter shall have at least one outlet using the medium Electricity-AC."^^xsd:string ; sh:minCount 1 ; sh:path s223:hasConnectionPoint ; sh:qualifiedMinCount 1 ; sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Electricity ; + sh:node [ sh:property [ sh:class s223:Electricity-AC ; sh:path s223:hasMedium ] ] ] ], - [ rdfs:comment "A VariableFrequencyDrive shall have at least one inlet using the medium Electricity."^^xsd:string ; + [ rdfs:comment "An Inverter shall have at least one inlet using the medium Electricity-DC."^^xsd:string ; sh:minCount 1 ; sh:path s223:hasConnectionPoint ; sh:qualifiedMinCount 1 ; sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Electricity ; - sh:path s223:hasMedium ] ] ] ; - sh:severity sh:Warning ], - [ rdfs:comment "If the relation connectedTo is present it must associate the VariableFrequencyDrive with a Equipment."^^xsd:string ; - sh:class s223:Equipment ; - sh:path s223:connectedTo ] . + sh:node [ sh:property [ sh:class s223:Electricity-DC ; + sh:path s223:hasMedium ] ] ] ] . -s223:Window a s223:Class, +s223:JunctionCPShape a sh:NodeShape ; + rdfs:label "JunctionCPShape"^^xsd:string ; + rdfs:comment "A Junction shall have at least two ConnectionPoints including (a) at least one inlet and one outlet, or (b) at least one bidirectional connection point."^^xsd:string ; + sh:message "s223: A Junction shall have at least two ConnectionPoints including (a) at least one inlet and one outlet, or (b) at least one bidirectional connection point."^^xsd:string ; + sh:or ( [ sh:property [ rdfs:comment "A Junction shall have at least two ConnectionPoints including (a) at least one inlet and one outlet, or (b) at least one bidirectional connection point."^^xsd:string ; + sh:minCount 2 ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ] ; + sh:qualifiedValueShapesDisjoint true ], + [ rdfs:comment "A Junction shall have at least two ConnectionPoints including (a) at least one inlet and one outlet, or (b) at least one bidirectional connection point."^^xsd:string ; + sh:minCount 2 ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ] ; + sh:qualifiedValueShapesDisjoint true ] ] [ sh:property [ rdfs:comment "A Junction shall have at least two ConnectionPoints including (a) at least one inlet and one outlet, or (b) at least one bidirectional connection point."^^xsd:string ; + sh:minCount 2 ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:BidirectionalConnectionPoint ] ; + sh:qualifiedValueShapesDisjoint true ] ] ) ; + sh:severity sh:Warning ; + sh:targetClass s223:Junction . + +s223:Luminaire a s223:Class, sh:NodeShape ; - rdfs:label "Window"^^xsd:string ; - rdfs:comment "A daylight opening on a vertical or nearly vertical area of a room envelope"^^xsd:string ; + rdfs:label "Luminaire"^^xsd:string ; + rdfs:comment "A complete lighting unit consisting of a lamp or lamps together with the housing designed to distribute the light, position and protect the lamps, and connect the lamps to the power supply."^^xsd:string ; rdfs:subClassOf s223:Equipment ; - sh:property [ rdfs:comment "A Window shall have at least one outlet using the medium Light."^^xsd:string ; + sh:property [ rdfs:comment "A Luminaire shall have at least one inlet using the medium Electricity."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Constituent-Electricity ; + sh:path s223:hasMedium ] ] ] ], + [ rdfs:comment "A Luminaire shall have at least one outlet using the medium EM-Light."^^xsd:string ; sh:minCount 1 ; sh:path s223:hasConnectionPoint ; sh:qualifiedMinCount 1 ; sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; sh:node [ sh:property [ sh:class s223:EM-Light ; + sh:path s223:hasMedium ] ] ] ] . + +s223:MeasuredPropertyRule a sh:NodeShape ; + rdfs:comment "Associate the object of hasObservationLocation directly with the observed Property."^^xsd:string ; + sh:rule [ a sh:TripleRule ; + rdfs:comment "Associate the object of hasObservationLocation directly with the observed Property."^^xsd:string ; + sh:object [ sh:path ( [ sh:inversePath s223:hasObservationLocation ] s223:observes ) ] ; + sh:predicate s223:hasProperty ; + sh:subject sh:this ] ; + sh:targetClass s223:Concept . + +s223:Motor a s223:Class, + sh:NodeShape ; + rdfs:label "Motor"^^xsd:string ; + rdfs:comment "A machine in which power is applied to do work by the conversion of various forms of energy into mechanical force and motion."^^xsd:string ; + rdfs:subClassOf s223:Equipment ; + sh:property [ rdfs:comment "A Motor shall have at least one inlet using the medium Electricity."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Constituent-Electricity ; + sh:path s223:hasMedium ] ] ] ] . + +s223:OccupantCounter a s223:Class, + sh:NodeShape ; + rdfs:label "Occupant counter"^^xsd:string ; + rdfs:comment "A subclass of OccupancySensor that counts the population within its sensing region."^^xsd:string ; + rdfs:subClassOf s223:OccupancySensor ; + sh:property [ rdfs:comment "An OccupantCounter must always observe a QuantifiableObservableProperty that has a QuantityKind of Population and a Unit of unit:NUM."^^xsd:string ; + sh:class s223:QuantifiableObservableProperty ; + sh:message "s223: An OccupantCounter must always observe a QuantifiableObservableProperty that has a QuantityKind of Population and a Unit of unit:NUM."^^xsd:string ; + sh:minCount 1 ; + sh:node [ sh:property [ sh:hasValue ; + sh:maxCount 1 ; + sh:path ns1:hasUnit ], + [ sh:hasValue ; + sh:maxCount 1 ; + sh:path ns1:hasQuantityKind ] ] ; + sh:path s223:observes ] . + +s223:OccupantMotionSensor a s223:Class, + sh:NodeShape ; + rdfs:label "Occupant motion sensor"^^xsd:string ; + rdfs:comment "A subclass of OccupancySensor that observes motion within its sensing region."^^xsd:string ; + rdfs:subClassOf s223:OccupancySensor ; + sh:property [ rdfs:comment "An OccupantMotionSensor must always observe an EnumeratedObservableProperty that has an EnumerationKind of Occupancy-Motion."^^xsd:string ; + sh:class s223:EnumeratedObservableProperty ; + sh:message "s223: An OccupantMotionSensor must always observe an EnumeratedObservableProperty that has an EnumerationKind of Occupancy-Motion."^^xsd:string ; + sh:minCount 1 ; + sh:node [ sh:property [ sh:class s223:Occupancy-Motion ; + sh:maxCount 1 ; + sh:path s223:hasEnumerationKind ] ] ; + sh:path s223:observes ] . + +s223:OccupantPresenceSensor a s223:Class, + sh:NodeShape ; + rdfs:label "Occupant presence sensor"^^xsd:string ; + rdfs:comment "A subclass of OccupancySensor that observes presence within its sensing region."^^xsd:string ; + rdfs:subClassOf s223:OccupancySensor ; + sh:property [ rdfs:comment "An OccupantPresenceSensor will always observe an EnumeratedObservableProperty that has an EnumerationKind of Occupancy-Presence."^^xsd:string ; + sh:class s223:EnumeratedObservableProperty ; + sh:message "s223: An OccupantPresenceSensor will always observe an EnumeratedObservableProperty that has an EnumerationKind of Occupancy-Presence."^^xsd:string ; + sh:minCount 1 ; + sh:node [ sh:property [ sh:class s223:Occupancy-Presence ; + sh:maxCount 1 ; + sh:path s223:hasEnumerationKind ] ] ; + sh:path s223:observes ] . + +s223:OutdoorPhysicalSpace a s223:Class, + sh:NodeShape ; + rdfs:label "Outdoor physical space"^^xsd:string ; + rdfs:comment "An OutdoorPhysicalSpace is a subclass of PhysicalSpace to represent any physical spaces outside of a facility where, for example, ambient properties might be measured (within a suitably defined DomainSpace)."^^xsd:string ; + rdfs:subClassOf s223:PhysicalSpace . + +s223:ParticulateSensor a s223:Class, + sh:NodeShape ; + rdfs:label "Particulate sensor"^^xsd:string ; + rdfs:comment "A ParticulateSensor is a specialization of a Sensor that observes a QuantifiableObservableProperty that represents a particulate concentration measurement."^^xsd:string ; + rdfs:subClassOf s223:Sensor ; + sh:property [ rdfs:comment "If the relation ofSubstance is present it must associate the ParticulateSensor with a Substance-Particulate."^^xsd:string ; + sh:class s223:Substance-Particulate ; + sh:path s223:ofSubstance ] . + +s223:PhotovoltaicModule a s223:Class, + sh:NodeShape ; + rdfs:label "Photovoltaic module"^^xsd:string ; + rdfs:comment "A piece of equipment that converts sunlight into electricity."^^xsd:string ; + rdfs:subClassOf s223:Equipment ; + sh:property [ rdfs:comment "An PhotovoltaicModule shall have at least one outlet using the medium Electricity."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Constituent-Electricity ; sh:path s223:hasMedium ] ] ] ], - [ rdfs:comment "A Window shall have at least one inlet using the medium Light."^^xsd:string ; + [ rdfs:comment "An PhotovoltaicModule must have at least one inlet using the medium EM-Light."^^xsd:string ; sh:minCount 1 ; sh:path s223:hasConnectionPoint ; sh:qualifiedMinCount 1 ; @@ -1091,127 +2399,28244 @@ s223:Window a s223:Class, sh:node [ sh:property [ sh:class s223:EM-Light ; sh:path s223:hasMedium ] ] ] ] . -s223:WindowShade a s223:Class, +s223:Pipe a s223:Class, sh:NodeShape ; - rdfs:label "Window shade"^^xsd:string ; - rdfs:comment "A window covering that can be moved to block out or allow in light. "^^xsd:string ; - rdfs:subClassOf s223:Equipment . + rdfs:label "Pipe"^^xsd:string ; + rdfs:comment "A Pipe is a subclass of Connection, that represents a hollow cylinder of metal or other material used to convey a Medium."^^xsd:string ; + rdfs:subClassOf s223:Connection . -s223:ZoneGroup a s223:Class, +s223:PowerOverEthernetSwitch a s223:Class, sh:NodeShape ; - rdfs:label "Zone group"^^xsd:string ; - rdfs:comment "A ZoneGroup is a logical grouping (collection) of Zones for some functional or system reason, to identify a domain of control, such as a Lighting Zone, or a heating zone."^^xsd:string ; - rdfs:subClassOf s223:Concept ; - sh:property [ rdfs:comment "A ZoneGroup must be associated with exactly one EnumerationKind-Domain using the relation hasDomain."^^xsd:string ; - sh:class s223:EnumerationKind-Domain ; - sh:maxCount 1 ; + rdfs:label "Power Over Ethernet Switch"^^xsd:string ; + rdfs:comment "A type of network hardware that connects and is capable of powering cabled devices, such as computers and Wi-Fi access points, in an Ethernet LAN so they can communicate with each other and to the internet."^^xsd:string ; + rdfs:subClassOf s223:EthernetSwitch ; + sh:property [ rdfs:comment "A PowerOverEthernetSwitch shall have at least one inlet using the medium Electricity."^^xsd:string ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Constituent-Electricity ; + sh:path s223:hasMedium ] ] ] ], + [ rdfs:comment "A PowerOverEthernetSwitch shall have at least one BidirectionalConnectionPoint using the medium Electricity-PoE."^^xsd:string ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:BidirectionalConnectionPoint ; + sh:node [ sh:property [ sh:class s223:PowerAndSignal-PoE ; + sh:path s223:hasMedium ] ] ] ] . + +s223:PressureSensor a s223:Class, + sh:NodeShape ; + rdfs:label "Pressure sensor"^^xsd:string ; + rdfs:comment "A PressureSensor is a specialization of a Sensor that observes a QuantifiableObservableProperty that represents a pressure measurement."^^xsd:string ; + rdfs:subClassOf s223:Sensor . + +s223:Pump a s223:Class, + sh:NodeShape ; + rdfs:label "Pump"^^xsd:string ; + rdfs:comment "A machine for imparting energy to a fluid, drawing a fluid into itself through an entrance port, and forcing the fluid out through an exhaust port."^^xsd:string ; + rdfs:subClassOf s223:Equipment ; + sh:property [ rdfs:comment "A Pump shall have at least one outlet using the medium Water, Oil or Refrigerant."^^xsd:string ; sh:minCount 1 ; - sh:path s223:hasDomain ], - [ rdfs:comment "A ZoneGroup must be associated with at least one Zone using the relation hasZone."^^xsd:string ; - sh:class s223:Zone ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; + sh:node [ rdfs:comment "A Pump shall have at least one outlet using the medium Water, Oil or Refrigerant."^^xsd:string ; + sh:message "A Pump shall have at least one outlet using the medium Water, Oil or Refrigerant."^^xsd:string ; + sh:or ( [ sh:property [ sh:class s223:Fluid-Water ; + sh:path s223:hasMedium ] ] [ sh:property [ sh:class s223:Fluid-Refrigerant ; + sh:path s223:hasMedium ] ] [ sh:property [ sh:class s223:Fluid-Oil ; + sh:path s223:hasMedium ] ] ) ; + sh:severity sh:Warning ] ] ], + [ rdfs:comment "A Pump shall have at least one inlet using the medium Water, Oil or Refrigerant."^^xsd:string ; sh:minCount 1 ; - sh:path s223:hasZone ] ; - sh:rule [ a sh:TripleRule ; - rdfs:comment "Infer a hasDomain relation by checking any enclosed Zones to determine the domain."^^xsd:string ; - sh:object [ sh:path ( s223:hasZone s223:hasDomain ) ] ; - sh:predicate s223:hasDomain ; - sh:subject sh:this ] . + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; + sh:node [ rdfs:comment "A Pump shall have at least one inlet using the medium Water, Oil or Refrigerant."^^xsd:string ; + sh:message "A Pump shall have at least one inlet using the medium Water, Oil or Refrigerant."^^xsd:string ; + sh:or ( [ sh:property [ sh:class s223:Fluid-Water ; + sh:path s223:hasMedium ] ] [ sh:property [ sh:class s223:Fluid-Refrigerant ; + sh:path s223:hasMedium ] ] [ sh:property [ sh:class s223:Fluid-Oil ; + sh:path s223:hasMedium ] ] ) ; + sh:severity sh:Warning ] ] ], + [ rdfs:comment "The non-electrical ConnectionPoints of a Pump must have compatible Media."^^xsd:string ; + sh:path s223:hasConnectionPoint ; + sh:sparql [ a sh:SPARQLConstraint ; + rdfs:comment "The non-electrical ConnectionPoints of a Pump must have compatible Media."^^xsd:string ; + sh:message "s223: {?cpa} and {?cpb} on the Pump {$this} have incompatible Media {$mediuma} and {$mediumb}."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this ?cpa ?cpb ?mediuma ?mediumb +WHERE { + $this s223:hasConnectionPoint ?cpa . + $this s223:hasConnectionPoint ?cpb . + FILTER (?cpa != ?cpb) . + ?cpa s223:hasMedium ?mediuma . + FILTER (NOT EXISTS {?mediuma a/rdfs:subClassOf* s223:Constituent-Electricity}) . + ?cpb s223:hasMedium ?mediumb . + FILTER (NOT EXISTS {?mediumb a/rdfs:subClassOf* s223:Constituent-Electricity}) . + FILTER (?mediuma != ?mediumb) . + FILTER (NOT EXISTS {?mediumb a/rdfs:subClassOf* ?mediuma}) . + FILTER (NOT EXISTS {?mediuma a/rdfs:subClassOf* ?mediumb}) . +} +"""^^xsd:string ] ] . + +s223:RadiantPanelInletShape a sh:NodeShape ; + rdfs:label "Radiant panel inlet shape"^^xsd:string ; + rdfs:comment "A radiant panel shall have at least one inlet using the medium Electricity, NaturalGas, or inlet and outlet of Water."^^xsd:string ; + sh:message "s223: A radiant panel shall have at least one inlet using the medium Electricity, NaturalGas, or inlet and outlet of Water."^^xsd:string ; + sh:or ( [ sh:property [ rdfs:comment "A radiant panel shall have at least one inlet using the medium Electricity, NaturalGas, or inlet and outlet of Water."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Constituent-Electricity ; + sh:path s223:hasMedium ] ] ] ] ] [ sh:property [ rdfs:comment "A radiant panel shall have at least one inlet using the medium Electricity, NaturalGas, or inlet and outlet of Water."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Fluid-NaturalGas ; + sh:path s223:hasMedium ] ] ] ] ] [ sh:property [ rdfs:comment "A radiant panel shall have at least one inlet using the medium Electricity, NaturalGas, or inlet and outlet of Water."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Fluid-Water ; + sh:path s223:hasMedium ] ] ] ], + [ rdfs:comment "A radiant panel shall have at least one inlet using the medium Electricity, NaturalGas, or inlet and outlet of Water."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Fluid-Water ; + sh:path s223:hasMedium ] ] ] ] ] ) ; + sh:severity sh:Warning ; + sh:targetClass s223:RadiantPanel . + +s223:RadiatorInletShape a sh:NodeShape ; + rdfs:label "Radiator"^^xsd:string ; + rdfs:comment "A Radiator shall have at least one inlet using the medium Electricity or inlet and outlet of Water."^^xsd:string ; + sh:message "s223: A Radiator shall have at least one inlet using the medium Electricity or inlet and outlet of Water."^^xsd:string ; + sh:or ( [ sh:property [ rdfs:comment "A Radiator shall have at least one inlet using the medium Electricity or inlet and outlet of Water."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Constituent-Electricity ; + sh:path s223:hasMedium ] ] ] ] ] [ sh:property [ rdfs:comment "A Radiator shall have at least one inlet using the medium Electricity or Water."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Fluid-Water ; + sh:path s223:hasMedium ] ] ] ], + [ rdfs:comment "A Radiator shall have at least one outlet using the medium Water."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Fluid-Water ; + sh:path s223:hasMedium ] ] ] ] ] ) ; + sh:severity sh:Warning ; + sh:targetClass s223:Radiator . + +s223:RequiredCommentsShape a sh:NodeShape ; + sh:severity sh:Info ; + sh:sparql [ a sh:SPARQLConstraint ; + rdfs:comment "Every class of the 223 standard must be a direct or indirect subclass of s223:Concept. "^^xsd:string ; + sh:message "s223: Class {$this} must be within the rdfs:subClassOf hierarchy under s223:Concept."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this +WHERE { +FILTER NOT EXISTS {$this rdfs:subClassOf* rdf:Property} . +FILTER NOT EXISTS {$this rdfs:subClassOf* s223:Concept} . +} +"""^^xsd:string ], + [ a sh:SPARQLConstraint ; + rdfs:comment "Ensure that any property shape must have an rdfs:comment. "^^xsd:string ; + sh:message "s223: The property shape with path {?path} for Class {$this} must have an rdfs:comment."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this ?path +WHERE { +$this sh:property ?propshape . +?propshape sh:path ?path . +FILTER NOT EXISTS {?propshape rdfs:comment ?comment} . +} +"""^^xsd:string ], + [ a sh:SPARQLConstraint ; + rdfs:comment "Ensure that every TripleRule must have an rdfs:comment. "^^xsd:string ; + sh:message "s223: The TripleRule inferring {?pred} for Class {$this} must have an rdfs:comment."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this ?pred +WHERE { +$this sh:rule ?rule . +?rule a sh:TripleRule . +?rule sh:predicate ?pred . +FILTER NOT EXISTS {?rule rdfs:comment ?comment} . +} +"""^^xsd:string ], + [ a sh:SPARQLConstraint ; + rdfs:comment "Every class of the 223 standard must also be an instance of sh:NodeShape. "^^xsd:string ; + sh:message "s223: Class {$this} must be declared as an instance of sh:NodeShape."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this +WHERE { +FILTER NOT EXISTS {$this a sh:NodeShape} . +} +"""^^xsd:string ], + [ a sh:SPARQLConstraint ; + rdfs:comment "Ensure that every SPARQLRule must have an rdfs:comment. "^^xsd:string ; + sh:message "s223: Every SPARQLRule for Class {$this} must have an rdfs:comment."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this +WHERE { +$this sh:rule ?rule . +?rule a sh:SPARQLRule . +FILTER NOT EXISTS {?rule rdfs:comment ?comment} . +} +"""^^xsd:string ], + [ a sh:SPARQLConstraint ; + rdfs:comment "Every class of the 223 standard must have an rdfs:comment. "^^xsd:string ; + sh:message "s223: Class {$this} must have an rdfs:comment."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this +WHERE { +FILTER NOT EXISTS {$this rdfs:comment ?comment} . +} +"""^^xsd:string ], + [ a sh:SPARQLConstraint ; + rdfs:comment "Ensure that any property shape must have an rdfs:comment. "^^xsd:string ; + sh:message "s223: The SPARQLConstraint for path {?path} for Class {$this} must have an rdfs:comment."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this ?path +WHERE { +$this sh:property ?propshape . +?propshape sh:sparql ?sparqlconstraint . +?propshape sh:path ?path . +FILTER NOT EXISTS {?sparqlconstraint rdfs:comment ?comment} . +} +"""^^xsd:string ] ; + sh:targetClass s223:Class . + +s223:SingleDuctTerminal a s223:Class, + sh:NodeShape ; + rdfs:label "Single Duct Terminal."^^xsd:string ; + rdfs:comment "An air-terminal unit assembly having one ducted air inlet and a damper for regulating the airflow rate."^^xsd:string ; + rdfs:subClassOf s223:TerminalUnit ; + sh:property [ rdfs:comment "A SingleDuctTerminal must be associated with at least one Damper using the relation contains."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:contains ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:Damper ] ] . + +s223:SolarThermalCollector a s223:Class, + sh:NodeShape ; + rdfs:label "Solar thermal collector"^^xsd:string ; + rdfs:comment "A device that converts sunlight into thermal energy."^^xsd:string ; + rdfs:subClassOf s223:Equipment ; + sh:property [ rdfs:comment "A SolarThermalCollector shall have at least one outlet using the medium Water."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Fluid-Water ; + sh:path s223:hasMedium ] ] ] ], + [ rdfs:comment "A SolarThermalCollector shall have at least one inlet using the medium EM-Light."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:EM-Light ; + sh:path s223:hasMedium ] ] ] ] . + +s223:SymmetricPropertyShape a sh:NodeShape ; + sh:rule [ a sh:SPARQLRule ; + rdfs:comment "Declare the inverse triples for symmetric relations"^^xsd:string ; + sh:construct """ +CONSTRUCT { +?o ?p $this . +} +WHERE { + $this ?p ?o . + ?p a s223:SymmetricProperty . +} + """^^xsd:string ; + sh:prefixes ] ; + sh:targetClass s223:Concept . + +s223:TemperatureSensor a s223:Class, + sh:NodeShape ; + rdfs:label "Temp sensor"^^xsd:string ; + rdfs:comment "A TemperatureSensor is a specialization of a Sensor that observes a QuantifiableObservableProperty that represents a temperature measurement."^^xsd:string ; + rdfs:subClassOf s223:Sensor ; + sh:property [ rdfs:comment "A TemperatureSensor must always observe a Property that has a QuantityKind of Temperature."^^xsd:string ; + sh:message "s223: A TemperatureSensor must always observe a Property that has a QuantityKind of Temperature."^^xsd:string ; + sh:path s223:observes ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:Property ; + sh:node [ sh:property [ sh:hasValue ; + sh:path ns1:hasQuantityKind ] ] ] ] . + +s223:ThermalEnergyStorageUnit a s223:Class, + sh:NodeShape ; + rdfs:label "A Thermal Energy Storage System"^^xsd:string ; + rdfs:comment "A device that stores thermal energy."^^xsd:string ; + rdfs:subClassOf s223:Equipment ; + sh:property [ rdfs:comment "A Thermal Energy Storage Unit must have at least two connection points."^^xsd:string ; + sh:class s223:ConnectionPoint ; + sh:minCount 2 ; + sh:path s223:hasConnectionPoint ] . + +s223:Thermostat a s223:Class, + sh:NodeShape ; + rdfs:label "Thermostat"^^xsd:string ; + rdfs:comment "An automatic control device used to maintain temperature at a fixed or adjustable setpoint."^^xsd:string ; + rdfs:subClassOf s223:Equipment . + +s223:ThreeWayValve a s223:Class, + sh:NodeShape ; + rdfs:label "Three way valve"^^xsd:string ; + rdfs:comment "A Valve that can divert a fluid in one of three directions."^^xsd:string ; + rdfs:subClassOf s223:Valve ; + sh:property [ rdfs:comment "A ThreeWayValve must have at least three ConnectionPoints using the relation hasConnectionPoint."^^xsd:string ; + sh:minCount 3 ; + sh:path s223:hasConnectionPoint ] . + +s223:Turbine a s223:Class, + sh:NodeShape ; + rdfs:label "Turbine"^^xsd:string ; + rdfs:comment "An energy transducer that converts mechanical energy into electric energy."^^xsd:string ; + rdfs:subClassOf s223:Equipment ; + sh:property [ rdfs:comment "A Turbine must be associated with at least one ConnectionPoint using the relation hasConnectionPoint."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasConnectionPoint ], + [ rdfs:comment "A Turbine shall have at least one outlet using the medium Electricity."^^xsd:string ; + sh:class s223:OutletConnectionPoint ; + sh:minCount 1 ; + sh:node [ sh:property [ sh:class s223:Constituent-Electricity ; + sh:path s223:hasMedium ] ] ; + sh:path s223:hasConnectionPoint ] . + +s223:TwoWayValve a s223:Class, + sh:NodeShape ; + rdfs:label "Two way valve"^^xsd:string ; + rdfs:comment "A Valve that can divert a fluid in one of two directions."^^xsd:string ; + rdfs:subClassOf s223:Valve ; + sh:property [ rdfs:comment "A TwoWayValve shall have at least one outlet."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ] ], + [ rdfs:comment "A TwoWayValve shall have at least one inlet."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ] ] . + +s223:ValveCPShape a sh:NodeShape ; + rdfs:label "Valve"^^xsd:string ; + rdfs:comment "A Valve shall have at least one inlet and one outlet or two bidirectional connection points."^^xsd:string ; + sh:message "s223: A Valve shall have at least one inlet and one outlet or two bidirectional connection points."^^xsd:string ; + sh:or ( [ sh:property [ rdfs:comment "A Valve shall have at least one inlet and one outlet or two bidirectional connection points."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ] ; + sh:qualifiedValueShapesDisjoint true ], + [ rdfs:comment "A Valve shall have at least one inlet and one outlet or two bidirectional connection points."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ] ; + sh:qualifiedValueShapesDisjoint true ] ] [ sh:property [ rdfs:comment "A Valve shall have at least one inlet and one outlet or two bidirectional connection points."^^xsd:string ; + sh:minCount 2 ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 2 ; + sh:qualifiedValueShape [ sh:class s223:BidirectionalConnectionPoint ] ; + sh:qualifiedValueShapesDisjoint true ] ] ) ; + sh:severity sh:Warning ; + sh:targetClass s223:Valve . + +s223:VariableFrequencyDrive a s223:Class, + sh:NodeShape ; + rdfs:label "VariableFrequencyDrive"^^xsd:string ; + rdfs:comment "An electronic device that varies its output frequency to vary the rotating speed of a motor, given a fixed input frequency. Used with fans or pumps to vary the flow in the system as a function of a maintained pressure."^^xsd:string ; + rdfs:subClassOf s223:Equipment ; + sh:property [ rdfs:comment "A VariableFrequencyDrive shall have at least one outlet using the medium Electricity."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Constituent-Electricity ; + sh:path s223:hasMedium ] ] ] ], + [ rdfs:comment "A VariableFrequencyDrive shall have at least one inlet using the medium Electricity."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Constituent-Electricity ; + sh:path s223:hasMedium ] ] ] ; + sh:severity sh:Warning ], + [ rdfs:comment "If the relation connectedTo is present it must associate the VariableFrequencyDrive with a Equipment."^^xsd:string ; + sh:class s223:Equipment ; + sh:path s223:connectedTo ] . + +s223:WindowShade a s223:Class, + sh:NodeShape ; + rdfs:label "Window shade"^^xsd:string ; + rdfs:comment "A window covering that can be moved to block out or allow in light. "^^xsd:string ; + rdfs:subClassOf s223:Equipment . + +s223:abstract a rdf:Property ; + rdfs:label "abstract"^^xsd:string ; + rdfs:comment "If the relation abstract has a value of true, the associated class cannot be instantiated. "^^xsd:string ; + rdfs:range xsd:boolean . + +s223:inverseOf a rdf:Property ; + rdfs:label "inverse of"^^xsd:string ; + rdfs:comment "The relation inverseOf is a modeling construct to associate relations that are inverses of one another, such as connectedTo and connectedFrom."^^xsd:string . + + a sh:NodeShape ; + sh:rule [ a sh:TripleRule ; + rdfs:comment "If an instance of s223:CoolingCoil matches the constraints defined by g36:ChilledWaterCoil, it will be declared as an instance of that class."^^xsd:string ; + sh:condition ; + sh:object ; + sh:predicate rdf:type ; + sh:subject sh:this ] ; + sh:targetClass s223:CoolingCoil . + + a sh:NodeShape ; + sh:rule [ a sh:TripleRule ; + rdfs:comment "If an instance of s223:Valve matches the constraints defined by g36:ChilledWaterValve, it will be declared as an instance of that class."^^xsd:string ; + sh:condition , + ; + sh:object ; + sh:predicate rdf:type ; + sh:subject sh:this ] ; + sh:targetClass s223:Valve . + + a sh:NodeShape ; + sh:rule [ a sh:TripleRule ; + rdfs:comment "If an instance of s223:Damper matches the constraints defined by g36:Damper, it will be declared as an instance of that class."^^xsd:string ; + sh:condition , + ; + sh:object ; + sh:predicate rdf:type ; + sh:subject sh:this ] ; + sh:targetClass s223:Damper . + + a sh:NodeShape ; + sh:rule [ a sh:TripleRule ; + rdfs:comment "If an instance of s223:ResistanceHeater matches the constraints defined by g36:ElectricHeatingCoil, it will be declared as an instance of that class."^^xsd:string ; + sh:condition ; + sh:object ; + sh:predicate rdf:type ; + sh:subject sh:this ] ; + sh:targetClass s223:ResistanceHeater . + + a sh:NodeShape ; + sh:rule [ a sh:TripleRule ; + rdfs:comment "If an instance of s223:Fan matches the constraints defined by g36:Fan, it will be declared as an instance of that class."^^xsd:string ; + sh:condition ; + sh:object ; + sh:predicate rdf:type ; + sh:subject sh:this ] ; + sh:targetClass s223:Fan . + + a sh:NodeShape ; + sh:rule [ a sh:TripleRule ; + rdfs:comment "If an instance of s223:Fan matches the constraints defined by g36:FanWithVFD, it will be declared as an instance of that class."^^xsd:string ; + sh:condition ; + sh:object ; + sh:predicate rdf:type ; + sh:subject sh:this ] ; + sh:targetClass s223:Fan . + + a sh:NodeShape ; + sh:rule [ a sh:TripleRule ; + rdfs:comment "If an instance of s223:HeatingCoil matches the constraints defined by g36:HotWaterCoil, it will be declared as an instance of that class."^^xsd:string ; + sh:condition ; + sh:object ; + sh:predicate rdf:type ; + sh:subject sh:this ] ; + sh:targetClass s223:HeatingCoil . + + a sh:NodeShape ; + sh:rule [ a sh:TripleRule ; + rdfs:comment "If an instance of s223:Valve matches the constraints defined by g36:HotWaterValve, it will be declared as an instance of that class."^^xsd:string ; + sh:condition , + ; + sh:object ; + sh:predicate rdf:type ; + sh:subject sh:this ] ; + sh:targetClass s223:Valve . + + a sh:NodeShape ; + sh:rule [ a sh:TripleRule ; + rdfs:comment "If an instance of s223:Damper matches the constraints defined by g36:TwoPositionDamper, it will be declared as an instance of that class."^^xsd:string ; + sh:condition ; + sh:object ; + sh:predicate rdf:type ; + sh:subject sh:this ] ; + sh:targetClass s223:Damper . + + a sh:NodeShape ; + sh:rule [ a sh:TripleRule ; + rdfs:comment "If an instance of s223:Zone matches the constraints defined by g36:Zone, it will be declared as an instance of that class."^^xsd:string ; + sh:condition ; + sh:object ; + sh:predicate rdf:type ; + sh:subject sh:this ] ; + sh:targetClass s223:Zone . + + a sh:NodeShape ; + sh:rule [ a sh:TripleRule ; + rdfs:comment "If an instance of s223:ZoneGroup matches the constraints defined by g36:ZoneGroup, it will be declared as an instance of that class."^^xsd:string ; + sh:condition ; + sh:object ; + sh:predicate rdf:type ; + sh:subject sh:this ] ; + sh:targetClass s223:ZoneGroup . + +dcterms:replaces a owl:AnnotationProperty ; + rdfs:label "replaces"^^xsd:string ; + rdfs:isDefinedBy dcterms: ; + rdfs:range rdfs:Resource . + +ns1:AbstractQuantityKind-qudt_latexSymbol rdfs:isDefinedBy ; + sh:group ns1:IdentifiersAndDescriptionsPropertyGroup ; + sh:order 40.0 . + +ns1:AbstractQuantityKind-qudt_symbol rdfs:isDefinedBy ; + sh:group ns1:IdentifiersAndDescriptionsPropertyGroup ; + sh:order 40.0 . + +ns1:AbstractQuantityKind-skos_broader rdfs:isDefinedBy ; + sh:group ns1:PropertiesGroup ; + sh:order 120.0 . + +ns1:BigEndian a ns1:EndianType ; + rdfs:label "Big Endian"^^xsd:string ; + ns3:literal "big"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:Citation-qudt_description rdfs:isDefinedBy ; + sh:or ns1:HTMLOrStringOrLangStringOrLatexString . + +ns1:Concept-dcterms_description rdfs:isDefinedBy ; + sh:group ns1:IdentifiersAndDescriptionsPropertyGroup ; + sh:name "dcterms description"^^xsd:string ; + sh:order 60.0 . + +ns1:Concept-qudt_abbreviation rdfs:isDefinedBy ; + sh:group ns1:IdentifiersAndDescriptionsPropertyGroup ; + sh:order 18.0 . + +ns1:Concept-qudt_code rdfs:isDefinedBy ; + sh:group ns1:IdentifiersAndDescriptionsPropertyGroup ; + sh:order 100.0 . + +ns1:Concept-qudt_description rdfs:isDefinedBy ; + sh:group ns1:IdentifiersAndDescriptionsPropertyGroup ; + sh:name "full description"^^xsd:string ; + sh:order 60.0 . + +ns1:Concept-qudt_guidance rdfs:isDefinedBy ; + sh:group ns1:IdentifiersAndDescriptionsPropertyGroup ; + sh:order 60.0 . + +ns1:Concept-qudt_hasRule rdfs:isDefinedBy ; + sh:group ns1:IdentifiersAndDescriptionsPropertyGroup ; + sh:order 95.0 . + +ns1:Concept-qudt_id rdfs:isDefinedBy ; + sh:group ns1:IdentifiersAndDescriptionsPropertyGroup ; + sh:order 40.0 . + +ns1:Concept-qudt_plainTextDescription rdfs:isDefinedBy ; + sh:group ns1:IdentifiersAndDescriptionsPropertyGroup ; + sh:order 40.0 . + +ns1:DeprecatedPropertyConstraint a sh:NodeShape ; + rdfs:label "Warning about use of a deprecated QUDT property"^^xsd:string ; + rdfs:isDefinedBy ; + sh:severity sh:Info ; + sh:sparql [ a sh:SPARQLConstraint ; + rdfs:comment "Warns if a deprecated QUDT property is used"^^xsd:string ; + sh:message "Resource, '{$this}' uses the property '{?oldpstr}' which will be deprecated. Please use '{?newpstr}' instead."^^xsd:string ; + sh:prefixes ; + sh:select """SELECT $this ?p ?oldpstr ?newpstr +WHERE { +?p qudt:deprecated true . +?p a rdf:Property . +$this ?p ?o . +?p dcterms:isReplacedBy ?newp . +BIND (STR(?newp) AS ?newpstr) +BIND (STR(?p) AS ?oldpstr) +}"""^^xsd:string ] ; + sh:targetClass ns1:Concept . + +ns1:DeprecationConstraint a sh:NodeShape ; + rdfs:label "Warning about use of a deprecated QUDT resource"^^xsd:string ; + rdfs:isDefinedBy ; + sh:severity sh:Info ; + sh:sparql [ a sh:SPARQLConstraint ; + rdfs:comment "Warns if a deprecated QUDT resource is used"^^xsd:string ; + sh:message "Resource, '{?s}' refers to '{?oldqstr}' which has been deprecated. Please refer to '{?newqstr}' instead."^^xsd:string ; + sh:prefixes ; + sh:select """SELECT ?s $this ?oldqstr ?newqstr +WHERE { +$this qudt:deprecated true . +?s ?p $this . +FILTER (!STRSTARTS(STR(?s),'http://qudt.org')) . +$this dcterms:isReplacedBy ?newq . +BIND (STR(?newq) AS ?newqstr) +BIND (STR($this) AS ?oldqstr) +}"""^^xsd:string ] ; + sh:targetClass ns1:Concept . + +ns1:EnumeratedValue-qudt_description rdfs:isDefinedBy ; + sh:or ns1:HTMLOrStringOrLangStringOrLatexString . + +ns1:ISO8601-UTCDateTime-BasicFormat a ns1:DateTimeStringEncodingType ; + rdfs:label "ISO 8601 UTC Date Time - Basic Format"^^xsd:string ; + ns1:allowedPattern "[0-9]{4}[0-9]{2}[0-9]{2}T[0-9]{2}[0-9]{2}[0-9]{2}.[0-9]+Z"^^xsd:string, + "[0-9]{4}[0-9]{2}[0-9]{2}T[0-9]{2}[0-9]{2}[0-9]{2}Z"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:LittleEndian a ns1:EndianType ; + rdfs:label "Little Endian"^^xsd:string ; + ns3:literal "little"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:PhysicalConstant-qudt_latexSymbol rdfs:isDefinedBy ; + sh:group ns1:IdentifiersAndDescriptionsPropertyGroup ; + sh:order 40.0 . + +ns1:PhysicsForums a org:Organization ; + rdfs:label "Physics Forums"^^xsd:string ; + ns1:url "http://www.physicsforums.com"^^xsd:anyURI ; + rdfs:isDefinedBy . + +ns1:Quantifiable-qudt_value a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:maxCount 1 ; + sh:or ( [ sh:datatype xsd:float ] [ sh:datatype xsd:double ] [ sh:datatype xsd:integer ] [ sh:datatype xsd:decimal ] ) ; + sh:path ns1:value . + +ns1:Quantity-qudt_description rdfs:isDefinedBy ; + sh:or ns1:HTMLOrStringOrLangStringOrLatexString . + +ns1:QuantityKind-qudt_applicableCGSUnit rdfs:isDefinedBy ; + sh:deactivated true . + +ns1:QuantityKind-qudt_applicableSIUnit rdfs:isDefinedBy ; + sh:deactivated true . + +ns1:QuantityKind-qudt_applicableUSCustomaryUnit rdfs:isDefinedBy ; + sh:deactivated true . + +ns1:QuantityKind-qudt_applicableUnit rdfs:isDefinedBy ; + sh:group ns1:ApplicableUnitsGroup ; + sh:order 10.0 . + +ns1:QuantityKind-qudt_baseCGSUnitDimensions rdfs:isDefinedBy ; + sh:group ns1:PropertiesGroup ; + sh:or ns1:HTMLOrStringOrLangStringOrLatexString . + +ns1:QuantityKind-qudt_baseISOUnitDimensions rdfs:isDefinedBy ; + sh:group ns1:PropertiesGroup ; + sh:or ns1:HTMLOrStringOrLangStringOrLatexString . + +ns1:QuantityKind-qudt_baseImperialUnitDimensions rdfs:isDefinedBy ; + sh:group ns1:PropertiesGroup ; + sh:or ns1:HTMLOrStringOrLangStringOrLatexString . + +ns1:QuantityKind-qudt_baseSIUnitDimensions rdfs:isDefinedBy ; + sh:group ns1:PropertiesGroup ; + sh:or ns1:HTMLOrStringOrLangStringOrLatexString . + +ns1:QuantityKind-qudt_baseUSCustomaryUnitDimensions rdfs:isDefinedBy ; + sh:group ns1:PropertiesGroup ; + sh:or ns1:HTMLOrStringOrLangStringOrLatexString . + +ns1:QuantityKind-qudt_belongsToSystemOfQuantities rdfs:isDefinedBy ; + sh:group ns1:PropertiesGroup ; + sh:order 90.0 . + +ns1:QuantityKind-qudt_dimensionVectorForSI rdfs:isDefinedBy ; + sh:group ns1:PropertiesGroup ; + sh:order 100.0 . + +ns1:QuantityKind-qudt_expression rdfs:isDefinedBy ; + sh:group ns1:IdentifiersAndDescriptionsPropertyGroup ; + sh:name "symbol expression"^^xsd:string ; + sh:order 10.0 . + +ns1:QuantityKind-qudt_hasDimensionVector rdfs:isDefinedBy ; + sh:group ns1:PropertiesGroup ; + sh:order 50.0 . + +ns1:QuantityKind-qudt_latexDefinition rdfs:isDefinedBy ; + sh:group ns1:IdentifiersAndDescriptionsPropertyGroup ; + sh:order 40.0 . + +ns1:QuantityKind-qudt_mathMLdefinition rdfs:isDefinedBy ; + sh:group ns1:IdentifiersAndDescriptionsPropertyGroup ; + sh:order 70.0 . + +ns1:QuantityKind-qudt_qkdvDenominator rdfs:isDefinedBy ; + sh:group ns1:PropertiesGroup ; + sh:order 61.0 . + +ns1:QuantityKind-qudt_qkdvNumerator rdfs:isDefinedBy ; + sh:group ns1:PropertiesGroup ; + sh:order 60.0 . + +ns1:QuantityKindDimensionVector_dimensionExponentForElectricCurrent rdfs:isDefinedBy ; + sh:or ns1:NumericUnionList . + +ns1:QuantityValue-value rdfs:isDefinedBy ; + sh:or ns1:NumericUnionList . + +ns1:Rule-qudt_example rdfs:isDefinedBy ; + sh:or ns1:HTMLOrStringOrLangStringOrLatexString . + +ns1:ShortSignedIntegerEncoding a ns1:IntegerEncodingType ; + rdfs:label "Short Signed Integer Encoding"^^xsd:string ; + ns1:bytes 2 ; + rdfs:isDefinedBy . + +ns1:UTF16-StringEncoding a ns1:StringEncodingType ; + rdfs:label "UTF-16 String"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:UTF8-StringEncoding a ns1:StringEncodingType ; + rdfs:label "UTF-8 Encoding"^^xsd:string ; + ns1:bytes 8 ; + rdfs:isDefinedBy . + +ns1:UniqueSymbolTypeRestrictedPropertyConstraint a sh:NodeShape ; + rdfs:label "Unique symbol type restricted property constraint"^^xsd:string ; + rdfs:isDefinedBy ; + sh:deactivated true ; + sh:severity sh:Info ; + sh:sparql [ a sh:SPARQLConstraint ; + rdfs:comment "Checks that a resource has a unique symbol within its type hierarchy below qudt:Concept"^^xsd:string ; + sh:message "Resource, '{$this}' of type '{?myType}', has non-unique symbol, '{?symbol}', that conflicts with '{?another}' of type '{?anotherType}'"^^xsd:string ; + sh:prefixes ; + sh:select """SELECT DISTINCT $this ?symbol ?another ?myType ?anotherType +WHERE {{ + $this qudt:symbol ?symbol . + ?another qudt:symbol ?symbol . + FILTER (?another != $this) + } + $this a ?myType . + ?myType + qudt:Concept . + ?another a ?anotherType . + ?anotherType + qudt:Concept . + FILTER (?myType = ?anotherType) +}"""^^xsd:string ] ; + sh:targetClass ns1:Unit . + +ns1:Unit-qudt_applicableSystem rdfs:isDefinedBy ; + sh:group ns1:PropertiesGroup ; + sh:order 62.0 . + +ns1:Unit-qudt_conversionMultiplier rdfs:isDefinedBy ; + sh:group ns1:UnitConversionGroup ; + sh:order 10.0 . + +ns1:Unit-qudt_conversionOffset rdfs:isDefinedBy ; + sh:group ns1:UnitConversionGroup ; + sh:order 20.0 . + +ns1:Unit-qudt_denominatorDimensionVector rdfs:isDefinedBy ; + sh:group ns1:PropertiesGroup ; + sh:order 52.0 . + +ns1:Unit-qudt_expression rdfs:isDefinedBy ; + sh:group ns1:PropertiesGroup ; + sh:order 30.0 . + +ns1:Unit-qudt_hasDimensionVector rdfs:isDefinedBy ; + sh:group ns1:PropertiesGroup ; + sh:order 50.0 . + +ns1:Unit-qudt_hasQuantityKind rdfs:isDefinedBy ; + sh:group ns1:PropertiesGroup ; + sh:name "quantity kind"^^xsd:string ; + sh:order 40.0 . + +ns1:Unit-qudt_iec61360Code rdfs:label "IEC-61369 code"^^xsd:string ; + rdfs:isDefinedBy ; + sh:group ns1:UnitEquivalencePropertyGroup ; + sh:order 40.0 . + +ns1:Unit-qudt_latexDefinition rdfs:isDefinedBy ; + sh:group ns1:IdentifiersAndDescriptionsPropertyGroup ; + sh:order 40.0 . + +ns1:Unit-qudt_latexSymbol rdfs:isDefinedBy ; + sh:group ns1:IdentifiersAndDescriptionsPropertyGroup ; + sh:order 60.0 . + +ns1:Unit-qudt_mathMLdefinition rdfs:isDefinedBy ; + sh:group ns1:PropertiesGroup ; + sh:order 70.0 . + +ns1:Unit-qudt_numeratorDimensionVector rdfs:isDefinedBy ; + sh:group ns1:PropertiesGroup ; + sh:order 54.0 . + +ns1:Unit-qudt_omUnit rdfs:isDefinedBy ; + sh:group ns1:UnitEquivalencePropertyGroup ; + sh:order 10.0 . + +ns1:Unit-qudt_siUnitsExpression rdfs:isDefinedBy ; + sh:group ns1:PropertiesGroup ; + sh:order 35.0 . + +ns1:Unit-qudt_symbol rdfs:isDefinedBy ; + sh:group ns1:IdentifiersAndDescriptionsPropertyGroup ; + sh:order 40.0 . + +ns1:Unit-qudt_ucumCode rdfs:isDefinedBy ; + sh:group ns1:UnitEquivalencePropertyGroup ; + sh:order 50.0 . + +ns1:Unit-qudt_udunitsCode rdfs:isDefinedBy ; + sh:group ns1:UnitEquivalencePropertyGroup ; + sh:order 55.0 . + +ns1:Unit-qudt_uneceCommonCode rdfs:isDefinedBy ; + sh:group ns1:UnitEquivalencePropertyGroup ; + sh:order 40.0 . + +ns1:Unit-qudt_unitOfSystem rdfs:isDefinedBy ; + sh:group ns1:PropertiesGroup ; + sh:order 60.0 . + +ns1:UnitReferencesPropertyGroup a sh:PropertyGroup ; + rdfs:label "References"^^xsd:string ; + rdfs:isDefinedBy ; + sh:order 20.0 . + +ns1:UserQuantityKind-qudt_hasQuantityKind rdfs:isDefinedBy ; + sh:group ns1:PropertiesGroup ; + sh:name "quantity kind"^^xsd:string ; + sh:order 40.0 . + +ns1:Verifiable-qudt_dbpediaMatch rdfs:isDefinedBy ; + sh:group ns1:IdentifiersAndDescriptionsPropertyGroup ; + sh:order 90.0 . + +ns1:Verifiable-qudt_informativeReference rdfs:isDefinedBy ; + sh:group ns1:IdentifiersAndDescriptionsPropertyGroup ; + sh:order 84.0 . + +ns1:Verifiable-qudt_isoNormativeReference rdfs:isDefinedBy ; + sh:group ns1:IdentifiersAndDescriptionsPropertyGroup ; + sh:order 82.0 . + +ns1:Verifiable-qudt_normativeReference rdfs:isDefinedBy ; + sh:group ns1:IdentifiersAndDescriptionsPropertyGroup ; + sh:order 80.0 . + +ns1:Wikipedia a ns1:Organization ; + rdfs:label "Wikipedia"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:acronym a rdf:Property ; + rdfs:label "acronym"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:allowedUnitOfSystem a rdf:Property ; + rdfs:label "allowed unit of system"^^xsd:string ; + dcterms:description "This property relates a unit of measure with a unit system that does not define the unit, but allows its use within the system. An allowed unit must be convertible to some dimensionally eqiuvalent unit that is defined by the system."^^rdf:HTML ; + dcterms:isReplacedBy ns1:applicableSystem ; + ns1:deprecated true ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf ns1:isUnitOfSystem . + +ns1:applicablePlanckUnit a rdf:Property ; + rdfs:label "applicable Planck unit"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf ns1:applicableUnit . + +ns1:baseUnitOfSystem a rdf:Property ; + rdfs:label "is base unit of system"^^xsd:string ; + dcterms:description "This property relates a unit of measure to the system of units in which it is defined as a base unit for the system. The base units of a system are used to define the derived units of the system by expressing the derived units as products of the base units raised to a rational power."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf ns1:coherentUnitOfSystem . + +ns1:categorizedAs a rdf:Property ; + rdfs:label "categorized as"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:citation a rdf:Property ; + rdfs:label "citation"^^xsd:string ; + ns1:plainTextDescription "Used to provide an annotation for an informative reference."^^xsd:string ; + rdfs:isDefinedBy . + +ns1:coherentUnitSystem a rdf:Property ; + rdfs:label "coherent unit system"^^xsd:string ; + dcterms:description "

A system of units is coherent with respect to a system of quantities and equations if the system of units is chosen in such a way that the equations between numerical values have exactly the same form (including the numerical factors) as the corresponding equations between the quantities. In such a coherent system, no numerical factor other than the number 1 ever occurs in the expressions for the derived units in terms of the base units. For example, the $newton$ and the $joule$. These two are, respectively, the force that causes one kilogram to be accelerated at 1 metre per (1) second per (1) second, and the work done by 1 newton acting over 1 metre. Being coherent refers to this consistent use of 1. In the old c.g.s. system , with its base units the centimetre and the gram, the corresponding coherent units were the dyne and the erg, respectively the force that causes 1 gram to be accelerated at 1 centimetre per (1) second per (1) second, and the work done by 1 dyne acting over 1 centimetre. So $1\\,newton = 10^5 dyne$, $1 joule = 10^7 erg$, making each of the four compatible in a decimal sense within its respective other system, but not coherent therein.

"^^ns1:LatexString ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Coherence_(units_of_measurement)"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf ns1:hasUnitSystem . + +ns1:denominatorDimensionVector a rdf:Property ; + rdfs:label "denominator dimension vector"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:derivedNonCoherentUnitOfSystem a rdf:Property ; + rdfs:label "is non-coherent derived unit of system"^^xsd:string ; + dcterms:description "This property relates a unit of measure to the unit system in which the unit is derived from the system's base units without proportionality constant of one."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf ns1:derivedUnitOfSystem . + +ns1:derivedQuantityKindOfSystem a rdf:Property ; + rdfs:label "derived quantity kind of system"^^xsd:string ; + ns1:deprecated true ; + rdfs:isDefinedBy . + +ns1:dimensionExponent a rdf:Property ; + rdfs:label "dimension exponent"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:dimensionInverse a rdf:Property ; + rdfs:label "dimension inverse"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:elementKind a rdf:Property ; + rdfs:label "element kind"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:fieldCode a rdf:Property ; + rdfs:label "field code"^^xsd:string ; + ns1:plainTextDescription "A field code is a generic property for representing unique codes that make up other identifers. For example each QuantityKind class caries a domain code as its field code."^^xsd:string ; + rdfs:isDefinedBy . + +ns1:figure a rdf:Property ; + rdfs:label "figure"^^xsd:string ; + dcterms:description "Provides a link to an image."^^rdf:HTML ; + rdfs:isDefinedBy . + +ns1:floatPercentage a rdfs:Datatype, + sh:NodeShape ; + rdfs:label "float percentage"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf xsd:float ; + owl:equivalentClass [ a rdfs:Datatype ; + owl:onDatatype xsd:float ; + owl:withRestrictions ( [ xsd:minInclusive "0.0"^^xsd:float ] [ xsd:maxInclusive "100.0"^^xsd:float ] ) ] . + +ns1:hasDenominatorPart a rdf:Property ; + rdfs:label "has quantity kind dimension vector denominator part"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:hasDerivedNonCoherentUnit a rdf:Property ; + rdfs:label "has coherent derived unit"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf ns1:hasDerivedUnit . + +ns1:hasDimension a rdf:Property ; + rdfs:label "has dimension"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:hasDimensionExpression a rdf:Property ; + rdfs:label "dimension expression"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:hasNonCoherentUnit a rdf:Property ; + rdfs:label "has non-coherent unit"^^xsd:string ; + dcterms:description "A coherent unit of measurement for a unit system is a defined unit that may be expressed as a product of powers of the system's base units with the proportionality factor of one."^^rdf:HTML ; + ns1:deprecated true ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf ns1:hasDefinedUnit . + +ns1:hasNumeratorPart a rdf:Property ; + rdfs:label "has quantity kind dimension vector numerator part"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:hasPrefixUnit a rdf:Property ; + rdfs:label "prefix unit"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf ns1:hasDefinedUnit . + +ns1:hasQuantity a rdf:Property ; + rdfs:label "has quantity"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:hasVocabulary a rdf:Property ; + rdfs:label "has vocabulary"^^xsd:string ; + ns1:plainTextDescription "Used to relate a class to one or more graphs where vocabularies for the class are defined."^^xsd:string ; + rdfs:isDefinedBy . + +ns1:integerPercentage a rdfs:Datatype, + sh:NodeShape ; + rdfs:label "integer percentage"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf xsd:integer ; + owl:equivalentClass [ a rdfs:Datatype ; + rdfs:isDefinedBy ; + owl:onDatatype xsd:integer ; + owl:withRestrictions ( [ xsd:minInclusive 0 ] [ xsd:maxInclusive 100 ] ) ] . + +ns1:isBaseQuantityKindOfSystem a rdf:Property ; + rdfs:label "is base quantity kind of system"^^xsd:string ; + ns1:deprecated true ; + rdfs:isDefinedBy . + +ns1:isDimensionInSystem a rdf:Property ; + rdfs:label "is dimension in system"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:isMetricUnit a rdf:Property ; + rdfs:label "is metric unit"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:isQuantityKindOf a rdf:Property ; + rdfs:label "is quantity kind of"^^xsd:string ; + dcterms:description "`qudt:isQuantityKindOf` was a strict inverse of `qudt:hasQuantityKind` but is now deprecated."^^rdf:HTML ; + ns1:deprecated true ; + rdfs:isDefinedBy . + +ns1:negativeDeltaLimit a rdf:Property ; + rdfs:label "negative delta limit"^^xsd:string ; + dcterms:description "A negative change limit between consecutive sample values for a parameter. The Negative Delta may be the encoded value or engineering units value depending on whether or not a Calibrator is defined."^^rdf:HTML ; + rdfs:isDefinedBy . + +ns1:numeratorDimensionVector a rdf:Property ; + rdfs:label "numerator dimension vector"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:numericValue a rdf:Property ; + rdfs:label "numeric value"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:onlineReference a rdf:Property ; + rdfs:label "online reference"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:outOfScope a rdf:Property ; + rdfs:label "out of scope"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:positiveDeltaLimit a rdf:Property ; + rdfs:label "Positive delta limit"^^xsd:string ; + dcterms:description "A positive change limit between consecutive sample values for a parameter. The Positive Delta may be the encoded value or engineering units value depending on whether or not a Calibrator is defined."^^rdf:HTML ; + rdfs:isDefinedBy . + +ns1:quantity a rdf:Property ; + rdfs:label "quantity"^^xsd:string ; + dcterms:description "a property to relate an observable thing with a quantity (qud:Quantity)"^^rdf:HTML ; + rdfs:isDefinedBy . + +ns1:reference a rdf:Property ; + rdfs:label "reference"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:referenceUnit a rdf:Property ; + rdfs:label "reference unit"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:relevantQuantityKind a rdf:Property ; + rdfs:label "relevant quantity kind"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:relevantUnit a rdf:Property ; + rdfs:label "Relevant Unit"^^xsd:string ; + rdfs:comment "This property is used for qudt:Discipline instances to identify the Unit instances that are used within a given discipline."^^xsd:string ; + rdfs:isDefinedBy . + +ns1:specialization a rdf:Property ; + rdfs:label "specialization"^^xsd:string ; + dcterms:description "This deprecated property originally related a quantity kind to its specialization(s). For example, linear velocity and angular velocity are both specializations of velocity."^^rdf:HTML ; + ns1:deprecated true ; + rdfs:isDefinedBy . + +ns1:systemDefinition a rdf:Property ; + rdfs:label "system definition"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:systemDimension a rdf:Property ; + rdfs:label "system dimension"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:ucumCaseInsensitiveCode a rdf:Property ; + rdfs:label "ucum case-insensitive code"^^xsd:string ; + dcterms:description "ucumCode associates a QUDT unit with a UCUM case-insensitive code."^^rdf:HTML ; + ns1:deprecated true ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf ns1:ucumCode . + +ns1:ucumCaseSensitiveCode a rdf:Property ; + rdfs:label "ucum case-sensitive code"^^xsd:string ; + dcterms:description "ucumCode associates a QUDT unit with with a UCUM case-sensitive code."^^rdf:HTML ; + ns1:deprecated true ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf ns1:ucumCode . + +ns1:unitFor a rdf:Property ; + rdfs:label "unit for"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:valueQuantity a rdf:Property ; + rdfs:label "value for quantity"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "Alpha particle-electron mass ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "Alpha particle mass"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "alpha particle mass energy equivalent"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "Alpha particle mass energy equivalent in Me V"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "alpha particle mass in atomic mass unit"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "alpha particle molar mass"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "alpha particle-proton mass ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "Angstrom star"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "atomic mass constant"@en ; + dcterms:description """ + The $\\textit{Atomic Mass Constant}$ is one twelfth of the mass of an unbound atom of carbon-12 at rest + and in its ground state. + """^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Atomic_mass_constant"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Atomic_mass_constant"^^xsd:anyURI, + "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:latexSymbol "$m_u$"^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "atomic mass constant energy equivalent"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "atomic mass constant energy equivalent in MeV"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "atomic mass unit-electron volt relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "atomic mass unit-hartree relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "atomic mass unit-hertz relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "atomic mass unit-inverse metre relationship"@en, + "atomic mass unit-inverse meter relationship"@en-us ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "atomic mass unit-joule relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "atomic mass unit-kelvin relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "atomic mass unit-kilogram relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "atomic unit of 1st hyperpolarizablity"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "atomic unit of 2nd hyperpolarizablity"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "atomic unit of action"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "atomic unit of charge density"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "atomic unit of current"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "atomic unit of electric dipole mom."@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "atomic unit of electric field"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "atomic unit of electric field gradient"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "atomic unit of electric polarizablity"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "atomic unit of electric potential"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "atomic unit of electric quadrupole moment"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "atomic unit of energy"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "atomic unit of force"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "atomic unit of length"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "atomic unit of magnetic dipole moment"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "atomic unit of magnetic flux density"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "atomic unit of magnetizability"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "atomic unit of mass"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "atomic unit of momentum"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "atomic unit of permittivity"@en ; + ns1:exactConstant true ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "atomic unit of time"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "atomic unit of velocity"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "Avogadro constant"@en ; + dcterms:description """ + The $\\textit{Avogadro Constant}$ is defined as the ratio of the number of constituent particles N in + a sample to the amount of substance $n$ through the relationship $NA = N/n$. + Thus, it is the proportionality factor that relates the molar mass of an entity, that is, + the mass per amount of substance, to the mass of said entity. + """^^ns1:LatexString ; + ns1:abbreviation "mole^{-1}"^^xsd:string ; + ns1:applicableUnit ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Avogadro_constant"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD015"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Avogadro_constant"^^xsd:anyURI, + "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:latexDefinition "$L = \\frac{N}{n}$, where $N$ is the number of particles and $n$ is amount of substance."^^ns1:LatexString ; + ns1:latexSymbol "$L, N_A$"^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:quantityValue ; + ns1:siExactMatch ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "Bohr Magneton"@en ; + dcterms:description """ + The $\\textit{Bohr Magneton}$ is a physical constant and the natural unit for expressing an + electron magnetic dipole moment. + """^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Bohr_magneton"^^xsd:anyURI ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Bohr_magneton"^^xsd:anyURI, + "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "$\\mu_B = \\frac{e\\hbar}{2m_e}$, where $e$ is the elementary charge, $\\hbar$ is the Planck constant, and $m_e$ is the rest mass of electron."^^ns1:LatexString ; + ns1:latexSymbol "$\\mu_B$"^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "Bohr magneton in eV per T"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "Bohr magneton in Hz perT"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "Bohr magneton in inverse metres per tesla"@en, + "Bohr magneton in inverse meters per tesla"@en-us ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "Bohr magneton in K per T"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "Bohr Radius"@en ; + dcterms:description """ + The $\\textit{Bohr Radius}$ is a physical constant, approximately equal to the most probable distance + between the proton and electron in a hydrogen atom in its ground state. + It is named after Niels Bohr, due to its role in the Bohr model of an atom. + The precise definition of the Bohr radius is: + + $$a_0 = \\frac{4\\pi \\epsilon_0 \\hbar^2}{me^2}$$ + + Where, + $a_0$ is the Bohr radius, + $\\epsilon_0$ is the permittivity of a vacuum, + $m_e$ is the mass of an electron, + $\\hbar$ is the reduced Planck's constant, + $e$ is the elementary charge. + + When rearranged to highlight the role of the Coulomb constant and the elementary charge, + the formula can be shown as: + + $$a_0 \\equiv \\frac{{\\hbar ^2 }}{{m_e ke^2 }}$$ + + Where, + $a_0$ is the Bohr radius, + $m_e$ is the mass of an electron, + $\\hbar$ is the reduced Planck's constant, + $k$ is the Coulomb Constant, + $e$ is the elementary charge. + + """^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:applicableUnit ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Bohr_radius"^^xsd:anyURI ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Bohr_radius"^^xsd:anyURI, + "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI, + "http://www.deepnlp.org/blog/atomic-electro-chemical-equations"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31895"^^xsd:anyURI, + "https://byjus.com/physics/bohr-radius/"^^xsd:anyURI ; + ns1:latexDefinition "$a_0 = \\frac{4\\pi \\varepsilon_0 \\hbar^2}{m_ee^2}$, where $\\varepsilon_0$ is the electric constant, $\\hbar$ is the reduced Planck constant, $m_e$ is the rest mass of electron, and $e$ is the elementary charge."^^ns1:LatexString ; + ns1:latexSymbol "$a_0$"^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "Boltzmann Constant"@en ; + dcterms:description """ + The $\\textit{Boltzmann Constant}$, symbol $k$ or $kB$, is the physical constant relating energy at the individual particle level with temperature, + which must necessarily be observed at the collective or bulk level. + It is the gas constant $R$ divided by the Avogadro constant $N_A$, having the same dimension as entropy. + It is named after the Austrian physicist Ludwig Boltzmann. + """^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Boltzmann_constant"^^xsd:anyURI ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Boltzmann_constant?oldid=495542430"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexSymbol "$k$"^^ns1:LatexString ; + ns1:quantityValue ; + ns1:siExactMatch ; + ns1:ucumCode "[k]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "Boltzmann constant in eV per K"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "Boltzmann constant in Hz per K"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "Boltzmann constant in inverse metres per kelvin"@en, + "Boltzmann constant in inverse meters per kelvin"@en-us ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "characteristic impedance of vacuum"@en ; + dcterms:description """ + The constant $\\textit{Characteristic Impedance of Vacuum}$, symbol $Z0$ is the impedance of free space. + This is a physical constant relating the magnitudes of the electric and magnetic fields of electromagnetic radiation travelling through free space. + That is, $Z0 = |E|/|H|$, where $|E|$ is the electric field strength and $|H|$ magnetic field strength. + It has an exact value, given approximately as 376.73031 ohms. + The impedance of free space equals the product of the vacuum permeability or magnetic constant $μ0$ and the speed of light in vacuum $c0$. + Since the numerical values of the magnetic constant and of the speed of light are fixed by the definitions of the ampere and the metre respectively, + the exact value of the impedance of free space is likewise fixed by definition and is not subject to experimental error. + """^^ns1:LatexString ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Impedance_of_free_space"^^xsd:anyURI ; + ns1:exactConstant true ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "classical electron radius"@en ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Classical_electron_radius"^^xsd:anyURI ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "Compton Wavelength"@en ; + dcterms:description """ + The constant $\\textit{Compton Wavelength}$ is a quantum mechanical property of a particle. + It was introduced by Arthur Compton in his explanation of the scattering of photons by electrons. + The process is known as Compton scattering. + The Compton Wavelength of a particle is equivalent to the wavelength of a photon whose energy + is the same as the rest-mass energy of the particle. + """^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Compton_wavelength"^^xsd:anyURI ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Compton_wavelength"^^xsd:anyURI, + "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:latexDefinition "$\\lambda_C = \\frac{h}{mc_0}$, where $h$ is the Planck constant, $m$ is the rest mass of a particle, and $c_0$ is the speed of light in vacuum."^^ns1:LatexString ; + ns1:latexSymbol "$\\lambda_C$"^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "Compton wavelength over 2 pi"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "conductance quantum"@en ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Conductance_quantum"^^xsd:anyURI ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "conventional value of Josephson constant"@en ; + ns1:exactConstant true ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "conventional value of von Klitzing constant"@en ; + ns1:exactConstant true ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "Cu x unit"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "deuteron-electron magnetic moment ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "deuteron-electron mass ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "deuteron g factor"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "deuteron magnetic moment"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "deuteron magnetic moment to Bohr magneton ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "deuteron magnetic moment to nuclear magneton ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "deuteron mass"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "deuteron mass energy equivalent"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "deuteron mass energy equivalent in MeV"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "deuteron mass in atomic mass unit"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "deuteron molar mass"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "deuteron-neutron magnetic moment ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "deuteron-proton magnetic moment ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "deuteron-proton mass ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "deuteron rms charge radius"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "electric constant"@en ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Vacuum_permittivity"^^xsd:anyURI ; + ns1:exactConstant true ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "electron charge to mass quotient"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "electron-deuteron magnetic moment ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "electron-deuteron mass ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "electron g factor"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "Electron Gyromagnetic Ratio"@en ; + dcterms:description """ + The $\\textit{Electron Gyromagnetic Ratio}$ is a property that an isolated electron has for its angular momentum and magnetic moment resulting from its spin. + While an electron's spin is sometimes visualized as a literal rotation about an axis, it is in fact a fundamentally different, quantum-mechanical phenomenon with no true analogue in classical physics. + As a consequence there is no reason to expect the above classical relation to hold. + """^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Gyromagnetic_ratio#Gyromagnetic_ratio_for_an_isolated_electron"^^xsd:anyURI, + "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "$\\mu = \\gamma_e J$, where $\\mu$ is the magnetic dipole moment, and $J$ is the total angular momentum."^^ns1:LatexString ; + ns1:latexSymbol "$\\gamma_e$"^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "electron gyromagnetic ratio over 2 pi"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "electron magnetic moment"@en ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Electron_magnetic_dipole_moment"^^xsd:anyURI ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "electron magnetic moment anomaly"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "electron magnetic moment to Bohr magneton ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch , + . + + a ns1:PhysicalConstant ; + rdfs:label "electron magnetic moment to nuclear magneton ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch , + . + + a ns1:PhysicalConstant ; + rdfs:label "Electron Mass"@en ; + ns1:hasQuantityKind ; + ns1:latexSymbol "$m_e$"^^ns1:LatexString ; + ns1:quantityValue ; + ns1:ucumCode "[m_e]"^^ns1:UCUMcs ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "electron mass energy equivalent"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "electron mass energy equivalent in MeV"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "electron mass in atomic mass unit"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "electron molar mass"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "electron-muon magnetic moment ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "electron-muon mass ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "electron-neutron magnetic moment ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "electron-neutron mass ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "electron-proton magnetic moment ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "electron-proton mass ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "electron-tau mass ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "electron to alpha particle mass ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "electron to shielded helion magnetic moment ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "electron to shielded proton magnetic moment ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "electron volt-atomic mass unit relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "electron volt-hartree relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "electron volt-hertz relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "electron volt-inverse metre relationship"@en, + "electron volt-inverse meter relationship"@en-us ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "electron volt-joule relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "electron volt-kelvin relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "electron volt-kilogram relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "elementary charge over h"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "Faraday constant"@en ; + dcterms:description """ + The $\\textit{Faraday Constant}$ is a constant equal to the product of electrical elementary charge and Avogadro constant; + this is approximately $9.64853321233100184 \\times 10^{4}\\ C/mol$. + """^^ns1:LatexString ; + ns1:abbreviation "c mol^{-1}"^^xsd:string ; + ns1:applicableUnit ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Faraday_constant"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD052"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Faraday_constant"^^xsd:anyURI, + "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "$F = N_A e$, where $N_A$ is the Avogadro constant and $e$ is the elementary charge."^^ns1:LatexString ; + ns1:latexSymbol "$F$"^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:plainTextDescription "Physikalische Konstante, gleich dem Produkt aus elektrischer Elementarladung und Avogadro-Konstante; sie beträgt annähernd 96 485,3 C/mol"@de ; + ns1:quantityValue ; + ns1:symbol "0173-1#Z4-BAJ422#001"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "Fermi coupling constant"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "Fine-Structure Constant"@en ; + dcterms:description """ + The $\\textit{Fine-structure Constant}$ is a fundamental physical constant, namely the coupling constant + characterizing the strength of the electromagnetic interaction. + """^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Fine-structure_constant"^^xsd:anyURI ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Fine-structure_constant"^^xsd:anyURI, + "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "$a = \\frac{e^2}{4\\pi\\varepsilon_0\\hbar c_0}$, where $e$ is the elementary charge, $\\varepsilon_0$ is the electric constant, item $\\hbar$ is the reduced Planck constant, and $c_0$ is the speed of light in vacuum."^^ns1:LatexString ; + ns1:latexSymbol "$a$"^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "first radiation constant"@en ; + dcterms:description """ + The constant $\\textit{First Radiation Constant}$ is defined in Planck's radiation law about the dependence + of the spectral density of various radiation variables on the wavelength of the electromagnetic radiation + and the absolute temperature of the black emitter. + This is composed of the product of twice $Pi$ times Planck's quantum of action multiplied by the square of + the velocity of light. + """^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD053"^^xsd:string ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:plainTextDescription "Konstante im Planckschen Strahlungsgesetz über die Abhängigkeit der spektralen Dichte verschiedener Strahlungsgrößen von der Wellenlänge der elektromagnetischen Strahlung und der absoluten Temperatur beim schwarzen Strahler, welche sich zusammensetzt aus dem Produkt zwei Pi mal Plancksches Wirkungsquantum mal dem Quadrat der Lichtgeschwindigkeit"@de ; + ns1:quantityValue ; + ns1:symbol "0173-1#Z4-BAJ455#001"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "first radiation constant for spectral radiance"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "Gravitational constant"@en ; + dcterms:description """ + The $\\textit{Gravitational Constant}$ (also known as the universal gravitational constant, is the Newtonian constant of gravitation, or the Cavendish gravitational constant). + Denoted by the letter $G$, it is an empirical physical constant involved in the calculation of gravitational effects in Sir Isaac Newton's law of universal gravitation + and in Albert Einstein's general theory of relativity. + """^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD059"^^xsd:string ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Gravitational_constant"^^xsd:anyURI ; + ns1:plainTextDescription "Empirisch ermittelte Naturkonstante, die bei bekanntem Mittelpunktsabstand zweier kugelsymmetrischer Körper deren gegenseitige Massenanziehungskraft bestimmt"@de ; + ns1:quantityValue ; + ns1:symbol "0173-1#Z4-BAJ474#002"^^xsd:string ; + ns1:ucumCode "[G]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "hartree-atomic mass unit relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "hartree-electron volt relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:AtomicUnit, + ns1:PhysicalConstant ; + rdfs:label "Hartree Energy"@en ; + dcterms:description """ + The constant $\\textit{Hartree Energy}$ (symbol: $E_h$ or $Ha$), also known as the $\\textit{Hartree}$, is the atomic unit of energy. + The hartree energy is equal to the absolute value of the electric potential energy of the hydrogen atom in its ground state. + The energy of the electron in an H-atom in its ground state is $-E_H$, where $E_H= 2 R_\\infty \\cdot hc_0$. + The 2006 CODATA recommended value was $E_H = 4.35974394(22)\\ \\times 10^{-18}\\ J = 27.21138386(68)\\ eV$. + """^^ns1:LatexString ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Hartree"^^xsd:anyURI ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "$E_H= \\frac{e^2}{4\\pi \\varepsilon_0 a_0 }$, where $e$ is the elementary charge, $\\varepsilon_0$ is the electric constant, and $a_0$ is the Bohr radius."^^ns1:LatexString ; + ns1:latexSymbol "$E_h$"^^ns1:LatexString ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "Hartree energy in eV"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "hartree-hertz relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "hartree-inverse metre relationship"@en, + "hartree-inverse meter relationship"@en-us ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "hartree-joule relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "hartree-kelvin relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "hartree-kilogram relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "helion-electron mass ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "helion mass"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "helion mass energy equivalent"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "helion mass energy equivalent in MeV"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "helion mass in atomic mass unit"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "helion molar mass"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "helion-proton mass ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "hertz-atomic mass unit relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "hertz-electron volt relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "hertz-hartree relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "hertz-inverse metre relationship"@en, + "hertz-inverse meter relationship"@en-us ; + ns1:exactConstant true ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "hertz-joule relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "hertz-kelvin relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "hertz-kilogram relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "inverse fine-structure constant"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "inverse metre-atomic mass unit relationship"@en, + "inverse meter-atomic mass unit relationship"@en-us ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "inverse metre-electron volt relationship"@en, + "inverse meter-electron volt relationship"@en-us ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "inverse metre-hartree relationship"@en, + "inverse meter-hartree relationship"@en-us ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "inverse metre-hertz relationship"@en, + "inverse meter-hertz relationship"@en-us ; + ns1:exactConstant true ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "inverse metre-joule relationship"@en, + "inverse meter-joule relationship"@en-us ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "inverse metre-kelvin relationship"@en, + "inverse meter-kelvin relationship"@en-us ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "inverse metre-kilogram relationship"@en, + "inverse meter-kilogram relationship"@en-us ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "inverse of conductance quantum"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "Josephson Constant"@en ; + dcterms:description """ + The constant $\\{Josephson Constant} is a proportionality factor between voltage and frequency of an + alternating current corresponding to the product of two elementary charges $e$ and Planck's action quantum $h$. + """^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Magnetic_flux_quantum"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD069"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Magnetic_flux_quantum"^^xsd:anyURI, + "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:latexDefinition "$K_J = \\frac{1}{\\Phi_0}$, where $\\Phi_0$ is the magnetic flux quantum."^^ns1:LatexString ; + ns1:latexSymbol "$K_J$"^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "Proportionalitätsfaktor zwischen elektrischer Spannung und Frequenz beim Wechselstrom entsprechend dem Produkt aus zwei Elementarladungen e und Planckschen Wirkungsquantum h"@de ; + ns1:quantityValue ; + ns1:symbol "0173-1#Z4-BAJ452#001"^^xsd:string ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "joule-atomic mass unit relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "joule-electron volt relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "joule-hartree relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "joule-hertz relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "joule-inverse metre relationship"@en, + "joule-inverse meter relationship"@en-us ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "joule-kelvin relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "joule-kilogram relationship"@en ; + ns1:exactConstant true ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "kelvin-atomic mass unit relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "kelvin-electron volt relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "kelvin-hartree relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "kelvin-hertz relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "kelvin-inverse metre relationship"@en, + "kelvin-inverse meter relationship"@en-us ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "kelvin-joule relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "kelvin-kilogram relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "kilogram-atomic mass unit relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "kilogram-electron volt relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "kilogram-hartree relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "kilogram-hertz relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "kilogram-inverse metre relationship"@en, + "kilogram-inverse meter relationship"@en-us ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "Kilogram-Joule Relationship"@en ; + ns1:exactConstant true ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "kilogram-kelvin relationship"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "lattice parametre of silicon"@en, + "lattice parameter of silicon"@en-us ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "lattice spacing of silicon"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "Loschmidt constant 273.15 K 101.325 kPa"@en ; + dcterms:isReplacedBy ; + ns1:deprecated true ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "magnetic flux quantum"@en ; + dcterms:description """ + The constant $\\textit{Magnetic Flux Quantum}$ is the quantum of magnetic flux passing through a superconductor. + """^^ns1:LatexString ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Magnetic_flux_quantum"^^xsd:anyURI ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Magnetic_flux_quantum"^^xsd:anyURI, + "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:latexDefinition "$\\Phi_0 = \\frac{h}{2e}$, where $h$ is the Planck constant and $e$ is the elementary charge."^^ns1:LatexString ; + ns1:latexSymbol "$\\Phi_0$"^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "Mo x unit"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "molar mass constant"@en ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Molar_mass_constant"^^xsd:anyURI ; + ns1:exactConstant true ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "molar mass of carbon-12"@en ; + ns1:exactConstant true ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "molar Planck constant"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "molar Planck constant times c"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "molar volume of ideal gas 273.15 K 100 kPa"@en ; + dcterms:isReplacedBy ; + ns1:deprecated true ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "molar volume of ideal gas 273.15 K 101.325 kPa"@en ; + dcterms:isReplacedBy ; + ns1:deprecated true ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "molar volume of silicon"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "muon Compton wavelength"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "muon Compton wavelength over 2 pi"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "muon-electron mass ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "muon g factor"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "muon magnetic moment"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "muon magnetic moment anomaly"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "muon magnetic moment to Bohr magneton ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "muon magnetic moment to nuclear magneton ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "muon mass"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "muon mass energy equivalent"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "muon mass energy equivalent in MeV"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "muon mass in atomic mass unit"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "muon molar mass"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "muon-neutron mass ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "muon-proton magnetic moment ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "muon-proton mass ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "muon-tau mass ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "natural unit of action"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "natural unit of action in eV s"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "natural unit of energy"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "natural unit of energy in MeV"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "natural unit of length"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "natural unit of mass"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "natural unit of momentum"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "natural unit of momentum in MeV PER c"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "natural unit of time"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "natural unit of velocity"@en ; + ns1:exactConstant true ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "neutron Compton wavelength"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "neutron Compton wavelength over 2 pi"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "neutron-electron magnetic moment ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "neutron-electron mass ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "neutron g factor"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "neutron gyromagnetic ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "neutron gyromagnetic ratio over 2 pi"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "neutron magnetic moment"@en ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Neutron_magnetic_moment"^^xsd:anyURI ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "neutron magnetic moment to Bohr magneton ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch , + . + + a ns1:PhysicalConstant ; + rdfs:label "neutron magnetic moment to nuclear magneton ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch , + . + + a ns1:PhysicalConstant ; + rdfs:label "neutron mass"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "neutron mass energy equivalent"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "neutron mass energy equivalent in MeV"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "neutron mass in atomic mass unit"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "neutron molar mass"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "neutron-muon mass ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "neutron-proton magnetic moment ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "neutron-proton mass ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "neutron-tau mass ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "neutron to shielded proton magnetic moment ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "Newtonian constant of gravitation"@en ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Gravitational_constant"^^xsd:anyURI ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "Nuclear Magneton"@en ; + dcterms:description """ + The constant $\\textit{Nuclear Magneton}$ is the natural unit for expressing magnetic dipole moments of + heavy particles such as nucleons and atomic nuclei. + """^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Nuclear_magneton"^^xsd:anyURI ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Nuclear_magneton"^^xsd:anyURI, + "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "$\\mu_N = \\frac{e\\hbar}{2m_p}$, where $e$ is the elementary charge, $\\hbar$ is the Planck constant, and $m_p$ is the rest mass of proton."^^ns1:LatexString ; + ns1:latexSymbol "$\\mu_N$"^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:related . + + a ns1:PhysicalConstant ; + rdfs:label "nuclear magneton in eV per T"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "nuclear magneton in inverse metres per tesla"@en, + "nuclear magneton in inverse meters per tesla"@en-us ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "nuclear magneton in K per T"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "nuclear magneton in MHz per T"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "Pi"@en ; + dcterms:description """ + The constant $\\pi$ is the ratio of a circle's circumference to its diameter, commonly approximated as 3.14159. + """^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Pi"^^xsd:anyURI ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Pi"^^xsd:anyURI ; + ns1:latexDefinition "$\\pi = \\frac{C}{d}$, where $C$ is the circumference of a circle and $d$ is the diameter of a circle."^^ns1:LatexString ; + ns1:latexSymbol "$\\pi$"^^ns1:LatexString ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "Planck constant in eV s"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "Planck constant over 2 pi"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "Planck constant over 2 pi in eV s"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "Planck constant over 2 pi times c in MeV fm"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "Planck length"@en ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Planck_length"^^xsd:anyURI ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "Planck mass"@en ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Planck_mass"^^xsd:anyURI ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "Planck mass energy equivalent in GeV"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "Planck temperature"@en ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Planck_temperature"^^xsd:anyURI ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "Planck time"@en ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Planck_time"^^xsd:anyURI ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "proton charge to mass quotient"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "proton Compton wavelength"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "proton Compton wavelength over 2 pi"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "proton-electron mass ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "proton g factor"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "proton gyromagnetic ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "proton gyromagnetic ratio over 2 pi"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "proton magnetic moment"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "proton magnetic moment to Bohr magneton ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "proton magnetic moment to nuclear magneton ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "proton mag. shielding correction"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "proton mass"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + ns1:ucumCode "[m_p]"^^ns1:UCUMcs ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "proton mass energy equivalent"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "proton mass energy equivalent in MeV"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "proton mass in atomic mass unit"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "proton molar mass"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "proton-muon mass ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "proton-neutron magnetic moment ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "proton-neutron mass ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "proton rms charge radius"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "proton-tau mass ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "quantum of circulation"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "quantum of circulation times 2"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "Reduced Planck Constant"@en ; + dcterms:description """ + The $\\textit{Reduced Planck Constant}$, or $\\textit{Dirac Constant}$, is used in applications where + frequency is expressed in terms of radians per second ($\\textit{angular frequency}$) instead of cycles per second. + In such cases a factor of $\\pi$ is absorbed into the constant. + """^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Planck_constant"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "$\\hbar = \\frac{h}{2\\pi}$, where $h$ is the Planck constant."^^ns1:LatexString ; + ns1:latexSymbol "$\\hbar$"^^ns1:LatexString ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:PhysicalConstant ; + rdfs:label "Rydberg Constant"@en ; + dcterms:description """ + The $\\textit{Rydberg constant}$, named after the Swedish physicist Johannes Rydberg, is a physical constant + relating to atomic spectra, in the science of spectroscopy. + """^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Rydberg_constant"^^xsd:anyURI ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Rydberg_constant"^^xsd:anyURI, + "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31895"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "$R_\\infty = \\frac{e^2}{8\\pi \\varepsilon_0 a_0 h c_0 }$, where $e$ is the elementary charge, $\\varepsilon_0$ is the electric constant, $a_0$ is the Bohr radius, $h$ is the Planck constant, and $c_0$ is the speed of light in vacuum."^^ns1:LatexString ; + ns1:latexSymbol "$R_\\infty$"^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "Rydberg constant times c in Hz"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "Rydberg constant times hc in eV"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "Rydberg constant times hc in J"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "Sackur-Tetrode constant 1 K 100 kPa"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "Sackur-Tetrode constant 1 K 101.325 kPa"@en ; + dcterms:isReplacedBy ; + ns1:deprecated true ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "Sackur-Tetrode constant 1 K 101.325 kPa"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "second radiation constant"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "shielded helion gyromagnetic ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "shielded helion gyromagnetic ratio over 2 pi"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "shielded helion magnetic moment"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "shielded helion magnetic moment to Bohr magneton ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "shielded helion magnetic moment to nuclear magneton ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "shielded helion to proton magnetic moment ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "shielded helion to shielded proton magnetic moment ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "shielded proton gyromagnetic ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "shielded proton gyromagnetic ratio over 2 pi"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "shielded proton magnetic moment"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "shielded proton magnetic moment to Bohr magneton ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "shielded proton magnetic moment to nuclear magneton ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "standard acceleration of gravity"@en ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Standard_gravity"^^xsd:anyURI ; + ns1:exactConstant true ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "standard atmosphere"@en ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Standard_atmosphere"^^xsd:anyURI ; + ns1:exactConstant true ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "Stefan-Boltzmann Constant"@en ; + dcterms:description """ + The $\\textit{Stefan Boltzmann Constant}$ is a proportionality factor between the specific radiant heat + of a black body and the 4th power of its absolute temperature. + """^^ns1:LatexString ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Stefan%E2%80%93Boltzmann_constant"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:plainTextDescription "Proportionalitätsfaktor zwischen der spezifischen Strahlungswärme eines schwarzen Strahlers und seiner absoluten Temperatur in der 4. Potenz"@de ; + ns1:quantityValue ; + ns1:symbol "0173-1#Z4-BAJ444#001"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "tau Compton wavelength"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "tau Compton wavelength over 2 pi"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "tau-electron mass ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "tau mass"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "tau mass energy equivalent"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "tau mass energy equivalent in MeV"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "tau mass in atomic mass unit"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "tau molar mass"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "tau-muon mass ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "tau-neutron mass ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "tau-proton mass ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "Thomson cross section"@en ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Thomson_scattering"^^xsd:anyURI ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "triton-electron magnetic moment ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "triton-electron mass ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "triton g factor"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "triton magnetic moment"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "triton magnetic moment to Bohr magneton ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "triton magnetic moment to nuclear magneton ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "triton mass"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "triton mass energy equivalent"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "triton mass energy equivalent in MeV"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "triton mass in atomic mass unit"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "triton molar mass"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "triton-neutron magnetic moment ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "triton-proton magnetic moment ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "triton-proton mass ratio"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "unified atomic mass unit"@en ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Atomic_mass_unit"^^xsd:anyURI ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + ns1:ucumCode "u"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:ConstantValue ; + rdfs:label "Faraday constant for conventional electric current"^^xsd:string ; + ns1:hasUnit ; + ns1:value 96485.33212 ; + ns1:valueSN 9.648533e+04 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?f90#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Newtonian constant of gravitation over hbar c"^^xsd:string ; + ns1:hasUnit ; + ns1:relativeStandardUncertainty 2.2e-05 ; + ns1:standardUncertainty 0.00000000000000000000000000000000000000000015 ; + ns1:standardUncertaintySN 1.5e-43 ; + ns1:value 0.00000000000000000000000000000000000000670883 ; + ns1:valueSN 6.70883e-39 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?bgspu#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Sackur-Tetrode constant 1 K 101.325 kPa"^^xsd:string ; + dcterms:isReplacedBy ; + ns1:deprecated true ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000044 ; + ns1:standardUncertaintySN 4.4e-06 ; + ns1:value -1.1648677 ; + ns1:valueSN -1.164868e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?s0srstd#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for velocity of light"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:value 299792458.0 ; + ns1:valueSN 2.997925e+08 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?c#mid"^^xsd:anyURI . + + a ns1:PhysicalConstant ; + rdfs:label "Von Klitzing constant"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "Weak mixing angle"@en ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Weinberg_angle"^^xsd:anyURI ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "Wien frequency displacement law constant"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "Wien wavelength displacement law constant"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:QuantityKindDimensionVector_CGS ; + rdfs:label "A0E0L-0.5I0M0.5TE0TM-1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength "-0.5"^^xsd:float ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass "0.5"^^xsd:float ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 0 ; + ns1:latexDefinition "\\(L^-0.5 M^0.5 T^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS ; + rdfs:label "A0E0L-0.5I0M0.5TE0TM-2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength "-0.5"^^xsd:float ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass "0.5"^^xsd:float ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 0 ; + ns1:latexDefinition "\\(L^-0.5 M^0.5 T^-2\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS ; + rdfs:label "A0E0L-1.5I0M0.5TE0TM-1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength "-1.5"^^xsd:float ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass "0.5"^^xsd:float ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 0 ; + ns1:latexDefinition "\\(L^-1.5 M^0.5 T^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS ; + rdfs:label "A0E0L-1.5I0M0.5TE0TM0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength "-1.5"^^xsd:float ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass "0.5"^^xsd:float ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:latexDefinition "\\(L^-1.5 M^0.5\\)"^^ns1:LatexString ; + ns2:todo "Suspicious. Electric Charge per Area would be ET/L**2"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-1I0M-1H0T3D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 3 ; + ns1:dimensionlessExponent 0 ; + ns1:latexDefinition "\\(L^-1 M^-1 T^3 Θ\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-1I0M0H0T2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 2 ; + ns1:dimensionlessExponent 0 ; + ns1:latexDefinition "\\(L^{-1} T^2\\)"^^ns1:LatexString ; + ns2:todo "Should be M-1L-2T4E2"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-2I0M1H0T-3D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -3 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^-2 M T^-3\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector ; + rdfs:label "A0E0L-2I0M2H0T-2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 2 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^-2 M^2 T^-2\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-2I1M-1H0T3D1"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -2 ; + ns1:dimensionExponentForLuminousIntensity 1 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 3 ; + ns1:dimensionlessExponent 1 ; + ns1:latexDefinition "\\(U L^-2 M^-1 T^3 J\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-2I1M0H0T0D1"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -2 ; + ns1:dimensionExponentForLuminousIntensity 1 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 1 ; + ns1:latexDefinition "\\(U L^-2 J\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS ; + rdfs:label "A0E0L0.5I0M0.5TE0TM-1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength "0.5"^^xsd:float ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass "0.5"^^xsd:float ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 0 ; + ns1:latexDefinition "\\(L^0.5 M^0.5 T^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS ; + rdfs:label "A0E0L0.5I0M0.5TE0TM-2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength "0.5"^^xsd:float ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass "0.5"^^xsd:float ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 0 ; + ns1:latexDefinition "\\(L^0.5 M^0.5 T^-2\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS ; + rdfs:label "A0E0L0.5I0M0.5TE0TM0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength "0.5"^^xsd:float ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass "0.5"^^xsd:float ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:latexDefinition "\\(L^0.5 M^0.5\\)"^^ns1:LatexString ; + ns2:todo "Electric Charge should be ET"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I0M0H0T-1D1"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 1 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(U T^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I0M0H0T-2D1"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 1 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(U T^-2\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I0M0H0T1D1"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 1 ; + ns1:dimensionlessExponent 1 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I0M1H0T-3D-1"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -3 ; + ns1:dimensionlessExponent -1 ; + ns1:latexDefinition "\\(U^-1 M T^-3\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I1M0H0T0D1"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 1 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 1 ; + ns1:latexDefinition "\\(U J\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS ; + rdfs:label "A0E0L1.5I0M0.5TE0TM-1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength "1.5"^^xsd:float ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass "0.5"^^xsd:float ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 0 ; + ns1:latexDefinition "\\(L^1.5 M^0.5 T^-1\\)"^^ns1:LatexString ; + ns2:todo "Suspicious"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS ; + rdfs:label "A0E0L1.5I0M0.5TE0TM-2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength "1.5"^^xsd:float ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass "0.5"^^xsd:float ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 0 ; + ns1:latexDefinition "\\(L^1.5 M^0.5 T^-2\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L2I0M0H-1T-3D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature -1 ; + ns1:dimensionExponentForTime -3 ; + ns1:dimensionlessExponent 0 ; + ns1:latexDefinition "\\(L^2 T^-3 Θ^-1 N^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L2I0M0H0T0D1"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 1 ; + ns1:latexDefinition "\\(U L^2\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L2I0M1H0T-3D-1"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -3 ; + ns1:dimensionlessExponent -1 ; + ns1:latexDefinition "\\(U^-1 L^2 M T^-3\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L3I0M1H0T-1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 3 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^3 M T^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L4I0M1H0T-3D-1"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 4 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -3 ; + ns1:dimensionlessExponent -1 ; + ns1:latexDefinition "\\(U^-1 L^4 M T^-3\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E1L0I0M0H0T0D-1"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 1 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent -1 ; + ns1:latexDefinition "\\(U^-1 I\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E1L0I0M0H0T0D1"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 1 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 1 ; + ns1:latexDefinition "\\(U I\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E2L-1I0M-1H0T4D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 2 ; + ns1:dimensionExponentForLength -1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 4 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E2L-4I0M-1H0T3D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 2 ; + ns1:dimensionExponentForLength -4 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 3 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E3L-1I0M-2H0T7D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 3 ; + ns1:dimensionExponentForLength -1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -2 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 7 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^-1 M^-2 T^7 I^3\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E4L-5I0M-3H0T10D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 4 ; + ns1:dimensionExponentForLength -5 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -3 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 10 ; + ns1:dimensionlessExponent 0 ; + ns1:latexDefinition "\\(L^-5 M^-3 T^10 I^4\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:BinaryPrefix, + ns1:Prefix ; + rdfs:label "Yobi"@en ; + dcterms:description "A binary prefix for expressing a value with a scaling of \\(1024^{8}\\), or \\(2^{80}\\)."^^ns1:LatexString ; + ns1:prefixMultiplier 1.208926e+24 ; + ns1:symbol "Yi"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:BinaryPrefix, + ns1:Prefix ; + rdfs:label "Zebi"@en ; + dcterms:description "A binary prefix for expressing a value with a scaling of \\(1024^{7}\\), or \\(2^{70}\\)."^^ns1:LatexString ; + ns1:prefixMultiplier 1.180592e+21 ; + ns1:symbol "Zi"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Acceleration Of Gravity"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "The acceleration of freely falling bodies under the influence of terrestrial gravity, equal to approximately 9.81 meters (32 feet) per second per second."^^xsd:string ; + ns1:symbol "g"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Acceptor Density"@en ; + ns1:applicableUnit , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Acceptor Density\" is the number per volume of acceptor levels."^^xsd:string ; + ns1:symbol "n_a"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Action Time"@en ; + ns1:hasDimensionVector ; + rdfs:comment "Action Time (sec) "^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Active Energy"@en ; + ns1:abbreviation "active-energy"^^xsd:string ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=601-01-19"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(W = \\int_{t_1}^{t_2} p dt\\), where \\(p\\) is instantaneous power and the integral interval is the time interval from \\(t_1\\) to \\(t_2\\)."^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:plainTextDescription "\"Active Energy\" is the electrical energy transformable into some other form of energy."^^xsd:string ; + ns1:symbol "W"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Activity Thresholds"@en ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\overline{T_t}\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Activity Thresholds\" are thresholds of sensitivity for radioactivity."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Adaptation"@en ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Neural_adaptation#Visual"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:plainTextDescription "\"Adaptation\" is the recovery of visual ability following exposure to light (dark adaptation)."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Alpha Disintegration Energy"@en ; + dcterms:description "The \"Alpha Disintegration Energy\" is the sum of the kinetic energy of the \\(\\alpha\\)-particle produced in the disintegration process and the recoil energy of the product atom in the reference frame in which the emitting nucleus is at rest before its disintegration."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:latexSymbol "\\(Q_a\\)"^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "The \"Alpha Disintegration Energy\" is the sum of the kinetic energy of the alpha-particle produced in the disintegration process and the recoil energy of the product atom in the reference frame in which the emitting nucleus is at rest before its disintegration."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Altitude"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Altitude"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Altitude or height is defined based on the context in which it is used (aviation, geometry, geographical survey, sport, and more). As a general definition, altitude is a distance measurement, usually in the vertical or \"up\" direction, between a reference datum and a point or object. The reference datum also often varies according to the context. [Wikipedia]"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Ambient Pressure"@en ; + dcterms:description """The ambient pressure on an object is the pressure of the surrounding medium, such as a gas or liquid, which comes into contact with the object. +The SI unit of pressure is the pascal (Pa), which is a very small unit relative to atmospheric pressure on Earth, so kilopascals (\\(kPa\\)) are more commonly used in this context. """^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:symbol "p_a"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Amount of Substance of Concentration of B"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Amount_of_substance_concentration"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(C_B = \\frac{n_B}{V}\\), where \\(n_B\\) is the amount of substance \\(B\\) and \\(V\\) is the volume."^^ns1:LatexString ; + ns1:plainTextDescription "\"Amount of Substance of Concentration of B\" is defined as the amount of a constituent divided by the volume of the mixture."^^xsd:string ; + ns1:symbol "C_B"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Amount of Substance of Fraction of B"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Amount_fraction"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(x_B = \\frac{n_B}{n}\\), where \\(n_B\\) is the amount of substance \\(B\\) and \\(n\\) is the total amount of substance."^^ns1:LatexString ; + ns1:plainTextDescription "\"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."^^xsd:string ; + ns1:symbol "X_B"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Angle Of Attack"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:latexSymbol "\\(\\alpha\\)"^^ns1:LatexString ; + ns1:plainTextDescription "Angle of attack is the angle between the oncoming air or relative wind and a reference line on the airplane or wing."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Angle of Optical Rotation"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Optical_rotation"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\alpha\\)"^^ns1:LatexString ; + ns1:plainTextDescription "The \"Angle of Optical Rotation\" is the angle through which plane-polarized light is rotated clockwise, as seen when facing the light source, in passing through an optically active medium."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Angular Distance"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:latexSymbol "\\(\\theta\\)"^^ns1:LatexString ; + ns1:plainTextDescription "Angular distance travelled by orbiting vehicle measured from the azimuth of closest approach."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Apogee Radius"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Apogee radius of an elliptical orbit"^^xsd:string ; + ns1:symbol "r_2"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Aeric Heat Flow Rate"@en ; + ns1:abbreviation "heat-flow-rate"^^xsd:string ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Rate_of_heat_flow"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\varphi = \\frac{\\Phi}{A}\\), where \\(\\Phi\\) is heat flow rate and \\(A\\) is area."^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:plainTextDescription "Density of heat flow rate."^^xsd:string ; + ns1:symbol "φ"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader ; + skos:closeMatch . + + a ns1:QuantityKind ; + rdfs:label "Atmospheric Pressure"@en ; + dcterms:description "The pressure exerted by the weight of the air above it at any point on the earth's surface. At sea level the atmosphere will support a column of mercury about \\(760 mm\\) high. This decreases with increasing altitude. The standard value for the atmospheric pressure at sea level in SI units is \\(101,325 pascals\\)."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Atmospheric_pressure"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.oxfordreference.com/views/ENTRY.html?subview=Main&entry=t83.e178"^^xsd:anyURI ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Atomic Attenuation Coefficient"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Attenuation_coefficient"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\mu_a = -\\frac{\\mu}{n}\\), where \\(\\mu\\) is the linear attenuation coefficient and \\(n\\) is the number density of the atoms in the substance."^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "\"Atomic Attenuation Coefficient\" is a measurement of how strongly a chemical species or substance absorbs or scatters light at a given wavelength, per the number of atoms in the substance."^^xsd:string ; + ns1:symbol "μₐ"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader ; + skos:closeMatch . + + a ns1:QuantityKind ; + rdfs:label "Atomic Charge"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.answers.com/topic/atomic-charge"^^xsd:anyURI ; + ns1:plainTextDescription "The electric charge of an ion, equal to the number of electrons the atom has gained or lost in its ionization multiplied by the charge on one electron."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Atomic Mass"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Atomic_mass"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "The \"Atomic Mass\" is the mass of a specific isotope, most often expressed in unified atomic mass units."^^xsd:string ; + ns1:symbol "m_a"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Auditory Thresholds"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\overline{T_a}\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Auditory Thresholds\" is the thresholds of sensitivity to auditory signals and other input to the ear or the sense of hearing."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Auxillary Magnetic Field"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:latexSymbol "H"^^ns1:LatexString ; + ns1:plainTextDescription "Magnetic Fields surround magnetic materials and electric currents and are detected by the force they exert on other magnetic materials and moving electric charges. The electric and magnetic fields are two interrelated aspects of a single object, called the electromagnetic field. A pure electric field in one reference frame is observed as a combination of both an electric field and a magnetic field in a moving reference frame. The Auxillary Magnetic Field, H characterizes how the true Magnetic Field B influences the organization of magnetic dipoles in a given medium."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Average Energy Loss per Elementary Charge Produced"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:latexDefinition "\\(W_i = \\frac{E_k}{N_i}\\), where \\(E_k\\) is the initial kinetic energy of an ionizing charged particle and \\(N_i\\) is the total ionization produced by that particle."^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "\"Average Energy Loss per Elementary Charge Produced\" is also referred to as average energy loss per ion pair formed."^^xsd:string ; + ns1:symbol "W_i"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Average Head End Pressure"@en ; + ns1:abbreviation "AHEP"^^xsd:string ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Average Specific Impulse"@en ; + ns1:hasDimensionVector ; + rdfs:comment "Avg Specific Impulse (lbf-sec/lbm) "^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Average Vacuum Thrust"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:altLabel "AVT"^^xsd:string ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Bending Moment of Force"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Torque"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Bending_moment"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(M_b = M \\cdot e_Q\\), where \\(M\\) is the momentof force and \\(e_Q\\) is a unit vector directed along a \\(Q-axis\\) with respect to which the torque is considered."^^ns1:LatexString ; + ns1:plainTextDescription "A bending moment exists in a structural element when a moment is applied to the element so that the element bends. It is the component of moment of force perpendicular to the longitudinal axis of a beam or a shaft."^^xsd:string ; + ns1:symbol "M_b"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Beta Disintegration Energy"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Decay_energy"^^xsd:anyURI ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "\"Beta Disintegration Energy\" is the energy released by a beta particle radioactive decay. It is the sum of the maximum beta-particle kinetic energy and the recoil energy of the atom produced in the reference frame in which the emitting nucleus is at rest before its disintegration."^^xsd:string ; + ns1:symbol "Qᵦ"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Bevel Gear Pitch Angle"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:latexSymbol "\\(\\theta\\)"^^ns1:LatexString ; + ns1:plainTextDescription "Pitch angle in bevel gears is the angle between an element of a pitch cone and its axis. In external and internal bevel gears, the pitch angles are respectively less than and greater than 90 degrees."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Bragg Angle"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://reference.iucr.org/dictionary/Bragg_angle"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:latexDefinition "\\(2d\\sin{\\vartheta} = n\\lambda \\)"^^ns1:LatexString ; + ns1:latexSymbol "\\(\\vartheta\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Bragg Angle\" describes the condition for a plane wave to be diffracted from a family of lattice planes, the angle between the wavevector of the incident plane wave, and the lattice planes."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Breadth"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Length"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wiktionary.org/wiki/breadth"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:plainTextDescription "\"Breadth\" is the extent or measure of how broad or wide something is."^^xsd:string ; + ns1:symbol "b"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Buckling Factor"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:symbol "B"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Burgers Vector"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Burgers_vector"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Burgers Vector\" is the vector characterizing a dislocation, i.e. the closing vector in a Burgers circuit encircling a dislocation line."^^xsd:string ; + ns1:symbol "b"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Burn Time"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:symbol "t"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Center of Gravity in the X axis"@en ; + dcterms:isReplacedBy ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:symbol "cg"^^xsd:string ; + ns1:url "http://www.grc.nasa.gov/WWW/k-12/airplane/cg.html"^^xsd:anyURI ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Center of Gravity in the Y axis"@en ; + dcterms:isReplacedBy ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:symbol "cg"^^xsd:string ; + ns1:url "http://www.grc.nasa.gov/WWW/k-12/airplane/cg.html"^^xsd:anyURI ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Center of Gravity in the Z axis"@en ; + dcterms:isReplacedBy ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:symbol "cg"^^xsd:string ; + ns1:url "http://www.grc.nasa.gov/WWW/k-12/airplane/cg.html"^^xsd:anyURI ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Center of Mass (CoM)"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1: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."^^xsd:string ; + ns1:symbol "R"^^xsd:string ; + ns1:url "http://en.wikipedia.org/wiki/Center_of_mass"^^xsd:anyURI ; + rdfs:isDefinedBy ; + skos:altLabel "COM"^^xsd:string ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Contract End Item (CEI) Specification Mass."@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Contractual mass requirement of a delivered item. Note that The term 'control mass' is sometimes utilized as a limit in lieu of CEI mass when a CEI mass does not exist. The term 'Interface Control Document Mass' is another alternative for specifying a contractual mass requirement."^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "CEI"^^xsd:string ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Control Mass."@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "The upper design gross mass limit of a system at a specified mission event against which margins are calculated after accounting for basic masses of flight hardware, MGA, and uncertainties. It may include propellants, crew, and cargo."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Capacity"@en ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Capacity"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "In computer operations, (a) the largest quantity which can be stored, processed, or transferred; (b) the largest number of digits or characters which may regularly be processed; (c) the upper and lower limits of the quantities which may be processed. In other contexts, the amount of material that can be stored, such as fuel or food."^^xsd:string ; + ns1:symbol "TBD"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Carrier LifetIme"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Carrier_lifetime"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\tau, \\tau_n, \\tau_p\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Carrier LifetIme\" is a time constant for recombination or trapping of minority charge carriers in semiconductors."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Cartesian Area"@en ; + ns1:abbreviation "area"^^xsd:string ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimension ns1:DIM_CGS-L2, + ns1:DIM_USCUSTOMARY-L2 ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Area"^^xsd:anyURI ; + ns1:latexDefinition "\\(A = \\int\\int dxdy\\), where \\(x\\) and \\(y\\) are cartesian coordinates."^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:plainTextDescription "\"Area\" is a quantity that expresses the extent of a two-dimensional surface or shape, or planar lamina, in the plane."^^xsd:string ; + ns1:symbol "A"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader ; + skos:closeMatch . + + a ns1:QuantityKind ; + rdfs:label "Cartesian Coordinates"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Cartesian_coordinate_system"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1: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. "^^xsd:string ; + ns1:symbol "x, y, z"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Volume"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Volume"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:latexDefinition "\\(V = \\int\\int\\int dxdydz\\), where \\(x\\), \\(y\\), and \\(z\\) are cartesian coordinates."^^ns1:LatexString ; + ns1: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."^^xsd:string ; + ns1:symbol "V"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Celsius temperature"@en ; + ns1:applicableUnit , + , + ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:latexDefinition """"Celsius Temperature", the thermodynamic temperature \\(T_0\\), is exactly \\(0.01\\)kelvin below the thermodynamic temperature of the triple point of water. +\\(t = T - T_0\\), where \\(T\\) is Thermodynamic Temperature and \\(T_0 = 273.15 K\\)."""^^ns1:LatexString ; + ns1:plainTextDescription "\"Celsius Temperature\", the thermodynamic temperature T_0, is exactly 0.01 kelvin below the thermodynamic temperature of the triple point of water."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader ; + prov:wasDerivedFrom . + + a ns1:QuantityKind ; + rdfs:label "Characteristic Acoustic Impedance"@en ; + dcterms:description "Characteristic impedance at a point in a non-dissipative medium and for a plane progressive wave, the quotient of the sound pressure \\(p\\) by the component of the sound particle velocity \\(v\\) in the direction of the wave propagation."^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Acoustic_impedance#Characteristic_acoustic_impedance"^^xsd:anyURI ; + ns1:latexDefinition "\\(Z_c = pc\\), where \\(p\\) is the sound pressure and \\(c\\) is the phase speed of sound."^^ns1:LatexString ; + ns1:symbol "Z"^^xsd:string ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Characteristic Velocity"@en ; + dcterms:description "Characteristic velocity or \\(c^{*}\\) is a measure of the combustion performance of a rocket engine independent of nozzle performance, and is used to compare different propellants and propulsion systems."^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:latexSymbol "\\(c^{*}\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Closest Approach Radius"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:symbol "r_o"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Coherence Length"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Coherence_length"^^xsd:anyURI ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Coherence Length\" characterizes the distance in a superconductor over which the effect of a perturbation is appreciable."^^xsd:string ; + ns1:symbol "ξ"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Cold Receptor Threshold"@en ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\overline{T_c}\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Cold Receptor Threshold\" is the threshold of cold-sensitive free nerve-ending."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Combustion Chamber Temperature"@en ; + ns1:hasDimensionVector ; + ns1:symbol "T_c"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Compressibility Factor"@en ; + dcterms:description "The compressibility factor (\\(Z\\)) is a useful thermodynamic property for modifying the ideal gas law to account for the real gas behaviour. The closer a gas is to a phase change, the larger the deviations from ideal behavior. It is simply defined as the ratio of the molar volume of a gas to the molar volume of an ideal gas at the same temperature and pressure. Values for compressibility are calculated using equations of state (EOS), such as the virial equation and van der Waals equation. The compressibility factor for specific gases can be obtained, with out calculation, from compressibility charts. These charts are created by plotting Z as a function of pressure at constant temperature."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + ns1:symbol "Z"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Conductive Heat Transfer Rate"@en ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\Phi_k\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Conductive Heat Transfer Rate\" is proportional to temperature gradient and area of contact."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Convective Heat Transfer"@en ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Heat_transfer#Convection"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\Phi_c\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Convective Heat Transfer\" is convective heat transfer coefficient multiplied by temperature difference and exchange area. "^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Cross-sectional Area"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:symbol "A"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Cubic Expansion Coefficient"@en ; + ns1:applicableUnit , + , + ; + ns1:expression "\\(cubic-exp-coef\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\alpha_V = \\frac{1}{V} \\; \\frac{dV}{dT}\\), where \\(V\\) is \\(volume\\) and \\(T\\) is thermodynamic temperature."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\alpha_v\\)"^^ns1:LatexString ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Larmor Angular Frequency"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Electron_cyclotron_resonance"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\omega_c = \\frac{\\left | q \\right |}{m}B\\), where \\(q\\) is the electric charge, \\(m\\) is its mass, and \\(B\\) is the magnetic flux density."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\omega_c\\)"^^ns1:LatexString ; + ns1:plainTextDescription "The \"Cyclotron Angular Frequency\" describes angular momentum vector precession about the external field axis with an angular frequency."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Delta-V"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:latexSymbol "\\(\\bigtriangleup v\\)"^^ns1:LatexString ; + ns1: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."^^xsd:string ; + ns1:url "http://en.wikipedia.org/wiki/Delta-v"^^xsd:anyURI ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Dry Mass"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Mass of a system without the propellants, pressurants, reserve or residual fluids, personnel and personnel provisions, and cargo."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Debye Angular Frequency"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://lamp.tu-graz.ac.at/~hadley/ss1/phonons/table/dosdebye.html"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\omega_b\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Debye Angular Frequency\" is the cut-off angular frequency in the Debye model of the vibrational spectrum of a solid."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Debye Temperature"@en ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Debye_model"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\Theta_D = \\frac{\\hbar\\omega_D}{k}\\), where \\(k\\) is the Boltzmann constant, \\(\\hbar\\) is the reduced Planck constant, and \\(\\omega_D\\) is the Debye angular frequency."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\Theta_D\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Debye Temperature\" is the temperature at which the highest-frequency mode (and hence all modes) are excited."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Density In Combustion Chamber"@en ; + ns1:hasDimensionVector ; + ns1:latexSymbol "\\(\\rho_c\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Density Of The Exhaust Gases"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:latexSymbol "\\(\\rho\\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Depth"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Depth typically refers to the vertical measure of length from the surface of a liquid."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Dew Point Temperature"@en ; + ns1:applicableUnit , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:plainTextDescription "\"Dew Point Temperature\" is the temperature at which vapour in air reaches saturation."^^xsd:string ; + ns1:symbol "T_d"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Diameter"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Diameter"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Diameter"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:latexDefinition "\\(d = 2r\\), where \\(r\\) is the radius of the circle."^^ns1:LatexString ; + ns1: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. "^^xsd:string ; + ns1:symbol "d"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Diffusion Area"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://encyclopedia2.thefreedictionary.com/diffusion+area"^^xsd:anyURI ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "\"Diffusion Area\" in an infinite homogenous medium, is one-sixth of the mean square distance between the point where a neutron enters a specified class and the point where it leaves that class."^^xsd:string ; + ns1:symbol "L^2"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Diffusion Coefficient for Fluence Rate"@en ; + ns1:abbreviation "m"^^xsd:string ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Mass_diffusivity"^^xsd:anyURI ; + ns1:latexDefinition "\\(D_\\varphi = -\\frac{J_x}{\\frac{\\partial d\\varphi}{\\partial dx}}\\), where \\(J_x\\) is the \\(x-component\\) of the particle current and \\(\\varphi\\) is the particle fluence rate."^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "The \"Diffusion Coefficient for Fluence Rate\" is a proportionality constant between the ."^^xsd:string ; + ns1:symbol "Dᵩ"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Diffusion Length"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://encyclopedia2.thefreedictionary.com/diffusion+length"^^xsd:anyURI ; + ns1:latexDefinition "\\(L = \\sqrt{L^2}\\), where \\(L^2\\) is the diffusion area."^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "\"Diffusion Length\" is the average distance traveled by a particle, or a thermal neutron in a nuclear reactor, from the point at which it is formed to the point at which it is absorbed."^^xsd:string ; + ns1:symbol "L"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Displacement"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Displacement_(vector)"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\Delta r = R_f - R_i\\), where \\(R_f\\) is the final position and \\(R_i\\) is the initial position."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\Delta r\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Displacement\" is the shortest distance from the initial to the final position of a point P."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Displacement Vector of Ion"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Displacement"^^xsd:anyURI ; + ns1:latexDefinition "\\(u = R - R_0\\), where \\(R\\) is the particle position vector and \\(R_0\\) is the equilibrium position vector of a particle."^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Displacement Vector of Ion\" is the ."^^xsd:string ; + ns1:symbol "u"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Distance Traveled During a Burn"@en ; + ns1:hasDimensionVector ; + ns1:symbol "s"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Donor Density"@en ; + ns1:applicableUnit , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Donor Density\" is the number per volume of donor levels."^^xsd:string ; + ns1:symbol "n_d"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Drag Coefficient"@en ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "In fluid dynamics, the drag coefficient is a dimensionless quantity that is used to quantify the drag or resistance of an object in a fluid environment such as air or water."^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + ns1:symbol "C_D"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Drag Force"@en ; + ns1:hasDimensionVector ; + ns1:plainTextDescription """In fluid dynamics, drag refers to forces which act on a solid object in the direction of the relative fluid flow velocity. Unlike other resistive forces such as dry friction, which is nearly independent of velocity, drag forces depend on velocity. +Drag forces always decrease fluid velocity relative to the solid object in the fluid's path."""^^xsd:string ; + ns1:symbol "D or F_D"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Dynamic Friction"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Friction"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Friction"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:plainTextDescription "Kinetic (or dynamic) friction occurs when two objects are moving relative to each other and rub together (like a sled on the ground)."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Dynamic Friction Coefficient"@en ; + ns1:applicableUnit , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Friction"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Friction"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\mu = \\frac{F}{N}\\), where \\(F\\) is the tangential component of the contact force and \\(N\\) is the normal component of the contact force between two sliding bodies."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\mu\\)"^^ns1:LatexString ; + ns1:plainTextDescription "Kinetic (or dynamic) friction occurs when two objects are moving relative to each other and rub together (like a sled on the ground)."^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Dynamic Pressure"@en ; + dcterms:description "Dynamic Pressure (indicated with q, or Q, and sometimes called velocity pressure) is the quantity defined by: \\(q = 1/2 * \\rho v^{2}\\), where (using SI units), \\(q\\) is dynamic pressure in \\(pascals\\), \\(\\rho\\) is fluid density in \\(kg/m^{3}\\) (for example, density of air) and \\(v \\) is fluid velocity in \\(m/s\\)."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Dynamic_pressure"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:symbol "q"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Earth Closest Approach Vehicle Velocity"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:symbol "V_o"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Eccentricity Of Orbit"@en ; + ns1:hasDimensionVector ; + ns1:latexSymbol "\\(\\varepsilon\\)"^^ns1:LatexString ; + ns1:plainTextDescription "The orbital eccentricity of an astronomical object is a parameter that determines the amount by which its orbit around another body deviates from a perfect circle. In a two-body problem with inverse-square-law force, every orbit is a Kepler orbit. The eccentricity of this Kepler orbit is a positive number that defines its shape."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Effective Exhaustvelocity"@en ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "The velocity of an exhaust stream after reduction by effects such as friction, non-axially directed flow, and pressure differences between the inside of the rocket and its surroundings. The effective exhaust velocity is one of two factors determining the thrust, or accelerating force, that a rocket can develop, the other factor being the quantity of reaction mass expelled from the rocket in unit time. In most cases, the effective exhaust velocity is close to the actual exhaust velocity."^^xsd:string ; + ns1:symbol "v_{e}"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Effective Mass"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Effective_mass_(solid-state_physics)"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:latexDefinition "\\(m^* = \\hbar^2k(\\frac{d\\varepsilon}{dk})\\), where \\(\\hbar\\) is the reduced Planck constant, \\(k\\) is the wavenumber, and \\(\\varepsilon\\) is the energy of the electron."^^ns1:LatexString ; + ns1:plainTextDescription "\"Effective Mass\" is used in the motional equation for electrons in solid state bodies, depending on the wavenumber and corresponding to its velocity and energy level."^^xsd:string ; + ns1:symbol "m^*"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Efficiency"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Deformation_(mechanics)"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\eta = \\frac{P_{out}}{P_{in}}\\), where \\(P_{out}\\) is the output power and \\(P_{in}\\) is the input power."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\eta\\)"^^ns1:LatexString ; + ns1:plainTextDescription "Efficiency is the ratio of output power to input power."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Electric Displacement Field"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:symbol "D"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Electric Propulsion Propellant Mass"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:symbol "M_P"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Electrical Power To Mass Ratio"@en ; + ns1:hasDimensionVector ; + ns1:latexSymbol "\\(\\xi\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Electromotive Force"@en ; + dcterms:description "In physics, electromotive force, or most commonly \\(emf\\) (seldom capitalized), or (occasionally) electromotance is that which tends to cause current (actual electrons and ions) to flow. More formally, \\(emf\\) is the external work expended per unit of charge to produce an electric potential difference across two open-circuited terminals. \"Electromotive Force\" is deprecated in the ISO System of Quantities."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Electromotive_force"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:symbol "E"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Electron Affinity"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Electron_affinity"^^xsd:anyURI ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Electron Affinity\" is the energy difference between an electron at rest at infinity and an electron at the lowest level of the conduction band in an insulator or semiconductor. The the amount of energy released when an electron is added to a neutral atom or molecule to form a negative ion."^^xsd:string ; + ns1:symbol "χ"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Electron Density"@en ; + ns1:applicableUnit , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Electron_density"^^xsd:anyURI ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Electron Density\" is the number of electrons per volume in conduction bands. It is the measure of the probability of an electron being present at a specific location."^^xsd:string ; + ns1:symbol "n"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Electron Mean Free Path"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Thermal_conductivity"^^xsd:anyURI ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Electron Mean Free Path\" is the mean free path of electrons."^^xsd:string ; + ns1:symbol "l_e"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Electron Radius"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Classical_electron_radius"^^xsd:anyURI ; + ns1:latexDefinition "\\(r_e = \\frac{e^2}{4\\pi m_e c_0^2}\\), where \\(e\\) is the elementary charge, \\(\\varepsilon_0\\) is the electric constant, item \\(m_e\\) is the rest mass of electrons, and \\(c_0\\) is the speed of light in vacuum."^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "\"Electron Radius\", also known as the Lorentz radius or the Thomson scattering length, is based on a classical (i.e., non-quantum) relativistic model of the electron."^^xsd:string ; + ns1:symbol "r_e"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Elliptical Orbit Apogee Velocity"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Velocity at apogee for an elliptical orbit velocity"^^xsd:string ; + ns1:symbol "V_a"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Elliptical Orbit Perigee Velocity"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Velocity at apogee for an elliptical orbit velocity."^^xsd:string ; + ns1:symbol "V_p"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Energy Expenditure"@en ; + dcterms:description """Energy expenditure is dependent on a person's sex, metabolic rate, body-mass composition, the thermic effects of food, and activity level. The approximate energy expenditure of a man lying in bed is \\(1.0\\,kilo\\,calorie\\,per\\,hour\\,per\\,kilogram\\). For slow walking (just over two miles per hour), \\(3.0\\,kilo\\,calorie\\,per\\,hour\\,per\\,kilogram\\). For fast steady running (about 10 miles per hour), \\(16.3\\,kilo\\,calorie\\,per\\,hour\\,per\\,kilogram\\). +Females expend about 10 per cent less energy than males of the same size doing a comparable activity. For people weighing the same, individuals with a high percentage of body fat usually expend less energy than lean people, because fat is not as metabolically active as muscle."""^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198631477.001\\).0001/acref-9780198631477-e-594"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Energy Fluence Rate"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Fluence"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\Psi = \\frac{d\\Psi}{dt}\\), where \\(d\\Psi\\) is the increment of the energy fluence during an infinitesimal time interval with duration \\(dt\\)."^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "\"Energy Fluence Rate\" can be used to describe the energy fluence delivered per unit time."^^xsd:string ; + ns1:symbol "Ψ"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Energy Imparted"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.answers.com/topic/energy-imparted"^^xsd:anyURI ; + ns1:latexDefinition "For ionizing radiation in the matter in a given 3D domain, \\(\\varepsilon = \\sum_i \\varepsilon_i\\), where the energy deposit, \\(\\varepsilon_i\\) is the energy deposited in a single interaction \\(i\\), and is given by \\(\\varepsilon_i = \\varepsilon_{in} - \\varepsilon_{out} + Q\\), where \\(\\varepsilon_{in}\\) is the energy of the incident ionizing particle, excluding rest energy, \\(\\varepsilon_{out}\\) is the sum of the energies of all ionizing particles leaving the interaction, excluding rest energy, and \\(Q\\) is the change in the rest energies of the nucleus and of all particles involved in the interaction."^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "The \"Energy Imparted\", is a physical quantity associated with the energy delivered to a particular volume of matter by all the directly and indirectly ionizing particles (i.e. charged and uncharged) entering that volume."^^xsd:string ; + ns1:symbol "ε"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Kinetic Energy"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Kinetic_energy"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Kinetic_energy"^^xsd:anyURI ; + ns1: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."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Energy Level"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Energy Level\" is the ionization energy for an electron at the Fermi energy in the interior of a substance."^^xsd:string ; + ns1:symbol "E"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Equilibrium Position Vector of Ion"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Position_(vector)"^^xsd:anyURI ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Equilibrium Position Vector of Ion\" is the position vector of a particle in equilibrium."^^xsd:string ; + ns1:symbol "R_0"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Equivalent absorption area"@en ; + ns1:abbreviation "m2"^^xsd:string ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.rockfon.co.uk/acoustics/comparing+ceilings/sound+absorption/equivalent+absorption+area"^^xsd:anyURI ; + ns1:plainTextDescription "In a diffuse sound field, the Equivalent Absorption Area is that area of a surface having an absorption factor equal to 1, which, if diffraction effects are neglected, would, in the same diffuse sound field, absorb the same power."^^xsd:string ; + ns1:symbol "A"^^xsd:string ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Evaporative Heat Transfer"@en ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\Phi_e\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Evaporative Heat Transfer\" is "^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Exhaust Gas Mean Molecular Weight"@en ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Exhaust Gases Specific Heat"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Specific heat of exhaust gases at constant pressure."^^xsd:string ; + ns1:symbol "c_p"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Exhaust Stream Power"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:latexSymbol "\\(\\rho\\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Exit Plane Cross-sectional Area"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Cross-sectional area at exit plane of nozzle"^^xsd:string ; + ns1:symbol "A_{e}"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Exit Plane Pressure"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:symbol "p_{e}"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Exit Plane Temperature"@en ; + ns1:applicableUnit , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:symbol "T_e"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Exposure"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Exposure"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Exposure_%28photography%29"^^xsd:anyURI, + "http://hps.org/publicinformation/ate/faqs/gammaandexposure.html"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "For X-or gamma radiation, \\(X = \\frac{dQ}{dm}\\), where \\(dQ\\) is the absolute value of the mean total electric charge of the ions of the same sign produced in dry air when all the electrons and positrons liberated or created by photons in an element of air are completely stopped in air, and \\(dm\\) is the mass of that element."^^ns1:LatexString ; + ns1:plainTextDescription "\"Exposure\" reflects the extent of ionization events taking place when air is irradiated by ionizing photons (gamma radiation and/or x rays). In photography, exposure is the amount of light allowed to fall on each area unit of a photographic medium (photographic film or image sensor) during the process of taking a photograph. Exposure is measured in lux seconds, and can be computed from exposure value (EV) and scene luminance in a specified region."^^xsd:string ; + ns1:symbol "X"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Flight Performance Reserve Propellant Mass"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "A quantity of propellant, at a nominal mixture ratio, along with fuel bias that is set aside from total propellant loaded to cover for statistical variations of flight hardware characteristics and environment conditions on the day of launch. The launch vehicle is designed to accommodate the maximum FPR loading."^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "FPR"^^xsd:string ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Fuel Bias"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "An additional quantity of fuel to ensure depletion of high-weight oxidizer before fuel for systems with high-oxidizer mixing ratios (e.g., 6:1). This practice allows for more efficient propellant utilization. Denoted as a percentage."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Fermi Energy"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Fermi_energy"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Fermi Energy\" in a metal is the highest occupied energy level at zero thermodynamic temperature."^^xsd:string ; + ns1:symbol "E_F"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Fermi Temperature"@en ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Fermi_energy"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:latexDefinition "\\(T_F = \\frac{E_F}{k}\\), where \\(E_F\\) is the Fermi energy and \\(k\\) is the Boltzmann constant."^^ns1:LatexString ; + ns1:plainTextDescription "\"Fermi Temperature\" is the temperature associated with the Fermi energy."^^xsd:string ; + ns1:symbol "T_F"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Final Or Current Vehicle Mass"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:symbol "M"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "First Moment of Area"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "The first moment of area is the summation of area times distance to an axis. It is a measure of the distribution of the area of a shape in relationship to an axis."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "First Stage Mass Ratio"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Mass ratio for the first stage of a multistage launcher."^^xsd:string ; + ns1:symbol "R_1"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Fission Core Radius To Height Ratio"@en ; + ns1:hasDimensionVector ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + ns1:symbol "R/H"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Fission Fuel Utilization Factor"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Fission Multiplication Factor"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "The number of fission neutrons produced per absorption in the fuel."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Flight Path Angle"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:latexSymbol "\\(\\gamma\\)"^^ns1:LatexString ; + ns1:plainTextDescription "Flight path angle is defined in two different ways. To the aerodynamicist, it is the angle between the flight path vector (where the airplane is going) and the local atmosphere. To the flight crew, it is normally known as the angle between the flight path vector and the horizon, also known as the climb (or descent) angle."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Fundamental Lattice vector"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.matter.org.uk/diffraction/geometry/lattice_vectors.htm"^^xsd:anyURI ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Fundamental Lattice vector\" are fundamental translation vectors for the crystal lattice."^^xsd:string ; + ns1:symbol "a_1, a_2, a_3"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Fundamental Reciprocal Lattice Vector"@en ; + ns1:applicableUnit , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Reciprocal_lattice"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Fundamental Reciprocal Lattice Vector\" are fundamental, or primary, translation vectors the reciprocal lattice."^^xsd:string ; + ns1:symbol "b_1, b_2, b_3"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Gross Lift-Off Weight"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "The sum of a rocket's inert mass and usable fluids and gases at sea level."^^xsd:string ; + ns1:url "http://en.wikipedia.org/wiki/Maximum_Takeoff_Weight"^^xsd:anyURI ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Gain"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Gain"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "A general term used to denote an increase in signal power or signal strength in transmission from one point to another. Gain is usually expressed in decibels and is widely used to denote transducer gain. An increase or amplification. In radar there are two general usages of the term: (a) antenna gain, or gain factor, is the ratio of the power transmitted along the beam axis to that of an isotropic radiator transmitting the same total power; (b) receiver gain, or video gain, is the amplification given a signal by the receiver."^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Grand Canonical Partition Function"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Partition_function_(statistical_mechanics)"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\Xi = \\sum_{N_A, N_B, ...} Z(N_A, N_B, ...) \\cdot \\lambda_A^{N_A} \\cdot \\lambda_B^{N_B} \\cdot ...\\), where \\(Z(N_A, N_B, ...)\\) is the canonical partition function for the given number of particles \\(A, B, ...,\\), and \\(\\lambda_A, \\lambda_B, ...\\) are the absolute activities of particles \\(A, B, ...\\)."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\Xi\\)"^^ns1:LatexString ; + ns1:plainTextDescription "An \"Grand Canonical Partition Function\" for a grand canonical ensemble, a system that can exchange both heat and particles with the environment, which has a constant temperature and a chemical potential."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Gustatory Threshold"@en ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\overline{T_g}\\)"^^ns1:LatexString ; + ns1: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."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Half-life"@en ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Half-life"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "The \"Half-Life\" is the average duration required for the decay of one half of the atoms or nuclei."^^xsd:string ; + ns1:symbol "T_{1/2}"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Half-Value Thickness"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Half-value_layer"^^xsd:anyURI ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "The \"Half-Value Thickness\" is the thickness of the material at which the intensity of radiation entering it is reduced by one half."^^xsd:string ; + ns1:symbol "d_{1/2}"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Heat"@en ; + ns1:abbreviation "heat"^^xsd:string ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Heat"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1: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)."^^xsd:string ; + ns1:symbol "Q"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Heat Capacity Ratio"@en ; + dcterms:description "The heat capacity ratio, or ratio of specific heats, is the ratio of the heat capacity at constant pressure (\\(C_P\\)) to heat capacity at constant volume (\\(C_V\\)). For an ideal gas, the heat capacity is constant with temperature (\\(\\theta\\)). Accordingly we can express the enthalpy as \\(H = C_P*\\theta\\) and the internal energy as \\(U = C_V \\cdot \\theta\\). Thus, it can also be said that the heat capacity ratio is the ratio between enthalpy and internal energy."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Heat_capacity_ratio"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Heat_capacity_ratio"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Heat Flow Rate per Unit Area"@en ; + dcterms:description "\\(\\textit{Heat Flux}\\) is the heat rate per unit area. In SI units, heat flux is measured in \\(W/m^2\\). Heat rate is a scalar quantity, while heat flux is a vectorial quantity. To define the heat flux at a certain point in space, one takes the limiting case where the size of the surface becomes infinitesimally small."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Heat_flux"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Heat Flux Density"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Calorific Value"@en, + "Energy Value"@en, + "Heating Value"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Specific_energy"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Heat_of_combustion"^^xsd:anyURI, + "https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC1/HTML/link/ifcheatingvaluemeasure.htm"^^xsd:anyURI ; + ns1: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. "^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Height"@en ; + ns1:abbreviation "height"^^xsd:string ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Height"^^xsd:anyURI ; + ns1:hasDimension ns1:DIM_CGS-EMU_L, + ns1:DIM_CGS-ESU_L, + ns1:DIM_CGS-L, + ns1:DIM_Planck-L, + ns1:DIM_SI-L, + ns1:DIM_USCUSTOMARY-L ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Height"^^xsd:anyURI ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1: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."^^xsd:string ; + ns1:symbol "h"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Hole Density"@en ; + ns1:applicableUnit , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Hole Density\" is the number of holes per volume in a valence band."^^xsd:string ; + ns1:symbol "p"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Horizontal Velocity"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Component of a projectile's velocity, which acts parallel to the ground and does not lift the projectile in the air."^^xsd:string ; + ns1:symbol "V_{X}"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Inert Mass"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "The sum of the vehicle dry mass, residual fluids and gasses, personnel and personnel provisions, and cargo."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Ignition interval time"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Initial Expansion Ratio"@en ; + ns1:applicableUnit , + , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Initial Nozzle Throat Diameter"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Initial Vehicle Mass"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:symbol "M_{o}"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Initial Velocity"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "The velocity of a moving body at starting; especially, the velocity of a projectile as it leaves the mouth of a firearm from which it is discharged."^^xsd:string ; + ns1:symbol "V_{i}"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Intinsic Carrier Density"@en ; + ns1:applicableUnit , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:latexDefinition "\\(np = n_i^2\\), where \\(n\\) is electron density and \\(p\\) is hole density."^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Intinsic Carrier Density\" is proportional to electron and hole densities."^^xsd:string ; + ns1:symbol "n_i"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Inverse Square Mass"@en ; + dcterms:isReplacedBy ; + ns1:deprecated true ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Ion Concentration"@en ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "\"Ion Concentration\" is the number of ions per unit volume. Also known as ion density."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Ion Current"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "An ion current is the influx and/or efflux of ions through an ion channel."^^xsd:string ; + ns1:symbol "j"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Ionic Charge"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "The total charge of an ion. The charge of an electron; the charge of any ion is equal to this electron charge in magnitude, or is an integral multiple of it."^^xsd:string ; + ns1:symbol "q"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Irradiance"@en ; + ns1:abbreviation "W-PER-M2"^^xsd:string ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Irradiance"^^xsd:anyURI ; + ns1:latexDefinition "\\(E = \\frac{d\\Phi}{dA}\\), where \\(d\\Phi\\) is the radiant flux incident on an element of the surface with area \\(dA\\)."^^ns1:LatexString ; + ns1: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."^^xsd:string ; + ns1:symbol "E"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Isothermal Moisture Capacity"@en ; + dcterms:description "\"Isothermal Moisture Capacity\" is the capacity of a material to absorb moisture in the Effective Moisture Penetration Depth (EMPD) model."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://bigladdersoftware.com/epx/docs/8-4/engineering-reference/effective-moisture-penetration-depth-empd.html#empd-nomenclature"^^xsd:anyURI ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Kinetic Energy"@en ; + dcterms:description "\\(\\textit{Kinetic Energy}\\) is the energy which a body possesses as a consequence of its motion, defined as one-half the product of its mass \\(m\\) and the square of its speed \\(v\\), \\( \\frac{1}{2} mv^{2} \\). The kinetic energy per unit volume of a fluid parcel is the \\( \\frac{1}{2} p v^{2}\\) , where \\(p\\) is the density and \\(v\\) the speed of the parcel. See potential energy. For relativistic speeds the kinetic energy is given by \\(E_k = mc^2 - m_0 c^2\\), where \\(c\\) is the velocity of light in a vacuum, \\(m_0\\) is the rest mass, and \\(m\\) is the moving mass."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Kinetic_energy"^^xsd:anyURI ; + ns1:hasDimension ns1:DIM_ISO-L2MT-2 ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Kinetic_energy"^^xsd:anyURI ; + ns1:latexDefinition "\\(T = \\frac{mv^2}{2}\\), where \\(m\\) is mass and \\(v\\) is speed."^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:symbol "K"^^xsd:string, + "KE"^^xsd:string ; + ns1:url "http://en.wikipedia.org/wiki/Kinetic_energy"^^xsd:anyURI ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Larmor Angular Frequency"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Larmor_precession#Larmor_frequency"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\omega_L = \\frac{e}{2m_e}B\\), where \\(e\\) is the elementary charge, \\(m_e\\) is the rest mass of electron, and \\(B\\) is the magnetic flux density."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\omega_L\\)"^^ns1:LatexString ; + ns1:plainTextDescription "The \"Larmor Frequency\" describes angular momentum vector precession about the external field axis with an angular frequency."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Lattice Plane Spacing"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.matter.org.uk/diffraction/geometry/lattice_vectors.htm"^^xsd:anyURI ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Lattice Plane Spacing\" is the distance between successive lattice planes."^^xsd:string ; + ns1:symbol "d"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Length Force"@en ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Lift Coefficient"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "The lift coefficient is a dimensionless coefficient that relates the lift generated by a lifting body, the dynamic pressure of the fluid flow around the body, and a reference area associated with the body."^^xsd:string ; + ns1:symbol "C_{L}"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Lift Force"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "The lift force, lifting force or simply lift is the sum of all the forces on a body that force it to move perpendicular to the direction of flow."^^xsd:string ; + ns1:symbol "L"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Streckenlast"@de, + "Linear Force"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC1/HTML/schema/ifcmeasureresource/lexical/ifclinearforcemeasure.htm"^^xsd:anyURI ; + ns1:plainTextDescription "Another name for Force Per Length, used by the Industry Foundation Classes (IFC) standard."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Streckenlast"@de, + "Linear Force"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC1/HTML/schema/ifcmeasureresource/lexical/ifclinearstiffnessmeasure.htm"^^xsd:anyURI ; + ns1: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."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Linked Flux"@en ; + dcterms:description "\"Linked Flux\" is defined as the path integral of the magnetic vector potential. This is the line integral of a magnetic vector potential \\(A\\) along a curve \\(C\\). The line vector element \\(dr\\) is the differential of position vector \\(r\\)."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Magnetic_flux"^^xsd:anyURI ; + ns1:expression "\\(linked-flux\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-24"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI, + "http://www.oxfordreference.com/view/10.1093/acref/9780199233991.001.0001/acref-9780199233991-e-1800"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\Psi_m = \\int_C A \\cdot dr\\), where \\(A\\) is magnetic vector potential and \\(dr\\) is the vector element of the curve \\(C\\)."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\Psi\\)"^^ns1:LatexString, + "\\(\\Psi_m\\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "London Penetration Depth"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/London_penetration_depth"^^xsd:anyURI ; + ns1:latexDefinition "If an applied magnetic field is parallel to the plane surface of a semi-infinite superconductor, the field penetrates the superconductor according to the expression \\(B(x) = B(0) \\exp{(\\frac{-x}{\\lambda_L})}\\), where \\(B\\) is magnetic flux density and \\(x\\) is the distance from the surface."^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"London Penetration Depth\" characterizes the distance to which a magnetic field penetrates into a superconductor and becomes equal to 1/e times that of the magnetic field at the surface of the superconductor."^^xsd:string ; + ns1:symbol "λₗ"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Loss Angle"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\delta = \\arctan d\\), where \\(d\\) is loss factor."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\delta\\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Luminous Emmitance"@en ; + ns1:applicableUnit , + , + ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:plainTextDescription "\"Luminous Emittance\" is the luminous flux per unit area emitted from a surface."^^xsd:string ; + ns1:symbol "M_v"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Mass Delivered"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "The minimum mass a propulsive system can deliver to a specified target or location. Most mass- delivered requirements have associated Delta-V requirements, effectively specifying the path between the two points."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Mass Growth Allowance"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "A factor applied to basic mass at the lowest level of design detail available based on type and maturity of hardware according to an approved MGA depletion schedule."^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "MGA"^^xsd:string ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Mass Margin"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Requirement minus predicted value. Margin is used as a metric in risk management. Positive margin mitigates the risk of mass increases from requirements maturation and implementation, underestimated predicted system, or subsystem mass."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Mass Property Uncertainty"@en ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Variation in predicted MP due to lack of definition, manufacturing variations, environment effects, or accuracy limitation of measuring devices."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Moment of Inertia in the Y axis"@en ; + ns1:applicableUnit , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "The rotational inertia or resistance to change in direction or speed of rotation about a defined axis."^^xsd:string ; + ns1:symbol "I_{y}"^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "MOI"^^xsd:string ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Moment of Inertia in the Z axis"@en ; + ns1:applicableUnit , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "The rotational inertia or resistance to change in direction or speed of rotation about a defined axis."^^xsd:string ; + ns1:symbol "I_{z}"^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "MOI"^^xsd:string ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Macroscopic Cross-section"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Cross_section_(physics)"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\sum = n_1\\sigma_1 + \\cdots + n_j\\sigma_j +\\), where \\(n_j\\) is the number density and \\(\\sigma_j\\) the cross-section for entities of type \\(j\\)."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\sum\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Macroscopic Cross-section\" is the sum of the cross-sections for a reaction or process of a specified type over all atoms or other entities in a given 3D domain, divided by the volume of that domain."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Macroscopic Total Cross-section"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Cross_section_(physics)"^^xsd:anyURI, + "http://en.wikipedia.org/wiki/Nuclear_cross_section"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\sum_{tot}, \\sum_T\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Macroscopic Total Cross-section\" is the total cross-sections for all atoms or other entities in a given 3D domain, divided by the volume of that domain."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Magnetic Polarization"@en ; + dcterms:description "\\(\\textbf{Magnetic Polarization}\\) is a vector quantity equal to the product of the magnetization \\(M\\) and the magnetic constant \\(\\mu_0\\)."^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-54"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(J_m = \\mu_0 M\\), where \\(\\mu_0\\) is the magentic constant and \\(M\\) is magnetization."^^ns1:LatexString ; + ns1:latexSymbol "\\(J_m\\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + , + . + + a ns1:QuantityKind ; + rdfs:label "Magnetization Field"@en ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "The Magnetization Field is defined as the ratio of magnetic moment per unit volume. It is a vector-valued quantity."^^xsd:string ; + ns1:symbol "M"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Mass Excess"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Mass_excess"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\Delta = m_a - Am_u\\), where \\(m_a\\) is the rest mass of the atom, \\(A\\) is its nucleon number, and \\(m_u\\) is the unified atomic mass constant."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\Delta\\)"^^ns1:LatexString ; + ns1:plainTextDescription "The \"Mass Excess\" of a nuclide is the difference between its actual mass and its mass number in atomic mass units. It is one of the predominant methods for tabulating nuclear mass."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Mass Of Electrical Power Supply"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:symbol "M_{E}"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Mass Of Solid Booster"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:symbol "M_{SB}"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Mass Of The Earth"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:latexSymbol "\\(M_{\\oplus}\\)"^^ns1:LatexString ; + ns1:plainTextDescription "Earth mass is the unit of mass equal to that of the Earth. Earth mass is often used to describe masses of rocky terrestrial planets."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Maximum Expected Operating Thrust"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:altLabel "MEOT"^^xsd:string ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Max Sea Level Thrust"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + rdfs:comment "Max Sea Level thrust (Mlbf) "^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Maximum Beta-Particle Energy"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "\"Maximum Beta-Particle Energy\" is the maximum energy of the energy spectrum in a beta-particle disintegration process."^^xsd:string ; + ns1:symbol "Eᵦ"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Maximum Expected Operating Pressure"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:altLabel "MEOP"^^xsd:string ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Maximum Operating Pressure"@en ; + ns1:abbreviation "MOP"^^xsd:string ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Mean Energy Imparted"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.answers.com/topic/energy-imparted"^^xsd:anyURI ; + ns1:latexDefinition "To the matter in a given domain, \\(\\bar{\\varepsilon} = R_{in} - R_{out} + \\sum Q\\), where \\(R_{in}\\) is the radiant energy of all those charged and uncharged ionizing particles that enter the domain, \\(R_{out}\\) is the radiant energy of all those charged and uncharged ionizing particles that leave the domain, and \\(\\sum Q\\) is the sum of all changes of the rest energy of nuclei and elementary particles that occur in that domain."^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "The \"Mean Energy Imparted\", is the average energy imparted to irradiated matter."^^xsd:string ; + ns1:symbol "ε̅"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Mean Free Path"@en ; + ns1:abbreviation "m"^^xsd:string ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Mean_free_path"^^xsd:anyURI ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI, + "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "\"Mean Free Path\" is the average distance travelled by a moving particle (such as an atom, a molecule, a photon) between successive impacts (collisions) which modify its direction or energy or other particle properties."^^xsd:string ; + ns1:symbol "λ"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Mean Lifetime"@en ; + dcterms:description "The \"Mean Lifetime\" is the average length of time that an element remains in the set of discrete elements in a decaying quantity, \\(N(t)\\)."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Exponential_decay"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\tau = \\frac{1}{\\lambda}\\), where \\(\\lambda\\) is the decay constant."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\tau\\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Mean Linear Range"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://goldbook.iupac.org/M03782.html"^^xsd:anyURI ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "\"Mean Linear Range\" is, in a given material, for specified charged particles of a specified energy, the average displacement of the particles before they stop. That is, the mean totl rectified path length travelled by a particle in the course of slowing down to rest (or to some suitable cut-off energy) in a given substance under specified conditions averaged over a group of particles having the same initial energy."^^xsd:string ; + ns1:symbol "R"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Mechanical Energy"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Mechanical_energy"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Mechanical_energy"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(E = T + V\\), where \\(T\\) is kinetic energy and \\(V\\) is potential energy."^^ns1:LatexString ; + ns1:plainTextDescription "Mechanical Energy is the sum of potential energy and kinetic energy. It is the energy associated with the motion and position of an object."^^xsd:string ; + ns1:symbol "E"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Mechanical Impedance"@en ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Mechanical surface impedance"@en ; + ns1:hasDimensionVector ; + ns1:latexDefinition "\\(Z_m = Z_a A^2\\), where \\(A\\) is the area of the surface considered and \\(Z_a\\) is the acoustic impedance."^^ns1:LatexString ; + ns1:plainTextDescription "Mechanical surface impedance at a surface, is the complex quotient of the total force on the surface by the component of the average sound particle velocity at the surface in the direction of the force"^^xsd:string ; + ns1:symbol "Z"^^xsd:string ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:comment "There are various interpretations of MechanicalSurfaceImpedance: Pressure/Velocity - https://apps.dtic.mil/sti/pdfs/ADA315595.pdf, Force / Speed - https://www.wikidata.org/wiki/Q6421317, and (Pressure / Velocity)**0.5 - https://www.sciencedirect.com/topics/engineering/mechanical-impedance. We are seeking a resolution to these differences."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Micro Canonical Partition Function"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Microcanonical_ensemble"^^xsd:anyURI, + "http://en.wikipedia.org/wiki/Partition_function_(statistical_mechanics)#Grand_canonical_partition_function"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\Omega = \\sum_r 1\\), where the sum is over all quantum states consistent with given energy. volume, external fields, and content."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\Omega\\)"^^ns1:LatexString ; + ns1:plainTextDescription "A \"Micro Canonical Partition Function\" applies to a micro canonical ensemble, in which the system is allowed to exchange heat with the environment at fixed temperature, volume, and a fixed number of particles."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Migration Area"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://encyclopedia2.thefreedictionary.com/migration+area"^^xsd:anyURI ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "\"Migration Area\" is the sum of the slowing-down area from fission energy to thermal energy and the diffusion area for thermal neutrons."^^xsd:string ; + ns1:symbol "M^2"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Migration Length"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://encyclopedia2.thefreedictionary.com/migration+area"^^xsd:anyURI ; + ns1:latexDefinition "\\(M = \\sqrt{M^2}\\), where \\(M^2\\) is the migration area."^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "\"Migration Length\" is the square root of the migration area."^^xsd:string ; + ns1:symbol "M"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Modulus Of Admittance"@en ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Absolute_value"^^xsd:anyURI, + "http://en.wikipedia.org/wiki/Admittance"^^xsd:anyURI, + "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-51"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(Y = \\left | \\underline{Y} \\right |\\), where \\(\\underline{Y}\\) is admittance."^^ns1:LatexString ; + ns1:plainTextDescription "\"Modulus Of Admittance\" is the absolute value of the quantity \"admittance\"."^^xsd:string ; + ns1:symbol "Y"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:QuantityKind ; + rdfs:label "Moisture Diffusivity"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:symbol "q_V"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Mole Fraction"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Mole_fraction"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "In chemistry, the mole fraction of a component in a mixture is the relative proportion of molecules belonging to the component to those in the mixture, by number of molecules. It is one way of measuring concentration."^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Molecular Concentration"@en ; + ns1:abbreviation "m^{-3}"^^xsd:string ; + ns1:applicableUnit , + , + , + , + ; + ns1:hasDimension ns1:DIM_ISO-L-3 ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Molar_concentration"^^xsd:anyURI ; + ns1:latexDefinition "\\(C_B = \\frac{N_B}{V}\\), where \\(N_B\\) is the number of molecules of \\(B\\) and \\(V\\) is the volume."^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:plainTextDescription "The \"Molecular Concentration\" of substance B is defined as the number of molecules of B divided by the volume of the mixture "^^xsd:string ; + ns1:symbol "C_B"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Molecular Viscosity"@en ; + ns1:informativeReference "http://oceanworld.tamu.edu/resources/ocng_textbook/chapter08/chapter08_01.htm"^^xsd:anyURI ; + ns1: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."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Morbidity Rate"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Morbidity rate is a measure of the incidence of a disease in a particular population, scaled to the size of that population, per unit of time."^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Nominal Ascent Propellant Mass"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1: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)."^^xsd:string ; + ns1:url "http://elib.dlr.de/68314/1/IAF10-D2.3.1.pdf"^^xsd:anyURI ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Neutron Diffusion Length"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "The neutron diffusion length is equivalent to the relaxation length, that is, to the distance, in which the neutron flux decreases by a factor e"^^xsd:string ; + ns1:symbol "L_{r}"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Normal Stress"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Stress_(mechanics)"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\sigma = \\frac{dF_n}{dA}\\), where \\(dF_n\\) is the normal component of force and \\(dA\\) is the area of the surface element."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\sigma\\)"^^ns1:LatexString ; + ns1:plainTextDescription "Normal stress is defined as the stress resulting from a force acting normal to a body surface. Normal stress can be caused by several loading methods, the most common being axial tension and compression, bending, and hoop stress."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Positive Dimensionless Ratio"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC2/HTML/link/ifcnormalisedratiomeasure.htm"^^xsd:anyURI ; + ns1:plainTextDescription "A \"Normalized Dimensionless Ratio\" is a dimensionless ratio ranging from 0.0 to 1.0"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Nozzle Throat Cross-sectional Area"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Cross-sectional area of the nozzle at the throat."^^xsd:string ; + ns1:symbol "A^*"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Nozzle Throat Pressure"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:symbol "p^*"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Nozzle Walls Thrust Reaction"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:symbol "F_R"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Nuclear Radius"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Atomic_nucleus"^^xsd:anyURI ; + ns1:latexDefinition "This quantity is not exactly defined. It is given approximately for nuclei in their ground state only by \\(R = r_0 A^{\\frac{1}{3}}\\), where \\(r_0 \\approx 1.2 x 10^{-15} m\\) and \\(A\\) is the nucleon number."^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "\"Nuclear Radius\" is the conventional radius of sphere in which the nuclear matter is included"^^xsd:string ; + ns1:symbol "R"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Olfactory Threshold"@en ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Odor_detection_threshold"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\overline{T_o}\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Olfactory Threshold\" are thresholds for the concentrations of various classes of smell that can be detected."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Orbital Angular Momentum per Unit Mass"@en ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Angular momentum of the orbit per unit mass of the vehicle"^^xsd:string ; + ns1:symbol "h"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Orbital Radial Distance"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:symbol "r"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Osmotic Pressure"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Osmotic_pressure"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\varphi = -(M_A\\sum b_B)^{-1} \\ln a_A\\), where \\(M_A\\) is the molar mass of the solvent \\(A\\), \\(\\sum\\) denotes summation over all the solutes, \\(b_B\\) is the molality of solute \\(B\\), and \\(a_A\\) is the activity of solvent \\(A\\)."^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1: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."^^xsd:string ; + ns1:symbol "Π"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Over-range distance"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Additional distance traveled by a rocket because Of excessive initial velocity."^^xsd:string ; + ns1:symbol "s_i"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Predicted Mass"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Sum of the basic mass and the MGA. Current prediction of the final mass based on the current requirements and design."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Product of Inertia in the X axis"@en ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "A measure of a body's dynamic (or coupled) imbalance resulting in a precession when rotating about an axis other than the body?s principal axis."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Product of Inertia in the Y axis"@en ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "A measure of a body?s dynamic (or coupled) imbalance resulting in a precession when rotating about an axis other than the body's principal axis."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Product of Inertia in the Z axis"@en ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "A measure of a body's dynamic (or coupled) imbalance resulting in a precession when rotating about an axis other than the body's principal axis."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Partial Pressure"@en ; + ns1:abbreviation "pa"^^xsd:string ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Partial_pressure"^^xsd:anyURI ; + ns1:latexDefinition "\\(p_B = x_B \\cdot p\\), where \\(x_B\\) is the amount-of-substance fraction of substance \\(B\\) and \\(p\\) is the total pressure."^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:plainTextDescription "\"Partial Pressure\" is the pressure that the gas would have if it alone occupied the volume of the mixture at the same temperature."^^xsd:string ; + ns1:symbol "p_B"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Particle Current"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\int J \\cdot e_n dA = \\frac{dN}{dt}\\), where \\(e_ndA\\) is the vector surface element, \\(N\\) is the net number of particles passing over a surface, and \\(dt\\) describes the time interval."^^ns1:LatexString ; + ns1:plainTextDescription "\"Particle Current\" can be used to describe the net number of particles passing through a surface in an infinitesimal time interval."^^xsd:string ; + ns1:symbol "J"^^xsd:string, + "S"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Particle Number Density"@en ; + ns1:applicableUnit , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Particle_number#Particle_number_density"^^xsd:anyURI ; + ns1:latexDefinition "\\(n = \\frac{N}{V}\\), where \\(N\\) is the number of particles in the 3D domain with the volume \\(V\\)."^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "The \"Particle Number Density\" is obtained by dividing the particle number of a system by its volume."^^xsd:string ; + ns1:symbol "n"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Particle Position Vector"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Position_(vector)"^^xsd:anyURI ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Particle Position Vector\" is the position vector of a particle."^^xsd:string ; + ns1:symbol "r, R"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Path Length"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Path_length"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:plainTextDescription "\"PathLength\" is "^^xsd:string ; + ns1:symbol "s"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Payload Mass"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Payload mass is the mass of the payload carried by the craft. In a multistage spacecraft the payload mass of the last stage is the mass of the payload and the payload masses of the other stages are considered to be the gross masses of the next stages."^^xsd:string ; + ns1:symbol "M_P"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Payload Ratio"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "The payload ratio is defined as the mass of the payload divided by the empty mass of the structure. Because of the extra cost involved in staging rockets, given the choice, it's often more economic to use few stages with a small payload ratio rather than more stages each with a high payload ratio."^^xsd:string ; + ns1:symbol "L"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Peltier Coefficient"@en ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Thermoelectric_effect"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\Pi_{ab}\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Peltier Coefficient\" represents how much heat current is carried per unit charge through a given material. It is the heat power developed at a junction, divided by the electric current flowing from substance a to substance b."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Phase Difference"@en ; + dcterms:description "\"Phase Difference} is the difference, expressed in electrical degrees or time, between two waves having the same frequency and referenced to the same point in time. Two oscillators that have the same frequency and different phases have a phase difference, and the oscillators are said to be out of phase with each other. The amount by which such oscillators are out of step with each other can be expressed in degrees from \\SI{0}{\\degree} to \\SI{360}{\\degree}, or in radians from 0 to \\num{2\\pi\". If the phase difference is 180 degrees (\\(\\pi\\) radians), then the two oscillators are said to be in antiphase."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:expression "\\(phase-difference\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Phase_(waves)#Phase_difference"^^xsd:anyURI, + "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-07-06"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1: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."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\varphi\\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Phonon Mean Free Path"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Thermal_conductivity"^^xsd:anyURI ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Phonon Mean Free Path\" is the mean free path of phonons."^^xsd:string ; + ns1:symbol "l_{ph}"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Photo Threshold of Awareness Function"@en ; + 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)."^^ns1:LatexString ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Flächenlast"@de, + "Planar Force"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC1/HTML/schema/ifcmeasureresource/lexical/ifcplanarforcemeasure.htm"^^xsd:anyURI ; + ns1:plainTextDescription "Another name for Force Per Area, used by the Industry Foundation Classes (IFC) standard."^^xsd:string ; + ns1:symbol "p"^^xsd:string ; + ns1:url "http://en.wikipedia.org/wiki/Pressure"^^xsd:anyURI ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Polar moment of inertia"@en ; + ns1:applicableUnit , + , + , + , + ; + ns1:hasDimensionVector ; + ns1: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. "^^xsd:string ; + ns1:symbol "J_{zz}"^^xsd:string ; + ns1:url "http://en.wikipedia.org/wiki/Second_moment_of_area"^^xsd:anyURI ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Polarization Field"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "The Polarization Field is the vector field that expresses the density of permanent or induced electric dipole moments in a dielectric material. The polarization vector P is defined as the ratio of electric dipole moment per unit volume."^^xsd:string ; + ns1:symbol "P"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Positive Dimensionless Ratio"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC2/HTML/link/ifcpositiveratiomeasure.htm"^^xsd:anyURI ; + ns1:plainTextDescription "A \"Positive Dimensionless Ratio\" is a dimensionless ratio that is greater than zero"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Positive Length"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "\"PositiveLength\" is a measure of length strictly greater than zero."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Positive Plane Angle"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.thefreedictionary.com/plane+angle"^^xsd:anyURI ; + ns1:plainTextDescription "A \"PositivePlaneAngle\" is a plane angle strictly greater than zero."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Potential Energy"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Potential_energy"^^xsd:anyURI ; + ns1:hasDimension ns1:DIM_ISO-L2MT-2 ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Potential_energy"^^xsd:anyURI ; + ns1:latexDefinition "\\(V = -\\int F \\cdot dr\\), where \\(F\\) is a conservative force and \\(R\\) is a position vector."^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1: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."^^xsd:string ; + ns1:symbol "PE"^^xsd:string, + "U"^^xsd:string ; + ns1:url "http://en.wikipedia.org/wiki/Potential_energy"^^xsd:anyURI ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Pressure Burning Rate Constant"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:latexSymbol "\\(\\alpha\\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Pressure Burning Rate Index"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:latexSymbol "\\(\\beta\\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Propellant Mean Bulk Temperature"@en ; + ns1:applicableUnit , + , + , + , + , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:altLabel "PMBT"^^xsd:string ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Reserve Mass"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1: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.)."^^xsd:string ; + ns1:symbol "M_{E}"^^xsd:string ; + ns1:url "http://eaton.math.rpi.edu/CSUMS/Papers/EcoEnergy/koojimanconserve.pdf"^^xsd:anyURI ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "RF-Power Level"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://www.analog.com/en/technical-articles/measurement-control-rf-power-parti.html"^^xsd:anyURI ; + ns1:plainTextDescription "Radio-Frequency Power. Power level of electromagnetic waves alternating at the frequency of radio waves (up to 10^10 Hz)."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Radial Distance"@en ; + dcterms:description "In classical geometry, the \"Radial Distance\" is a coordinate in polar coordinate systems (r, \\(\\theta\\)). Basically the radial distance is the scalar Euclidean distance between a point and the origin of the system of coordinates."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Radial_distance_(geometry)"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:latexDefinition "\\(d = \\sqrt{r_1^2 + r_2^2 -2r_1r_2\\cos{(\\theta_1 - \\theta_2)}}\\), where \\(P_1\\) and \\(P_2\\) are two points with polar coordinates \\((r_1, \\theta_1)\\) and \\((r_2, \\theta_2)\\), respectively, and \\(d\\) is the distance."^^ns1:LatexString ; + ns1:latexSymbol "\\(r_Q, \\rho\\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Radiant Emmitance"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Irradiance"^^xsd:anyURI ; + ns1:latexDefinition "\\(M = \\frac{d\\Phi}{dA}\\), where \\(d\\Phi\\) is the radiant flux leaving the element of the surface area \\(dA\\)."^^ns1:LatexString ; + ns1: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."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Radiant Exposure"@en ; + ns1:abbreviation "J-PER-CM2"^^xsd:string ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://omlc.ogi.edu/education/ece532/class1/irradiance.html"^^xsd:anyURI ; + ns1:latexDefinition "\\(H = \\int_{0}^{\\Delta t}{E}{dt}\\), where \\(E\\) is the irradiance acting during the time interval with duration \\(\\Delta t\\)."^^ns1:LatexString ; + ns1:plainTextDescription "Radiant exposure is a measure of the total radiant energy incident on a surface per unit area; equal to the integral over time of the radiant flux density. Also known as exposure."^^xsd:string ; + ns1:symbol "H_e"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Radiant Fluence Rate"@en ; + ns1:abbreviation "M-PER-T3"^^xsd:string ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://goldbook.iupac.org/FT07376.html"^^xsd:anyURI ; + ns1: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."^^ns1:LatexString ; + ns1: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."^^xsd:string ; + ns1:symbol "E_e,0"^^xsd:string ; + ns1:systemDerivedQuantityKind ns1:SOQ_SI ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Radiant Flux"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Radiant_flux"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\Phi = \\frac{dQ}{dt}\\), where \\(dQ\\) is the radiant energy emitted, transferred, or received during a time interval of the duration \\(dt\\)."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\phi\\)"^^ns1:LatexString ; + ns1: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."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Radiative Heat Transfer"@en ; + dcterms:description "\"Radiative Heat Transfer\" is proportional to \\((T_1^4 - T_2^4)\\) and area of the surface, where \\(T_1\\) and \\(T_2\\) are thermodynamic temperatures of two black surfaces, for non totally black surfaces an additional factor less than 1 is needed."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Heat_transfer#Radiation"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\Phi_r\\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Radius of Curvature"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Radius_of_curvature_(mathematics)"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\rho\\)"^^ns1:LatexString ; + ns1:plainTextDescription "In geometry, the \"Radius of Curvature\", R, of a curve at a point is a measure of the radius of the circular arc which best approximates the curve at that point."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Reaction Energy"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Nuclear_reaction"^^xsd:anyURI ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "\"Reaction Energy\" in a nuclear reaction, is the sum of the kinetic energies and photon energies of the reaction products minus the sum of the kinetic and photon energies of the reactants."^^xsd:string ; + ns1:symbol "Q"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Reactor Time Constant"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.euronuclear.org/info/encyclopedia/r/reactor-time-constant.htm"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "The \"Reactor Time Constant\", also called the reactor period, is the time during which the neutron flux density in a reactor changes by the factor e = 2.718 (e: basis of natural logarithms), when the neutron flux density increases or decreases exponentially."^^xsd:string ; + ns1:symbol "T"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Refectance"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Reflectivity"^^xsd:anyURI ; + ns1: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."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\rho\\)"^^ns1:LatexString ; + ns1: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."^^xsd:string ; + ns1:systemDerivedQuantityKind ns1:SOQ_SI ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Relative Atomic Mass"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Relative_atomic_mass"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:plainTextDescription "\"Relative Atomic Mass \" is a dimensionless physical quantity, the ratio of the average mass of atoms of an element (from a given source) to 1/12 of the mass of an atom of carbon-12 (known as the unified atomic mass unit)"^^xsd:string ; + ns1:symbol "A_r"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Relative Mass Defect"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Binding_energy"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(B_r = \\frac{B}{m_u}\\), where \\(B\\) is the mass defect and \\(m_u\\) is the unified atomic mass constant."^^ns1:LatexString ; + ns1:plainTextDescription "The \"Relative Mass Defect\" is the mass defect between the monoisotopic mass of an element and the mass of its A + 1 or its A + 2 isotopic cluster."^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + ns1:symbol "B_r"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Relative Molecular Mass"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Molecular_mass#Relative_molecular_mass"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:plainTextDescription "\"Relative Molecular Mass \" is equivalent to the numerical value of the molecular mass expressed in unified atomic mass units. The molecular mass (m) is the mass of a molecule."^^xsd:string ; + ns1:symbol "M_r"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Relaxation TIme"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Relaxation_(physics)"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\tau\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Relaxation TIme\" is a time constant for exponential decay towards equilibrium."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Resonance Energy"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Nuclear_reaction_analysis"^^xsd:anyURI ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "\"Resonance Energy\" in a nuclear reaction, is the kinetic energy of an incident particle, in the reference frame of the target, corresponding to a resonance in a nuclear reaction."^^xsd:string ; + ns1:symbol "E_r, E_{res}"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Resonance Escape Probability For Fission"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Fraction of fission neutrons that manage to slow down from fission to thermal energies without being absorbed."^^xsd:string ; + ns1:symbol "p"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Rest Energy"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Invariant_mass#Rest_energy"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "For a particle, \\(E_0 = m_0 c_0^2\\), where \\(m_0\\) is the rest mass of that particle, and \\(c_0\\) is the speed of light in vacuum."^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "\"Rest Energy\" is the energy equivalent of the rest mass of a body, equal to the rest mass multiplied by the speed of light squared."^^xsd:string ; + ns1:symbol "E_0"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Rest Mass"@en ; + dcterms:description "The \\(\\textit{Rest Mass}\\), the invariant mass, intrinsic mass, proper mass, or (in the case of bound systems or objects observed in their center of momentum frame) simply mass, is a characteristic of the total energy and momentum of an object or a system of objects that is the same in all frames of reference related by Lorentz transformations. The mass of a particle type X (electron, proton or neutron) when that particle is at rest. For an electron: \\(m_e = 9,109 382 15(45) 10^{-31} kg\\), for a proton: \\(m_p = 1,672 621 637(83) 10^{-27} kg\\), for a neutron: \\(m_n = 1,674 927 211(84) 10^{-27} kg\\). Rest mass is often denoted \\(m_0\\)."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Invariant_mass"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31895"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:symbol "m_X"^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "Proper Mass"^^xsd:string ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Reverberation Time"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Reverberation"^^xsd:anyURI ; + ns1:plainTextDescription "Reverberation Time is the time required for reflections of a direct sound to decay by 60 dB below the level of the direct sound."^^xsd:string ; + ns1:symbol "T"^^xsd:string ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Rocket Atmospheric Transverse Force"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Transverse force on rocket due to an atmosphere"^^xsd:string ; + ns1:symbol "T"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Rotational Stiffness"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Rotational Stiffness is the extent to which an object resists deformation in response to an applied torque."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Second Stage Mass Ratio"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Mass ratio for the second stage of a multistage launcher."^^xsd:string ; + ns1:symbol "R_2"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Shannon Diversity Index"^^xsd:string ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Information entropy applied to a collection of indiviual organisms [of selected species] in a sample area. A measure of biodiversity."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Shear Strain"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Deformation_(mechanics)"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\gamma = \\frac{\\Delta x}{d}\\), where \\(\\Delta x\\) is the parallel displacement between two surfaces of a layer of thickness \\(d\\)."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\gamma\\)"^^ns1:LatexString ; + ns1:plainTextDescription "Shear Strain is the amount of deformation perpendicular to a given line rather than parallel to it. "^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Shear Stress"^^xsd:string ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Stress_(mechanics)"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\tau = \\frac{dF_t}{dA}\\), where \\(dF_t\\) is the tangential component of force and \\(dA\\) is the area of the surface element."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\tau\\)"^^ns1:LatexString ; + ns1:plainTextDescription "Shear stress occurs when the force occurs in shear, or perpendicular to the normal."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Single Stage Launcher Mass Ratio"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:symbol "R_o"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Slowing-Down Area"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "\"Slowing-Down Area\" in an infinite homogenous medium, is one-sixth of the mean square distance between the neutron source and the point where a neutron reaches a given energy."^^xsd:string ; + ns1:symbol "L_s^2"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Slowing-Down Length"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://nuclearpowertraining.tpub.com/h1013v2/css/h1013v2_32.htm"^^xsd:anyURI ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "\"Slowing-Down Length\" is the average straight-line distance that a fast neutron will travel between its introduction into the slowing-downmedium (moderator) and thermalization."^^xsd:string ; + ns1:symbol "L_s"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Diffusion Length (Solid State Physics)"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://pveducation.org/pvcdrom/pn-junction/diffusion-length"^^xsd:anyURI ; + ns1:latexDefinition "\\(L = \\sqrt{D\\tau}\\), where \\(D\\) is the diffusion coefficient and \\(\\tau\\) is lifetime."^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Solid State Diffusion Length\" is the average distance traveled by a particle, such as a minority carrier in a semiconductor "^^xsd:string ; + ns1:symbol "L, L_n, L_p"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Sound energy density"@en ; + dcterms:description "Sound energy density is the time-averaged sound energy in a given volume divided by that volume. The sound energy density or sound density (symbol \\(E\\) or \\(w\\)) is an adequate measure to describe the sound field at a given point as a sound energy value."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Sound_energy_density"^^xsd:anyURI ; + ns1:latexDefinition "\\(E = \\frac{I}{c}\\), where \\(I\\) is the sound intensity in \\(\\frac{W}{m^2}\\) and \\(c\\) is the sound speed in \\(\\frac{m}{s}\\)."^^ns1:LatexString ; + ns1:symbol "E"^^xsd:string ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Sound particle acceleration"@en ; + dcterms:description "In a compressible sound transmission medium - mainly air - air particles get an accelerated motion: the particle acceleration or sound acceleration with the symbol a in \\(m/s2\\). In acoustics or physics, acceleration (symbol: \\(a\\)) is defined as the rate of change (or time derivative) of velocity."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Particle_acceleration"^^xsd:anyURI ; + ns1:latexDefinition "\\(a = \\frac{\\partial v}{\\partial t}\\), where \\(v\\) is sound particle velocity and \\(t\\) is time."^^ns1:LatexString ; + ns1:symbol "a"^^xsd:string ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Sound Particle Displacement"@en ; + ns1:abbreviation "l"^^xsd:string ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Particle_displacement"^^xsd:anyURI ; + ns1:plainTextDescription "Sound Particle Displacement is the nstantaneous displacement of a particle in a medium from what would be its position in the absence of sound waves."^^xsd:string ; + ns1:symbol "ξ"^^xsd:string ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Sound power"@en ; + dcterms:description "Sound power or acoustic power \\(P_a\\) is a measure of sonic energy \\(E\\) per time \\(t\\) unit. It is measured in watts and can be computed as sound intensity (\\(I\\)) times area (\\(A\\))."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Sound_power"^^xsd:anyURI ; + ns1:latexDefinition "\\(P_a = IA\\), where \\(I\\) is the sound intensity in \\(\\frac{W}{m^2}\\) and \\(A\\) is the area in \\(m^2\\)."^^ns1:LatexString ; + ns1:symbol "P"^^xsd:string ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Sound pressure"@en ; + ns1:abbreviation "p"^^xsd:string ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Static_pressure"^^xsd:anyURI ; + ns1:plainTextDescription "Sound Pressure is the difference between instantaneous total pressure and static pressure."^^xsd:string ; + ns1:symbol "p"^^xsd:string ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Source Voltage"@en ; + dcterms:description """"Source Voltage}, also referred to as \\textit{Source Tension" is the voltage between the two terminals of a voltage source when there is no + +electric current through the source. The name "electromotive force} with the abbreviation \\textit{EMF" and the symbol \\(E\\) is deprecated."""^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:symbol "U_s"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Source Voltage Between Substances"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Source Voltage Between Substances\" is the source voltage between substance a and b."^^xsd:string ; + ns1:symbol "E_{ab}"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Spatial Summation Function"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Summation_(neurophysiology)#Spatial_summation"^^xsd:anyURI ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:plainTextDescription "\"Spatial Summation Function\" is he ability to produce a composite signal from the signals coming into the eyes from different directions."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Specific Energy Imparted"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.answers.com/topic/energy-imparted"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "For ionizing radiation, \\(z = \\frac{\\varepsilon}{m}\\), where \\(\\varepsilon\\) is the energy imparted to irradiated matter and \\(m\\) is the mass of that matter."^^ns1:LatexString ; + ns1:plainTextDescription "The \"Specific Energy Imparted\", is the energy imparted to an element of irradiated matter divided by the mass, dm, of that element."^^xsd:string ; + ns1:symbol "z"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Specific Heats Ratio"@en ; + dcterms:description "The ratio of specific heats, for the exhaust gases adiabatic gas constant, is the relative amount of compression/expansion energy that goes into temperature \\(T\\) versus pressure \\(P\\) can be characterized by the heat capacity ratio: \\(\\gamma\\frac{C_P}{C_V}\\), where \\(C_P\\) is the specific heat (also called heat capacity) at constant pressure, while \\(C_V\\) is the specific heat at constant volume. "^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:latexSymbol "\\(\\gamma\\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Specific Impulse by Mass"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Specific Impulse by Weight"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader , + . + + a ns1:QuantityKind ; + rdfs:label "Specific thrust"@en ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Specific_thrust"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:id "Q-160-100"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Specific_thrust"^^xsd:anyURI ; + ns1:plainTextDescription "Specific impulse (usually abbreviated Isp) is a way to describe the efficiency of rocket and jet engines. It represents the force with respect to the amount of propellant used per unit time.[1] If the \"amount\" of propellant is given in terms of mass (such as kilograms), then specific impulse has units of velocity. If it is given in terms of Earth-weight (such as kiloponds), then specific impulse has units of time. The conversion constant between the two versions of specific impulse is g. The higher the specific impulse, the lower the propellant flow rate required for a given thrust, and in the case of a rocket the less propellant is needed for a given delta-v per the Tsiolkovsky rocket equation."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:QuantityKind ; + rdfs:label "Spectral Luminous Efficiency"@en ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Luminous_efficacy"^^xsd:anyURI ; + ns1: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."^^ns1:LatexString ; + ns1: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%."^^xsd:string ; + ns1:symbol "V"^^xsd:string ; + ns1:systemDerivedQuantityKind ns1:SOQ_SI ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Speed of Light"@en ; + dcterms:description "The quantity kind \\(\\textbf{Speed of Light}\\) is the speed of electomagnetic waves in a given medium."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Speed_of_light"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-34"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + , + ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Illuminance"@en ; + dcterms:description "Spherical illuminance is equal to quotient of the total luminous flux \\(\\Phi_v\\) incident on a small sphere by the cross section area of that sphere."^^ns1:LatexString ; + ns1:applicableUnit , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://eilv.cie.co.at/term/1245"^^xsd:anyURI ; + ns1:latexDefinition "\\(E_v,0 = \\int_{4\\pi sr}{L_v}{d\\Omega}\\), where \\(d\\Omega\\) is the solid angle of each elementary beam passing through the given point and \\(L_v\\) is its luminance at that point in the direction of the beam."^^ns1:LatexString ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Spin"@en ; + ns1:applicableUnit , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Spin_(physics)"^^xsd:anyURI ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1: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."^^xsd:string ; + ns1:symbol "s"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Stage Propellant Mass"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:symbol "M_F"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Stage Structure Mass"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:symbol "M_S"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Standard Chemical Potential"@en ; + ns1:applicableUnit , + , + ; + ns1:expression "\\(j-mol^{-1}\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Chemical_potential"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\mu_B^\\Theta\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Standard Chemical Potential\" is the value of the chemical potential at standard conditions"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Static Friction"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Friction"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Friction"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:plainTextDescription "Static friction is friction between two or more solid objects that are not moving relative to each other. For example, static friction can prevent an object from sliding down a sloped surface. "^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Static Friction Coefficient"@en ; + ns1:applicableUnit , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Friction"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Friction"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\mu = \\frac{F_max}{N}\\), where \\(F_max\\) is the maximum tangential component of the contact force and \\(N\\) is the normal component of the contact force between two bodies at relative rest."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\mu\\)"^^ns1:LatexString ; + ns1:plainTextDescription "Static friction is friction between two or more solid objects that are not moving relative to each other. For example, static friction can prevent an object from sliding down a sloped surface. "^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Static pressure"@en ; + dcterms:description "\"Static Pressure\" is the pressure at a nominated point in a fluid. Every point in a steadily flowing fluid, regardless of the fluid speed at that point, has its own static pressure \\(P\\), dynamic pressure \\(q\\), and total pressure \\(P_0\\). The total pressure is the sum of the dynamic and static pressures, that is \\(P_0 = P + q\\)."^^ns1:LatexString ; + ns1:abbreviation "p"^^xsd:string ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Static_pressure"^^xsd:anyURI ; + ns1:symbol "p"^^xsd:string ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Strain Energy Density"@en ; + ns1:applicableUnit , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Defined as the 'work done' for a given strain, that is the area under the stress-strain curve after a specified eation. Source(s): http://www.prepol.com/product-range/product-subpages/terminology"^^xsd:string ; + ns1:symbol "u"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Structural Efficiency"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:latexSymbol "\\(\\gamma\\)"^^ns1:LatexString ; + ns1:plainTextDescription "Structural efficiency is a function of the weight of structure to the afforded vehicle's strength."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Superconductor Energy Gap"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/BCS_theory"^^xsd:anyURI ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Superconductor Energy Gap\" is the width of the forbidden energy band in a superconductor."^^xsd:string ; + ns1:symbol "Δ"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Susceptance"@en ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Susceptance"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Susceptance?oldid=430151986"^^xsd:anyURI, + "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-54"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(B = \\lim{\\underline{Y}}\\), where \\(\\underline{Y}\\) is admittance."^^ns1:LatexString ; + ns1:plainTextDescription "\"Susceptance\" is the imaginary part of admittance. The inverse of admittance is impedance and the real part of admittance is conductance. "^^xsd:string ; + ns1:symbol "B"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + . + + a ns1:QuantityKind ; + rdfs:label "Target Bogie Mass"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "An informal mass limit established by a Project Office (at the Element Integrated Product Team (IPT) level or below) to control mass."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Temperature Rate of Change"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC2/HTML/link/ifctemperaturerateofchangemeasure.htm"^^xsd:anyURI ; + ns1:plainTextDescription "The \"Temperature Rate of Change\" measures the difference of a temperature per time (positive: rise, negative: fall), as for instance used with heat sensors. It is for example measured in K/s."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Tension"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Tension"^^xsd:anyURI ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Thermal Admittance"@en ; + ns1:applicableUnit , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Thermal_conductivity"^^xsd:anyURI ; + ns1:plainTextDescription "The heat transfer coefficient is also known as thermal admittance in the sense that the material may be seen as admitting heat to flow."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Thermal Diffusivity"@en ; + dcterms:description "In heat transfer analysis, thermal diffusivity (usually denoted \\(\\alpha\\) but \\(a\\), \\(\\kappa\\),\\(k\\), and \\(D\\) are also used) is the thermal conductivity divided by density and specific heat capacity at constant pressure. The formula is: \\(\\alpha = {k \\over {\\rho c_p}}\\), where k is thermal conductivity (\\(W/(\\mu \\cdot K)\\)), \\(\\rho\\) is density (\\(kg/m^{3}\\)), and \\(c_p\\) is specific heat capacity (\\(\\frac{J}{(kg \\cdot K)}\\)) .The denominator \\(\\rho c_p\\), can be considered the volumetric heat capacity (\\(\\frac{J}{(m^{3} \\cdot K)}\\))."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Thermal_diffusivity"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Thermal_diffusivity"^^xsd:anyURI ; + ns1:latexDefinition "\\(a = \\frac{\\lambda}{\\rho c_\\rho}\\), where \\(\\lambda\\) is thermal conductivity, \\(\\rho\\) is mass density and \\(c_\\rho\\) is specific heat capacity at constant pressure."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\alpha\\)"^^ns1:LatexString ; + ns1:symbol "a"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Thermal Efficiency"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Thermal_efficiency"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:plainTextDescription "Thermal efficiency is a dimensionless performance measure of a thermal device such as an internal combustion engine, a boiler, or a furnace. The input to the device is heat, or the heat-content of a fuel that is consumed. The desired output is mechanical work, or heat, or possibly both."^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Thermal Transmittance"@en ; + ns1:applicableUnit , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Thermal_transmittance"^^xsd:anyURI ; + ns1:plainTextDescription "Thermal transmittance is the rate of transfer of heat through matter. The thermal transmittance of a material (such as insulation or concrete) or an assembly (such as a wall or window) is expressed as a U-value. The concept of thermal transmittance is closely related to that of thermal resistance. The thermal resistance of a structure is the reciprocal of its thermal transmittance."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Thermal Utilization Factor For Fission"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Probability that a neutron that gets absorbed does so in the fuel material."^^xsd:string ; + ns1:symbol "f"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Thermodynamic Critical Magnetic Flux Density"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:latexDefinition "\\(G_n - G_s = \\frac{1}{2}\\frac{B_c^2 \\cdot V}{\\mu_0}\\), where \\(G_n\\) and \\(G_s\\) are the Gibbs energies at zero magnetic flux density in a normal conductor and superconductor, respectively, \\(\\mu_0\\) is the magnetic constant, and \\(V\\) is volume."^^ns1:LatexString ; + ns1:plainTextDescription "\"Thermodynamic Critical Magnetic Flux Density\" is the maximum magnetic field strength below which a material remains superconducting."^^xsd:string ; + ns1:symbol "B_c"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Thermodynamic Entropy"@en ; + dcterms:description "Thermodynamic Entropy is a measure of the unavailability of a system’s energy to do work. It is a measure of the randomness of molecules in a system and is central to the second law of thermodynamics and the fundamental thermodynamic relation, which deal with physical processes and whether they occur spontaneously. The dimensions of entropy are energy divided by temperature, which is the same as the dimensions of Boltzmann's constant (\\(kB\\)) and heat capacity. The SI unit of entropy is \\(joule\\ per\\ kelvin\\). [Wikipedia]"^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Thickness"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Thickness"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.merriam-webster.com/dictionary/thickness"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:plainTextDescription "\"Thickness\" is the the smallest of three dimensions: length, width, thickness."^^xsd:string ; + ns1:symbol "d"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Thrust Coefficient"@en ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "The thrust force of a jet-propulsion engine per unit of frontal area per unit of incompressible dynamic pressure "^^xsd:string ; + ns1:symbol "C_{F}"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Thrust To Weight Ratio"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:latexSymbol "\\(\\psi\\)"^^ns1:LatexString ; + ns1:plainTextDescription "Thrust-to-weight ratio is a ratio of thrust to weight of a rocket, jet engine, propeller engine, or a vehicle propelled by such an engine. It is a dimensionless quantity and is an indicator of the performance of the engine or vehicle."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Time averaged sound intensity"@en ; + ns1:abbreviation "w/m2"^^xsd:string ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Sound_intensity"^^xsd:anyURI ; + ns1:latexDefinition "\\(I = \\frac{1}{t2 - t1} \\int_{t1}^{t2}i(t)dt\\), where \\(t1\\) and \\(t2\\) are the starting and ending times for the integral and \\(i\\) is sound intensity."^^ns1:LatexString ; + ns1:plainTextDescription "Sound intensity or acoustic intensity (\\(I\\)) is defined as the sound power \\(P_a\\) per unit area \\(A\\). The usual context is the noise measurement of sound intensity in the air at a listener's location as a sound energy quantity."^^xsd:string ; + ns1:symbol "I"^^xsd:string ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Total Angular Momentum"@en ; + dcterms:description "\"Total Angular Momentum\" combines both the spin and orbital angular momentum of all particles and fields. In atomic and nuclear physics, orbital angular momentum is usually denoted by \\(l\\) or \\(L\\) instead of \\(\\Lambda\\). The magnitude of \\(J\\) is quantized so that \\(J^2 = \\hbar^2 j(j + 1)\\), where \\(j\\) is the total angular momentum quantum number."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Angular_momentum#Spin.2C_orbital.2C_and_total_angular_momentum"^^xsd:anyURI ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:symbol "J"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Total Cross-section"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Cross_section_(physics)"^^xsd:anyURI ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "\"Total Cross-section\" is related to the absorbance of the light intensity through Beer-Lambert's law. It is the sum of all cross-sections corresponding to the various reactions or processes between an incident particle of specified type and energy and a target particle."^^xsd:string ; + ns1:symbol "σₜ"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Total Pressure"@en ; + dcterms:description " The total pressure is the sum of the dynamic and static pressures, that is \\(P_0 = P + q\\)."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:symbol "P_0"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Touch Thresholds"@en ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\overline{T_t}\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Touch Thresholds\" are thresholds for touch, vibration and other stimuli to the skin."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Transmittance"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Transmittance"^^xsd:anyURI ; + ns1: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."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\tau, T\\)"^^ns1:LatexString ; + ns1:plainTextDescription "Transmittance is the fraction of incident light (electromagnetic radiation) at a specified wavelength that passes through a sample."^^xsd:string ; + ns1:systemDerivedQuantityKind ns1:SOQ_SI ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "True Exhaust Velocity"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:symbol "u_{e}"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Vertical Velocity"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "The rate at which a body moves upwards at an angle of 90 degrees to the ground. It is the component of a projectile's velocity which is concerned with lifting the projectile."^^xsd:string ; + ns1:symbol "V_{Z}"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Visible Radiant Energy"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Radiant_energy"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31892"^^xsd:anyURI ; + ns1:latexDefinition "Q"^^ns1:LatexString ; + ns1: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."^^xsd:string ; + ns1:symbol "Q"^^xsd:string ; + ns1:systemDerivedQuantityKind ns1:SOQ_SI ; + rdfs:isDefinedBy ; + skos:broader ; + skos:closeMatch . + + a ns1:QuantityKind ; + rdfs:label "Vision Thresholds"@en ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Absolute_threshold#Vision"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\overline{T_v}\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Vision Thresholds\" is the thresholds of sensitivity of the eye."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Volume Strain"@en ; + dcterms:description "Volume, or volumetric, Strain, or dilatation (the relative variation of the volume) is the trace of the tensor \\(\\vartheta\\)."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Deformation_(mechanics)"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\vartheta = \\frac{\\Delta V}{V_0}\\), where \\(\\Delta V\\) is the increase in volume and \\(V_0\\) is the volume in a reference state to be specified."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\vartheta\\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Vorticity"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:latexSymbol "\\(\\omega\\)"^^ns1:LatexString ; + ns1:plainTextDescription "In the simplest sense, vorticity is the tendency for elements of a fluid to \"spin.\" More formally, vorticity can be related to the amount of \"circulation\" or \"rotation\" (or more strictly, the local angular rate of rotation) in a fluid. The average vorticity in a small region of fluid flow is equal to the circulation C around the boundary of the small region, divided by the area A of the small region. Mathematically, vorticity is a vector field and is defined as the curl of the velocity field."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Warm Receptor Threshold"@en ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\overline{T_w}\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Warm Receptor Threshold\" is the threshold of warm-sensitive free nerve-ending."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Water Horsepower"@en ; + dcterms:description "No pump can convert all of its mechanical power into water power. Mechanical power is lost in the pumping process due to friction losses and other physical losses. It is because of these losses that the horsepower going into the pump has to be greater than the water horsepower leaving the pump. The efficiency of any given pump is defined as the ratio of the water horsepower out of the pump compared to the mechanical horsepower into the pump."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://www.uaex.edu/environment-nature/water/docs/IrrigSmart-3241-A-Understanding-water-horsepower.pdf"^^xsd:anyURI ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Wavelength"@en ; + dcterms:description "For a monochromatic wave, \"wavelength\" is the distance between two successive points in a direction perpendicular to the wavefront where at a given instant the phase differs by \\(2\\pi\\). The wavelength of a sinusoidal wave is the spatial period of the wave—the distance over which the wave's shape repeats. The SI unit of wavelength is the meter."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Wavelength"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\lambda = \\frac{c}{\\nu}\\), where \\(\\lambda\\) is the wave length, \\(\\nu\\) is the frequency, and \\(c\\) is the speed of light in the medium."^^ns1:LatexString ; + ns1:symbol "λ"^^xsd:string ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Wavenumber"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Wavenumber"^^xsd:anyURI ; + ns1:latexDefinition """\\(\\sigma = \\frac{\\nu}{c}\\), where \\(\\sigma\\) is the wave number, \\(\\nu\\) is the frequency, and \\(c\\) is the speed of light in the medium. + +Or: + +\\(k = \\frac{2\\pi}{\\lambda}= \\frac{2\\pi\\upsilon}{\\upsilon_p}=\\frac{\\omega}{\\upsilon_p}\\), where \\(\\upsilon\\) is the frequency of the wave, \\(\\lambda\\) is the wavelength, \\(\\omega = 2\\pi \\upsilon\\) is the angular frequency of the wave, and \\(\\upsilon_p\\) is the phase velocity of the wave."""^^ns1:LatexString ; + ns1:latexSymbol "\\(\\sigma\\)"^^ns1:LatexString ; + ns1: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."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Web Time"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + rdfs:comment "Web Time"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Web Time Average Pressure"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Web Time Average Thrust"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + rdfs:comment "Web Time Avg Thrust (Mlbf)"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Weight"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Weight"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1: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."^^xsd:string ; + ns1:symbol "bold letter W"^^xsd:string ; + ns1:url "http://en.wikipedia.org/wiki/Weight"^^xsd:anyURI ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Width"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "\"Width\" is the middle of three dimensions: length, width, thickness."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Work Function"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Work_function"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\Phi\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Work Function\" is the energy difference between an electron at rest at infinity and an electron at a certain energy level. The minimum energy (usually measured in electronvolts) needed to remove an electron from a solid to a point immediately outside the solid surface (or energy needed to move an electron from the Fermi level into vacuum)."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:SystemOfUnits ; + rdfs:label "Astronomical System of Units (deprecated URI)"^^xsd:string ; + ns1:deprecated true ; + rdfs:seeAlso . + + a ns1:SystemOfUnits ; + rdfs:label "CGS System of Units (deprecated URI)"^^xsd:string ; + ns1:deprecated true ; + rdfs:seeAlso . + + a ns1:SystemOfUnits ; + rdfs:label "CGS-EMU System of Units (deprecated URI)"^^xsd:string ; + ns1:deprecated true ; + rdfs:seeAlso . + + a ns1:SystemOfUnits ; + rdfs:label "CGS-ESU System of Units (deprecated URI)"^^xsd:string ; + ns1:deprecated true ; + rdfs:seeAlso . + + a ns1:SystemOfUnits ; + rdfs:label "CGS-Gauss System of Units (deprecated URI)"^^xsd:string ; + ns1:deprecated true ; + rdfs:seeAlso . + + a ns1:SystemOfUnits ; + rdfs:label "Imperial System of Units (deprecated URI)"^^xsd:string ; + ns1:deprecated true ; + rdfs:seeAlso . + + a ns1:SystemOfUnits ; + rdfs:label "Planck System of Units (deprecated URI)"^^xsd:string ; + ns1:deprecated true ; + rdfs:seeAlso . + + a ns1:SystemOfUnits ; + rdfs:label "SI System of Units (deprecated URI)"^^xsd:string ; + ns1:deprecated true ; + rdfs:seeAlso . + + a ns1:SystemOfUnits ; + rdfs:label "US Customary System of Units (deprecated URI)"^^xsd:string ; + ns1:deprecated true ; + rdfs:seeAlso . + + a ns1:SystemOfUnits ; + rdfs:label "Unstated System Of Units"@en ; + dcterms:description "This placeholder system of units is for all units that do not fit will into any other system of units as modeled here."^^rdf:HTML ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ampere hour per degree Celsius"^^xsd:string ; + dcterms:description """$\\textit{Ampere Hour per Degree Celsius}$ is the product of the SI base unit ampere and the unit hour + divided by the unit degree Celsius. + """^^ns1:LatexString ; + ns1:conversionMultiplier 3600.0 ; + ns1:conversionMultiplierSN 3.6e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD886"^^xsd:string ; + ns1:symbol "A·h/°C"^^xsd:string ; + ns1:ucumCode "A.h.Cel-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ampere hour per cubic decimetre"^^xsd:string ; + dcterms:description """$\\textit{Ampere Hour per Cubic Decimetre}$ is the product of the SI base unit ampere + and the unit hour divided by 0.001-fold of the power of the SI base unit metre with + the exponent 3. + """^^ns1:LatexString ; + ns1:conversionMultiplier 3600000.0 ; + ns1:conversionMultiplierSN 3.6e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAD883"^^xsd:string ; + ns1:symbol "A·h/dm³"^^xsd:string ; + ns1:ucumCode "A.h.dm-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ampere hour per kilogram"^^xsd:string ; + dcterms:description "product of the SI base unit ampere and the unit hour divided by the SI base unit kilogram"^^xsd:string ; + ns1:conversionMultiplier 3600.0 ; + ns1:conversionMultiplierSN 3.6e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD884"^^xsd:string ; + ns1:symbol "A·h/kg"^^xsd:string ; + ns1:ucumCode "A.h.kg-1"^^ns1:UCUMcs, + "A.h/kg"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ampere hour per square metre"^^xsd:string ; + dcterms:description "product of the SI base unit ampere and the unit hour divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ; + ns1:conversionMultiplier 3600.0 ; + ns1:conversionMultiplierSN 3.6e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAD885"^^xsd:string ; + ns1:symbol "A·h/m²"^^xsd:string ; + ns1:ucumCode "A.h.m-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ampere hour per cubic metre"^^xsd:string ; + dcterms:description "product of the SI base unit ampere and the unit hour divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ; + ns1:conversionMultiplier 3600.0 ; + ns1:conversionMultiplierSN 3.6e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAD882"^^xsd:string ; + ns1:symbol "A·h/m³"^^xsd:string ; + ns1:ucumCode "A.h.m-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ampere minute"^^xsd:string ; + dcterms:description "product of the SI base unit ampere and the unit minute"^^xsd:string ; + ns1:conversionMultiplier 60.0 ; + ns1:conversionMultiplierSN 6e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB383"^^xsd:string ; + ns1:symbol "A·min"^^xsd:string ; + ns1:ucumCode "A.min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N95"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ampere per ampere hour"^^xsd:string ; + dcterms:description "SI base unit ampere divided by the SI base unit ampere and the unit hour"^^xsd:string ; + ns1:conversionMultiplier 0.0002777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD890"^^xsd:string ; + ns1:symbol "A/A·h"^^xsd:string ; + ns1:ucumCode "A.A-1.h-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ampere per kelvin"^^xsd:string ; + dcterms:description "SI base unit ampere divided by the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD896"^^xsd:string ; + ns1:symbol "A/K"^^xsd:string ; + ns1:ucumCode "A.K-1"^^ns1:UCUMcs, + "A/K"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ampere per kilogram"^^xsd:string ; + dcterms:description "SI base unit ampere divided by the SI base unit kilogram"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB485"^^xsd:string, + "0112/2///62720#UAD543"^^xsd:string ; + ns1:symbol "A/kg"^^xsd:string ; + ns1:ucumCode "A.kg-1"^^ns1:UCUMcs, + "A/kg"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H31"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ampere per pascal"^^xsd:string ; + dcterms:description "SI base unit ampere divided by the SI derived unit pascal"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB320"^^xsd:string ; + ns1:symbol "A/Pa"^^xsd:string ; + ns1:ucumCode "A.Pa-1"^^ns1:UCUMcs, + "A/Pa"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N93"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ampere squared second"^^xsd:string ; + dcterms:description "product out of the power of the SI base unit ampere with the exponent 2 and the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA108"^^xsd:string ; + ns1:symbol "A²·s"^^xsd:string ; + ns1:ucumCode "A.s2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H32"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ampere squared second"^^xsd:string ; + dcterms:description "product out of the power of the SI base unit ampere with the exponent 2 and the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA108"^^xsd:string ; + ns1:symbol "A²·s"^^xsd:string ; + ns1:ucumCode "A2.s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H32"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "acre‑foot (based on U.S. survey foot)"^^xsd:string ; + dcterms:description "unit of the volume, which is used in the United States to measure/gauge the capacity of reservoirs"^^xsd:string ; + ns1:conversionMultiplier 1233.48426566137344 ; + ns1:conversionMultiplierSN 1.233484e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB288"^^xsd:string ; + ns1:symbol "acre‑ft (US survey)"^^xsd:string ; + ns1:ucumCode "[acr_br].[ft_us]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "standard atmosphere per metre"^^xsd:string ; + dcterms:description """ + An [outdated] unit of the pressure divided by the SI base unit metre + """^^xsd:string ; + ns1:conversionMultiplier 101325.0 ; + ns1:conversionMultiplierSN 1.01325e+05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB423"^^xsd:string ; + ns1:symbol "Atm/m"^^xsd:string ; + ns1:ucumCode "atm.m-1"^^ns1:UCUMcs, + "atm/m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P83"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "technical atmosphere per metre"^^xsd:string ; + dcterms:description """ + The unit $\\textit{technical atmosphere per metre}$ is the pressure which is generated by a 10 metre water + column divided by the SI base unit metre. + """^^ns1:LatexString ; + ns1:conversionMultiplier 98066.5 ; + ns1:conversionMultiplierSN 9.80665e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB424"^^xsd:string ; + ns1:symbol "at/m"^^xsd:string ; + ns1:ucumCode "att.m-1"^^ns1:UCUMcs, + "att/m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P84"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "american wire gage"^^xsd:string ; + dcterms:description """ + The unit for $\\textit{American Wire Gage}$, symbol $AWG$, is for the standard nominal diameters and cross-sectional areas of American Wire Gage sizes of solid round wires used as electrical conductors. + """^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD909"^^xsd:string ; + ns1:symbol "AWG"^^xsd:string ; + ns1:uneceCommonCode "AWG"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "attoampere"^^xsd:string ; + dcterms:description """ + An $\\textit{AttoAmpere}$ is 0.000000000000000001-fold of the unit ampere + """^^ns1:LatexString ; + ns1:conversionMultiplier 0.000000000000000001 ; + ns1:conversionMultiplierSN 1e-18 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAB637"^^xsd:string ; + ns1:symbol "aA"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Attosecond"@en ; + dcterms:description """ + An $\\textit{AttoSecond}$ is 0.000000000000000001-fold of the SI base unit $second$. + """^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 0.000000000000000001 ; + ns1:conversionMultiplierSN 1e-18 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC696"^^xsd:string ; + ns1:plainTextDescription "0.000000000000000001-fold of the SI base unit second"^^xsd:string ; + ns1:prefix ; + ns1:symbol "as"^^xsd:string ; + ns1:ucumCode "as"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "bel per metre"^^xsd:string ; + dcterms:description "unit bel divided by the SI base unit metre"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB480"^^xsd:string ; + ns1:symbol "B/m"^^xsd:string ; + ns1:ucumCode "B.m-1"^^ns1:UCUMcs, + "B/m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P43"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "bar per degree Celsius"^^xsd:string ; + dcterms:description "unit bar divided by the unit °Celsius"^^xsd:string ; + ns1:conversionMultiplier 100000.0 ; + ns1:conversionMultiplierSN 1e+05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD921"^^xsd:string ; + ns1:symbol "bar/°C"^^xsd:string ; + ns1:ucumCode "bar.Cel-1"^^ns1:UCUMcs, + "bar/Cel"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "barn per electronvolt"^^xsd:string ; + dcterms:description "unit for the representation of the cross section barn divided by the unit of the energy electronvolt which is used for the atomic physics, nuclear physics and particle physics"^^xsd:string ; + ns1:conversionMultiplier 0.0000000006241509074460762607776240980930446 ; + ns1:conversionMultiplierSN 6.241509e-10 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB127"^^xsd:string ; + ns1:symbol "b/eV"^^xsd:string ; + ns1:ucumCode "b.eV-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A15"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "barn per steradian"^^xsd:string ; + dcterms:description "unit for the representation of the cross section barn divided by the unit of the solid angle steradian"^^xsd:string ; + ns1:conversionMultiplier 0.0000000000000000000000000001 ; + ns1:conversionMultiplierSN 1e-28 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB128"^^xsd:string ; + ns1:symbol "b/sr"^^xsd:string ; + ns1:ucumCode "b.sr-1"^^ns1:UCUMcs, + "b/sr"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A17"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "barn per steradian electronvolt"^^xsd:string ; + dcterms:description "unit for the representation of the cross section barn divided by the product of the unit of the solid angle steradian and the unit of the energy electronvolt which is used for the atomic physics, nuclear physics and particle physics"^^xsd:string ; + ns1:conversionMultiplier 0.0000000006241509074460762607776240980930446 ; + ns1:conversionMultiplierSN 6.241509e-10 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB140"^^xsd:string ; + ns1:symbol "b/(sr·eV)"^^xsd:string ; + ns1:ucumCode "b.sr-1.eV-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A16"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "baud"^^xsd:string ; + dcterms:description "unit for the symbol rate in communications engineering and telecommunication, at which 1 baud corresponds to the speed, at which 1 symbol (defined measurable signal change in the physical exchange medium) will be exchanged per second"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA109"^^xsd:string ; + ns1:symbol "Bd"^^xsd:string ; + ns1:uneceCommonCode "J38"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "bit per metre"^^xsd:string ; + dcterms:description "unit bit divided by the SI base unit metre"^^xsd:string ; + ns1:conversionMultiplier 0.69314718055994530941723212145818 ; + ns1:conversionMultiplierSN 6.931472e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA340"^^xsd:string ; + ns1:symbol "bit/m"^^xsd:string ; + ns1:ucumCode "bit.m-1"^^ns1:UCUMcs, + "bit/m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E88"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "bit per square metre"^^xsd:string ; + dcterms:description "unit bit divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ; + ns1:conversionMultiplier 0.69314718055994530941723212145818 ; + ns1:conversionMultiplierSN 6.931472e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA341"^^xsd:string ; + ns1:symbol "bit/m²"^^xsd:string ; + ns1:ucumCode "bit.m-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E89"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "bit per cubic metre"^^xsd:string ; + dcterms:description "unit bit divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ; + ns1:conversionMultiplier 0.69314718055994530941723212145818 ; + ns1:conversionMultiplierSN 6.931472e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA342"^^xsd:string ; + ns1:symbol "b/m³"^^xsd:string ; + ns1:ucumCode "bit.m-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British thermal unit (39 °F)"^^xsd:string ; + dcterms:description "unit of heat energy according to the Imperial system of units in a reference temperature of 39 °F"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB216"^^xsd:string ; + ns1:symbol "Btu (39 °F)"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British thermal unit (59 °F)"^^xsd:string ; + dcterms:description "unit of heat energy according to the Imperial system of units in a reference temperature of 59 °F"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB217"^^xsd:string ; + ns1:symbol "Btu (59 °F)"^^xsd:string ; + ns1:uneceCommonCode "N67"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British thermal unit (60 °F)"^^xsd:string ; + dcterms:description "unit of head energy according to the Imperial system of units at a reference temperature of 60 °F"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB218"^^xsd:string ; + ns1:symbol "Btu (60 °F)"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British thermal unit (international table) per hour square foot degree Fahrenheit"^^xsd:string ; + dcterms:description "unit of the heat transition coefficient according to the Imperial system of units"^^xsd:string ; + ns1:conversionMultiplier 5.678263341113487328270053328717809 ; + ns1:conversionMultiplierSN 5.678263e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB276"^^xsd:string ; + ns1:symbol "BtuIT/(h·ft²·°F)"^^xsd:string ; + ns1:ucumCode "[Btu_IT].h-1.[ft_i]-2.[degF]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N74"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British thermal unit (international table) per square inch second"^^xsd:string ; + dcterms:description "unit of the surface heat flux according to the Imperial system of units"^^xsd:string ; + ns1:conversionMultiplier 1635339.842240684481368962737925476 ; + ns1:conversionMultiplierSN 1.63534e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB268"^^xsd:string ; + ns1:symbol "BtuIT/(in²·s)"^^xsd:string ; + ns1:ucumCode "[Btu_IT].[in_i]-2.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N55"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British thermal unit (international table) per second square foot degree Fahrenheit"^^xsd:string ; + dcterms:description "unit of the heat transition coefficient according to the imperial system of units"^^xsd:string ; + ns1:conversionMultiplier 20441.74802800855438177219198338411 ; + ns1:conversionMultiplierSN 2.044175e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB278"^^xsd:string ; + ns1:symbol "BtuIT/(s·ft²·°F)"^^xsd:string ; + ns1:ucumCode "[Btu_IT].s-1.[ft_i]-2.[degF]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N76"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British thermal unit (thermochemical) per degree Fahrenheit"^^xsd:string ; + dcterms:description "unit of the heat capacity according to the Imperial system of units"^^xsd:string ; + ns1:conversionMultiplier 1897.830476099999848173561912000013 ; + ns1:conversionMultiplierSN 1.89783e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB272"^^xsd:string ; + ns1:symbol "Btuth/°F"^^xsd:string ; + ns1:ucumCode "[Btu_th].[degF]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N61"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British thermal unit (thermochemical) per degree Rankine"^^xsd:string ; + dcterms:description "unit of the heat capacity according to the Imperial system of units"^^xsd:string ; + ns1:conversionMultiplier 1897.830476099999848173561912000013 ; + ns1:conversionMultiplierSN 1.89783e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB274"^^xsd:string ; + ns1:symbol "Btuth/°R"^^xsd:string ; + ns1:ucumCode "[Btu_th].[degR]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N63"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British thermal unit (thermochemical) per square foot"^^xsd:string ; + dcterms:description "unit of the areal-related energy transmisson according to the Imperial system of units"^^xsd:string ; + ns1:conversionMultiplier 11348.93179491220093551298213707538 ; + ns1:conversionMultiplierSN 1.134893e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB284"^^xsd:string ; + ns1:symbol "Btuth/ft²"^^xsd:string ; + ns1:ucumCode "[Btu_th].[ft_i]-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P38"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British thermal unit (thermochemical) per square foot hour"^^xsd:string ; + dcterms:description "unit of the surface heat flux according to the Imperial system of units"^^xsd:string ; + ns1:conversionMultiplier 3.152481054142278037642495038076495 ; + ns1:conversionMultiplierSN 3.152481e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB264"^^xsd:string ; + ns1:symbol "Btuth/(ft²·h)"^^xsd:string ; + ns1:ucumCode "[Btu_th].[ft_i]-2.h-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N51"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British thermal unit (thermochemical) per square foot minute"^^xsd:string ; + dcterms:description "unit of the surface heat flux according to the Imperial system of units"^^xsd:string ; + ns1:conversionMultiplier 189.1488632485366822585497022845897 ; + ns1:conversionMultiplierSN 1.891489e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB265"^^xsd:string ; + ns1:symbol "Btuth/(ft²·min)"^^xsd:string ; + ns1:ucumCode "[Btu_th].[ft_i]-2.min-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British thermal unit (thermochemical) per square foot second"^^xsd:string ; + dcterms:description "unit of the surface heat flux according to the Imperial system of units"^^xsd:string ; + ns1:conversionMultiplier 11348.93179491220093551298213707538 ; + ns1:conversionMultiplierSN 1.134893e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB267"^^xsd:string ; + ns1:symbol "Btuth/(ft²·s)"^^xsd:string ; + ns1:ucumCode "[Btu_th].[ft_i]-2.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N54"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British thermal unit (thermochemical) per hour square foot degree Fahrenheit"^^xsd:string ; + dcterms:description "unit of the heat transition coefficient according to the imperial system of units"^^xsd:string ; + ns1:conversionMultiplier 5.674465897456100013799219272049695 ; + ns1:conversionMultiplierSN 5.674466e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB277"^^xsd:string ; + ns1:symbol "Btuth/(h·ft²·°F)"^^xsd:string ; + ns1:ucumCode "[Btu_th].h-1.[ft_i]-2.[degF]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N75"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British thermal unit (thermochemical) per pound degree Rankine"^^xsd:string ; + dcterms:description "unit of the heat capacity (British Thermal Unit - thermochemical - according to the international table according to the Rankine degree) according to the Imperial system of units divided by the unit avoirdupois pound according to the avoirdupois system of units"^^xsd:string ; + ns1:conversionMultiplier 4184.000000044092117716975512617227 ; + ns1:conversionMultiplierSN 4.184e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB275"^^xsd:string ; + ns1:symbol "Btuth/°R)/lb"^^xsd:string ; + ns1:ucumCode "[Btu_th].[lb_av]-1.[degR]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British thermal unit (thermochemical) per second square foot degree Fahrenheit"^^xsd:string ; + dcterms:description "unit of the heat transition coefficient according to the imperial system of units"^^xsd:string ; + ns1:conversionMultiplier 20428.0772308419600496771893793789 ; + ns1:conversionMultiplierSN 2.042808e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB279"^^xsd:string ; + ns1:symbol "Btuth/(s·ft²·°F)"^^xsd:string ; + ns1:ucumCode "[Btu_th].s-1.[ft_i]-2.[degF]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "byte per second"^^xsd:string ; + dcterms:description "unit byte divided by the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 5.5451774444795624753378569716654 ; + ns1:conversionMultiplierSN 5.545177e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB305"^^xsd:string ; + ns1:symbol "byte/s"^^xsd:string ; + ns1:ucumCode "By.s-1"^^ns1:UCUMcs, + "By/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P93"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "coulomb square metre per kilogram"^^xsd:string ; + dcterms:description "product of the SI derived unit coulomb and the power of the SI base unit metre with the exponent 2 divided by the SI base unit kilogram"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD912"^^xsd:string ; + ns1:symbol "C·m²/kg"^^xsd:string ; + ns1:ucumCode "C.m2.kg-1"^^ns1:UCUMcs, + "C.m2/kg"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J53"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "calorie (20 °C)"^^xsd:string ; + dcterms:description "unit for quantity of heat, which is to be required for 1 g air free water at a constant pressure from 101,325 kPa, to warm up the pressure of standard atmosphere at sea level, from 19.5 °C on 20.5 °C"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB219"^^xsd:string ; + ns1:symbol "cal₂₀"^^xsd:string ; + ns1:uneceCommonCode "N69"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "calorie (thermochemical) per square centimetre"^^xsd:string ; + dcterms:description "unit of the areal-related energy transmisson according to the Imperial system of units"^^xsd:string ; + ns1:conversionMultiplier 41840.0 ; + ns1:conversionMultiplierSN 4.184e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB285"^^xsd:string ; + ns1:symbol "calth/cm²"^^xsd:string ; + ns1:ucumCode "cal_th.cm-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P39"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "calorie (thermochemical) per square centimetre minute"^^xsd:string ; + dcterms:description "unit of the surface heat flux according to the Imperial system of units"^^xsd:string ; + ns1:conversionMultiplier 697.3333333333333333333333333333335 ; + ns1:conversionMultiplierSN 6.973333e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB269"^^xsd:string ; + ns1:symbol "calth/(cm²·min)"^^xsd:string ; + ns1:ucumCode "cal_th.cm-2.min-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N56"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "calorie (thermochemical) per square centimetre second"^^xsd:string ; + dcterms:description "unit of the surface heat flux according to the Imperial system of units"^^xsd:string ; + ns1:conversionMultiplier 41840.0 ; + ns1:conversionMultiplierSN 4.184e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB270"^^xsd:string ; + ns1:symbol "calth/(cm²·s)"^^xsd:string ; + ns1:ucumCode "cal_th.cm-2.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N57"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "calorie (thermochemical) per gram (calTH/g)"@en ; + dcterms:description """ + The unit $\\textit{Thermochemical Calorie per Gram}$ measures the amount of energy, in thermochemical calories, + contained in or required to heat up one gram of a substance. + This unit is often used to describe the energy content of substances or the energy released/absorbed in + chemical reactions relative to the mass of the substance involved. + """^^ns1:LatexString ; + dcterms:isReplacedBy ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 4184.0 ; + ns1:conversionMultiplierSN 4.184e+03 ; + ns1:definedUnitOfSystem ; + ns1:deprecated true ; + ns1:expression "$cal$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI, + "http://www.efunda.com/glossary/units/units--thermal_heat_capacity--british_thermal_unit_therm_per_pound_mass.cfm"^^xsd:anyURI ; + ns1:symbol "cal/G"^^xsd:string ; + ns1:ucumCode "cal_th.g-1"^^ns1:UCUMcs, + "cal_th/g"^^ns1:UCUMcs ; + rdfs:isDefinedBy ; + skos:changeNote "2020-10-30 - incorrect local-name - G is for Gravity, GM is for gram - the correct named individual was already present, so this one deprecated. "^^xsd:string . + + a ns1:Unit ; + rdfs:label "Cases per 1000 individuals year"@en ; + dcterms:description "The typical expression of morbidity rate, expressed as cases per 1000 individuals, per year."^^rdf:HTML ; + dcterms:isReplacedBy ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:deprecated true ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Incidence_(epidemiology)"^^xsd:anyURI ; + ns1:plainTextDescription "The typical expression of morbidity rate, expressed as cases per 1000 individuals, per year."^^xsd:string ; + ns1:symbol "Cases/1000 individuals/year"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "candela per square foot"^^xsd:string ; + dcterms:description "base unit SI candela divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2"^^xsd:string ; + ns1:conversionMultiplier 10.7639104167097223083335055559 ; + ns1:conversionMultiplierSN 1.076391e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB441"^^xsd:string ; + ns1:symbol "cd/ft²"^^xsd:string ; + ns1:ucumCode "cd.[ft_i]-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P32"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "international candle"^^xsd:string ; + dcterms:description "obsolete, non-legal unit of the power in Germany relating to DIN 1301-3:1979"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB440"^^xsd:string ; + ns1:symbol "international candle"^^xsd:string ; + ns1:uneceCommonCode "P36"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "chain (based on U.S. survey foot)"^^xsd:string ; + dcterms:description "unit of the length according the Anglo-American system of units"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA372"^^xsd:string ; + ns1:symbol "ch (US survey)"^^xsd:string ; + ns1:uneceCommonCode "M49"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "curie per kilogram"^^xsd:string ; + dcterms:description "1,000-fold of the unit curie divided by the SI base unit kilogram"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB091"^^xsd:string ; + ns1:symbol "Ci/kg"^^xsd:string ; + ns1:uneceCommonCode "A42"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Centimetre of Water"@en, + "Centimeter of Water"@en-us ; + dcterms:isReplacedBy ; + ns1:applicableSystem ; + ns1:conversionMultiplier 98.0665 ; + ns1:conversionMultiplierSN 9.80665e+01 ; + ns1:deprecated true ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "cmH₂0"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "centigray"^^xsd:string ; + dcterms:description "0.01-fold of the unit gray"^^xsd:string ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB503"^^xsd:string ; + ns1:symbol "cGy"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "centimetre per bar"^^xsd:string ; + dcterms:description "0.01-fold of the SI base unit metre divided by the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.0000001 ; + ns1:conversionMultiplierSN 1e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA377"^^xsd:string ; + ns1:symbol "cm/bar"^^xsd:string ; + ns1:ucumCode "cm.bar-1"^^ns1:UCUMcs, + "cm/bar"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G04"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "centimetre per second bar"^^xsd:string ; + dcterms:description "0.01-fold of the SI base unit metre divided by the product of the SI base unit second and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.0000001 ; + ns1:conversionMultiplierSN 1e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA381"^^xsd:string ; + ns1:symbol "cm/(s·bar)"^^xsd:string ; + ns1:ucumCode "cm.s-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J85"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "centimetre per second kelvin"^^xsd:string ; + dcterms:description "0.01-fold of the SI base unit metre divided by the product of the SI base unit second and the SI base unit Kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA380"^^xsd:string ; + ns1:symbol "cm/(s·K)"^^xsd:string ; + ns1:ucumCode "cm.s-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J84"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Square centimetres per cubic centimetre"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 100.0 ; + ns1:conversionMultiplierSN 1e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "cm²/cm³"^^xsd:string ; + ns1:ucumCode "cm2.cm-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "square centimetre per erg"^^xsd:string ; + dcterms:description "[CGS] unit of the spectral profile"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB168"^^xsd:string ; + ns1:symbol "cm²/erg"^^xsd:string ; + ns1:ucumCode "cm2.erg-1"^^ns1:UCUMcs, + "cm2/erg"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D16"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Square centimetres per gram"@en, + "Square centimeters per gram"@en-us ; + dcterms:description "0.0001-fold of the power of the SI base unit metre by exponent 2 divided by the 0.001-fold SI base unit kilogram"^^xsd:string ; + ns1:conversionMultiplier 0.1 ; + ns1:conversionMultiplierSN 1e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB193"^^xsd:string ; + ns1:symbol "cm²/g"^^xsd:string ; + ns1:ucumCode "cm2.g-1"^^ns1:UCUMcs, + "cm2/g"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H15"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "square centimetre per steradian erg"^^xsd:string ; + dcterms:description "[CGS] unit of the spectral angle profile"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB169"^^xsd:string ; + ns1:symbol "cm²/(sr·erg)"^^xsd:string ; + ns1:ucumCode "cm2.sr-1.erg-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D17"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "cubic centimetre per bar"^^xsd:string ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.00000000001 ; + ns1:conversionMultiplierSN 1e-11 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA387"^^xsd:string ; + ns1:symbol "cm³/bar"^^xsd:string ; + ns1:ucumCode "cm3.bar-1"^^ns1:UCUMcs, + "cm3/bar"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G94"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "cubic centimetre per day bar"^^xsd:string ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit day and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.0000000000000001157407407407407407407407407407407 ; + ns1:conversionMultiplierSN 1.157407e-16 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA390"^^xsd:string ; + ns1:symbol "cm³/(d·bar)"^^xsd:string ; + ns1:ucumCode "cm3.d-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G78"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "cubic centimetre per day kelvin"^^xsd:string ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit day and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.00000000001157407407407407407407407407407407 ; + ns1:conversionMultiplierSN 1.157407e-11 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA389"^^xsd:string ; + ns1:symbol "cm³/(d·K)"^^xsd:string ; + ns1:ucumCode "cm3.d-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G61"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "cubic centimetre per hour bar"^^xsd:string ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit hour and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.000000000000002777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-15 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA393"^^xsd:string ; + ns1:symbol "cm³/(h·bar)"^^xsd:string ; + ns1:ucumCode "cm3.h-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G79"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "cubic centimetre per hour kelvin"^^xsd:string ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit hour and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.0000000002777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-10 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA392"^^xsd:string ; + ns1:symbol "cm³/(h·K)"^^xsd:string ; + ns1:ucumCode "cm3.h-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G62"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "cubic centimetre per minute bar"^^xsd:string ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit minute and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.0000000000001666666666666666666666666666666667 ; + ns1:conversionMultiplierSN 1.666667e-13 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA397"^^xsd:string ; + ns1:symbol "cm³/(min·bar)"^^xsd:string ; + ns1:ucumCode "cm3.min-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G80"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "cubic centimetre per minute kelvin"^^xsd:string ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit minute and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.00000001666666666666666666666666666666667 ; + ns1:conversionMultiplierSN 1.666667e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA396"^^xsd:string ; + ns1:symbol "cm³/(min·K)"^^xsd:string ; + ns1:ucumCode "cm3.min-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G63"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "cubic centimetre per second bar"^^xsd:string ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the SI base unit second and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.00000000001 ; + ns1:conversionMultiplierSN 1e-11 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA401"^^xsd:string ; + ns1:symbol "cm³/(s·bar)"^^xsd:string ; + ns1:ucumCode "cm3.s-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G81"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "cubic centimetre per second kelvin"^^xsd:string ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the SI base unit second and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA400"^^xsd:string ; + ns1:symbol "cm³/(s·K)"^^xsd:string ; + ns1:ucumCode "cm3.s-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G64"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "centimetre to the fourth power"^^xsd:string, + "Zentimeter hoch 4"@de, + "quartic Centimetre"@en ; + dcterms:description "0.01-fold of SI base unit metre to the power four"^^xsd:string ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00000001 ; + ns1:conversionMultiplierSN 1e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAC000"^^xsd:string ; + ns1:plainTextDescription "0.01-fold of the SI base unit metre with the exponent 4"^^xsd:string ; + ns1:prefix ; + ns1:symbol "cm⁴"^^xsd:string ; + ns1:ucumCode "cm4"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Sextic Centietre"@en, + "Sextic Centieter"@en-us ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "Scaling of hexic meter by 10^-12"^^xsd:string ; + ns1:symbol "cm⁶"^^xsd:string ; + ns1:ucumCode "cm6"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Centimole per litre"@en ; + dcterms:description "1/100 of SI unit of amount of substance per litre"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 10.0 ; + ns1:conversionMultiplierSN 1e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "cmol/L"^^xsd:string ; + ns1:ucumCode "cmol.L-1"^^ns1:UCUMcs, + "cmol/L"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "centimetre of water (4 °C)"^^xsd:string ; + dcterms:description "non SI-conform unit of pressure, at which a value of 1 cmH₂O meets the static pressure, which is generated by a head of water at a temperature of 4 °C with a height of 1 centimetre"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB236"^^xsd:string ; + ns1:symbol "cmH₂O (4 °C)"^^xsd:string ; + ns1:uneceCommonCode "N14"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "centimetre of water (4 °C)"^^xsd:string ; + dcterms:description "non SI-conform unit of pressure, at which a value of 1 cmH₂O meets the static pressure, which is generated by a head of water at a temperature of 4 °C with a height of 1 centimetre"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB236"^^xsd:string ; + ns1:symbol "cmH₂0 (4 °C)"^^xsd:string ; + ns1:uneceCommonCode "N14"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "centimetre of mercury (0 °C)"^^xsd:string ; + dcterms:description "non SI-conform unit of pressure, at which a value of 1 cmHg meets the static pressure, which is generated by a mercury at a temperature of 0 °C with a height of 1 centimetre"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB235"^^xsd:string ; + ns1:symbol "cmHg (0 °C)"^^xsd:string ; + ns1:uneceCommonCode "N13"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "centinewton metre per square metre"^^xsd:string ; + dcterms:description "0.01-fold of the SI derived unit newton divided by the SI base unit metre to the power two"^^xsd:string ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB551"^^xsd:string ; + ns1:symbol "cN·m/m²"^^xsd:string ; + ns1:ucumCode "cN.m.m-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "centipoise per kelvin"^^xsd:string ; + dcterms:description "[CGS] 0.01-fold of the CGS unit poise for dynamic viscosity divided by the SI base unit Kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA357"^^xsd:string ; + ns1:symbol "cP/K"^^xsd:string ; + ns1:ucumCode "cP.K-1"^^ns1:UCUMcs, + "cP/K"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J73"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Darcy"@en ; + 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 ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0000000000009869233 ; + ns1:conversionMultiplierSN 9.869233e-13 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Darcy_(unit)"^^xsd:anyURI ; + ns1:expression "$d$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Darcy_(unit)"^^xsd:anyURI ; + ns1: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²."^^xsd:string ; + ns1:symbol "d"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Deaths per Million individuals year"@en ; + dcterms:description "The expression of mortality rate, expressed as deaths per 1,000,000 individuals, per year."^^rdf:HTML ; + dcterms:isReplacedBy ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:deprecated true ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Mortality_rate"^^xsd:anyURI ; + ns1:plainTextDescription "The expression of mortality rate, expressed as deaths per Million individuals, per year."^^xsd:string ; + ns1:symbol "deaths/million individuals/yr"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Deaths per 1000 individuals year"@en ; + dcterms:description "The typical expression of mortality rate, expressed as deaths per 1000 individuals, per year."^^rdf:HTML ; + dcterms:isReplacedBy ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:deprecated true ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Mortality_rate"^^xsd:anyURI ; + ns1:plainTextDescription "The typical expression of mortality rate, expressed as deaths per 1000 individuals, per year."^^xsd:string ; + ns1:symbol "deaths/1000 individuals/yr"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Degrees per metre"@en ; + dcterms:description "A change of angle in one SI unit of length."@en ; + ns1:conversionMultiplier 0.0174532925199433 ; + ns1:conversionMultiplierSN 1.745329e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAA025"^^xsd:string ; + ns1:symbol "°/m"^^xsd:string ; + ns1:ucumCode "deg.m-1"^^ns1:UCUMcs, + "deg/m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H27"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Degrees Celsius kilogram per square metre"@en ; + dcterms:description "Derived unit for the product of the temperature in degrees Celsius and the mass density of a medium, integrated over vertical depth or height in metres."@en ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "°C·kg/m²"^^xsd:string ; + ns1:ucumCode "Cel.kg.m-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "degree Celsius per bar"^^xsd:string ; + dcterms:description "unit with the name °Celsius divided by the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.00001 ; + ns1:conversionMultiplierSN 1e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA035"^^xsd:string ; + ns1:symbol "°C/bar"^^xsd:string ; + ns1:ucumCode "Cel.bar-1"^^ns1:UCUMcs, + "Cel/bar"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F60"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Degrees Celsius per metre"@en ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "°C/m"^^xsd:string ; + ns1:ucumCode "Cel.m-1"^^ns1:UCUMcs, + "Cel/m"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Square Degrees Celsius per second"@en ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "°C²/s"^^xsd:string ; + ns1:ucumCode "K2.s-1"^^ns1:UCUMcs, + "K2/s"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "degree Fahrenheit hour square foot per British thermal unit (international table) inch"^^xsd:string ; + dcterms:description "unit of specific thermal resistance according to the Imperial system of units"^^xsd:string ; + ns1:conversionMultiplier 6.933471798515978536211269038626224 ; + ns1:conversionMultiplierSN 6.933472e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB252"^^xsd:string ; + ns1:symbol "°F·hr·ft²/(Btu{IT}·in)"^^xsd:string ; + ns1:ucumCode "[degF].h.[ft_i]2.[Btu_IT]-1.[in_i]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N88"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "degree Fahrenheit hour square foot per British thermal unit (thermochemical) inch"^^xsd:string ; + dcterms:description "unit of specific thermal resistance according to the Imperial system of units"^^xsd:string ; + ns1:conversionMultiplier 6.938111789130205681487738650821007 ; + ns1:conversionMultiplierSN 6.938112e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB253"^^xsd:string ; + ns1:symbol "°F·hr·ft²/(Btu{th}·in)"^^xsd:string ; + ns1:ucumCode "[degF].h.[ft_i]2.[Btu_th]-1.[in_i]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N89"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Degree Fahrenheit hour per British thermal unit (thermochemical)"^^xsd:string ; + dcterms:description """The unit $\\textit{Degree Fahrenheit hour per British thermal unit (thermochemical)}$ is a non SI-conform unit of the thermal resistance according to the Imperial system of units. + """^^ns1:LatexString ; + ns1:conversionMultiplier 1.896902829486604790432999412407318 ; + ns1:conversionMultiplierSN 1.896903e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB249"^^xsd:string ; + ns1:symbol "°F/(Btuth/h)"^^xsd:string ; + ns1:ucumCode "[degF].h.[Btu_th]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N85"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Degree Fahrenheit per bar"^^xsd:string ; + dcterms:description """$\\textit{Degree Fahrenheit per bar}$ is the traditional unit degree Fahrenheit for temperature according to the Anglo-American system of units divided by the unit bar. + """^^ns1:LatexString ; + ns1:conversionMultiplier 0.000005555555555555556 ; + ns1:conversionMultiplierSN 5.555556e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA042"^^xsd:string ; + ns1:symbol "°F/bar"^^xsd:string ; + ns1:ucumCode "[degF].bar-1"^^ns1:UCUMcs, + "[degF]/bar"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J21"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "degree Fahrenheit second per British thermal unit (international table)"^^xsd:string ; + dcterms:description """ + The unit $\\textit{Degree Fahrenheit Second per British thermal unit (international table)}$ is a non SI-conform unit + of the thermal resistance according to the Imperial system of units. + """^^ns1:LatexString ; + ns1:conversionMultiplier 0.0005265650668407318199100859275227703 ; + ns1:conversionMultiplierSN 5.265651e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB250"^^xsd:string ; + ns1:symbol "°F·s/Btu{IT}"^^xsd:string ; + ns1:ucumCode "[degF].s.[Btu_IT]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N86"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "degree Fahrenheit second per British thermal unit (thermochemical)"^^xsd:string ; + dcterms:description """ + The unit $\\textit{Degree Fahrenheit Second per British thermal unit (thermochemical)}$ is a non SI-conform unit + of the thermal resistance according to the Imperial system of units. + """^^ns1:LatexString ; + ns1:conversionMultiplier 0.0005269174526351679973424998367798105 ; + ns1:conversionMultiplierSN 5.269175e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB251"^^xsd:string ; + ns1:symbol "°F·s/Btu{th}"^^xsd:string ; + ns1:ucumCode "[degF].s.[Btu_th]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N87"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "dyne metre"^^xsd:string ; + dcterms:description "[CGS] unit of the rotational moment"^^xsd:string ; + ns1:conversionMultiplier 0.00001 ; + ns1:conversionMultiplierSN 1e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB419"^^xsd:string ; + ns1:symbol "dyn·m"^^xsd:string ; + ns1:ucumCode "dyn.m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M97"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "dyne second per centimetre to the fifth power"^^xsd:string ; + dcterms:description "[CGS] unit of the acoustic impedance (volume flow rate-related pressure)"^^xsd:string ; + ns1:conversionMultiplier 100000.0 ; + ns1:conversionMultiplierSN 1e+05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB045"^^xsd:string ; + ns1:symbol "dyn·s/cm⁵"^^xsd:string ; + ns1:ucumCode "dyn.s.cm-5"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A52"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Dekapoise"@de, + "Decapoise"@en ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:plainTextDescription "10-fold of the CGS unit of the dynamic viscosity poise"^^xsd:string ; + ns1:prefix ; + ns1:symbol "daP"^^xsd:string ; + ns1:ucumCode "daP"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "decibel milliwatts"^^xsd:string ; + dcterms:description "unit of level used to indicate that a power ratio is expressed in decibel (dB) with reference to one milliwatt (mW)"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD891"^^xsd:string ; + ns1:symbol "dB·mW"^^xsd:string ; + ns1:ucumCode "dB.mW"^^ns1:UCUMcs ; + ns1:uneceCommonCode "DBM"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "decibel milliwatts per megahertz"^^xsd:string ; + dcterms:description "unit of level used to indicate that a power ratio is expressed in decibel (dB) with reference to one milliwatt (mW) devided by the 1,000,000-fold of the derived unit hertz"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD892"^^xsd:string ; + ns1:symbol "dB·mW/Mhz"^^xsd:string ; + ns1:ucumCode "dB.mW.MHz-1"^^ns1:UCUMcs, + "dB.mW/MHz"^^ns1:UCUMcs ; + ns1:uneceCommonCode "DBM"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "decibel per kilometre"^^xsd:string ; + dcterms:description "0.1-fold of the unit bel divided by 1,000-fold of the SI base unit metre"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA410"^^xsd:string ; + ns1:symbol "dB/km"^^xsd:string ; + ns1:ucumCode "dB.km-1"^^ns1:UCUMcs, + "dB/km"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H51"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "decibel per metre"^^xsd:string ; + dcterms:description "0.1-fold of the unit bel divided by the SI base unit metre"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA411"^^xsd:string ; + ns1:symbol "dB/m"^^xsd:string ; + ns1:ucumCode "dB.m-1"^^ns1:UCUMcs, + "dB/m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H52"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "decibel watt"^^xsd:string ; + dcterms:description "The decibel watt or dBW is a unit for the measurement of the strength of a signal expressed in decibels relative to one watt."^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD924"^^xsd:string ; + ns1:symbol "dBW"^^xsd:string ; + ns1:ucumCode "dB.W"^^ns1:UCUMcs ; + ns1:uneceCommonCode "DBW"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "decibel with A-weighting"^^xsd:string ; + dcterms:description "unit of sound pressure level with frequency weighting A"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAD893"^^xsd:string ; + ns1:symbol "dB(A)"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "decibel isotropic"^^xsd:string ; + dcterms:description "antenna gain of a transmitted or received signal"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAD889"^^xsd:string ; + ns1:symbol "dBi"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "decibel with Z-weighting"^^xsd:string ; + dcterms:description "unit of sound pressure level with frequency weighting Z (ZERO or linear weighting)"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAD895"^^xsd:string ; + ns1:symbol "dB(Z)"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "cubic decimetre per kilogram"^^xsd:string ; + dcterms:description "0.001-fold of the power of the SI base unit meter by exponent 3 divided by the SI based unit kilogramm"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB409"^^xsd:string ; + ns1:symbol "dm³/kg"^^xsd:string ; + ns1:ucumCode "dm3.kg-1"^^ns1:UCUMcs, + "dm3/kg"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N28"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "decisecond"@en ; + dcterms:description "\"Decisecond\" is an SI unit for 'Time' expressed as $ds$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.1 ; + ns1:conversionMultiplierSN 1e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "https://simple.wikipedia.org/w/index.php?title=Decisecond&oldid=8898314"^^xsd:anyURI ; + ns1:prefix ; + ns1:symbol "ds"^^xsd:string ; + ns1:ucumCode "ds"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C26"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "enzyme unit"^^xsd:string ; + dcterms:description "unit to express the catalytic activity of a specified chemical redation"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB600"^^xsd:string ; + ns1:symbol "U"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "enzyme units per litre"^^xsd:string ; + dcterms:description "amount of enzyme units divided by litre"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB601"^^xsd:string ; + ns1:symbol "U/L"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "erg square centimetre"^^xsd:string ; + dcterms:description "[CGS] unit of the atomic stopping power"^^xsd:string ; + ns1:conversionMultiplier 0.00000000001 ; + ns1:conversionMultiplierSN 1e-11 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB148"^^xsd:string ; + ns1:symbol "erg·cm²"^^xsd:string ; + ns1:ucumCode "erg.cm2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A66"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "erg square centimetre per gram"^^xsd:string ; + dcterms:description "[CGS] unit of the mass stopping power"^^xsd:string ; + ns1:conversionMultiplier 0.00000001 ; + ns1:conversionMultiplierSN 1e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB149"^^xsd:string ; + ns1:symbol "erg·cm²/g"^^xsd:string ; + ns1:ucumCode "erg.cm2.g-1"^^ns1:UCUMcs, + "erg.cm2/g"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A67"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "enzyme units per litre"^^xsd:string ; + dcterms:description "amount of enzyme units divided by litre"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB601"^^xsd:string ; + ns1:symbol "U/L"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Euro per kilowatt"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "Unit for measuring the hardware cost of a power generation unit relative to the generated power"^^xsd:string ; + ns1:symbol "€/kW"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Euro per kilowatt hour"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "Unit for measuring the cost of electricity."^^xsd:string ; + ns1:symbol "€/(kW·hr)"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Euro per square metre"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "Unit for expressing cost per square metre"^^xsd:string ; + ns1:symbol "€/m²"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Euro per watt"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "Unit for measuring the hardware cost of a power generation unit relative to the generated power"^^xsd:string ; + ns1:symbol "€/W"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Euro per watt hour"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0002777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "Unit for measuring the cost of electricity."^^xsd:string ; + ns1:symbol "€/(W·hr)"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Euro per watt second"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "Unit for measuring the cost of electricity."^^xsd:string ; + ns1:symbol "€/(W·s)"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "electronvolt square metre"^^xsd:string ; + dcterms:description "product of the unit electronvolt and the power of the SI base unit metre with the exponent 2"^^xsd:string ; + ns1:conversionMultiplier 0.0000000000000000001602176487 ; + ns1:conversionMultiplierSN 1.602176e-19 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA427"^^xsd:string ; + ns1:symbol "eV·m²"^^xsd:string ; + ns1:ucumCode "eV.m2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A55"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "electronvolt square metre per kilogram"^^xsd:string ; + dcterms:description "product of the unit electronvolt and the power of the SI base unit metre with the exponent 2 divided by the SI base unit kilogram"^^xsd:string ; + ns1:conversionMultiplier 0.0000000000000000001602176487 ; + ns1:conversionMultiplierSN 1.602176e-19 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA428"^^xsd:string ; + ns1:symbol "eV·m²/kg"^^xsd:string ; + ns1:ucumCode "eV.m2.kg-1"^^ns1:UCUMcs, + "eV.m2/kg"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A56"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "exbibit per metre"^^xsd:string ; + dcterms:description "1,152,921,504,606,846,976-fold of the unit bit divided by the SI base unit metre"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA140"^^xsd:string ; + ns1:symbol "Eibit/m"^^xsd:string ; + ns1:uneceCommonCode "E65"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "exabit per second"^^xsd:string ; + dcterms:description "1,000,000,000,000,000,000-fold of the unit bit divided by the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 1000000000000000000.0 ; + ns1:conversionMultiplierSN 1e+18 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA139"^^xsd:string ; + ns1:symbol "Ebit/s"^^xsd:string ; + ns1:uneceCommonCode "E58"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "exajoule per second"^^xsd:string ; + dcterms:description "1,000,000,000,000,000,000-fold of the SI derived unit joule divided by the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 1000000000000000000.0 ; + ns1:conversionMultiplierSN 1e+18 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB515"^^xsd:string ; + ns1:symbol "EJ/s"^^xsd:string ; + ns1:ucumCode "EJ.s-1"^^ns1:UCUMcs, + "EJ/s"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "exavolt ampere"^^xsd:string ; + dcterms:description "1,000,000,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB537"^^xsd:string ; + ns1:symbol "EV·A"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "exawatt"^^xsd:string ; + dcterms:description "1,000,000,000,000,000,000-fold of the unit watt"^^xsd:string ; + ns1:conversionMultiplier 1000000000000000000.0 ; + ns1:conversionMultiplierSN 1e+18 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB507"^^xsd:string ; + ns1:symbol "EW"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "exbibit per metre"^^xsd:string ; + dcterms:description "1,152,921,504,606,846,976-fold of the unit bit divided by the SI base unit metre"^^xsd:string ; + ns1:conversionMultiplier 1152921504606846980.0 ; + ns1:conversionMultiplierSN 1.152922e+18 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA140"^^xsd:string ; + ns1:symbol "Eibit/m"^^xsd:string ; + ns1:uneceCommonCode "E65"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "exbibit per square metre"^^xsd:string ; + dcterms:description "1,152,921,504,606,846,976-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ; + ns1:conversionMultiplier 1152921504606846980.0 ; + ns1:conversionMultiplierSN 1.152922e+18 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA141"^^xsd:string ; + ns1:symbol "Eibit/m²"^^xsd:string ; + ns1:uneceCommonCode "E66"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "exbibit per cubic metre"^^xsd:string ; + dcterms:description "1,152,921,504,606,846,976-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ; + ns1:conversionMultiplier 1152921504606846980.0 ; + ns1:conversionMultiplierSN 1.152922e+18 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA142"^^xsd:string ; + ns1:symbol "Eibit/m³"^^xsd:string ; + ns1:uneceCommonCode "E67"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "foot hour per gallon (UK)"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour"^^xsd:string ; + ns1:conversionMultiplier 241367.856773623047497959785222025991904 ; + ns1:conversionMultiplierSN 2.413679e+05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD854"^^xsd:string ; + ns1:symbol "lb/(gal (UK))/(lb/(ft·h))"^^xsd:string ; + ns1:ucumCode "[ft_i].h.[gal_br]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "foot hour per gallon (US)"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour"^^xsd:string ; + ns1:conversionMultiplier 289870.709611549093228056585983301828 ; + ns1:conversionMultiplierSN 2.898707e+05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD850"^^xsd:string ; + ns1:symbol "lb/(gal (US))/(lb/(ft·h))"^^xsd:string ; + ns1:ucumCode "[ft_i].h.[gal_us]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "foot hour per cubic inch"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour"^^xsd:string ; + ns1:conversionMultiplier 66960133.9202678405356810713621427250112 ; + ns1:conversionMultiplierSN 6.696013e+07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD846"^^xsd:string ; + ns1:symbol "(lb/in³)/(lb/(ft·h))"^^xsd:string ; + ns1:ucumCode "[ft_i].h.[in_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "foot per psi"^^xsd:string ; + dcterms:description "unit foot as a linear measure according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force square inch)"^^xsd:string ; + ns1:conversionMultiplier 0.00004420750047668715004148802456506335464 ; + ns1:conversionMultiplierSN 4.42075e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA447"^^xsd:string ; + ns1:symbol "ft/psi"^^xsd:string ; + ns1:ucumCode "[ft_i].[psi]-1"^^ns1:UCUMcs, + "[ft_i]/[psi]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K17"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "foot per second degree Fahrenheit"^^xsd:string ; + dcterms:description "unit foot as a linear measure according to the Anglo-American and the Imperial system of units divided by the product of the SI base unit second and the traditional unit degree Fahrenheit"^^xsd:string ; + ns1:conversionMultiplier 0.5486399999999999561088000000000036576 ; + ns1:conversionMultiplierSN 5.4864e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA450"^^xsd:string ; + ns1:symbol "ft/(s·°F)"^^xsd:string ; + ns1:ucumCode "[ft_i].s-1.[degF]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K18"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "foot per second psi"^^xsd:string ; + dcterms:description "quotient of the unit foot according to the Anglo-American and the Imperial system of units and the SI base unit second divided by the composed unit for pressure (pound-force per square inch)"^^xsd:string ; + ns1:conversionMultiplier 0.00004420750047668715004148802456506335464 ; + ns1:conversionMultiplierSN 4.42075e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA451"^^xsd:string ; + ns1:symbol "ft/(s·psi)"^^xsd:string ; + ns1:ucumCode "[ft_i].s-1.[psi]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K19"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "foot second per gallon (UK)"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 67.04662688156195763832216256167388664 ; + ns1:conversionMultiplierSN 6.704663e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD855"^^xsd:string ; + ns1:symbol "lb/(gal (UK))/(lb/(ft·s))"^^xsd:string ; + ns1:ucumCode "[ft_i].s.[gal_br]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "foot second per gallon (US)"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 80.51964155876363700779349610647273 ; + ns1:conversionMultiplierSN 8.051964e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD851"^^xsd:string ; + ns1:symbol "lb/(gal (US))/(lb/(ft·s))"^^xsd:string ; + ns1:ucumCode "[ft_i].s.[gal_us]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "foot second per cubic inch"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 18600.037200074400148800297600595201392 ; + ns1:conversionMultiplierSN 1.860004e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD847"^^xsd:string ; + ns1:symbol "(lb/in³)/(lb/(ft·s))"^^xsd:string ; + ns1:ucumCode "[ft_i].s.[in_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "cubic foot per pound"^^xsd:string ; + dcterms:description "power of the unit foot according to the Anglo-American and Imperial system of units by exponent 3 divided by the unit avoirdupois pound according to the avoirdupois unit system"^^xsd:string ; + ns1:conversionMultiplier 0.06242796057614461195632545582722213 ; + ns1:conversionMultiplierSN 6.242796e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB410"^^xsd:string ; + ns1:symbol "ft³/lbm"^^xsd:string ; + ns1:ucumCode "[ft_i]3.[lb_av]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N29"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "cubic foot per psi"^^xsd:string ; + dcterms:description "power of the unit foot as a linear measure according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the composed unit for pressure (pound-force per square inch)"^^xsd:string ; + ns1:conversionMultiplier 0.0000041070111850856853677903636056890634386541056 ; + ns1:conversionMultiplierSN 4.107011e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA460"^^xsd:string ; + ns1:symbol "ft³/psi"^^xsd:string ; + ns1:ucumCode "[ft_i]3.[psi]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K23"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "foot to the fourth power"^^xsd:string ; + dcterms:description "power of the unit foot according to the Anglo-American and Imperial system of units by exponent 4"^^xsd:string ; + ns1:conversionMultiplier 0.0086309748412416 ; + ns1:conversionMultiplierSN 8.630975e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAB209"^^xsd:string ; + ns1:symbol "ft⁴"^^xsd:string ; + ns1:uneceCommonCode "N27"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "foot of water (39.2 °F)"^^xsd:string ; + dcterms:description "non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 ftH₂O is equivalent to the static pressure, which is generated by a head of water at a temperature 39.2°F with a height of 1 foot"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB237"^^xsd:string ; + ns1:symbol "ftH₂O (39.2 °F)"^^xsd:string ; + ns1:uneceCommonCode "N15"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "femtoampere"^^xsd:string ; + dcterms:description "0.000000000000001-fold of the unit ampere"^^xsd:string ; + ns1:conversionMultiplier 0.000000000000001 ; + ns1:conversionMultiplierSN 1e-15 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAB638"^^xsd:string ; + ns1:symbol "fA"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "femtofarad"^^xsd:string ; + dcterms:description "0.000000000000001-fold of the unit farad"^^xsd:string ; + ns1:conversionMultiplier 0.000000000000001 ; + ns1:conversionMultiplierSN 1e-15 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB588"^^xsd:string ; + ns1:symbol "fF"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Femtosecond"@en ; + dcterms:description "0.000000000000001-fold of the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 0.000000000000001 ; + ns1:conversionMultiplierSN 1e-15 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC697"^^xsd:string ; + ns1:plainTextDescription "0.000000000000001-fold of the SI base unit second"^^xsd:string ; + ns1:prefix ; + ns1:symbol "fs"^^xsd:string ; + ns1:ucumCode "fs"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "femtovolt"^^xsd:string ; + dcterms:description "0.000000000000001-fold of the SI derived unit volt"^^xsd:string ; + ns1:conversionMultiplier 0.000000000000001 ; + ns1:conversionMultiplierSN 1e-15 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAC770"^^xsd:string ; + ns1:symbol "fV"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Charrière gauge"^^xsd:string ; + dcterms:description "unit for the diameter of urological instruments and catheters for different purposes corresponding to: 1 Ch = 0,333 333 333 10 ⁻ ³ m"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB382"^^xsd:string ; + ns1:symbol "Ch"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram centimetre per second"^^xsd:string ; + dcterms:description "product of the 0.001-fold of the SI base unit kilogram and the 0.01-fold of the SI base unit metre divided by the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 0.00001 ; + ns1:conversionMultiplierSN 1e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB414"^^xsd:string ; + ns1:symbol "g·(cm/s)"^^xsd:string ; + ns1:ucumCode "g.cm.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M99"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram hour per litre cubic centimetre"^^xsd:string ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time hour"^^xsd:string ; + ns1:conversionMultiplier 3600000000.0 ; + ns1:conversionMultiplierSN 3.6e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC822"^^xsd:string ; + ns1:symbol "(g/l)/(cm³/h)"^^xsd:string ; + ns1:ucumCode "g.h.L-1.cm-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram hour per litre cubic metre"^^xsd:string ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per unit of time hour"^^xsd:string ; + ns1:conversionMultiplier 3600.0 ; + ns1:conversionMultiplierSN 3.6e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC821"^^xsd:string ; + ns1:symbol "(g/l)/(m³/h)"^^xsd:string ; + ns1:ucumCode "g.h.L-1.m-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram hour per litre squared"^^xsd:string ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and unit litre per unit of time hour"^^xsd:string ; + ns1:conversionMultiplier 3600000.0 ; + ns1:conversionMultiplierSN 3.6e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC823"^^xsd:string ; + ns1:symbol "(g/l)/(l/h)"^^xsd:string ; + ns1:ucumCode "g.h.L-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram hour per cubic metre cubic centimetre"^^xsd:string ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time hour"^^xsd:string ; + ns1:conversionMultiplier 3600000.0 ; + ns1:conversionMultiplierSN 3.6e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC813"^^xsd:string ; + ns1:symbol "(g/m³)/(cm³/h)"^^xsd:string ; + ns1:ucumCode "g.h.m-3.cm-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram hour per cubic metre litre"^^xsd:string ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per unit of time hour"^^xsd:string ; + ns1:conversionMultiplier 3600.0 ; + ns1:conversionMultiplierSN 3.6e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC814"^^xsd:string ; + ns1:symbol "(g/m³)/(l/h)"^^xsd:string ; + ns1:ucumCode "g.h.m-3.L-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram hour per power of metre with the exponent 6"^^xsd:string ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per unit of time hour"^^xsd:string ; + ns1:conversionMultiplier 3.6 ; + ns1:conversionMultiplierSN 3.6e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC812"^^xsd:string ; + ns1:symbol "(g/m³)/(m³/h)"^^xsd:string ; + ns1:ucumCode "g.h.m-6"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram minute per litre cubic centimetre"^^xsd:string ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time minute"^^xsd:string ; + ns1:conversionMultiplier 60000000.0 ; + ns1:conversionMultiplierSN 6e+07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC825"^^xsd:string ; + ns1:symbol "(g/l)/(cm³/min)"^^xsd:string ; + ns1:ucumCode "g.min.L-1.cm-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram minute per litre cubic metre"^^xsd:string ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per unit of time minute"^^xsd:string ; + ns1:conversionMultiplier 60.0 ; + ns1:conversionMultiplierSN 6e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC824"^^xsd:string ; + ns1:symbol "(g/l)/(m³/min)"^^xsd:string ; + ns1:ucumCode "g.min.L-1.m-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram minute per litre squared"^^xsd:string ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and unit litre per unit of time minute"^^xsd:string ; + ns1:conversionMultiplier 60000.0 ; + ns1:conversionMultiplierSN 6e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC826"^^xsd:string ; + ns1:symbol "(g/l)/(l/min)"^^xsd:string ; + ns1:ucumCode "g.min.L-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram minute per cubic metre cubic centimetre"^^xsd:string ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time minute"^^xsd:string ; + ns1:conversionMultiplier 60000.0 ; + ns1:conversionMultiplierSN 6e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC816"^^xsd:string ; + ns1:symbol "(g/m³)/(cm³/min)"^^xsd:string ; + ns1:ucumCode "g.min.m-3.cm-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram minute per cubic metre litre"^^xsd:string ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per unit of time minute"^^xsd:string ; + ns1:conversionMultiplier 60.0 ; + ns1:conversionMultiplierSN 6e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC817"^^xsd:string ; + ns1:symbol "(g/m³)/(l/min)"^^xsd:string ; + ns1:ucumCode "g.min.m-3.L-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram minute per power of metre with the exponent 6"^^xsd:string ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per unit of time minute"^^xsd:string ; + ns1:conversionMultiplier 0.06 ; + ns1:conversionMultiplierSN 6e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC815"^^xsd:string ; + ns1:symbol "(g/m³)/(m³/min)"^^xsd:string ; + ns1:ucumCode "g.min.m-6"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram per bar"^^xsd:string ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.00000001 ; + ns1:conversionMultiplierSN 1e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA468"^^xsd:string ; + ns1:symbol "g/bar"^^xsd:string ; + ns1:ucumCode "g.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F74"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram per cubic centimetre bar"^^xsd:string ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA471"^^xsd:string ; + ns1:symbol "g/(cm³·bar)"^^xsd:string ; + ns1:ucumCode "g.cm-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G11"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram per centimetre second"^^xsd:string ; + dcterms:description "unit of the dynamic viscosity as a quotient of the 0.001-fold of the SI base unit kilogram divided by the 0.01-fold of the SI base unit metre and SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 0.1 ; + ns1:conversionMultiplierSN 1e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB433"^^xsd:string ; + ns1:symbol "g/(cm·s)"^^xsd:string ; + ns1:ucumCode "g.cm-1.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N41"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Grams per square centimetre year"@en ; + dcterms:description "A rate of change of 0.001 of the SI unit of mass over 0.00001 of the SI unit of area in a period of an average calendar year (365.25 days)"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000316880878140289 ; + ns1:conversionMultiplierSN 3.168809e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "g/(cm²·yr)"^^xsd:string ; + ns1:ucumCode "g.cm-2.a-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram per cubic centimetre bar"^^xsd:string ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA471"^^xsd:string ; + ns1:symbol "g/(cm³·bar)"^^xsd:string ; + ns1:ucumCode "g.cm-3.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G11"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram per cubic centimetre kelvin"^^xsd:string ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA470"^^xsd:string ; + ns1:symbol "g/(cm³·K)"^^xsd:string ; + ns1:ucumCode "g.cm-3.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G33"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram per day bar"^^xsd:string ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the unit day and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.0000000000001157407407407407407407407407407407 ; + ns1:conversionMultiplierSN 1.157407e-13 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA474"^^xsd:string ; + ns1:symbol "g/(d·bar)"^^xsd:string ; + ns1:ucumCode "g.d-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F62"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram per day kelvin"^^xsd:string ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the unit day and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.00000001157407407407407407407407407407407 ; + ns1:conversionMultiplierSN 1.157407e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA473"^^xsd:string ; + ns1:symbol "g/(d·K)"^^xsd:string ; + ns1:ucumCode "g.d-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F35"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "grams per decilitre"@en, + "grams per decilitre"@en-us ; + dcterms:description "A derived unit for amount-of-substance concentration measured in g/dL."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 10.0 ; + ns1:conversionMultiplierSN 1e+01 ; + ns1:expression "$g/dL$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "g/dL"^^xsd:string ; + ns1:ucumCode "g.dL-1"^^ns1:UCUMcs, + "g/dL"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram per cubic decimetre bar"^^xsd:string ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the power of the SI base unit metre with the exponent 3 and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.00001 ; + ns1:conversionMultiplierSN 1e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA477"^^xsd:string ; + ns1:symbol "g/(dm³·bar)"^^xsd:string ; + ns1:ucumCode "g.dm-3.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G12"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram per cubic decimetre kelvin"^^xsd:string ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA476"^^xsd:string ; + ns1:symbol "g/(dm³·K)"^^xsd:string ; + ns1:ucumCode "g.dm-3.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G34"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram per hour bar"^^xsd:string ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the unit hour and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.000000000002777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA480"^^xsd:string ; + ns1:symbol "g/(h·bar)"^^xsd:string ; + ns1:ucumCode "g.h-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F63"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram per hour kelvin"^^xsd:string ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the unit hour and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA479"^^xsd:string ; + ns1:symbol "g/(h·K)"^^xsd:string ; + ns1:ucumCode "g.h-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F36"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram per hertz"^^xsd:string ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the SI derived unit hertz"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD916"^^xsd:string ; + ns1:symbol "g/Hz"^^xsd:string ; + ns1:ucumCode "g.Hz-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F25"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram per kelvin"^^xsd:string ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA467"^^xsd:string ; + ns1:symbol "g/K"^^xsd:string ; + ns1:ucumCode "g.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F14"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram per litre bar"^^xsd:string ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the unit litre and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.00001 ; + ns1:conversionMultiplierSN 1e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA484"^^xsd:string ; + ns1:symbol "g/(l·bar)"^^xsd:string ; + ns1:ucumCode "g.L-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G13"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram per litre centipoise"^^xsd:string ; + dcterms:description "[CGS] quotient of the 0.001-fold of the SI base unit kilogram per litre and and the 0.01-fold of the CGS unit of the dynamic viscosity poise"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD834"^^xsd:string ; + ns1:symbol "(g/l)/cP"^^xsd:string ; + ns1:ucumCode "g.L-1.cP-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram per litre kelvin"^^xsd:string ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the unit litre and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA483"^^xsd:string ; + ns1:symbol "g/(l·K)"^^xsd:string ; + ns1:ucumCode "g.L-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G35"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram per litre millipascal second"^^xsd:string ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD868"^^xsd:string ; + ns1:symbol "(g/l)/(mPa·s)"^^xsd:string ; + ns1:ucumCode "g.L-1.mPa-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram per litre pascal second"^^xsd:string ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and the product of the SI derived unit pascal and the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD832"^^xsd:string ; + ns1:symbol "(g/l)/(Pa·s)"^^xsd:string ; + ns1:ucumCode "g.L-1.Pa-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram per litre poise"^^xsd:string ; + dcterms:description "[CGS] quotient of the 0.001-fold of the SI base unit kilogram per litre and the CGS unit of the dynamic viscosity poise"^^xsd:string ; + ns1:conversionMultiplier 10.0 ; + ns1:conversionMultiplierSN 1e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD833"^^xsd:string ; + ns1:symbol "(g/l)/P"^^xsd:string ; + ns1:ucumCode "g.L-1.P-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram per cubic metre bar"^^xsd:string ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the power of the SI base unit metre with the exponent 3 and the SI base unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.00000001 ; + ns1:conversionMultiplierSN 1e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA489"^^xsd:string ; + ns1:symbol "g/(m³·bar)"^^xsd:string ; + ns1:ucumCode "g.m-3.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G14"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram per cubic metre centipoise"^^xsd:string ; + dcterms:description "[CGS] quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.01-fold of the CGS unit of the dynamic viscosity poise"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD831"^^xsd:string ; + ns1:symbol "(g/m³)/cP"^^xsd:string ; + ns1:ucumCode "g.m-3.cP-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram per cubic metre kelvin"^^xsd:string ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA488"^^xsd:string ; + ns1:symbol "g/(m³·K)"^^xsd:string ; + ns1:ucumCode "g.m-3.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G36"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram per cubic metre millipascal second"^^xsd:string ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD828"^^xsd:string ; + ns1:symbol "g/(m³·mPa·s)"^^xsd:string ; + ns1:ucumCode "g.m-3.mPa-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram per cubic metre pascal second"^^xsd:string ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the product of the SI derived unit pascal and the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD829"^^xsd:string ; + ns1:symbol "(g/m³)/(Pa·s)"^^xsd:string ; + ns1:ucumCode "g.m-3.Pa-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram per cubic metre poise"^^xsd:string ; + dcterms:description "[CGS] quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the CGS unit of the dynamic viscosity poise"^^xsd:string ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD830"^^xsd:string ; + ns1:symbol "(g/m³)/P"^^xsd:string ; + ns1:ucumCode "g.m-3.P-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram per minute bar"^^xsd:string ; + dcterms:description "0.001-fold the SI base unit kilogram divided by the product out of the unit minute and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.0000000001666666666666666666666666666666667 ; + ns1:conversionMultiplierSN 1.666667e-10 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA492"^^xsd:string ; + ns1:symbol "g/(min·bar)"^^xsd:string ; + ns1:ucumCode "g.min-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F64"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram per minute kelvin"^^xsd:string ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the unit minute and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.00001666666666666666666666666666666667 ; + ns1:conversionMultiplierSN 1.666667e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA491"^^xsd:string ; + ns1:symbol "g/(min·K)"^^xsd:string ; + ns1:ucumCode "g.min-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F37"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram per millilitre bar"^^xsd:string ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the unit litre and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA495"^^xsd:string ; + ns1:symbol "g/(ml·bar)"^^xsd:string ; + ns1:ucumCode "g.mL-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G15"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram per millilitre kelvin"^^xsd:string ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the unit litre and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA494"^^xsd:string ; + ns1:symbol "g/(ml·K)"^^xsd:string ; + ns1:ucumCode "g.mL-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G37"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram per millilitre bar"^^xsd:string ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the unit litre and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.00001 ; + ns1:conversionMultiplierSN 1e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA495"^^xsd:string ; + ns1:symbol "g/(ml·bar)"^^xsd:string ; + ns1:ucumCode "g.mm-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G15"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram per square millimetre"^^xsd:string ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the 0.000001-fold of the power of the SI base unit meter by exponent 2"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAB389"^^xsd:string ; + ns1:symbol "g/mm²"^^xsd:string ; + ns1:ucumCode "g.mm-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N24"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram per second bar"^^xsd:string ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the SI base unit second and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.00000001 ; + ns1:conversionMultiplierSN 1e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA499"^^xsd:string ; + ns1:symbol "g/(s·bar)"^^xsd:string ; + ns1:ucumCode "g.s-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F65"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram per second kelvin"^^xsd:string ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the SI base unit second and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA498"^^xsd:string ; + ns1:symbol "g/(s·K)"^^xsd:string ; + ns1:ucumCode "g.s-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F38"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram second per litre cubic centimetre"^^xsd:string ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC828"^^xsd:string ; + ns1:symbol "(g/l)/(cm³/s)"^^xsd:string ; + ns1:ucumCode "g.s.L-1.cm-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram second per litre cubic metre"^^xsd:string ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC827"^^xsd:string ; + ns1:symbol "(g/l)/(m³/s)"^^xsd:string ; + ns1:ucumCode "g.s.L-1.m-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram second per litre squared"^^xsd:string ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and unit litre per SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC829"^^xsd:string ; + ns1:symbol "(g/l)/(l/s)"^^xsd:string ; + ns1:ucumCode "g.s.L-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram second per cubic metre cubic centimetre"^^xsd:string ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC819"^^xsd:string ; + ns1:symbol "(g/m³)/(cm³/s)"^^xsd:string ; + ns1:ucumCode "g.s.m-3.cm-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram second per cubic metre litre"^^xsd:string ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC820"^^xsd:string ; + ns1:symbol "(g/m³)/(l/s)"^^xsd:string ; + ns1:ucumCode "g.s.m-3.L-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gram second per power of metre with the exponent 6"^^xsd:string ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC818"^^xsd:string ; + ns1:symbol "(g/m³)/(m³/s)"^^xsd:string ; + ns1:ucumCode "g.s.m-6"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Grains per Cubic Metre"@en, + "Grains per Cubic Meter"@en-us ; + dcterms:description "Grains per cubic metre of volume"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.00006479891 ; + ns1:conversionMultiplierSN 6.479891e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:plainTextDescription "Grains per cubic metre of volume"^^xsd:string ; + ns1:symbol "gr{UK}/m³"^^xsd:string ; + ns1:ucumCode "[gr]/m3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gray per hour"^^xsd:string ; + dcterms:description "SI derived unit gray divided by the unit hour"^^xsd:string ; + ns1:conversionMultiplier 0.0002777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAB476"^^xsd:string ; + ns1:symbol "Gy/h"^^xsd:string ; + ns1:ucumCode "Gy.h-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P61"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gray per minute"^^xsd:string ; + dcterms:description "SI derived unit gray divided by the unit minute"^^xsd:string ; + ns1:conversionMultiplier 0.01666666666666666666666666666666667 ; + ns1:conversionMultiplierSN 1.666667e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAB472"^^xsd:string ; + ns1:symbol "Gy/min"^^xsd:string ; + ns1:ucumCode "Gy.min-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P57"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gibibit"^^xsd:string ; + dcterms:description "1,073,741,824-fold of the unit bit"^^xsd:string ; + ns1:conversionMultiplier 744261117.954893 ; + ns1:conversionMultiplierSN 7.442611e+08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB152"^^xsd:string ; + ns1:symbol "Gibit"^^xsd:string ; + ns1:uneceCommonCode "B30"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gibibit per metre"^^xsd:string ; + dcterms:description "1,073,741,824-fold of the unit bit divided by the SI base unit metre"^^xsd:string ; + ns1:conversionMultiplier 744261117.95489301787390319512589573292032 ; + ns1:conversionMultiplierSN 7.442611e+08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA159"^^xsd:string ; + ns1:symbol "Gibit/m"^^xsd:string ; + ns1:ucumCode "Gibit.m-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E69"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gibibit per square metre"^^xsd:string ; + dcterms:description "1,073,741,824-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ; + ns1:conversionMultiplier 744261117.95489301787390319512589573292032 ; + ns1:conversionMultiplierSN 7.442611e+08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA160"^^xsd:string ; + ns1:symbol "Gibit/m²"^^xsd:string ; + ns1:ucumCode "Gibit.m-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E70"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gibibit per cubic metre"^^xsd:string ; + dcterms:description "1,073,741,824-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ; + ns1:conversionMultiplier 744261117.95489301787390319512589573292032 ; + ns1:conversionMultiplierSN 7.442611e+08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA161"^^xsd:string ; + ns1:symbol "Gibit/m³"^^xsd:string ; + ns1:ucumCode "Gibit.m-3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E71"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gigaampere"^^xsd:string ; + dcterms:description "1,000,000,000-fold of the unit ampere"^^xsd:string ; + ns1:conversionMultiplier 1000000000.0 ; + ns1:conversionMultiplierSN 1e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAB639"^^xsd:string ; + ns1:symbol "GA"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gigabit"^^xsd:string ; + dcterms:description "1,000,000,000-fold of the unit bit"^^xsd:string ; + ns1:conversionMultiplier 693147180.55994530941723212145818 ; + ns1:conversionMultiplierSN 6.931472e+08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB156"^^xsd:string ; + ns1:symbol "Gbit"^^xsd:string ; + ns1:uneceCommonCode "B68"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gibibit per metre"^^xsd:string ; + dcterms:description "1,073,741,824-fold of the unit bit divided by the SI base unit metre"^^xsd:string ; + ns1:conversionMultiplier 693147180.55994530941723212145818 ; + ns1:conversionMultiplierSN 6.931472e+08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA159"^^xsd:string ; + ns1:symbol "Gibit/m"^^xsd:string ; + ns1:ucumCode "Gbit.m-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E69"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gigabyte per second"^^xsd:string ; + dcterms:description "1,000,000,000-fold of the unit byte divided by the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 5545177444.4795624753378569716654 ; + ns1:conversionMultiplierSN 5.545177e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA157"^^xsd:string ; + ns1:symbol "Gbyte/s"^^xsd:string ; + ns1:ucumCode "GBy.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E68"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gigafloatingpoint operations per second"^^xsd:string ; + dcterms:description "1,000,000,000-fold of the unit floating point operations divided by the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 1000000000.0 ; + ns1:conversionMultiplierSN 1e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB592"^^xsd:string ; + ns1:symbol "GFLOPS"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gigajoule Per Hour"@en ; + dcterms:description "SI derived unit Gigajoule divided by the 3600 times the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 277777.7777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e+05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "SI derived unit gigajoule divided by the 3600 times the SI base unit second"^^xsd:string ; + ns1:symbol "GJ/hr"^^xsd:string ; + ns1:ucumCode "GJ.h-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P16"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Gigajoule per Square Metre"@en, + "Gigajoule per Square Meter"@en-us ; + dcterms:description "Gigajoule Per Square Meter ($J/m^2$) is a unit in the category of Energy density. It is also known as Gigajoules per square meter, Gigajoule per square metre, Gigajoule/square meter, Gigajoule/square metre."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000000.0 ; + ns1:conversionMultiplierSN 1e+09 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$GJ/m^2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAA179"^^xsd:string ; + ns1:symbol "GJ/m²"^^xsd:string ; + ns1:ucumCode "GJ.m-2"^^ns1:UCUMcs, + "GJ/m2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B13"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gigajoule per second"^^xsd:string ; + dcterms:description "1,000,000,000-fold of the SI derived unit joule divided by the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 1000000000.0 ; + ns1:conversionMultiplierSN 1e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB512"^^xsd:string ; + ns1:symbol "GJ/s"^^xsd:string ; + ns1:ucumCode "GJ.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "giganewton metre per square metre"^^xsd:string ; + dcterms:description "1,000,000,000-fold of the SI derived unit newton divided by the SI base unit metre to the power two"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB554"^^xsd:string ; + ns1:symbol "GN·m/m²"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gigaohm metre"^^xsd:string ; + dcterms:description "1,000,000,000-fold of the product out of the SI derived unit ohm and the SI unit metre"^^xsd:string ; + ns1:conversionMultiplier 1000000000.0 ; + ns1:conversionMultiplierSN 1e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA148"^^xsd:string ; + ns1:symbol "GΩ·m"^^xsd:string ; + ns1:ucumCode "GOhm.m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A88"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gigaohm per metre"^^xsd:string ; + dcterms:description "1,000,000,000-fold of the SI derived unit ohm divided by the SI unit metre"^^xsd:string ; + ns1:conversionMultiplier 1000000000.0 ; + ns1:conversionMultiplierSN 1e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB496"^^xsd:string ; + ns1:symbol "GΩ/m"^^xsd:string ; + ns1:ucumCode "GOhm.m-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M26"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gigavolt"^^xsd:string ; + dcterms:description "1,000,000,000-fold of the SI derived unit volt"^^xsd:string ; + ns1:conversionMultiplier 1000000000.0 ; + ns1:conversionMultiplierSN 1e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAC772"^^xsd:string ; + ns1:symbol "GV"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gigavolt ampere"^^xsd:string ; + dcterms:description "1,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere"^^xsd:string ; + ns1:conversionMultiplier 1000000000.0 ; + ns1:conversionMultiplierSN 1e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB534"^^xsd:string ; + ns1:symbol "GV·A"^^xsd:string ; + ns1:ucumCode "GV.A"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "gigavolt ampere reactive"^^xsd:string ; + dcterms:description "0.000000001 of the unit volt ampere reactive"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC508"^^xsd:string ; + ns1:symbol "GV·A{Reactive}"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Hefner‑Kerze"^^xsd:string ; + dcterms:description "obsolete, non-legal unit of the power in Germany relating to DIN 1301-3:1979"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB439"^^xsd:string ; + ns1:symbol "HK"^^xsd:string ; + ns1:uneceCommonCode "P35"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "horsepower (water)"^^xsd:string ; + dcterms:description "unit of the power according to the Anglo-American system of units"^^xsd:string ; + ns1:conversionMultiplier 746.043 ; + ns1:conversionMultiplierSN 7.46043e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA538"^^xsd:string ; + ns1:symbol "water hp"^^xsd:string ; + ns1:uneceCommonCode "F80"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "hour per square foot"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour"^^xsd:string ; + ns1:conversionMultiplier 38750.07750015500031000062000124 ; + ns1:conversionMultiplierSN 3.875008e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD842"^^xsd:string ; + ns1:symbol "(lb/ft³)/(lb/(ft·h)"^^xsd:string ; + ns1:ucumCode "h.[ft_i]-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "hectopascal per metre"^^xsd:string ; + dcterms:description "100-fold of the SI derived unit pascal divided by the SI base unit metre"^^xsd:string ; + ns1:conversionMultiplier 100.0 ; + ns1:conversionMultiplierSN 1e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB422"^^xsd:string ; + ns1:symbol "hPa/m"^^xsd:string ; + ns1:ucumCode "hPa.m-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P82"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "inch poundal"^^xsd:string ; + dcterms:description "Unit of work (force multiplied by path) according to the Imperial system of units as a product unit inch multiplied by poundal. Product of the non SI-conform unit of the force poundal and the unit inch according to the Anglo-American and Imperial system of units."^^ns1:LatexString ; + ns1:conversionMultiplier 0.0035116758411504 ; + ns1:conversionMultiplierSN 3.511676e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB437"^^xsd:string ; + ns1:symbol "in·pdl"^^xsd:string ; + ns1:ucumCode "[in_i].[lb_av].[ft_i].s-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N47"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "inch per two pi radians"^^xsd:string ; + dcterms:description "unit of the translation factor for implementation from rotation to linear move according to the Anglo-American and the Imperial system of units"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA727"^^xsd:string ; + ns1:symbol "in/revolution"^^xsd:string ; + ns1:uneceCommonCode "H57"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Inch per Minute"@en ; + 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."^^xsd:string ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.000423333333 ; + ns1:conversionMultiplierSN 4.233333e-04 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$in/min$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB393"^^xsd:string ; + ns1:symbol "in/min"^^xsd:string ; + ns1:ucumCode "[in_i].min-1"^^ns1:UCUMcs, + "[in_i]/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M63"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "inch per psi"^^xsd:string ; + dcterms:description "unit inch according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force per square inch)"^^xsd:string ; + ns1:conversionMultiplier 0.00000368395837305726250345733538042194622 ; + ns1:conversionMultiplierSN 3.683958e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA541"^^xsd:string ; + ns1:symbol "in/psi"^^xsd:string ; + ns1:ucumCode "[in_i].[psi]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K46"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "inch per second degree Fahrenheit"^^xsd:string ; + dcterms:description "unit inch according to the Anglo-American and the Imperial system of units divided by the product of the SI base unit second and the traditional unit degree Fahrenheit"^^xsd:string ; + ns1:conversionMultiplier 0.0457199999999999963424000000000003048 ; + ns1:conversionMultiplierSN 4.572e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA543"^^xsd:string ; + ns1:symbol "in/(s·°F)"^^xsd:string ; + ns1:ucumCode "[in_i].s-1.[degF]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K47"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "inch per second psi"^^xsd:string ; + dcterms:description "quotient of the unit inch according to the Anglo-American and the Imperial system of units and the SI base unit second divided by the composed unit for pressure (pound-force per square inch)"^^xsd:string ; + ns1:conversionMultiplier 0.00000368395837305726250345733538042194622 ; + ns1:conversionMultiplierSN 3.683958e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA544"^^xsd:string ; + ns1:symbol "in/(s·psi)"^^xsd:string ; + ns1:ucumCode "[in_i].s-1.[psi]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K48"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "inch per year"^^xsd:string ; + dcterms:description "unit of the length according to the Anglo-American and Imperial system of units divided by the unit common year with 365 days"^^xsd:string ; + ns1:conversionMultiplier 0.0000000008048774304763353360204831799629884 ; + ns1:conversionMultiplierSN 8.048774e-10 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAB370"^^xsd:string ; + ns1:symbol "in/y"^^xsd:string ; + ns1:ucumCode "[in_i].a-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M61"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "cubic inch per pound"^^xsd:string ; + dcterms:description "power of the unit inch according to the Anglo-American and Imperial system of units by exponent 3 divided by the avoirdupois pound according to the avoirdupois unit system"^^xsd:string ; + ns1:conversionMultiplier 0.00003612729200008368747472537952964244 ; + ns1:conversionMultiplierSN 3.612729e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB411"^^xsd:string ; + ns1:symbol "in³/lbm"^^xsd:string ; + ns1:ucumCode "[in_i]3.[lb_av]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N30"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "inch of water (39.2 °F)"^^xsd:string ; + dcterms:description "non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inH₂O meets the static pressure, which is generated by a head of water at a temperature of 39.2°F with a height of 1 inch"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB240"^^xsd:string ; + ns1:symbol "inH₂O (39.2 °F)"^^xsd:string ; + ns1:uneceCommonCode "N18"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "inch of water (60 °F)"^^xsd:string ; + dcterms:description "non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inH₂O meets the static pressure, which is generated by a head of water at a temperature of 60°F with a height of 1 inch"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB241"^^xsd:string ; + ns1:symbol "inH₂O (60 °F)"^^xsd:string ; + ns1:uneceCommonCode "N19"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "inch of mercury (32 °F)"^^xsd:string ; + dcterms:description "non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inHg meets the static pressure, which is generated by a mercury at a temperature of 32°F with a height of 1 inch"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB238"^^xsd:string ; + ns1:symbol "inHg (32 °F)"^^xsd:string ; + ns1:uneceCommonCode "N16"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "inch of mercury (60 °F)"^^xsd:string ; + dcterms:description "non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inHg meets the static pressure, which is generated by a mercury at a temperature of 60°F with a height of 1 inch"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB239"^^xsd:string ; + ns1:symbol "inHg (60 °F)"^^xsd:string ; + ns1:uneceCommonCode "N17"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "International Unit per milliliter"@en, + "International Unit per milliliter"@en-us ; + dcterms:description """ +The $\\textit{International Unit per Milliliter}$ is a unit for 'Serum Or Plasma Level' expressed as $IU/mL$. +The magnitude of one $IU/L$ depends on the material, so there is no single conversion multiplier. +"""^^ns1:LatexString ; + ns1:expression "$IU/mL$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "IU/mL"^^xsd:string ; + ns1:ucumCode "[IU].mL-1"^^ns1:UCUMcs, + "[IU]/mL"^^ns1:UCUMcs, + "[iU].mL-1"^^ns1:UCUMcs, + "[iU]/mL"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "joule per day"^^xsd:string ; + dcterms:description "quotient from the SI derived unit joule divided by the unit day"^^xsd:string ; + ns1:conversionMultiplier 0.00001157407407407407407407407407407407 ; + ns1:conversionMultiplierSN 1.157407e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB446"^^xsd:string ; + ns1:symbol "J/d"^^xsd:string ; + ns1:ucumCode "J.d-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P17"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "joule per gram degree celsius"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + ; + ns1:plainTextDescription "Unit for expressing the specific heat capacity."^^xsd:string ; + ns1:symbol "J/(g·°C)"^^xsd:string ; + ns1:ucumCode "J.g-1.Cel-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Joule per Gram Kelvin"@en ; + dcterms:description "Joule per Gram Kelvin is a unit typically used for specific heat capacity."^^xsd:string ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA176"^^xsd:string ; + ns1:latexSymbol "$\\frac{J}{g \\cdot K}$"^^ns1:LatexString ; + ns1:plainTextDescription "Unit for expressing the specific heat capacity."^^xsd:string ; + ns1:symbol "J/(g·K)"^^xsd:string ; + ns1:ucumCode "J.g-1.K-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "joule na kilogram stupně celsia"@cs, + "Joule je Kilogramm Grad Celsius"@de, + "joule per kilogram degree celsius"@en, + "julio porkilogramo grado celsius"@es, + "joule par kilogramme-degré celsius"@fr, + "joule al chilogrammo per grado celsius"@it, + "joule per kilogram darjah celsius"@ms, + "dżul na kilogramostopień celsjusza"@pl, + "joule por quilograma grau celsius"@pt, + "joule pe kilogram-grad celsius"@ro, + "джоуль на килограмм-градус цельсия"@ru, + "joule na kilogram stopinja celzija"@sl, + "joule per kilogram celsius"@tr ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + ; + ns1:plainTextDescription "Unit for expressing the specific heat capacity."^^xsd:string ; + ns1:symbol "J/(kg·°C)"^^xsd:string ; + ns1:ucumCode "J.kg-1.Cel-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "joule per minute"^^xsd:string ; + dcterms:description "quotient from the SI derived unit joule divided by the unit minute"^^xsd:string ; + ns1:conversionMultiplier 0.01666666666666666666666666666666667 ; + ns1:conversionMultiplierSN 1.666667e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB444"^^xsd:string ; + ns1:symbol "J/min"^^xsd:string ; + ns1:ucumCode "J.min-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P15"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kelvin metres per second"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "K·m/s"^^xsd:string ; + ns1:ucumCode "K.m.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kelvin square metres per kilogram second"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "K·m²/(kg·s)"^^xsd:string ; + ns1:ucumCode "K.m2.kg-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kelvin Pascals per second"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "K·Pa/s"^^xsd:string ; + ns1:ucumCode "K.Pa.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kelvin per bar"^^xsd:string ; + dcterms:description "SI base unit kelvin divided by the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.00001 ; + ns1:conversionMultiplierSN 1e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA188"^^xsd:string ; + ns1:symbol "K/bar"^^xsd:string ; + ns1:ucumCode "K.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F61"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kelvin per pascal"^^xsd:string ; + dcterms:description "SI base unit kelvin divided by the SI derived unit pascal"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB319"^^xsd:string ; + ns1:symbol "K/Pa"^^xsd:string ; + ns1:ucumCode "K.Pa-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N79"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Square Kelvin"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "K²"^^xsd:string ; + ns1:ucumCode "K2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Katal Per Litre"@en, + "Katal Per Liter"@en-us ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Katal"^^xsd:anyURI ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1: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. "^^xsd:string ; + ns1:symbol "kat/L"^^xsd:string ; + ns1:ucumCode "kat/L"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "katal per cubic metre"^^xsd:string ; + dcterms:description "the SI derived unit katal divided by the SI base unit metre to the power three"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB602"^^xsd:string ; + ns1:symbol "kat/m³"^^xsd:string ; + ns1:ucumCode "kat.m-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Katal Per Microlitre"@en, + "Katal Per Microliter"@en-us ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1000000000.0 ; + ns1:conversionMultiplierSN 1e+09 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Katal"^^xsd:anyURI ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1: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. "^^xsd:string ; + ns1:symbol "kat/µL"^^xsd:string ; + ns1:ucumCode "kat/uL"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kibibit"^^xsd:string ; + dcterms:description "1,024-fold of the unit bit"^^xsd:string ; + ns1:conversionMultiplier 709.782712893384 ; + ns1:conversionMultiplierSN 7.097827e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB158"^^xsd:string ; + ns1:symbol "Kibit"^^xsd:string ; + ns1:uneceCommonCode "C21"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kibibit per metre"^^xsd:string ; + dcterms:description "1024-fold of the unit bit divided by the SI base unit metre"^^xsd:string ; + ns1:conversionMultiplier 709.78271289338399684324569237317632 ; + ns1:conversionMultiplierSN 7.097827e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA194"^^xsd:string ; + ns1:symbol "Kibit/m"^^xsd:string ; + ns1:ucumCode "Kibit.m-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E72"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kibibit per square metre"^^xsd:string ; + dcterms:description "1024-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ; + ns1:conversionMultiplier 709.78271289338399684324569237317632 ; + ns1:conversionMultiplierSN 7.097827e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA195"^^xsd:string ; + ns1:symbol "Kibit/m²"^^xsd:string ; + ns1:ucumCode "Kibit.m-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E73"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kibibit per cubic metre"^^xsd:string ; + dcterms:description "1024-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ; + ns1:conversionMultiplier 709.78271289338399684324569237317632 ; + ns1:conversionMultiplierSN 7.097827e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA196"^^xsd:string ; + ns1:symbol "Kibit/m³"^^xsd:string ; + ns1:ucumCode "Kibit.m-3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E74"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Thousand Cubic Foot"@en ; + dcterms:description "1 000-fold of the unit cubic foot. "^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 28.316846592 ; + ns1:conversionMultiplierSN 2.831685e+01 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$kft^{3}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "k(ft³)"^^xsd:string ; + ns1:ucumCode "[k.cft_i]"^^ns1:UCUMcs, + "k[ft_i]3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "FC"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kiloampere per kelvin"^^xsd:string ; + dcterms:description "1,000-fold of the SI base unit ampere divided by the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD900"^^xsd:string ; + ns1:symbol "kA/K"^^xsd:string ; + ns1:ucumCode "kA.K-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilobaud"^^xsd:string ; + dcterms:description "1,000-fold of the unit baud for the symbol rate in communications engineering and telecommunication"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA560"^^xsd:string ; + ns1:symbol "kBd"^^xsd:string ; + ns1:uneceCommonCode "K50"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilobaud"^^xsd:string ; + dcterms:description "1,000-fold of the unit baud for the symbol rate in communications engineering and telecommunication"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA560"^^xsd:string ; + ns1:symbol "kBd"^^xsd:string ; + ns1:uneceCommonCode "K50"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilobit"^^xsd:string ; + dcterms:description "1,000-fold of the unit bit"^^xsd:string ; + ns1:conversionMultiplier 693.1471805599452 ; + ns1:conversionMultiplierSN 6.931472e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB159"^^xsd:string ; + ns1:symbol "kbit"^^xsd:string ; + ns1:uneceCommonCode "C37"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilobecquerel per kilogram"^^xsd:string ; + dcterms:description "1,000-fold of the SI derived unit becquerel divided by the SI base unit kilogram"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA562"^^xsd:string ; + ns1:symbol "kBq/kg"^^xsd:string ; + ns1:ucumCode "kBq.kg-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B25"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "kBTU per Square Foot"@en ; + dcterms:description """$\\textit{kBTU per Square Foot}$ is an Imperial unit for 'Energy Per Area' expressed as $kBtu/ft^2$. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 11356526.7 ; + ns1:conversionMultiplierSN 1.135653e+07 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$kBtu/ft^{2}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "kBTU per Square Foot is an Imperial unit for 'Energy Per Area."^^xsd:string ; + ns1:symbol "kBtu{IT}/ft²"^^xsd:string ; + ns1:ucumCode "k[Btu_IT].[ft_i]-2"^^ns1:UCUMcs, + "k[Btu_IT]/[ft_i]2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilocalorie (international table) per gram kelvin"^^xsd:string ; + dcterms:description "unit of the mass-related heat capacity as quotient 1,000-fold of the calorie (international table) divided by the product of the 0.001-fold of the SI base units kilogram and kelvin"^^ns1:LatexString ; + ns1:conversionMultiplier 4186800.0 ; + ns1:conversionMultiplierSN 4.1868e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB455"^^xsd:string ; + ns1:symbol "kcalIT/(g·K)"^^xsd:string ; + ns1:ucumCode "kcal_IT.g-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N65"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilocandela"^^xsd:string ; + dcterms:description "1,000-fold of the SI base unit candela"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB365"^^xsd:string ; + ns1:symbol "kCd"^^xsd:string ; + ns1:uneceCommonCode "P33"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilofarad"^^xsd:string ; + dcterms:description "1,000-fold of the SI derived unit farad"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB384"^^xsd:string ; + ns1:symbol "kF"^^xsd:string ; + ns1:uneceCommonCode "N90"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilogram centimetre per second"^^xsd:string ; + dcterms:description "product of the SI base unit kilogram and the 0.01-fold of the SI base unit metre divided by the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB413"^^xsd:string ; + ns1:symbol "kg·(cm/s)"^^xsd:string ; + ns1:ucumCode "kg.cm.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M98"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilogram metre"^^xsd:string ; + dcterms:description "unit of the imbalance as a product of the SI base unit kilogram and the SI base unit metre"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB368"^^xsd:string ; + ns1:symbol "kg·m"^^xsd:string ; + ns1:ucumCode "kg.m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M94"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilogram per bar"^^xsd:string ; + dcterms:description "SI base unit kilogram divided by the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.00001 ; + ns1:conversionMultiplierSN 1e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA596"^^xsd:string ; + ns1:symbol "kg/bar"^^xsd:string ; + ns1:ucumCode "kg.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H53"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilogram per cubic centimetre bar"^^xsd:string ; + dcterms:description "SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 10.0 ; + ns1:conversionMultiplierSN 1e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA599"^^xsd:string ; + ns1:symbol "kg/(cm³·bar)"^^xsd:string ; + ns1:ucumCode "kg.cm-3.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G16"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilogram per cubic centimetre kelvin"^^xsd:string ; + dcterms:description "SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit"^^xsd:string ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA598"^^xsd:string ; + ns1:symbol "kg/(cm³·K)"^^xsd:string ; + ns1:ucumCode "kg.cm-3.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G38"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilogram per day bar"^^xsd:string ; + dcterms:description "SI base unit kilogram divided by the product out of the unit day and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.0000000001157407407407407407407407407407407 ; + ns1:conversionMultiplierSN 1.157407e-10 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA603"^^xsd:string ; + ns1:symbol "kg/(d·bar)"^^xsd:string ; + ns1:ucumCode "kg.d-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F66"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilogram per day kelvin"^^xsd:string ; + dcterms:description "SI base unit kilogram divided by the product out of the unit day and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.00001157407407407407407407407407407407 ; + ns1:conversionMultiplierSN 1.157407e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA602"^^xsd:string ; + ns1:symbol "kg/(d·K)"^^xsd:string ; + ns1:ucumCode "kg.d-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F39"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilogram per cubic decimetre bar"^^xsd:string ; + dcterms:description "SI base unit kilogram divided by the product out of the 0.001-fold of the power of the SI base unit metre with the exponent 3 and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA606"^^xsd:string ; + ns1:symbol "kg/(dm³·bar)"^^xsd:string ; + ns1:ucumCode "kg.dm-3.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H55"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilogram per cubic decimetre kelvin"^^xsd:string ; + dcterms:description "SI base unit kilogram divided by the product out of the 0.001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA605"^^xsd:string ; + ns1:symbol "kg/(dm³·K)"^^xsd:string ; + ns1:ucumCode "kg.dm-3.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H54"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilogram Per Square Foot"@en ; + dcterms:description "SI base unit kilogram divided by the square of the imperial foot"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 10.763910416709722 ; + ns1:conversionMultiplierSN 1.076391e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "SI base unit kilogram divided by the square of the imperial foot"^^xsd:string ; + ns1:symbol "kg/ft²"^^xsd:string ; + ns1:ucumCode "kg.ft-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilogram per Gigajoule"@en ; + dcterms:description "SI base unit kilogram divided by the SI base unit gigajoule"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "SI base unit kilogram divided by the SI base unit gigajoule"^^xsd:string ; + ns1:symbol "kg/GJ"^^xsd:string ; + ns1:ucumCode "kg.GJ-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilogram per hour bar"^^xsd:string ; + dcterms:description "SI base unit kilogram divided by the product out of the unit hour and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.000000002777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA609"^^xsd:string ; + ns1:symbol "kg/(h·bar)"^^xsd:string ; + ns1:ucumCode "kg.h-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F67"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilogram per hour kelvin"^^xsd:string ; + dcterms:description "SI base unit kilogram divided by the product out of the unit hour and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.0002777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA608"^^xsd:string ; + ns1:symbol "kg/(h·K)"^^xsd:string ; + ns1:ucumCode "kg.h-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F40"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilogram per Joule"@en ; + dcterms:description "SI base unit kilogram divided by the SI base unit joule"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "SI base unit kilogram divided by the SI base unit joule"^^xsd:string ; + ns1:symbol "kg/J"^^xsd:string ; + ns1:ucumCode "kg.J-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilogram per kelvin"^^xsd:string ; + dcterms:description "SI base unit kilogram divided by the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA595"^^xsd:string, + "0112/2///62720#UAD684"^^xsd:string ; + ns1:symbol "kg/K"^^xsd:string ; + ns1:ucumCode "kg.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F15"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilogram per kilometre"^^xsd:string ; + dcterms:description "SI base kilogram divided by the 1,000-fold of the SI base unit metre"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB495"^^xsd:string ; + ns1:symbol "kg/km"^^xsd:string ; + ns1:ucumCode "kg.km-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M31"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilogram per litre bar"^^xsd:string ; + dcterms:description "SI base unit kilogram divided by the product out of the unit litre and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA614"^^xsd:string ; + ns1:symbol "kg/(l·bar)"^^xsd:string ; + ns1:ucumCode "kg.L-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G17"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilogram per litre kelvin"^^xsd:string ; + dcterms:description "SI base unit kilogram divided by the product out of the unit litre and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA613"^^xsd:string ; + ns1:symbol "kg/(l·K)"^^xsd:string ; + ns1:ucumCode "kg.L-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G39"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilogram per metre day"^^xsd:string ; + dcterms:description "unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the unit day"^^xsd:string ; + ns1:conversionMultiplier 0.00001157407407407407407407407407407407 ; + ns1:conversionMultiplierSN 1.157407e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB431"^^xsd:string ; + ns1:symbol "kg/(m·d)"^^xsd:string ; + ns1:ucumCode "kg.m-1.d-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N39"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilogram per metre minute"^^xsd:string ; + dcterms:description "unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the unit minute"^^xsd:string ; + ns1:conversionMultiplier 0.01666666666666666666666666666666667 ; + ns1:conversionMultiplierSN 1.666667e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB430"^^xsd:string ; + ns1:symbol "kg/(m·min)"^^xsd:string ; + ns1:ucumCode "kg.m-1.min-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N38"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilogram per cubic metre bar"^^xsd:string ; + dcterms:description "SI base unit kilogram divided by the product out of the power of the SI base unit metre with the exponent 3 and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.00001 ; + ns1:conversionMultiplierSN 1e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA621"^^xsd:string ; + ns1:symbol "kg/(m³·bar)"^^xsd:string ; + ns1:ucumCode "kg.m-3.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G18"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilogram per cubic metre kelvin"^^xsd:string ; + dcterms:description "SI base unit kilogram divided by the product out of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA620"^^xsd:string, + "0112/2///62720#UAD685"^^xsd:string ; + ns1:symbol "kg/(m³·K)"^^xsd:string ; + ns1:ucumCode "kg.m-3.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G40"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilogram per cubic metre pascal"^^xsd:string ; + dcterms:description "SI base unit kilogram divided by the product of the power of the SI base unit metre with exponent 3 and the SI derived unit pascal"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB310"^^xsd:string ; + ns1:symbol "kg/(m³·Pa)"^^xsd:string ; + ns1:ucumCode "kg.m-3.Pa-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M73"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilograms per cubic metre second"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "kg/(m³·s)"^^xsd:string ; + ns1:ucumCode "kg.m-3.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilogram per minute bar"^^xsd:string ; + dcterms:description "SI base unit kilogram divided by the product out of the unit minute and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.0000001666666666666666666666666666666667 ; + ns1:conversionMultiplierSN 1.666667e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA626"^^xsd:string ; + ns1:symbol "kg/(min·bar)"^^xsd:string ; + ns1:ucumCode "kg.min-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F68"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilogram per minute kelvin"^^xsd:string ; + dcterms:description "SI base unit kilogram divided by the product out of the unit minute and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.01666666666666666666666666666666667 ; + ns1:conversionMultiplierSN 1.666667e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA625"^^xsd:string ; + ns1:symbol "kg/(min·K)"^^xsd:string ; + ns1:ucumCode "kg.min-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F41"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilogram per Mega BTU"@en ; + dcterms:description """$\\textit{Kilogram per Mega BTU}$ is an Imperial unit for 'Mass Per Energy' expressed as $kg/MBtu$. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.000000000947817 ; + ns1:conversionMultiplierSN 9.47817e-10 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$kg/MBtu$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "Kilogram per Mega BTU is an Imperial Unit for 'Mass Per Energy."^^xsd:string ; + ns1:symbol "kg/MBtu{IT}"^^xsd:string ; + ns1:ucumCode "k[g].[MBtu_IT]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilogram per pascal"^^xsd:string ; + dcterms:description "SI base unit kilogram divided by the SI derived unit pascal"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB316"^^xsd:string ; + ns1:symbol "kg/Pa"^^xsd:string ; + ns1:ucumCode "kg.Pa-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M74"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilogram na pascal sekunda metr"@cs, + "Kilogramm je Pascal Sekunde Meter"@de, + "kilogram per pascal second metre"@en, + "kilogramo por pascal segundo metro"@es, + "kilogramme par pascal-seconde-mètre"@fr, + "chilogrammo al pascal secondo metro"@it, + "kilogram per pascal saat meter"@ms, + "kilogram na paskalosekundaometr"@pl, + "quilograma por pascal segundo metro"@pt, + "kilogram pe pascal-secundă-metru"@ro, + "килограмм на паскаль-секунда-метр"@ru, + "kilogram na pascal sekunda meter"@sl, + "kilogram per pascal saniye metre"@tr ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "Common unit for the Water vapour diffusion coefficient"^^xsd:string ; + ns1:symbol "kg/(Pa·s·m)"^^xsd:string ; + ns1:ucumCode "kg.Pa-1.s-1.m-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilogram per second bar"^^xsd:string ; + dcterms:description "SI base unit kilogram divided by the product out of the SI base unit second and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.00001 ; + ns1:conversionMultiplierSN 1e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA631"^^xsd:string ; + ns1:symbol "kg/(s·bar)"^^xsd:string ; + ns1:ucumCode "kg.s-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F69"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilogram per second kelvin"^^xsd:string ; + dcterms:description "SI base unit kilogram divided by the product out of the SI base unit second and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA630"^^xsd:string, + "0112/2///62720#UAD687"^^xsd:string ; + ns1:symbol "kg/(s·K)"^^xsd:string ; + ns1:ucumCode "kg.s-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F42"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilogram per second pascal"^^xsd:string ; + dcterms:description "SI base unit kilogram divided by the product of the SI base unit second and the SI derived unit pascal"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB321"^^xsd:string ; + ns1:symbol "kg/(s·Pa)"^^xsd:string ; + ns1:ucumCode "kg.s-1.Pa-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M87"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilogram na krychlovýsekunda kelvin"@cs, + "Kilogramm je Kubiksekunde Kelvin"@de, + "kilogram per cubic second kelvin"@en, + "kilogramo porsegundo cúbico kelvin"@es, + "kilogramme par seconde cube-kelvin"@fr, + "chilogrammo al secondo cubo per kelvin"@it, + "kilogram per saat kubik kelvin"@ms, + "kilogram na sekunda sześciennyokelwin"@pl, + "quilograma por segundo cúbico kelvin"@pt, + "kilogram pe secundă cub-kelvin"@ro, + "килограмм на кубический секунда-кельвин"@ru, + "kilogram na kubični sekunda kelvin"@sl, + "kilogram per saniyeküp kelvin"@tr ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "Unit commonly used for the coefficient of heat transfer"^^xsd:string ; + ns1:symbol "kg/(s³·K)"^^xsd:string ; + ns1:ucumCode "kg.s-3.K-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilogram Per Year"@en, + "Kilogram Per Jaar"@nl ; + dcterms:description "The SI base unit kilogram divided by the unit year"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.00000003168808781 ; + ns1:conversionMultiplierSN 3.168809e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://dd.eionet.europa.eu/vocabulary/wise/uom/kg.a-1"^^xsd:anyURI ; + ns1:plainTextDescription "kilogram divided by the unit year with 365 days"^^xsd:string ; + ns1:symbol "kg/year"^^xsd:string ; + ns1:ucumCode "kg.a-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilogram Square Second"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:expression "$kilog-sec2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "kg·s²"^^xsd:string ; + ns1:ucumCode "kg.s2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Square Kilograms per square second"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "kg²/s²"^^xsd:string ; + ns1:ucumCode "kg2.s-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilogram_force Metre Per Second"@en, + "Kilogram_force Meter Per Second"@en-us ; + 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 ; + ns1:conversionMultiplier 9.80665 ; + ns1:conversionMultiplierSN 9.80665e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB154"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "kgf·m/s"^^xsd:string ; + ns1:ucumCode "kgf.m.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B39"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilogray"^^xsd:string ; + dcterms:description "1,000-fold of the unit gray"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB504"^^xsd:string ; + ns1:symbol "kGy"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilohenry"^^xsd:string ; + dcterms:description "1,000-fold of the SI derived unit henry"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB386"^^xsd:string ; + ns1:symbol "kH"^^xsd:string ; + ns1:uneceCommonCode "P24"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilojoule per day"^^xsd:string ; + dcterms:description "quotient from the 1,000-fold of the SI derived unit joule divided by the unit day"^^xsd:string ; + ns1:conversionMultiplier 0.01157407407407407407407407407407407 ; + ns1:conversionMultiplierSN 1.157407e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB450"^^xsd:string ; + ns1:symbol "kJ/d"^^xsd:string ; + ns1:ucumCode "kJ.d-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P21"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilojoule per hour"^^xsd:string ; + dcterms:description "quotient from the 1,000-fold of the SI derived unit joule divided by the unit hour"^^xsd:string ; + ns1:conversionMultiplier 0.2777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB449"^^xsd:string ; + ns1:symbol "kJ/h"^^xsd:string ; + ns1:ucumCode "kJ.h-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P20"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilojoule per kilovolt"^^xsd:string ; + dcterms:description "Specification of the maximum of the energy absorption capability related to voltage rated value in kJ/kV, which could be emplaced in an arrester or parts of an arrester during a recovery test, without causing a thermal run away"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD920"^^xsd:string ; + ns1:symbol "kJ/kV"^^xsd:string ; + ns1:ucumCode "kJ.kV-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilojoule per minute"^^xsd:string ; + dcterms:description "quotient from the 1,000-fold of the SI derived unit joule divided by the unit minute"^^xsd:string ; + ns1:conversionMultiplier 16.66666666666666666666666666666667 ; + ns1:conversionMultiplierSN 1.666667e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB448"^^xsd:string ; + ns1:symbol "kJ/min"^^xsd:string ; + ns1:ucumCode "kJ.min-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P19"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilojoule per second"^^xsd:string ; + dcterms:description "quotient from the 1,000-fold of the SI derived unit joule divided by the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB447"^^xsd:string ; + ns1:symbol "kJ/s"^^xsd:string ; + ns1:ucumCode "kJ.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P18"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilopound per hour"^^xsd:string ; + dcterms:description "1,000-fold of the unit of the mass avoirdupois pound according to the avoirdupois unit system divided by the unit hour"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB391"^^xsd:string ; + ns1:symbol "klb/h"^^xsd:string ; + ns1:uneceCommonCode "M90"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilometre per second bar"^^xsd:string ; + dcterms:description "SI base unit metre divided by the product of the SI base unit second and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA735"^^xsd:string ; + ns1:symbol "km/(s·bar)"^^xsd:string ; + ns1:ucumCode "km.s-1.bar-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilometre per second squared"^^xsd:string ; + dcterms:description "1,000-fold of the SI base unit metre divided by the power of the SI base unit second by exponent 2"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB397"^^xsd:string ; + ns1:symbol "km/s²"^^xsd:string ; + ns1:ucumCode "km.s-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M38"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "square kilometre"^^xsd:string ; + dcterms:description "1,000,000-fold of the power of the SI base unit metre with the exponent 2"^^xsd:string ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAA639"^^xsd:string ; + ns1:symbol "km²"^^xsd:string ; + ns1:ucumCode "km2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "KMK"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "thousands of circular mil"^^xsd:string ; + dcterms:description "unit of area, defined by a circle with a diameter of one thousand mil (one inch or 25.4 mm) based on the formula: area = π·(diameter/2)²"^^xsd:string ; + ns1:conversionMultiplier 0.0000005067075 ; + ns1:conversionMultiplierSN 5.067075e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD931"^^xsd:string ; + ns1:symbol "kcmil"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilomole per cubic metre bar"^^xsd:string ; + dcterms:description "1,000-fold of the SI base unit mol divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA644"^^xsd:string ; + ns1:symbol "kmol/(m³·bar)"^^xsd:string ; + ns1:ucumCode "kmol.m-3.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K60"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilomole per cubic metre kelvin"^^xsd:string ; + dcterms:description "1,000-fold of the SI base unit mol divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA643"^^xsd:string ; + ns1:symbol "kmol/(m³·K)"^^xsd:string ; + ns1:ucumCode "kmol.m-3.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K59"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilonewton Metre per Degree"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 57295.77957855229894302178227976183 ; + ns1:conversionMultiplierSN 5.729578e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "Unit for expressing the value of the torsional spring constant"^^xsd:string ; + ns1:symbol "kN·m/°"^^xsd:string ; + ns1:ucumCode "kN.m.deg-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilonewton metre per degree metre"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 57295.77957855229894302178227976183 ; + ns1:conversionMultiplierSN 5.729578e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "A common unit for measuring the modulus of rotational subgrade reaction."^^xsd:string ; + ns1:symbol "kN·m/(°·m)"^^xsd:string ; + ns1:ucumCode "kN.m.deg-1.m-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilonewton Metre per metre"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:conversionOffset 0.0 ; + ns1:conversionOffsetSN 0e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "Scaling of the base unit for expressing the rolling resistance, nM/m, by a factor of 1000"^^xsd:string ; + ns1:symbol "kN·m/m"^^xsd:string ; + ns1:ucumCode "kN.m.m-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilonewton metre per square metre"^^xsd:string ; + dcterms:description "1,000-fold of the SI derived unit newton divided by the SI base unit metre to the power two"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB552"^^xsd:string ; + ns1:symbol "kN·m/m²"^^xsd:string ; + ns1:ucumCode "kN.m.m-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilo Newton per metre"^^xsd:string ; + dcterms:description "1,000-fold of the SI derived unit newton divided by the SI base unit metre"^^xsd:string ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB364"^^xsd:string ; + ns1:symbol "kN/m"^^xsd:string ; + ns1:ucumCode "kN.m-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N31"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilo Newton per square metre"^^xsd:string ; + dcterms:description "1,000-fold of the SI derived unit newton divided by the square of the SI base unit metre"^^xsd:string ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "kN/m²"^^xsd:string ; + ns1:ucumCode "kN.m-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilo Newton per cubic metre"^^xsd:string ; + dcterms:description "1,000-fold of the SI derived unit newton divided by the cube of the SI base unit metre"^^xsd:string ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "kN/m³"^^xsd:string ; + ns1:ucumCode "kN.m-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kiloohm metre"^^xsd:string ; + dcterms:description "1,000-fold of the product of the SI derived unit ohm and the SI base unit metre"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA556"^^xsd:string ; + ns1:symbol "kΩ·m"^^xsd:string ; + ns1:ucumCode "kOhm.m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B50"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kiloohm per bar"^^xsd:string ; + dcterms:description "1,000-fold of SI derived unit ohm per metrical non SI unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD880"^^xsd:string ; + ns1:symbol "kΩ/bar"^^xsd:string ; + ns1:ucumCode "kOhm.bar-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kiloohm per kelvin"^^xsd:string ; + dcterms:description "1,000-fold of the SI derived unit ohm per SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD876"^^xsd:string ; + ns1:symbol "kΩ/K"^^xsd:string ; + ns1:ucumCode "kOhm.K-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kiloohm per metre"^^xsd:string ; + dcterms:description "1,000-fold of the SI derived unit ohm divided by the SI base unit metre"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB787"^^xsd:string ; + ns1:symbol "kΩ/m"^^xsd:string ; + ns1:ucumCode "kOhm.m-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilopascal per metre"^^xsd:string ; + dcterms:description "1,000-fold of the SI derived unit pascal divided by the SI base unit metre"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB421"^^xsd:string ; + ns1:symbol "kPa/m"^^xsd:string ; + ns1:ucumCode "kPa.m-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P81"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilotesla"^^xsd:string ; + dcterms:description "1,000-fold of the SI derived unit tesla"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB385"^^xsd:string ; + ns1:symbol "kT"^^xsd:string ; + ns1:uneceCommonCode "P13"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "KiloTonne Per Year"@en, + "KiloTon Per Jaar"@nl ; + dcterms:description "1,000,000-fold of the SI base unit kilogram divided by the unit year"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.03168808781 ; + ns1:conversionMultiplierSN 3.168809e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://dd.eionet.europa.eu/vocabulary/wise/uom/1000t.a-1"^^xsd:anyURI ; + ns1:plainTextDescription "1000 metric tonne divided by the unit year with 365 days"^^xsd:string ; + ns1:symbol "kt/year"^^xsd:string ; + ns1:ucumCode "kt.a-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilovolt ampere per kelvin"^^xsd:string ; + dcterms:description "product of the 1,000-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD908"^^xsd:string ; + ns1:symbol "kV·A/K"^^xsd:string ; + ns1:ucumCode "kV.A.K-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilovolt ampere reactive per kelvin"^^xsd:string ; + dcterms:description "1,000-fold of the unit volt ampere reactive divided by the SI base unit kelvin"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD904"^^xsd:string ; + ns1:symbol "kvar/K"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilowatt per metre degree Celsius"^^xsd:string ; + dcterms:description "1,000-fold of the SI derived unit watt divided by the product of the SI base unit metre and the unit for temperature degree Celsius"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB459"^^xsd:string ; + ns1:symbol "kW/(m·°C)"^^xsd:string ; + ns1:ucumCode "kW.m-1.Cel-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N82"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilowatt per metre kelvin"^^xsd:string ; + dcterms:description "1,000-fold of the SI derived unit watt divided by the product of the SI base unit metre and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB458"^^xsd:string ; + ns1:symbol "kW/(m·K)"^^xsd:string ; + ns1:ucumCode "kW.m-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N81"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilowatt per square metre kelvin"^^xsd:string ; + dcterms:description "1,000-fold of the SI derived unit watt divided by the product of the power of the SI base unit metre by exponent 2 and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAB456"^^xsd:string ; + ns1:symbol "kW/(m²·K)"^^xsd:string ; + ns1:ucumCode "kW.m-2.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N78"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "litre per bar"^^xsd:string ; + dcterms:description "unit litre divided by the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.00000001 ; + ns1:conversionMultiplierSN 1e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA651"^^xsd:string ; + ns1:symbol "l/bar"^^xsd:string ; + ns1:ucumCode "L.bar-1"^^ns1:UCUMcs, + "L/bar"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G95"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "litre per day bar"^^xsd:string ; + dcterms:description "unit litre divided by the product out of the unit day and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.0000000000001157407407407407407407407407407407 ; + ns1:conversionMultiplierSN 1.157407e-13 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA654"^^xsd:string ; + ns1:symbol "l/(d·bar)"^^xsd:string ; + ns1:ucumCode "L.d-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G82"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "litre per day kelvin"^^xsd:string ; + dcterms:description "unit litre divided by the product out of the unit day and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.00000001157407407407407407407407407407407 ; + ns1:conversionMultiplierSN 1.157407e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA653"^^xsd:string ; + ns1:symbol "l/(d·K)"^^xsd:string ; + ns1:ucumCode "L.d-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G65"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "litre per hour bar"^^xsd:string ; + dcterms:description "unit litre divided by the product out of the unit hour and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.000000000002777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA657"^^xsd:string ; + ns1:symbol "l/(h·bar)"^^xsd:string ; + ns1:ucumCode "L.h-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G83"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "litre per hour kelvin"^^xsd:string ; + dcterms:description "unit litre divided by the product out of the unit hour and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA656"^^xsd:string ; + ns1:symbol "l/(h·K)"^^xsd:string ; + ns1:ucumCode "L.h-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G66"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "litre per minute bar"^^xsd:string ; + dcterms:description "unit litre divided by the product out of the unit minute and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.0000000001666666666666666666666666666666667 ; + ns1:conversionMultiplierSN 1.666667e-10 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA661"^^xsd:string ; + ns1:symbol "l/(min·bar)"^^xsd:string ; + ns1:ucumCode "L.min-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G84"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "litre per minute kelvin"^^xsd:string ; + dcterms:description "unit litre divided by the product out of the unit minute and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.00001666666666666666666666666666666667 ; + ns1:conversionMultiplierSN 1.666667e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA660"^^xsd:string ; + ns1:symbol "l/(min·K)"^^xsd:string ; + ns1:ucumCode "L.min-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G67"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "litre per mol second"^^xsd:string ; + dcterms:description "0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the SI base unit mol and the SI base unit second"^^ns1:LatexString ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAD915"^^xsd:string ; + ns1:symbol "l/(mol·s)"^^xsd:string ; + ns1:ucumCode "L.mol-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "litre per second bar"^^xsd:string ; + dcterms:description "unit litre divided by the product out of the SI base unit second and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.00000001 ; + ns1:conversionMultiplierSN 1e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA666"^^xsd:string ; + ns1:symbol "l/(s·bar)"^^xsd:string ; + ns1:ucumCode "L.s-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G85"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "litre per second kelvin"^^xsd:string ; + dcterms:description "unit litre divided by the product out of the SI base unit second and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA665"^^xsd:string ; + ns1:symbol "l/(s·K)"^^xsd:string ; + ns1:ucumCode "L.s-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G68"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "langley"^^xsd:string ; + dcterms:description "[CGS] unit of the areal-related energy transmission (as a measure of the incendent quantity of heat of solar radiation on the earth's surface)"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAB296"^^xsd:string ; + ns1:symbol "Ly"^^xsd:string ; + ns1:uneceCommonCode "P40"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound (avoirdupois) foot per second"^^xsd:string ; + dcterms:description "product of the avoirdupois pound according to the avoirdupois unit system and the unit foot according to the Anglo-American and Imperial system of units divided by the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 0.138254954376 ; + ns1:conversionMultiplierSN 1.38255e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB415"^^xsd:string ; + ns1:symbol "lb·(ft/s)"^^xsd:string ; + ns1:ucumCode "[lb_av].[ft_i].s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N10"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound square foot per gallon(UK) pound-force second"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2"^^xsd:string ; + ns1:conversionMultiplier 2.083872775779299082282838578347267334173116064268442332389984612088964920341275968 ; + ns1:conversionMultiplierSN 2.083873e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD856"^^xsd:string ; + ns1:symbol "lb/(gal (UK))/(lbf·s/ft²)"^^xsd:string ; + ns1:ucumCode "[lb_av].[ft_i]2.[gal_br]-1.[lbf_av]-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound square foot per gallon (US) pound-force second"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2"^^xsd:string ; + ns1:conversionMultiplier 2.502626854833744493086617821084779253127869007556187848462093242975047573738776 ; + ns1:conversionMultiplierSN 2.502627e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD852"^^xsd:string ; + ns1:symbol "lb/(gal (US))/(lbf·s/ft²)"^^xsd:string ; + ns1:ucumCode "[lb_av].[ft_i]2.[gal_us]-1.[lbf_av]-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound square foot per cubic inch pound-force second"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2"^^xsd:string ; + ns1:conversionMultiplier 578.1068034665949779030087166705840311562207088517638054327176207240543226740952704 ; + ns1:conversionMultiplierSN 5.781068e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD848"^^xsd:string ; + ns1:symbol "(lb/in³)/(lbf·s/ft²)"^^xsd:string ; + ns1:ucumCode "[lb_av].[ft_i]2.[in_i]-3.[lbf_av]-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound hour per cubic foot gallon (UK)"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time hour"^^xsd:string ; + ns1:conversionMultiplier 12684849.650195333239499933867654124396741790589536829728291114929411437703588 ; + ns1:conversionMultiplierSN 1.268485e+07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC846"^^xsd:string ; + ns1:symbol "(lb/ft³)/(gal (UK)/h)"^^xsd:string ; + ns1:ucumCode "[lb_av].h.[ft_i]-3.[gal_br]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound hour per cubic foot gallon (US)"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time hour"^^xsd:string ; + ns1:conversionMultiplier 15233869.2424423705674072721585852518715359857332296007155378683289047293035 ; + ns1:conversionMultiplierSN 1.523387e+07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC845"^^xsd:string ; + ns1:symbol "(lb/ft³)/(gal (US)/h)"^^xsd:string ; + ns1:ucumCode "[lb_av].h.[ft_i]-3.[gal_us]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound hour per cubic foot cubic inch"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"^^xsd:string ; + ns1:conversionMultiplier 3519023795.0041876010710798686331933264909830700172939821848834749863198205064 ; + ns1:conversionMultiplierSN 3.519024e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC847"^^xsd:string ; + ns1:symbol "(lb/ft³)/(in³/h)"^^xsd:string ; + ns1:ucumCode "[lb_av].h.[ft_i]-3.[in_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound hour per cubic foot cubic yard"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"^^xsd:string ; + ns1:conversionMultiplier 75424.89272556986456342335109381841563144898750316539709471380407341560228312 ; + ns1:conversionMultiplierSN 7.542489e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC849"^^xsd:string ; + ns1:symbol "(lb/ft³)/(yd³/h)"^^xsd:string ; + ns1:ucumCode "[lb_av].h.[ft_i]-3.[yd_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound hour per power of foot with the exponent 6"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"^^xsd:string ; + ns1:conversionMultiplier 2036472.103590386343212430479533097669052636 ; + ns1:conversionMultiplierSN 2.036472e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC848"^^xsd:string ; + ns1:symbol "(lb/ft³)/(ft³/h)"^^xsd:string ; + ns1:ucumCode "[lb_av].h.[ft_i]-6"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound hour per gallon (UK) cubic foot"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"^^xsd:string ; + ns1:conversionMultiplier 12684849.650195333239499933867654124396741790589536829728291114929411437703588 ; + ns1:conversionMultiplierSN 1.268485e+07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC863"^^xsd:string ; + ns1:symbol "lb/(gal (UK))/(ft³/h)"^^xsd:string ; + ns1:ucumCode "[lb_av].h.[gal_br]-1.[ft_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound hour per gallon (UK) cubic inch"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"^^xsd:string ; + ns1:conversionMultiplier 21919420195.537535837855885723306325290905285174268871988102623940310297574504 ; + ns1:conversionMultiplierSN 2.191942e+10 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC862"^^xsd:string ; + ns1:symbol "lb/(gal (UK))/(in³/h)"^^xsd:string ; + ns1:ucumCode "[lb_av].h.[gal_br]-1.[in_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound hour per gallon (UK) cubic yard"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"^^xsd:string ; + ns1:conversionMultiplier 469809.2463035308607222197728760784685045453775881112182401022569369923571832 ; + ns1:conversionMultiplierSN 4.698092e+05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC864"^^xsd:string ; + ns1:symbol "lb/(gal (UK))/(yd³/h)"^^xsd:string ; + ns1:ucumCode "[lb_av].h.[gal_br]-1.[yd_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound hour per square gallon (UK)"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit gallon (UK) according to the Imperial system of units per unit for time hour"^^xsd:string ; + ns1:conversionMultiplier 79011841.29376367695695378272856609314407416 ; + ns1:conversionMultiplierSN 7.901184e+07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC861"^^xsd:string ; + ns1:symbol "lbm·hr/gal{UK}²"^^xsd:string ; + ns1:ucumCode "[lb_av].h.[gal_br]-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound hour per gallon (US) cubic foot"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"^^xsd:string ; + ns1:conversionMultiplier 15233869.2424423705674072721585852518715359857332296007155378683289047293035 ; + ns1:conversionMultiplierSN 1.523387e+07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC858"^^xsd:string ; + ns1:symbol "lb/(gal (US))/(ft³/h)"^^xsd:string ; + ns1:ucumCode "[lb_av].h.[gal_us]-1.[ft_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound hour per gallon (US) cubic inch"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"^^xsd:string ; + ns1:conversionMultiplier 26324126050.940416340479766290035313232433541445579466838922411497037639403 ; + ns1:conversionMultiplierSN 2.632413e+10 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC857"^^xsd:string ; + ns1:symbol "lb/(gal (US))/(in³/h)"^^xsd:string ; + ns1:ucumCode "[lb_av].h.[gal_us]-1.[in_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound hour per gallon (US) cubic yard"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"^^xsd:string ; + ns1:conversionMultiplier 564217.3793497174284224915614290831470197693437031035772642345900475911449 ; + ns1:conversionMultiplierSN 5.642174e+05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC859"^^xsd:string ; + ns1:symbol "lb/(gal (US))/(yd³/h)"^^xsd:string ; + ns1:ucumCode "[lb_av].h.[gal_us]-1.[yd_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound hour per square gallon (US)"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the unit gallon (US) according to the Anglo-American system of units per unit for time hour"^^xsd:string ; + ns1:conversionMultiplier 113957255.63177669411463102290058577675823928 ; + ns1:conversionMultiplierSN 1.139573e+08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC855"^^xsd:string ; + ns1:symbol "lb/(gal (US))/(gal (US)/h)"^^xsd:string ; + ns1:ucumCode "[lb_av].h.[gal_us]-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound hour per cubic inch cubic foot"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"^^xsd:string ; + ns1:conversionMultiplier 3519023795.0041876010710798686331933264909830700172939821848834749863198205064 ; + ns1:conversionMultiplierSN 3.519024e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC853"^^xsd:string ; + ns1:symbol "(lb/in³)/(ft³/h)"^^xsd:string ; + ns1:ucumCode "[lb_av].h.[in_i]-3.[ft_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound hour per cubic inch gallon (UK)"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time hour"^^xsd:string ; + ns1:conversionMultiplier 21919420195.537535837855885723306325290905285174268871988102623940310297574504 ; + ns1:conversionMultiplierSN 2.191942e+10 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC851"^^xsd:string ; + ns1:symbol "(lb/in³)/(gal (UK)/h)"^^xsd:string ; + ns1:ucumCode "[lb_av].h.[in_i]-3.[gal_br]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound hour per cubic inch gallon (US)"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time hour"^^xsd:string ; + ns1:conversionMultiplier 26324126050.940416340479766290035313232433541445579466838922411497037639403 ; + ns1:conversionMultiplierSN 2.632413e+10 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC850"^^xsd:string ; + ns1:symbol "(lb/in³)/(gal (US)/h)"^^xsd:string ; + ns1:ucumCode "[lb_av].h.[in_i]-3.[gal_us]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound hour per cubic inch cubic yard"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"^^xsd:string ; + ns1:conversionMultiplier 130334214.62978472596559555069011821230105450971546345289972840848652177795696 ; + ns1:conversionMultiplierSN 1.303342e+08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC854"^^xsd:string ; + ns1:symbol "(lb/in³)/(yd³/h)"^^xsd:string ; + ns1:ucumCode "[lb_av].h.[in_i]-3.[yd_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound hour per power of inch with the exponent 6"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"^^xsd:string ; + ns1:conversionMultiplier 6080873117767.236174650826012998158007635932 ; + ns1:conversionMultiplierSN 6.080873e+12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC852"^^xsd:string ; + ns1:symbol "(lb/in³)/(in³/h)"^^xsd:string ; + ns1:ucumCode "[lb_av].h.[in_i]-6"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound (avoirdupois) inch per second"^^xsd:string ; + dcterms:description "product of the avoirdupois pound according to the avoirdupois unit system and the unit inch according to the Anglo-American and Imperial system of units divided by the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 0.011521246198 ; + ns1:conversionMultiplierSN 1.152125e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB416"^^xsd:string ; + ns1:symbol "lb·(in/s)"^^xsd:string ; + ns1:ucumCode "[lb_av].[in_i].s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N11"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound square inch per cubic foot pound-force second"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2"^^xsd:string ; + ns1:conversionMultiplier 0.0023232815854335253420099051435128282339616138505378234106449231456072737790266052 ; + ns1:conversionMultiplierSN 2.323282e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD845"^^xsd:string ; + ns1:symbol "(lb/ft³)/(lbf·s/in²)"^^xsd:string ; + ns1:ucumCode "[lb_av].[in_i]2.[ft_i]-3.[lbf_av]-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound square inch per gallon(UK) pound-force second"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2"^^xsd:string ; + ns1:conversionMultiplier 0.014471338720689576960297490127411578709535528224086405086041559806173367502369972 ; + ns1:conversionMultiplierSN 1.447134e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD857"^^xsd:string ; + ns1:symbol "lb/(gal (UK))/(lbf·s/in²)"^^xsd:string ; + ns1:ucumCode "[lb_av].[in_i]2.[gal_br]-1.[lbf_av]-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound square inch per gallon (US) pound-force second"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2"^^xsd:string ; + ns1:conversionMultiplier 0.0173793531585676700908792904241998559244990903302513045032089808539933859287415 ; + ns1:conversionMultiplierSN 1.737935e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD853"^^xsd:string ; + ns1:symbol "lb/(gal (US))/(lbf·s/in²)"^^xsd:string ; + ns1:ucumCode "[lb_av].[in_i]2.[gal_us]-1.[lbf_av]-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound square inch per cubic inch pound-force second"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2"^^xsd:string ; + ns1:conversionMultiplier 4.0146305796291317909931160879901668830293104781372486488383168105837105741256616 ; + ns1:conversionMultiplierSN 4.014631e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD849"^^xsd:string ; + ns1:symbol "(lb/in³)/(lbf·s/in²)"^^xsd:string ; + ns1:ucumCode "[lb_av].[in_i]2.[in_i]-3.[lbf_av]-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound minute per cubic foot gallon (UK)"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time minute"^^xsd:string ; + ns1:conversionMultiplier 211414.1608365888873249988977942354066123631764922804954715185821568572950598 ; + ns1:conversionMultiplierSN 2.114142e+05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC871"^^xsd:string ; + ns1:symbol "lb·min/(ft³·gal (UK))"^^xsd:string ; + ns1:ucumCode "[lb_av].min.[ft_i]-3.[gal_br]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound minute per cubic foot gallon (US)"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time minute"^^xsd:string ; + ns1:conversionMultiplier 253897.820707372842790121202643087531192266428887160011925631138815078821725 ; + ns1:conversionMultiplierSN 2.538978e+05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC870"^^xsd:string ; + ns1:symbol "(lb/ft³)/(gal (US)/min)"^^xsd:string ; + ns1:ucumCode "[lb_av].min.[ft_i]-3.[gal_us]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound minute per cubic foot cubic inch"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"^^xsd:string ; + ns1:conversionMultiplier 58650396.58340312668451799781055322210818305116695489970308139124977199700844 ; + ns1:conversionMultiplierSN 5.86504e+07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC872"^^xsd:string ; + ns1:symbol "(lb/ft³)/(in³/min)"^^xsd:string ; + ns1:ucumCode "[lb_av].min.[ft_i]-3.[in_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound minute per cubic foot cubic yard"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"^^xsd:string ; + ns1:conversionMultiplier 1257.081545426164409390389184896973593857483125052756618245230067890260038052 ; + ns1:conversionMultiplierSN 1.257082e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC874"^^xsd:string ; + ns1:symbol "(lb/ft³)/(yd³/min)"^^xsd:string ; + ns1:ucumCode "[lb_av].min.[ft_i]-3.[yd_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound minute per power of foot with the exponent 6"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"^^xsd:string ; + ns1:conversionMultiplier 33941.2017265064390535405079922182944842106 ; + ns1:conversionMultiplierSN 3.39412e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC873"^^xsd:string ; + ns1:symbol "(lb/ft³)/(ft³/min)"^^xsd:string ; + ns1:ucumCode "[lb_av].min.[ft_i]-6"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound minute per gallon (UK) cubic foot"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"^^xsd:string ; + ns1:conversionMultiplier 211414.1608365888873249988977942354066123631764922804954715185821568572950598 ; + ns1:conversionMultiplierSN 2.114142e+05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC888"^^xsd:string ; + ns1:symbol "lb/(gal (UK))/(ft³/min)"^^xsd:string ; + ns1:ucumCode "[lb_av].min.[gal_br]-1.[ft_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound minute per gallon (UK) cubic inch"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"^^xsd:string ; + ns1:conversionMultiplier 365323669.9256255972975980953884387548484214195711478664683770656718382929084 ; + ns1:conversionMultiplierSN 3.653237e+08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC887"^^xsd:string ; + ns1:symbol "lb/(gal (UK))/(in³/min)"^^xsd:string ; + ns1:ucumCode "[lb_av].min.[gal_br]-1.[in_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound minute per gallon (UK) cubic yard"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"^^xsd:string ; + ns1:conversionMultiplier 7830.15410505884767870366288126797447507575629313518697066837094894987261972 ; + ns1:conversionMultiplierSN 7.830154e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC889"^^xsd:string ; + ns1:symbol "lb/(gal (UK))/(yd³/min)"^^xsd:string ; + ns1:ucumCode "[lb_av].min.[gal_br]-1.[yd_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound minute per square gallon (UK)"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit gallon (UK) according to the Imperial system of units per unit for time minute"^^xsd:string ; + ns1:conversionMultiplier 1316864.021562727949282563045476101552401236 ; + ns1:conversionMultiplierSN 1.316864e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC886"^^xsd:string ; + ns1:symbol "lb/(gal (UK))/(gal (UK)/min)"^^xsd:string ; + ns1:ucumCode "[lb_av].min.[gal_br]-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound minute per gallon (US) cubic foot"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"^^xsd:string ; + ns1:conversionMultiplier 253897.820707372842790121202643087531192266428887160011925631138815078821725 ; + ns1:conversionMultiplierSN 2.538978e+05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC883"^^xsd:string ; + ns1:symbol "lb/(gal (US))/(ft³/min)"^^xsd:string ; + ns1:ucumCode "[lb_av].min.[gal_us]-1.[ft_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound minute per gallon (US) cubic inch"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"^^xsd:string ; + ns1:conversionMultiplier 438735434.18234027234132943816725522054055902409299111398204019161729399005 ; + ns1:conversionMultiplierSN 4.387354e+08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC882"^^xsd:string ; + ns1:symbol "lb/(gal (US))/(in³/min)"^^xsd:string ; + ns1:ucumCode "[lb_av].min.[gal_us]-1.[in_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound minute per gallon (US) cubic yard"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"^^xsd:string ; + ns1:conversionMultiplier 9403.622989161957140374859357151385783662822395051726287737243167459852415 ; + ns1:conversionMultiplierSN 9.403623e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC884"^^xsd:string ; + ns1:symbol "lb/(gal (US))/(yd³/min)"^^xsd:string ; + ns1:ucumCode "[lb_av].min.[gal_us]-1.[yd_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound minute per square gallon (US)"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the unit gallon (US) according to the Anglo-American system of units per unit for time minute"^^xsd:string ; + ns1:conversionMultiplier 1899287.593862944901910517048343096279303988 ; + ns1:conversionMultiplierSN 1.899288e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC880"^^xsd:string ; + ns1:symbol "lb/(gal (US))/(gal (US)/min)"^^xsd:string ; + ns1:ucumCode "[lb_av].min.[gal_us]-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound minute per cubic inch cubic foot"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"^^xsd:string ; + ns1:conversionMultiplier 58650396.58340312668451799781055322210818305116695489970308139124977199700844 ; + ns1:conversionMultiplierSN 5.86504e+07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC878"^^xsd:string ; + ns1:symbol "(lb/in³)/(ft³/min)"^^xsd:string ; + ns1:ucumCode "[lb_av].min.[in_i]-3.[ft_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound minute per cubic inch gallon (UK)"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time minute"^^xsd:string ; + ns1:conversionMultiplier 365323669.9256255972975980953884387548484214195711478664683770656718382929084 ; + ns1:conversionMultiplierSN 3.653237e+08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC876"^^xsd:string ; + ns1:symbol "lb·min/(in³·gal (UK))"^^xsd:string ; + ns1:ucumCode "[lb_av].min.[in_i]-3.[gal_br]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound minute per cubic inch gallon (US)"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time minute"^^xsd:string ; + ns1:conversionMultiplier 438735434.18234027234132943816725522054055902409299111398204019161729399005 ; + ns1:conversionMultiplierSN 4.387354e+08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC875"^^xsd:string ; + ns1:symbol "(lb/in³)/(gal (US)/min)"^^xsd:string ; + ns1:ucumCode "[lb_av].min.[in_i]-3.[gal_us]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound minute per cubic inch cubic yard"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"^^xsd:string ; + ns1:conversionMultiplier 2172236.910496412099426592511501970205017575161924390881662140141442029632616 ; + ns1:conversionMultiplierSN 2.172237e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC879"^^xsd:string ; + ns1:symbol "(lb/in³)/(yd³/min)"^^xsd:string ; + ns1:ucumCode "[lb_av].min.[in_i]-3.[yd_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound minute per power of inch with the exponent 6"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"^^xsd:string ; + ns1:conversionMultiplier 101347885296.1206029108471002166359667939322 ; + ns1:conversionMultiplierSN 1.013479e+11 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC877"^^xsd:string ; + ns1:symbol "(lb/in³)/(in³/min)"^^xsd:string ; + ns1:ucumCode "[lb_av].min.[in_i]-6"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound (avoirdupois) per degree Fahrenheit"^^xsd:string ; + dcterms:description "traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the traditional unit degree Fahrenheit"^^xsd:string ; + ns1:conversionMultiplier 0.8164663 ; + ns1:conversionMultiplierSN 8.164663e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA668"^^xsd:string ; + ns1:symbol "lb/°F"^^xsd:string ; + ns1:ucumCode "[lb_av].[degF]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K64"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound (avoirdupois) per foot day"^^xsd:string ; + dcterms:description "unit of the dynamic viscosity according to the Anglo-American unit system"^^xsd:string ; + ns1:conversionMultiplier 0.00001722411971724020608535044230582288 ; + ns1:conversionMultiplierSN 1.722412e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB436"^^xsd:string ; + ns1:symbol "lb/(ft·d)"^^xsd:string ; + ns1:ucumCode "[lb_av].[ft_i]-1.d-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N44"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound per foot pound-force second"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2"^^xsd:string ; + ns1:conversionMultiplier 0.33455254830242764924942634066584721521501158056064094672437823938052751208 ; + ns1:conversionMultiplierSN 3.345525e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD844"^^xsd:string ; + ns1:symbol "(lb/ft³)/(lbf·s/ft²)"^^xsd:string ; + ns1:ucumCode "[lb_av].[ft_i]-1.[lbf_av]-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound (avoirdupois) per foot minute"^^xsd:string ; + dcterms:description "unit of the dynamic viscosity according to the Anglo-American unit system"^^xsd:string ; + ns1:conversionMultiplier 0.02480273239282589676290463692038495 ; + ns1:conversionMultiplierSN 2.480273e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB435"^^xsd:string ; + ns1:symbol "lb/(ft·min)"^^xsd:string ; + ns1:ucumCode "[lb_av].[ft_i]-1.min-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N43"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound (avoirdupois) per cubic foot degree Fahrenheit"^^xsd:string ; + dcterms:description "traditional unit pound (avoirdupois) for mass according to the avoirdupois system of units divided by the product of the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the traditional unit degree Fahrenheit"^^xsd:string ; + ns1:conversionMultiplier 28.83323 ; + ns1:conversionMultiplierSN 2.883323e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA677"^^xsd:string ; + ns1:symbol "lb/(ft³·°F)"^^xsd:string ; + ns1:ucumCode "[lb_av].[ft_i]-3.[degF]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K69"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound (avoirdupois) per cubic foot psi"^^xsd:string ; + dcterms:description "traditional unit pound (avoirdupois) for mass according to the avoirdupois system of units divided by the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the composed unit for pressure (pound-force per square inch)"^^xsd:string ; + ns1:conversionMultiplier 0.002323281585433525342009905143512828 ; + ns1:conversionMultiplierSN 2.323282e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA678"^^xsd:string ; + ns1:symbol "lb/(ft³·psi)"^^xsd:string ; + ns1:ucumCode "[lb_av].[ft_i]-3.[psi]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K70"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound (avoirdupois) per hour degree Fahrenheit"^^xsd:string ; + dcterms:description "traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the product of the unit for time hour and the traditional unit degree Fahrenheit"^^xsd:string ; + ns1:conversionMultiplier 0.000226796184999999981856305200000001530118261466666665215171082666666787624632 ; + ns1:conversionMultiplierSN 2.267962e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA683"^^xsd:string ; + ns1:symbol "lb/(h·°F)"^^xsd:string ; + ns1:ucumCode "[lb_av].h-1.[degF]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K73"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound (avoirdupois) per hour psi"^^xsd:string ; + dcterms:description "quotient of the traditional unit avoirdupois pound for mass according to the avoirdupois system of units divided by the unit for time hour divided by the composed unit for pressure (pound-force per square inch)"^^xsd:string ; + ns1:conversionMultiplier 0.0000000182744467346499108120663380259234724368282387719928649653070420738776779898 ; + ns1:conversionMultiplierSN 1.827445e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA684"^^xsd:string ; + ns1:symbol "lb/(h·psi)"^^xsd:string ; + ns1:ucumCode "[lb_av].h-1.[psi]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K74"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound (avoirdupois) per cubic inch degree Fahrenheit"^^xsd:string ; + dcterms:description "traditional unit avoirdupois pound for mass according to the avoirdupois system of units divided by the product of the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the traditional unit degree Fahrenheit"^^xsd:string ; + ns1:conversionMultiplier 49823.84 ; + ns1:conversionMultiplierSN 4.982384e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA686"^^xsd:string ; + ns1:symbol "lb/(in³·°F)"^^xsd:string ; + ns1:ucumCode "[lb_av].[in_i]-3.[degF]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K75"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound (avoirdupois) per cubic inch psi"^^xsd:string ; + dcterms:description "quotient of the traditional unit avoirdupois pound for mass according to the avoirdupois system of units divided by the power of the unit inch with the exponent 3 according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force per square inch)"^^xsd:string ; + ns1:conversionMultiplier 4.014630579629131790993116087990167 ; + ns1:conversionMultiplierSN 4.014631e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA687"^^xsd:string ; + ns1:symbol "lb/(in³·psi)"^^xsd:string ; + ns1:ucumCode "[lb_av].[in_i]-3.[psi]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K76"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound per pound"^^xsd:string ; + dcterms:description "proportion of the mass consisting of the avoirdupois pound according to the avoirdupois unit system divided by the avoirdupois pound according to the avoirdupois unit system"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB388"^^xsd:string ; + ns1:symbol "lb/lb"^^xsd:string ; + ns1:ucumCode "[lb_av].[lb_av]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M91"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound (avoirdupois) per minute degree Fahrenheit"^^xsd:string ; + dcterms:description "traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the product of the unit for time minute and the traditional unit degree Fahrenheit"^^xsd:string ; + ns1:conversionMultiplier 0.0136077710999999989113783120000000934400282199999997822756624000000181436948 ; + ns1:conversionMultiplierSN 1.360777e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA690"^^xsd:string ; + ns1:symbol "lb/(min·°F)"^^xsd:string ; + ns1:ucumCode "[lb_av].min-1.[degF]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K79"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound (avoirdupois) per minute psi"^^xsd:string ; + dcterms:description "quotient of the traditional unit avoirdupois pound for mass according to the avoirdupois system of units and the unit minute for time divided by the composed unit for pressure (pound-force per square inch)"^^xsd:string ; + ns1:conversionMultiplier 0.00000109646680407899464872398028155540847778571081579892974479605631108165169847 ; + ns1:conversionMultiplierSN 1.096467e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA691"^^xsd:string ; + ns1:symbol "lb/(min·psi)"^^xsd:string ; + ns1:ucumCode "[lb_av].min-1.[psi]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K80"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound (avoirdupois) per psi"^^xsd:string ; + dcterms:description "traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the composed unit for pressure (pound-force per square inch)"^^xsd:string ; + ns1:conversionMultiplier 0.000065788008244739678923438816893324495509541 ; + ns1:conversionMultiplierSN 6.578801e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA688"^^xsd:string ; + ns1:symbol "lb/psi"^^xsd:string ; + ns1:ucumCode "[lb_av].[psi]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K77"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound (avoirdupois) per second degree Fahrenheit"^^xsd:string ; + dcterms:description "traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the product of the SI base unit second and the traditional unit degree Fahrenheit"^^xsd:string ; + ns1:conversionMultiplier 0.8164663 ; + ns1:conversionMultiplierSN 8.164663e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA693"^^xsd:string ; + ns1:symbol "lb/(s·°F)"^^xsd:string ; + ns1:ucumCode "[lb_av].s-1.[degF]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K82"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound (avoirdupois) per second psi"^^xsd:string ; + dcterms:description "quotient of the traditional unit avoirdupois pound for mass according the avoirdupois system of units and the SI base unit second divided by the composed unit for pressure (pound-force per square inch)"^^xsd:string ; + ns1:conversionMultiplier 0.000065788008244739678923438816893324495509541 ; + ns1:conversionMultiplierSN 6.578801e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA694"^^xsd:string ; + ns1:symbol "lb/(s·psi)"^^xsd:string ; + ns1:ucumCode "[lb_av].s-1.[psi]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K83"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound (avoirdupois) per yard"^^xsd:string ; + dcterms:description "unit for linear mass according to avoirdupois system of units"^^xsd:string ; + ns1:conversionMultiplier 0.496054647856517935258092738407699 ; + ns1:conversionMultiplierSN 4.960546e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB245"^^xsd:string ; + ns1:symbol "lb/yd"^^xsd:string ; + ns1:ucumCode "[lb_av].[yd_i]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M84"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound (avoirdupois) per square yard"^^xsd:string ; + dcterms:description "unit for areal-related mass as a unit pound according to the avoirdupois unit system divided by the power of the unit yard according to the Anglo-American and Imperial system of units with exponent 2"^^xsd:string ; + ns1:conversionMultiplier 0.5424919595981167270976517261676497 ; + ns1:conversionMultiplierSN 5.42492e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAB390"^^xsd:string ; + ns1:symbol "lb/yd²"^^xsd:string ; + ns1:ucumCode "[lb_av].[yd_i]-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N25"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound second per cubic foot gallon (UK)"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 3523.56934727648145541664829657059011020605294153800825785864303594762158433 ; + ns1:conversionMultiplierSN 3.523569e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD804"^^xsd:string ; + ns1:symbol "(lb/ft³)/(gal (UK)/s)"^^xsd:string ; + ns1:ucumCode "[lb_av].s.[ft_i]-3.[gal_br]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound second per cubic foot gallon (US)"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 4231.63034512288071316868671071812551987110714811933353209385231358464702875 ; + ns1:conversionMultiplierSN 4.23163e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD803"^^xsd:string ; + ns1:symbol "(lb/ft³)/(gal (US)/s)"^^xsd:string ; + ns1:ucumCode "[lb_av].s.[ft_i]-3.[gal_us]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound second per cubic foot cubic inch"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 977506.609723385444741966630175887035136384186115914995051356520829533283474 ; + ns1:conversionMultiplierSN 9.775066e+05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD805"^^xsd:string ; + ns1:symbol "(lb/ft³)/(in³/s)"^^xsd:string ; + ns1:ucumCode "[lb_av].s.[ft_i]-3.[in_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound second per cubic foot cubic yard"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 20.9513590904360734898398197482828932309580520842126103040871677981710006342 ; + ns1:conversionMultiplierSN 2.095136e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD807"^^xsd:string ; + ns1:symbol "(lb/ft³)/(yd³/s)"^^xsd:string ; + ns1:ucumCode "[lb_av].s.[ft_i]-3.[yd_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound second per power of foot with the exponent 6"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 565.68669544177398422567513320363824140351 ; + ns1:conversionMultiplierSN 5.656867e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD806"^^xsd:string ; + ns1:symbol "(lb/ft³)/(ft³/s)"^^xsd:string ; + ns1:ucumCode "[lb_av].s.[ft_i]-6"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound second per gallon (UK) cubic foot"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 3523.56934727648145541664829657059011020605294153800825785864303594762158433 ; + ns1:conversionMultiplierSN 3.523569e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD821"^^xsd:string ; + ns1:symbol "(lb/(gal (UK))/(ft³/s)"^^xsd:string ; + ns1:ucumCode "[lb_av].s.[gal_br]-1.[ft_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound second per gallon (UK) cubic inch"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 6088727.83209375995495996825647397924747369032618579777447295109453063821514 ; + ns1:conversionMultiplierSN 6.088728e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD820"^^xsd:string ; + ns1:symbol "(lb/(gal (UK))/(in³/s)"^^xsd:string ; + ns1:ucumCode "[lb_av].s.[gal_br]-1.[in_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound second per gallon (UK) cubic yard"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 130.502568417647461311727714687799574584595938218919782844472849149164543662 ; + ns1:conversionMultiplierSN 1.305026e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD822"^^xsd:string ; + ns1:symbol "(lb/(gal (UK))/(yd³/s)"^^xsd:string ; + ns1:ucumCode "[lb_av].s.[gal_br]-1.[yd_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound second per square gallon (UK)"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit gallon (UK) according to the Imperial system of units per SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 21947.7336927121324880427174246016925400206 ; + ns1:conversionMultiplierSN 2.194773e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD819"^^xsd:string ; + ns1:symbol "(lb/(gal (UK))/(gal (UK)/s)"^^xsd:string ; + ns1:ucumCode "[lb_av].s.[gal_br]-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound second per gallon (US) cubic foot"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 4231.63034512288071316868671071812551987110714811933353209385231358464702875 ; + ns1:conversionMultiplierSN 4.23163e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD816"^^xsd:string ; + ns1:symbol "lb/(gal (US))/(ft³/s)"^^xsd:string ; + ns1:ucumCode "[lb_av].s.[gal_us]-1.[ft_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound second per gallon (US) cubic inch"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 7312257.2363723378723554906361209203423426504015498518997006698602882331675 ; + ns1:conversionMultiplierSN 7.312257e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD815"^^xsd:string ; + ns1:symbol "lb/(gal (US))/(in³/s)"^^xsd:string ; + ns1:ucumCode "[lb_av].s.[gal_us]-1.[in_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound second per gallon (US) cubic yard"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 156.72704981936595233958098928585642972771370658419543812895405279099754025 ; + ns1:conversionMultiplierSN 1.56727e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD817"^^xsd:string ; + ns1:symbol "(lb/(gal (US))/(yd³/s)"^^xsd:string ; + ns1:ucumCode "[lb_av].s.[gal_us]-1.[yd_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound second per square gallon (US)"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the unit gallon (US) according to the Anglo-American system of units per SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 31654.7932310490816985086174723849379883998 ; + ns1:conversionMultiplierSN 3.165479e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD813"^^xsd:string ; + ns1:symbol "(lb/(gal (US))/(gal (US)/s)"^^xsd:string ; + ns1:ucumCode "[lb_av].s.[gal_us]-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound second per cubic inch cubic foot"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 977506.609723385444741966630175887035136384186115914995051356520829533283474 ; + ns1:conversionMultiplierSN 9.775066e+05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD811"^^xsd:string ; + ns1:symbol "(lb/in³)/(ft³/s)"^^xsd:string ; + ns1:ucumCode "[lb_av].s.[in_i]-3.[ft_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound second per cubic inch gallon (UK)"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 6088727.83209375995495996825647397924747369032618579777447295109453063821514 ; + ns1:conversionMultiplierSN 6.088728e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD809"^^xsd:string ; + ns1:symbol "(lb/in³)/(gal (UK)/s)"^^xsd:string ; + ns1:ucumCode "[lb_av].s.[in_i]-3.[gal_br]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound second per cubic inch gallon (US)"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 7312257.2363723378723554906361209203423426504015498518997006698602882331675 ; + ns1:conversionMultiplierSN 7.312257e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD808"^^xsd:string ; + ns1:symbol "(lb/in³)/(gal (US)/s)"^^xsd:string ; + ns1:ucumCode "[lb_av].s.[in_i]-3.[gal_us]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound second per cubic inch cubic yard"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 36203.9485082735349904432085250328367502929193654065146943690023573671605436 ; + ns1:conversionMultiplierSN 3.620395e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD812"^^xsd:string ; + ns1:symbol "(lb/in³)/(yd³/s)"^^xsd:string ; + ns1:ucumCode "[lb_av].s.[in_i]-3.[yd_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound second per power of inch with the exponent 6"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 1689131421.60201004851411833694393277989887 ; + ns1:conversionMultiplierSN 1.689131e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD810"^^xsd:string ; + ns1:symbol "(lb/in³)/(in³/s"^^xsd:string ; + ns1:ucumCode "[lb_av].s.[in_i]-6"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound-force foot per inch"^^xsd:string ; + dcterms:description "unit for length-related rotational moment according to the Anglo-American and Imperial system of units"^^xsd:string ; + ns1:conversionMultiplier 53.3786617780937136 ; + ns1:conversionMultiplierSN 5.337866e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB292"^^xsd:string ; + ns1:symbol "lbf·ft/in"^^xsd:string ; + ns1:ucumCode "[lbf_av].[ft_i].[in_i]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P89"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound-force inch per inch"^^xsd:string ; + dcterms:description "unit for length-related rotational moment according to the Anglo-American and Imperial system of units"^^xsd:string ; + ns1:conversionMultiplier 4.4482218148411428 ; + ns1:conversionMultiplierSN 4.448222e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB293"^^xsd:string ; + ns1:symbol "lbf·in/in"^^xsd:string ; + ns1:ucumCode "[lbf_av].[in_i].[in_i]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P90"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound-force per yard"^^xsd:string ; + dcterms:description "unit of force per unit length based on the Anglo-American system of units"^^xsd:string ; + ns1:conversionMultiplier 4.864634530666166666666666666666666 ; + ns1:conversionMultiplierSN 4.864635e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB454"^^xsd:string ; + ns1:symbol "lbf/yd"^^xsd:string ; + ns1:ucumCode "[lbf_av].[yd_i]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N33"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "lumen hour"^^xsd:string ; + dcterms:description "product of the SI derived unit lumen and the unit hour"^^xsd:string ; + ns1:conversionMultiplier 3600.0 ; + ns1:conversionMultiplierSN 3.6e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA720"^^xsd:string ; + ns1:symbol "lm·h"^^xsd:string ; + ns1:ucumCode "lm.h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B59"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "lumen per square foot"^^xsd:string ; + dcterms:description "SI derived unit lumen divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2"^^xsd:string ; + ns1:conversionMultiplier 10.7639104167097223083335055559 ; + ns1:conversionMultiplierSN 1.076391e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB254"^^xsd:string ; + ns1:symbol "lm/ft²"^^xsd:string ; + ns1:ucumCode "lm.[ft_i]-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P25"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "lumen per square metre"^^xsd:string ; + dcterms:description "SI derived unit lumen divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA721"^^xsd:string ; + ns1:symbol "lm/m²"^^xsd:string ; + ns1:ucumCode "lm.m-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B60"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "lux second"^^xsd:string ; + dcterms:description "product of the SI derived unit lux and the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA725"^^xsd:string ; + ns1:symbol "lx·s"^^xsd:string ; + ns1:ucumCode "lx.s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B64"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "metre pascal per second"^^xsd:string ; + dcterms:description "product of the SI base unit metre and the SI derived unit pascal divided by the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD914"^^xsd:string ; + ns1:symbol "m·Pa/s"^^xsd:string ; + ns1:ucumCode "m.Pa.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "metre per bar"^^xsd:string ; + dcterms:description "SI base unit metre divided by the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.00001 ; + ns1:conversionMultiplierSN 1e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA731"^^xsd:string ; + ns1:symbol "m/bar"^^xsd:string ; + ns1:ucumCode "m.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G05"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "metre per degree Celcius metre"^^xsd:string ; + dcterms:description "SI base unit metre divided by the product of the unit degree Celsius and the SI base unit metre"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB461"^^xsd:string ; + ns1:symbol "m/(°C·m)"^^xsd:string ; + ns1:ucumCode "m.Cel-1.m-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N83"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "metre per pascal"^^xsd:string ; + dcterms:description "SI base unit metre divided by the SI derived unit pascal"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB315"^^xsd:string ; + ns1:symbol "m/Pa"^^xsd:string ; + ns1:ucumCode "m.Pa-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M53"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "metre per radian"^^xsd:string ; + dcterms:description "unit of the translation factor for implementation from rotation to linear move according"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB482"^^xsd:string ; + ns1:symbol "m/rad"^^xsd:string ; + ns1:ucumCode "m.rad-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M55"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "metre per second bar"^^xsd:string ; + dcterms:description "SI base unit meter divided by the product of SI base unit second and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.00001 ; + ns1:conversionMultiplierSN 1e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB313"^^xsd:string ; + ns1:symbol "m/(s·bar)"^^xsd:string ; + ns1:ucumCode "m.s-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L13"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "metre per second kelvin"^^xsd:string ; + dcterms:description "SI base units metre divided by the product of the SI base unit second and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC009"^^xsd:string, + "0112/2///62720#UAD696"^^xsd:string ; + ns1:symbol "m/(s·K)"^^xsd:string ; + ns1:ucumCode "m.s-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L12"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "metre per second pascal"^^xsd:string ; + dcterms:description "SI base unit metre divided by the product of the SI base unit second and the SI base unit Kelvin"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA734"^^xsd:string ; + ns1:symbol "m/(s·Pa)"^^xsd:string ; + ns1:ucumCode "m.s-1.Pa-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M59"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "metre per volt second"^^xsd:string ; + dcterms:description "SI base unit metre divided by the product of the SI derived unit volt and the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD917"^^xsd:string ; + ns1:symbol "m/(V·s)"^^xsd:string ; + ns1:ucumCode "m.V-1.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H58"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "metre second"^^xsd:string ; + dcterms:description "product of SI base units metre and second to the power of minus one given as dimensional product dim Q = L**$a} M**$b} T**$g} I**$d} $TH**$e} N**$z} J**$i}"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD686"^^xsd:string ; + ns1:symbol "m·s"^^xsd:string ; + ns1:ucumCode "m.s"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "metre second squared"^^xsd:string ; + dcterms:description "product of SI base units metre and second to the power of two given as dimensional product dim Q = L**$a} M**$b} T**$g} I**$d} $TH**$e} N**$z} J**$i}"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD683"^^xsd:string ; + ns1:symbol "m·s²"^^xsd:string ; + ns1:ucumCode "m.s2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Square Metres square Hertz"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "m²·Hz²"^^xsd:string ; + ns1:ucumCode "m2.Hz2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Square metres cubic Hertz"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "m²·Hz³"^^xsd:string ; + ns1:ucumCode "m2.Hz3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Square metres Hertz^4"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "m²·Hz⁴"^^xsd:string ; + ns1:ucumCode "m2.Hz4"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Square metres per Hertz"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "m²/Hz"^^xsd:string ; + ns1:ucumCode "m2.Hz-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Square metres per Hertz degree"@en ; + ns1:conversionMultiplier 57.2957795130823 ; + ns1:conversionMultiplierSN 5.729578e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "m²/(Hz·°)"^^xsd:string ; + ns1:ucumCode "m2.Hz-1.deg-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Square metres per square Hertz"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "m²/Hz²"^^xsd:string ; + ns1:ucumCode "m2.Hz-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "square metre per Kilowatt"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "A common unit for measuring area per power"^^xsd:string ; + ns1:symbol "m²/kW"^^xsd:string ; + ns1:ucumCode "m2.kW-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "čtvereční metr na metr"@cs, + "Quadratmeter je Meter"@de, + "square metre per metre"@en, + "metro cuadrado pormetro"@es, + "mètre carré par mètre"@fr, + "metro quadrato al metro"@it, + "meter persegi per meter"@ms, + "metr kwadratowy na metr"@pl, + "metro quadrado por metro"@pt, + "metru pătrat pe metru"@ro, + "квадратный метр на метр"@ru, + "kvadratni meter na meter"@sl, + "metrekare per metre"@tr ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "square metre divided by metre: plain text description in English"^^xsd:string ; + ns1:symbol "m²/m"^^xsd:string ; + ns1:ucumCode "m2.m-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "square metre per second bar"^^xsd:string ; + dcterms:description """ + The unit $\\textit{Square Metre per Second Bar}$ typically refers to a measure of fluid permeability in the + context of materials science or engineering. + It is the volume of fluid (in square metres) that can pass through a material in one second under a pressure difference of one bar. + This unit is particularly important in fields such as petrophysics, hydrogeology, and materials engineering, + where understanding the flow of fluids through porous media is crucial. + A $Bar$ is not an SI unit but is a unit of pressure that is widely used in various scientific and engineering contexts. + A bar is equal to $100,000\\ pascals\\(Pa)$, approximately equal to the atmospheric pressure on Earth at sea level. + """^^ns1:LatexString ; + ns1:conversionMultiplier 0.00001 ; + ns1:conversionMultiplierSN 1e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB493"^^xsd:string ; + ns1:symbol "m²/(s·bar)"^^xsd:string ; + ns1:ucumCode "m2.s-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G41"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "square metre per second kelvin"^^xsd:string ; + dcterms:description """ + The unit $\\textit{Square Metre per Second Kelvin}$ is a heat transfer coefficient that is area-dependent + and varies with time and temperature difference. + Heat transfer is typically defined in terms of watts per square meter per kelvin ($W/m^{2}K$), + representing the rate of heat transfer across a surface per unit area per unit temperature difference. + """^^ns1:LatexString ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA753"^^xsd:string, + "0112/2///62720#UAD680"^^xsd:string ; + ns1:symbol "m²/(s·K)"^^xsd:string ; + ns1:ucumCode "m2.s-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G09"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "square metre per second pascal"^^xsd:string ; + dcterms:description """ + The unit $\\textit{Square Metre per Second Pascal}$, symbol $m^{2}/s\\cdot Pa$, is a measure of permeability, which describes the ability + of a material to allow fluids to pass through it under a pressure gradient. + It's particularly relevant in fields like hydrogeology, petroleum engineering, and civil engineering, + where understanding fluid flow through porous materials is essential. + """^^ns1:LatexString ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB460"^^xsd:string ; + ns1:symbol "m²/(s·Pa)"^^xsd:string ; + ns1:ucumCode "m2.s-1.Pa-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M82"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Square metres per square second"@en, + "Square Meters per Square Second"@en-us ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD501"^^xsd:string ; + ns1:symbol "m²/s²"^^xsd:string ; + ns1:ucumCode "m2.s-2"^^ns1:UCUMcs, + "m2/s2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "square metre per square second kelvin"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "Unit for expressing the specific heat capacity."^^xsd:string ; + ns1:symbol "m²/(s²·K)"^^xsd:string ; + ns1:ucumCode "m2.s2-1.K-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "čtvereční metr na watt"@cs, + "Quadratmeter je Watt"@de, + "square metre per watt"@en, + "metro cuadrado porvatio"@es, + "mètre carré par watt"@fr, + "metro quadrato al watt"@it, + "meter persegi per watt"@ms, + "metr kwadratowy na wat"@pl, + "metro quadrado por watt"@pt, + "metru pătrat pe watt"@ro, + "квадратный метр на ватт"@ru, + "kvadratni meter na watt"@sl, + "metrekare per watt"@tr ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "A common unit for measuring area per power"^^xsd:string ; + ns1:symbol "m²/W"^^xsd:string ; + ns1:ucumCode "m2.W-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Square metre seconds per radian"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "m²·s/rad"^^xsd:string ; + ns1:ucumCode "m2.s.rad-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "cubic metre per bar"^^xsd:string ; + dcterms:description "power of the SI base unit metre with the exponent 3 divided by the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.00001 ; + ns1:conversionMultiplierSN 1e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA759"^^xsd:string ; + ns1:symbol "m³/bar"^^xsd:string ; + ns1:ucumCode "m3.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G96"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "cubic metre per day bar"^^xsd:string ; + dcterms:description "power of the SI base unit metre with the exponent 3 divided by the product out of the unit day and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.0000000001157407407407407407407407407407407 ; + ns1:conversionMultiplierSN 1.157407e-10 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA762"^^xsd:string ; + ns1:symbol "m³/(d·bar)"^^xsd:string ; + ns1:ucumCode "m3.d-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G86"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "cubic metre per day kelvin"^^xsd:string ; + dcterms:description "power of the SI base unit metre with the exponent 3 divided by the product out of the unit day and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.00001157407407407407407407407407407407 ; + ns1:conversionMultiplierSN 1.157407e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA761"^^xsd:string ; + ns1:symbol "m³/(d·K)"^^xsd:string ; + ns1:ucumCode "m3.d-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G69"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "cubic metre per hour bar"^^xsd:string ; + dcterms:description "power of the SI base unit metre with the exponent 3 diveded by the product out of the unit hour and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.000000002777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA765"^^xsd:string ; + ns1:symbol "m³/(h·bar)"^^xsd:string ; + ns1:ucumCode "m3.h-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G87"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "cubic metre per hour kelvin"^^xsd:string ; + dcterms:description "power of the SI base unit metre with the exponent 3 divided by the product out of the unit hour and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.0002777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA764"^^xsd:string ; + ns1:symbol "m³/(h·K)"^^xsd:string ; + ns1:ucumCode "m3.h-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G70"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "cubic metre per minute bar"^^xsd:string ; + dcterms:description "power of the SI base unit metre with the exponent 3 divided by the product out of the unit minute and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.0000001666666666666666666666666666666667 ; + ns1:conversionMultiplierSN 1.666667e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA770"^^xsd:string ; + ns1:symbol "m³/(min·bar)"^^xsd:string ; + ns1:ucumCode "m3.min-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G88"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "cubic metre per minute kelvin"^^xsd:string ; + dcterms:description "power of the SI base unit metre with the exponent 3 divided by the product out of the unit minute and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.01666666666666666666666666666666667 ; + ns1:conversionMultiplierSN 1.666667e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA769"^^xsd:string ; + ns1:symbol "m³/(min·K)"^^xsd:string ; + ns1:ucumCode "m3.min-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G71"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "cubic metre per pascal"^^xsd:string ; + dcterms:description "power of the SI base unit meter by exponent 3 divided by the SI derived unit pascal"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB323"^^xsd:string ; + ns1:symbol "m³/Pa"^^xsd:string ; + ns1:ucumCode "m3.Pa-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M71"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "cubic metre per second bar"^^xsd:string ; + dcterms:description "power of the SI base unit metre with the exponent 3 divided by the product out of the SI base unit second and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.00001 ; + ns1:conversionMultiplierSN 1e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA774"^^xsd:string ; + ns1:symbol "m³/(s·bar)"^^xsd:string ; + ns1:ucumCode "m3.s-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G89"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "cubic metre per second kelvin"^^xsd:string ; + dcterms:description "power of the SI base unit metre with the expontent 3 divided by the product out of the SI base unit second and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA773"^^xsd:string, + "0112/2///62720#UAD701"^^xsd:string ; + ns1:symbol "m³/(s·K)"^^xsd:string ; + ns1:ucumCode "m3.s-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G72"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "cubic metre per second square metre"^^xsd:string ; + dcterms:description "unit of volume flow cubic meters by the SI base unit second related to the transmission surface in square metres"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB325"^^xsd:string ; + ns1:symbol "m³/(s·m²)"^^xsd:string ; + ns1:ucumCode "m3.s-1.m-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P87"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "cubic metre per second pascal"^^xsd:string ; + dcterms:description "power of the SI base unit meter by exponent 3 divided by the product of the SI base unit second and the SI derived unit pascal"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB322"^^xsd:string ; + ns1:symbol "m³/(s·Pa)"^^xsd:string ; + ns1:ucumCode "m3.s-1.Pa-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N45"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Metres to the power four per second"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "m⁴/s"^^xsd:string ; + ns1:ucumCode "m4.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Million US Dollars per Flight"@en ; + dcterms:isReplacedBy ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:deprecated true ; + ns1:expression "$M\\$/Flight$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "$M/flight"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "cubic mile (UK statute)"^^xsd:string ; + dcterms:description "unit of volume according to the Imperial system of units"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB290"^^xsd:string ; + ns1:symbol "mi³"^^xsd:string ; + ns1:uneceCommonCode "M69"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "mile (statute mile) per second squared"^^xsd:string ; + dcterms:description "unit of the length according to the Imperial system of units divided by the power of the SI base unit second by exponent 2"^^xsd:string ; + ns1:conversionMultiplier 1609.347 ; + ns1:conversionMultiplierSN 1.609347e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB401"^^xsd:string ; + ns1:symbol "mi{US}/s²"^^xsd:string ; + ns1:ucumCode "[mi_us].s-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M42"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "square mile (based on U.S. survey foot)"^^xsd:string, + "Square Mile US Statute"@en ; + 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 ; + ns1:conversionMultiplier 2589997.766409 ; + ns1:conversionMultiplierSN 2.589998e+06 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$square-mile$"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB208"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Mile"^^xsd:anyURI ; + ns1:symbol "mi² {US}"^^xsd:string ; + ns1:ucumCode "[mi_us]2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "208"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Moles per gram hour"@en ; + dcterms:description "SI unit of the quantity of matter per SI unit of mass per unit of time expressed in hour."@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.277777777777778 ; + ns1:conversionMultiplierSN 2.777778e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "mol/(g·hr)"^^xsd:string ; + ns1:ucumCode "mol.g-1.h-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "mole per kilogram bar"^^xsd:string ; + dcterms:description "SI base unit mol divided by the product of the SI base unit kilogram and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.00001 ; + ns1:conversionMultiplierSN 1e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA887"^^xsd:string ; + ns1:symbol "mol/(kg·bar)"^^xsd:string ; + ns1:ucumCode "mol.kg-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L25"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "mole per kilogram kelvin"^^xsd:string ; + dcterms:description "SI base unit mol divided by the product of the SI base unit kilogram and the SI base unit Kelvin"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA886"^^xsd:string, + "0112/2///62720#UAD689"^^xsd:string ; + ns1:symbol "mol/(kg·K)"^^xsd:string ; + ns1:ucumCode "mol.K-1.kg-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L24"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "mole per litre bar"^^xsd:string ; + dcterms:description "SI base unit mol divided by the product of the unit litre and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA890"^^xsd:string ; + ns1:symbol "mol/(l·bar)"^^xsd:string ; + ns1:ucumCode "mol.L-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L27"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "mole per litre kelvin"^^xsd:string ; + dcterms:description "SI base unit mol divided by the product of the unit litre and the SI base unit Kelvin"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA889"^^xsd:string ; + ns1:symbol "mol/(l·K)"^^xsd:string ; + ns1:ucumCode "mol.L-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L26"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Moles per square metre"@en ; + dcterms:description "SI unit of quantity of matter per SI unit area."@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "mol/m²"^^xsd:string ; + ns1:ucumCode "mol.m-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Moles per Square Metre Day"@en, + "Moles per Square Meter Day"@en-us ; + dcterms:description "quantity of matter per unit area per unit of time."@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0000115740740740741 ; + ns1:conversionMultiplierSN 1.157407e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "mol/(m²·day)"^^xsd:string ; + ns1:ucumCode "mol.m-2.d-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Moles per square metre second"@en ; + dcterms:description "SI unit of quantity of matter per SI unit area per SI unit of time."@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "mol/(m²·s)"^^xsd:string ; + ns1:ucumCode "mol.m-2.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Moles per square metre second metre"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "mol/(m²·s·m)"^^xsd:string ; + ns1:ucumCode "mol.m-2.s-1.m-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Moles per square metre second metre steradian"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "mol/(m²·s·m·sr)"^^xsd:string ; + ns1:ucumCode "mol.m-2.s-1.m-1.sr-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Moles per square metre second steradian"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "mol/(m²·s·sr)"^^xsd:string ; + ns1:ucumCode "mol.m-2.s-1.sr-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "mole per cubic metre bar"^^xsd:string ; + dcterms:description "SI base unit mol divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.00001 ; + ns1:conversionMultiplierSN 1e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA893"^^xsd:string ; + ns1:symbol "mol/(m³·bar)"^^xsd:string ; + ns1:ucumCode "mol.m-3.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L29"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "mole per cubic metre kelvin"^^xsd:string ; + dcterms:description "SI base unit mol divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA892"^^xsd:string, + "0112/2///62720#UAD691"^^xsd:string ; + ns1:symbol "mol/(m³·K)"^^xsd:string ; + ns1:ucumCode "mol.m-3.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L28"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "mol per cubic metre pascal"^^xsd:string ; + dcterms:description "SI base unit mol divided by the product of the power from the SI base unit metre with exponent 3 and the SI derived unit pascal"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB318"^^xsd:string ; + ns1:symbol "mol/(m³·Pa)"^^xsd:string ; + ns1:ucumCode "mol.m-3.Pa-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P52"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Moles per cubic metre second"@en ; + dcterms:description "SI unit of quantity of matter per SI unit volume per SI unit of time."@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "mol/(m³·s)"^^xsd:string ; + ns1:ucumCode "mol.m-3.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Moles per mole"@en ; + dcterms:description "Unavailable."@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + ns1:symbol "mol/mol"^^xsd:string ; + ns1:ucumCode "mol.mol-1"^^ns1:UCUMcs, + "mol/mol"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Mol per Tonne"@en ; + dcterms:description "Mole Per Tonne (mol/t) is a unit of Molality"^^rdf:HTML ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "Mole Per Tonne (mol/t) is a unit of Molality"^^xsd:string ; + ns1:symbol "mol/t"^^xsd:string ; + ns1:ucumCode "mol.t-1"^^ns1:UCUMcs, + "mol/t"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound mole per pound"^^xsd:string ; + dcterms:description "non SI-conform unit of the material molar flux divided by the avoirdupois pound for mass according to the avoirdupois unit system"^^xsd:string ; + ns1:conversionMultiplier 999.9999999999999999999999999999998 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAB405"^^xsd:string ; + ns1:symbol "lb-mol/lbm"^^xsd:string ; + ns1:ucumCode "[mol_lb].[lb_av]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P48"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound mole per minute"^^xsd:string ; + dcterms:description "non SI-conform unit of the power of the amount of substance non-SI compliant unit of the molar flux relating that a pound mole of a chemical composition the same number of pound corresponds like the molecular weight of a molecule of this composition in atomic mass units"^^xsd:string ; + ns1:conversionMultiplier 7.559872833333333333333333333333335 ; + ns1:conversionMultiplierSN 7.559873e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB452"^^xsd:string ; + ns1:symbol "lb-mol/min"^^xsd:string ; + ns1:ucumCode "[mol_lb].min-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P46"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pound mole per second"^^xsd:string ; + dcterms:description "non SI-conformunit of the power of the amount of substance non-SI compliant unit of the molar flux relating that a pound mole of a chemical composition the same number of pound corresponds like the molecular weight of a molecule of this composition in atomic mass units"^^xsd:string ; + ns1:conversionMultiplier 453.59237 ; + ns1:conversionMultiplierSN 4.535924e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB451"^^xsd:string ; + ns1:symbol "lb-mol/s"^^xsd:string ; + ns1:ucumCode "[mol_lb].s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P45"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Momme (pearl)"^^xsd:string ; + dcterms:description "unit momme (pearl) specifically expresses the mass of cultured pearls"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB598"^^xsd:string ; + ns1:symbol "momme (pearl)"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Momme (textile)"^^xsd:string ; + dcterms:description "unit momme (textile) specifically express the weight of one square metre of silk"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB599"^^xsd:string ; + ns1:symbol "momme (textile)"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "conventional metre of water"^^xsd:string ; + dcterms:description "not SI-conform unit of pressure, whereas a value of 1 mH₂O is equivalent to the static pressure, which is produced by one metre high watercolumn"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB362"^^xsd:string ; + ns1:symbol "mH₂0"^^xsd:string ; + ns1:uneceCommonCode "N23"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "mebibit"^^xsd:string ; + dcterms:description "1,048,576-fold of the unit bit"^^xsd:string ; + ns1:conversionMultiplier 726817.4980028252 ; + ns1:conversionMultiplierSN 7.268175e+05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB167"^^xsd:string ; + ns1:symbol "Mibit"^^xsd:string ; + ns1:uneceCommonCode "D11"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "mebibit per metre"^^xsd:string ; + dcterms:description "1,048,576-fold of the unit bit divided by the SI base unit metre"^^xsd:string ; + ns1:conversionMultiplier 726817.49800282521276748358899013255168 ; + ns1:conversionMultiplierSN 7.268175e+05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA230"^^xsd:string ; + ns1:symbol "Mibit/m"^^xsd:string ; + ns1:ucumCode "Mibit.m-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E75"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "mebibit per square metre"^^xsd:string ; + dcterms:description "1,048,576-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ; + ns1:conversionMultiplier 726817.49800282521276748358899013255168 ; + ns1:conversionMultiplierSN 7.268175e+05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA231"^^xsd:string ; + ns1:symbol "Mibit/m²"^^xsd:string ; + ns1:ucumCode "Mibit.m-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E76"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "mebibit per cubic metre"^^xsd:string ; + dcterms:description "1,048,576-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ; + ns1:conversionMultiplier 726817.49800282521276748358899013255168 ; + ns1:conversionMultiplierSN 7.268175e+05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA232"^^xsd:string ; + ns1:symbol "Mibit/m³"^^xsd:string ; + ns1:ucumCode "Mibit.m-3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E77"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "megabaud"^^xsd:string ; + dcterms:description "1,000,000-fold of the unit baud for the symbol rate in communications engineering and telecommunication"^^xsd:string ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA204"^^xsd:string ; + ns1:symbol "MBd"^^xsd:string ; + ns1:uneceCommonCode "J54"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "megabit"^^xsd:string ; + dcterms:description "1,000,000-fold of the unit bit"^^xsd:string ; + ns1:conversionMultiplier 693147.18055994530941723212145818 ; + ns1:conversionMultiplierSN 6.931472e+05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB171"^^xsd:string ; + ns1:symbol "Mbit"^^xsd:string ; + ns1:uneceCommonCode "D36"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "megabecquerel per kilogram"^^xsd:string ; + dcterms:description "1,000,000-fold of the SI derived unit becquerel divided by the SI base unit kilogram"^^xsd:string ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB092"^^xsd:string ; + ns1:symbol "MBq/kg"^^xsd:string ; + ns1:ucumCode "MBq.kg-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B67"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "megabyte per second"^^xsd:string ; + dcterms:description "1,000,000-fold of the unit byte devided by the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 5545177.4444795624753378569716654 ; + ns1:conversionMultiplierSN 5.545177e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB307"^^xsd:string ; + ns1:symbol "Mbyte/s"^^xsd:string ; + ns1:ucumCode "MBy.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P95"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "megafloating point operations per second"^^xsd:string ; + dcterms:description "1,000,000-fold of the unit floating point operations divided by the SI base unit second"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB591"^^xsd:string ; + ns1:symbol "Mflops"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "megagray"^^xsd:string ; + dcterms:description "1,000,000-fold of the unit gray"^^xsd:string ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB505"^^xsd:string ; + ns1:symbol "MGy"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Megajoule Per Hour"@en ; + dcterms:description "SI derived unit MegaJoule divided by the 3600 times the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 277.7777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "SI derived unit Megajoule divided by the 3600 times the SI base unit second"^^xsd:string ; + ns1:symbol "MJ/hr"^^xsd:string ; + ns1:ucumCode "MJ.h-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P16"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "meganewton metre per square metre"^^xsd:string ; + dcterms:description "1,000,000-fold of the SI derived unit newton divided by the SI base unit metre to the power two"^^xsd:string ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB553"^^xsd:string ; + ns1:symbol "MN·m/m²"^^xsd:string ; + ns1:ucumCode "m.MN.m-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "megaohm kilometre"^^xsd:string ; + dcterms:description "1,000,000-fold of the product of the SI derived unit ohm and the 1,000-fold of the SI base unit metre"^^xsd:string ; + ns1:conversionMultiplier 1000000000.0 ; + ns1:conversionMultiplierSN 1e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB406"^^xsd:string ; + ns1:symbol "MΩ·km"^^xsd:string ; + ns1:ucumCode "MOhm.km"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H88"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "megaohm metre"^^xsd:string ; + dcterms:description "1,000,000-fold of the product of the SI derived unit ohm and the SI unit metre"^^xsd:string ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA200"^^xsd:string ; + ns1:symbol "MΩ·m"^^xsd:string ; + ns1:ucumCode "m.MOhm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B76"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "megaohm per bar"^^xsd:string ; + dcterms:description "1,000,000-fold of SI derived unit ohm per metrical non SI unit bar"^^xsd:string ; + ns1:conversionMultiplier 10.0 ; + ns1:conversionMultiplierSN 1e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD881"^^xsd:string ; + ns1:symbol "MΩ/bar"^^xsd:string ; + ns1:ucumCode "MOhm.bar-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "megaohm per kelvin"^^xsd:string ; + dcterms:description "1,000,000-fold of the SI derived unit ohm per SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD877"^^xsd:string ; + ns1:symbol "MΩ/K"^^xsd:string ; + ns1:ucumCode "MOhm.K-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "megaohm per kilometre"^^xsd:string ; + dcterms:description "1,000,000-fold of the SI derived unit ohm divided by the 1,000-fold of the SI base unit metre."^^rdf:HTML ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA199"^^xsd:string ; + ns1:symbol "MΩ/km"^^xsd:string ; + ns1:ucumCode "MOhm.km-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H36"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "megaohm per metre"^^xsd:string ; + dcterms:description "1,000,000-fold of the SI derived unit ohm divided by the SI base unit metre"^^xsd:string ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA201"^^xsd:string ; + ns1:symbol "MΩ/m"^^xsd:string ; + ns1:ucumCode "MOhm.m-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H37"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "MPSI"@en ; + dcterms:description "Megapounds of force per square inch is a unit for pressure in the Anglo-American system of units."^^xsd:string ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 6894757800.0 ; + ns1:conversionMultiplierSN 6.894758e+09 ; + ns1:definedUnitOfSystem , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:plainTextDescription "Megapounds of force per square inch is a unit for pressure in the Anglo-American system of units."^^xsd:string ; + ns1:symbol "Mpsi"^^xsd:string ; + ns1:ucumCode "[Mpsi]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "megasecond"^^xsd:string ; + dcterms:description "1,000,000-fold of the SI derived unit second"^^xsd:string ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAC698"^^xsd:string ; + ns1:symbol "Ms"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "megaton"^^xsd:string ; + dcterms:description "1,000,000-fold of the unit ton"^^xsd:string ; + ns1:conversionMultiplier 907184740.0 ; + ns1:conversionMultiplierSN 9.071847e+08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "Mtn"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "megatonne"^^xsd:string ; + dcterms:description "1,000,000-fold of the unit tonne"^^xsd:string ; + ns1:conversionMultiplier 1000000000.0 ; + ns1:conversionMultiplierSN 1e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB833"^^xsd:string ; + ns1:symbol "Mt"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "megahertz kilometre"^^xsd:string ; + 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"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD911"^^xsd:string ; + ns1:symbol "MHz·km"^^xsd:string ; + ns1:uneceCommonCode "H39"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "microampere per kelvin"^^xsd:string ; + dcterms:description "0.000001-fold of the SI base unit ampere divided by the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD898"^^xsd:string ; + ns1:symbol "µA/K"^^xsd:string ; + ns1:ucumCode "uA.K-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "MicroGals per metre"@en ; + 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 ; + ns1:conversionMultiplier 0.00000001 ; + ns1:conversionMultiplierSN 1e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "µGal/m"^^xsd:string ; + ns1:ucumCode "uGal.m-1"^^ns1:UCUMcs, + "uGal/m"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Micrograms per square centimetre week"@en, + "Micrograms per square centimeter week"@en-us ; + dcterms:description "A rate of change of 1e-9 of the SI unit of mass over 0.00001 of the SI unit of area in a period of one calendar week."@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000016534392 ; + ns1:conversionMultiplierSN 1.653439e-11 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "μg/(cm²·wk)"^^xsd:string ; + ns1:ucumCode "µg.cm-2.wk-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Microgram Per Decilitre"@en, + "Microgram Per Deciliter"@en-us ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.00001 ; + ns1:conversionMultiplierSN 1e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:plainTextDescription "0.0000000001-fold of the SI base unit kilogram divided by the unit decilitre"^^xsd:string ; + ns1:symbol "μg/dL"^^xsd:string ; + ns1:ucumCode "ug.dL-1"^^ns1:UCUMcs, + "ug/dL"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Microgram per Square Inch"@en, + "Microgram per Square Inch"@en-us ; + dcterms:description "Microgram Per Square Inch (µg/in²) is a unit in the category of surface density."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.00000155 ; + ns1:conversionMultiplierSN 1.55e-06 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$µg/in^2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "μg/in²"^^xsd:string ; + ns1:ucumCode "µg.in-2"^^ns1:UCUMcs, + "µg/in2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Micrograms per litre hour"@en ; + dcterms:description "A rate of change of mass of a measurand equivalent to 10^-9 kilogram (the SI unit of mass) per litre volume of matrix over a period of 1 hour."@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000277777777777778 ; + ns1:conversionMultiplierSN 2.777778e-10 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "μg/(L·hr)"^^xsd:string ; + ns1:ucumCode "ug.L-1.h-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "microgram per cubic metre bar"^^xsd:string ; + dcterms:description "0.000000001-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.00000000000001 ; + ns1:conversionMultiplierSN 1e-14 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA087"^^xsd:string ; + ns1:symbol "µg/(m³·bar)"^^xsd:string ; + ns1:ucumCode "ug.m-3.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J35"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Micrograms per cubic metre hour"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000000277777777777778 ; + ns1:conversionMultiplierSN 2.777778e-13 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "μg/(m³·hr)"^^xsd:string ; + ns1:ucumCode "ug.m-3.h-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "microgram per cubic metre kelvin"^^xsd:string ; + dcterms:description "0.000000001-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA086"^^xsd:string ; + ns1:symbol "µg/(m³·K)"^^xsd:string ; + ns1:ucumCode "ug.m-3.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J34"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "microgray per hour"^^xsd:string ; + dcterms:description "0.000001-fold of the SI derived unit gray divided by the unit hour"^^xsd:string ; + ns1:conversionMultiplier 0.0000000002777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-10 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAB478"^^xsd:string ; + ns1:symbol "µGy/h"^^xsd:string ; + ns1:ucumCode "uGy.h-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P63"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "microgray per minute"^^xsd:string ; + dcterms:description "0.000001-fold of the SI derived unit gray divided by the unit minute"^^xsd:string ; + ns1:conversionMultiplier 0.00000001666666666666666666666666666666667 ; + ns1:conversionMultiplierSN 1.666667e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAB474"^^xsd:string ; + ns1:symbol "µGy/min"^^xsd:string ; + ns1:ucumCode "uGy.min-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P59"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "microgray per second"^^xsd:string ; + dcterms:description "0.000001-fold of the SI derived unit gray divided by the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAB299"^^xsd:string ; + ns1:symbol "µGy/s"^^xsd:string ; + ns1:ucumCode "uGy.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P55"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "microjoule per second"^^xsd:string ; + dcterms:description "0.000001-fold of the SI derived unit joule divided by the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB510"^^xsd:string ; + ns1:symbol "µJ/s"^^xsd:string ; + ns1:ucumCode "uJ.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Microkatal Per Litre"@en, + "Microkatal Per Liter"@en-us ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1: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. "^^xsd:string ; + ns1:symbol "µkat/L"^^xsd:string ; + ns1:ucumCode "ukat/L"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Micromoles per litre day"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0000000115740740740741 ; + ns1:conversionMultiplierSN 1.157407e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "µm/(L·day)"^^xsd:string ; + ns1:ucumCode "um.L-1.d-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "micrometre per metre"^^xsd:string ; + dcterms:description "0.000001-fold of the SI base unit metre divided by the SI base unit metre"^^xsd:string ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC002"^^xsd:string ; + ns1:symbol "µm/m"^^xsd:string ; + ns1:ucumCode "um.m-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "micrometre per minute"@en, + "Micrometer per Minute"@en-us ; + dcterms:description "Micrometre per minute is a derived unit of both speed (scalar) and velocity (vector quantity which specifies both magnitude and a specific direction), defined by distance in micronmeters divided by time in minutes."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0000000166666667 ; + ns1:conversionMultiplierSN 1.666667e-08 ; + ns1:derivedUnitOfSystem ; + ns1:expression "\\(\\frac{\\mu m}{min}\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:symbol "μm/min"^^xsd:string ; + ns1:ucumCode "um.min-1"^^ns1:UCUMcs, + "um/min"^^ns1:UCUMcs ; + rdfs:isDefinedBy ; + skos:altLabel "Micron per Minute"@en, + "micron per minute"@en . + + a ns1:Unit ; + rdfs:label "Square microns per millilitre"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "µm/mL"^^xsd:string ; + ns1:ucumCode "um2.mL-1"^^ns1:UCUMcs, + "um2/mL"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "micrometre per second"@en, + "Micrometer per Second"@en-us ; + dcterms:description "Micrometre per second is anderived unit of both speed (scalar) and velocity (vector quantity which specifies both magnitude and a specific direction), defined by distance in metres divided by time in seconds."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:derivedUnitOfSystem ; + ns1:expression "$\\frac{\\mu m}{s}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:symbol "μm/s"^^xsd:string ; + ns1:ucumCode "um.s-1"^^ns1:UCUMcs, + "um/s"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Micromoles per gram hour"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000277777777777778 ; + ns1:conversionMultiplierSN 2.777778e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "µmol/(g·hr)"^^xsd:string ; + ns1:ucumCode "umol.g-1.h-1"^^ns1:UCUMcs, + "umol/g/h"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Micromoles per gram second"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "μmol/(g·s)"^^xsd:string ; + ns1:ucumCode "umol.g-1.s-1"^^ns1:UCUMcs, + "umol/g/s"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Micromoles per litre hour"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000277777777777778 ; + ns1:conversionMultiplierSN 2.777778e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "µmol/(L·hr)"^^xsd:string ; + ns1:ucumCode "umol.L-1.h-1"^^ns1:UCUMcs, + "umol/L/h"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Micromoles per square metre"@en ; + dcterms:description "One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area."@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "µmol/m²"^^xsd:string ; + ns1:ucumCode "umol.m-2"^^ns1:UCUMcs, + "umol/m2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Micromoles per square metre day"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0000000000115740740740741 ; + ns1:conversionMultiplierSN 1.157407e-11 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "µmol/(m²·day)"^^xsd:string ; + ns1:ucumCode "umol.m-2.d-1"^^ns1:UCUMcs, + "umol/m2/d"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Micromoles per square metre hour"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000000277777777777778 ; + ns1:conversionMultiplierSN 2.777778e-10 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "µmol/(m²·hr)"^^xsd:string ; + ns1:ucumCode "umol.m-2.h-1"^^ns1:UCUMcs, + "umol/m2/h"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Micromoles per mole"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + ns1:symbol "µmol/mol"^^xsd:string ; + ns1:ucumCode "umol.mol-1"^^ns1:UCUMcs, + "umol/mol"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Micromole per micromole of biomass day"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0000115740740740741 ; + ns1:conversionMultiplierSN 1.157407e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "μmol/(µmol·day)"^^xsd:string ; + ns1:ucumCode "umol.umol-1.d-1"^^ns1:UCUMcs, + "umol/umol/d"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "micronewton metre per square metre"^^xsd:string ; + dcterms:description "0.000001-fold of the SI derived unit newton divided by the SI base unit metre to the power two"^^xsd:string ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB548"^^xsd:string ; + ns1:symbol "µN·m/m²"^^xsd:string ; + ns1:ucumCode "m.uN.m-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "microohm metre"^^xsd:string ; + dcterms:description "0.000001-fold of the product out of the SI derived unit ohm and the SI base unit metre"^^xsd:string ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA056"^^xsd:string ; + ns1:symbol "µΩ·m"^^xsd:string ; + ns1:ucumCode "m.uOhm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B95"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "microsievert per minute"^^xsd:string ; + dcterms:description "0.000001-fold of the SI derived unit sievert divided by the unit minute"^^xsd:string ; + ns1:conversionMultiplier 0.00000001666666666666666666666666666666667 ; + ns1:conversionMultiplierSN 1.666667e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAB470"^^xsd:string ; + ns1:symbol "µSv/min"^^xsd:string ; + ns1:ucumCode "uSv.min-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P76"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "microsievert per second"^^xsd:string ; + dcterms:description "0.000001-fold of the SI derived unit sievert devided by the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAB303"^^xsd:string ; + ns1:symbol "µSv/s"^^xsd:string ; + ns1:ucumCode "uSv.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P67"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "microvolt ampere"^^xsd:string ; + dcterms:description "0.000001-fold of the product of the SI base unit volt with the SI base unit ampere"^^xsd:string ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB532"^^xsd:string ; + ns1:symbol "µV·A"^^xsd:string ; + ns1:ucumCode "uV.A"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "microvolt ampere per kelvin"^^xsd:string ; + dcterms:description "product of the 0.000001-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD907"^^xsd:string ; + ns1:symbol "µV·A/K"^^xsd:string ; + ns1:ucumCode "uV.A.K-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "microvolt ampere reactive"^^xsd:string ; + dcterms:description "0.000001 of the unit volt ampere reactive"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC506"^^xsd:string ; + ns1:symbol "µV·A{Reactive}"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "microvolt ampere reactive per kelvin"^^xsd:string ; + dcterms:description "0.000001-fold of the unit volt ampere reactive divided by the SI base unit kelvin"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD903"^^xsd:string ; + ns1:symbol "µvar/K"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milliampere per pound-force square inch"^^xsd:string ; + dcterms:description "product of the 0.001-fold of the SI base unit ampere according to the quotient of the unit pound-force according to the Anglo-American system of units divided by the power of the unit inch according to the Anglo-American and Imperial system of units with the exponent 2"^^xsd:string ; + ns1:conversionMultiplier 0.000000145037731222726870214855723638659299692 ; + ns1:conversionMultiplierSN 1.450377e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB494"^^xsd:string ; + ns1:symbol "mA·in²/lbf"^^xsd:string ; + ns1:ucumCode "mA.[in_i]2.[lbf_av]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F57"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milliampere per bar"^^xsd:string ; + dcterms:description "0.001-fold of the SI base unit ampere divided by the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.00000001 ; + ns1:conversionMultiplierSN 1e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA776"^^xsd:string ; + ns1:symbol "mA/bar"^^xsd:string ; + ns1:ucumCode "mA.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F59"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milliampere per kelvin"^^xsd:string ; + dcterms:description "0.001-fold of the SI base unit ampere divided by the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD897"^^xsd:string ; + ns1:symbol "mA/K"^^xsd:string ; + ns1:ucumCode "mA.K-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milliampere per litre minute"^^xsd:string ; + dcterms:description "0.001-fold of the SI base unit ampere divided by the product of the unit litre and the unit minute"^^xsd:string ; + ns1:conversionMultiplier 0.01666666666666666666666666666666667 ; + ns1:conversionMultiplierSN 1.666667e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD910"^^xsd:string ; + ns1:symbol "mA/(l·min)"^^xsd:string ; + ns1:ucumCode "mA.L-1.min-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G59"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milliampere per pound-force square inch"^^xsd:string ; + dcterms:description "product of the 0.001-fold of the SI base unit ampere according to the quotient of the unit pound-force according to the Anglo-American system of units divided by the power of the unit inch according to the Anglo-American and Imperial system of units with the exponent 2"^^xsd:string ; + ns1:conversionMultiplier 0.34845454307937980503809350919576335422566229642579948977603983952 ; + ns1:conversionMultiplierSN 3.484545e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB494"^^xsd:string ; + ns1:symbol "mA/(lbf·in²)"^^xsd:string ; + ns1:ucumCode "mA.[lbf_av]-1.[in_i]-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F57"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milliampere second"^^xsd:string ; + dcterms:description "product of the 0.001-fold of the SI base unit ampere and the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD919"^^xsd:string ; + ns1:symbol "mA·s"^^xsd:string ; + ns1:ucumCode "mA.s"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millibecquerels per square metre day"@en ; + dcterms:description "One radioactive disintegration per thousand seconds in material passing through an area of one square metre during a period of one day (86400 seconds)."@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0000000115740740740741 ; + ns1:conversionMultiplierSN 1.157407e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "mBq/(m²·day)"^^xsd:string ; + ns1:ucumCode "mBq.m-2.d-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "millicandela"^^xsd:string ; + dcterms:description "0.001-fold of the SI base unit candela"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB369"^^xsd:string ; + ns1:symbol "mCd"^^xsd:string ; + ns1:uneceCommonCode "P34"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Millidarcy"@en ; + dcterms:description """ + The $\\textit{Millidarcy}$ ($md$) is a unit of permeability named after Henry Darcy. + It is not an SI unit, but it is widely used in petroleum engineering and geology. + The unit has also been used in biophysics and biomechanics, where the flow of fluids such as + blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. + A millidarcy has dimensional units of $length^2$. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0000000000000009869233 ; + ns1:conversionMultiplierSN 9.869233e-16 ; + ns1:expression "$d$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Darcy_(unit)"^^xsd:anyURI ; + ns1: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²."^^xsd:string ; + ns1:symbol "md"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "MilliGals per month"@en ; + 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 ; + ns1:conversionMultiplier 0.000000000003919350772901616281311709002114104 ; + ns1:conversionMultiplierSN 3.919351e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "mgal/mo"^^xsd:string ; + ns1:ucumCode "mGal.mo-1"^^ns1:UCUMcs, + "mGal/mo"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram hour per litre cubic centimetre"^^xsd:string ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time hour"^^xsd:string ; + ns1:conversionMultiplier 3600000.0 ; + ns1:conversionMultiplierSN 3.6e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC837"^^xsd:string ; + ns1:symbol "(mg/l)/(cm³/h)"^^xsd:string ; + ns1:ucumCode "mg.h.L-1.cm-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram hour per litre cubic metre"^^xsd:string ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per unit of time hour"^^xsd:string ; + ns1:conversionMultiplier 3.6 ; + ns1:conversionMultiplierSN 3.6e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC836"^^xsd:string ; + ns1:symbol "(mg/l)/(m³/h)"^^xsd:string ; + ns1:ucumCode "mg.h.L-1.m-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram hour per litre squared"^^xsd:string ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and unit litre per unit of time hour"^^xsd:string ; + ns1:conversionMultiplier 3600.0 ; + ns1:conversionMultiplierSN 3.6e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC838"^^xsd:string ; + ns1:symbol "(mg/l)/(l/h)"^^xsd:string ; + ns1:ucumCode "mg.h.L-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram hour per cubic metre cubic centimetre"^^xsd:string ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time hour"^^xsd:string ; + ns1:conversionMultiplier 3600.0 ; + ns1:conversionMultiplierSN 3.6e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC831"^^xsd:string ; + ns1:symbol "(mg/m³)/(cm³/h)"^^xsd:string ; + ns1:ucumCode "mg.h.m-3.cm-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram hour per cubic metre litre"^^xsd:string ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per unit of time hour"^^xsd:string ; + ns1:conversionMultiplier 3.6 ; + ns1:conversionMultiplierSN 3.6e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC832"^^xsd:string ; + ns1:symbol "(mg/m³)/(l/h)"^^xsd:string ; + ns1:ucumCode "mg.h.m-3.L-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram hour per power of metre with the exponent 6"^^xsd:string ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per unit of time hour"^^xsd:string ; + ns1:conversionMultiplier 0.0036 ; + ns1:conversionMultiplierSN 3.6e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC830"^^xsd:string ; + ns1:symbol "(mg/m³)/(m³/h)"^^xsd:string ; + ns1:ucumCode "mg.h.m-6"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram minute per litre cubic centimetre"^^xsd:string ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time minute"^^xsd:string ; + ns1:conversionMultiplier 60000.0 ; + ns1:conversionMultiplierSN 6e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC840"^^xsd:string ; + ns1:symbol "(mg/l)/(cm³/min)"^^xsd:string ; + ns1:ucumCode "mg.min.L-1.cm-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram minute per litre cubic metre"^^xsd:string ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per unit of time minute"^^xsd:string ; + ns1:conversionMultiplier 0.06 ; + ns1:conversionMultiplierSN 6e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC839"^^xsd:string ; + ns1:symbol "(mg/l)/(m³/min)"^^xsd:string ; + ns1:ucumCode "mg.min.L-1.m-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram minute per litre squared"^^xsd:string ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and unit litre per unit of time minute"^^xsd:string ; + ns1:conversionMultiplier 60.0 ; + ns1:conversionMultiplierSN 6e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC841"^^xsd:string ; + ns1:symbol "(mg/l)/(l/min)"^^xsd:string ; + ns1:ucumCode "mg.min.L-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram minute per cubic metre cubic centimetre"^^xsd:string ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time minute"^^xsd:string ; + ns1:conversionMultiplier 60.0 ; + ns1:conversionMultiplierSN 6e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC834"^^xsd:string ; + ns1:symbol "(mg/m³)/(cm³/min)"^^xsd:string ; + ns1:ucumCode "mg.min.m-3.cm-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram minute per cubic metre litre"^^xsd:string ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per unit of time minute"^^xsd:string ; + ns1:conversionMultiplier 0.06 ; + ns1:conversionMultiplierSN 6e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD870"^^xsd:string ; + ns1:symbol "(mg/m³)/(l/min)"^^xsd:string ; + ns1:ucumCode "mg.min.m-3.L-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram minute per power of metre with the exponent 6"^^xsd:string ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per unit of time minute"^^xsd:string ; + ns1:conversionMultiplier 0.00006 ; + ns1:conversionMultiplierSN 6e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC833"^^xsd:string ; + ns1:symbol "(mg/m³)/(m³/min)"^^xsd:string ; + ns1:ucumCode "mg.min.m-6"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram per bar"^^xsd:string ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.00000000001 ; + ns1:conversionMultiplierSN 1e-11 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA817"^^xsd:string ; + ns1:symbol "mg/bar"^^xsd:string ; + ns1:ucumCode "mg.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F75"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram per day bar"^^xsd:string ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product out of the unit day and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.0000000000000001157407407407407407407407407407407 ; + ns1:conversionMultiplierSN 1.157407e-16 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA821"^^xsd:string ; + ns1:symbol "mg/(d·bar)"^^xsd:string ; + ns1:ucumCode "mg.d-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F70"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram per day kelvin"^^xsd:string ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product out of the unit day and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.00000000001157407407407407407407407407407407 ; + ns1:conversionMultiplierSN 1.157407e-11 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA820"^^xsd:string ; + ns1:symbol "mg/(d·K)"^^xsd:string ; + ns1:ucumCode "mg.d-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F43"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram per hour bar"^^xsd:string ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product out of the unit hour and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.000000000000002777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-15 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA825"^^xsd:string ; + ns1:symbol "mg/(h·bar)"^^xsd:string ; + ns1:ucumCode "mg.h-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F71"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram per hour kelvin"^^xsd:string ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product out of the unit hour and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.0000000002777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-10 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA824"^^xsd:string ; + ns1:symbol "mg/(h·K)"^^xsd:string ; + ns1:ucumCode "mg.h-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F44"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram per kelvin"^^xsd:string ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA816"^^xsd:string ; + ns1:symbol "mg/K"^^xsd:string ; + ns1:ucumCode "mg.K-1"^^ns1:UCUMcs, + "mg/K"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F16"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram per litre centipoise"^^xsd:string ; + dcterms:description "[CGS] quotient of the 0.000001-fold of the SI base unit kilogram per litre and and the 0.01-fold of the CGS unit of the dynamic viscosity poise"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD841"^^xsd:string ; + ns1:symbol "(mg/l)/cP"^^xsd:string ; + ns1:ucumCode "mg.L-1.cP-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram per litre millipascal second"^^xsd:string ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD869"^^xsd:string ; + ns1:symbol "(mg/l)/(mPa·s)"^^xsd:string ; + ns1:ucumCode "mg.L-1.mPa-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram per litre pascal second"^^xsd:string ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and the product of the SI derived unit pascal and the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD839"^^xsd:string ; + ns1:symbol "(mg/l)/(Pa·s)"^^xsd:string ; + ns1:ucumCode "mg.L-1.Pa-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram per litre poise"^^xsd:string ; + dcterms:description "[CGS] quotient of the 0.000001-fold of the SI base unit kilogram per litre and the CGS unit of the dynamic viscosity poise"^^xsd:string ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD840"^^xsd:string ; + ns1:symbol "(mg/l)/P"^^xsd:string ; + ns1:ucumCode "mg.L-1.P-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram per cubic metre bar"^^xsd:string ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.00000000001 ; + ns1:conversionMultiplierSN 1e-11 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA832"^^xsd:string ; + ns1:symbol "mg/(m³·bar)"^^xsd:string ; + ns1:ucumCode "mg.m-3.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L18"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram per cubic metre centipoise"^^xsd:string ; + dcterms:description "[CGS] quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.01-fold of the CGS unit of the dynamic viscosity poise"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD838"^^xsd:string ; + ns1:symbol "(mg/m³)/cP"^^xsd:string ; + ns1:ucumCode "mg.m-3.cP-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milligrams per cubic metre day"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0000000000115740740740741 ; + ns1:conversionMultiplierSN 1.157407e-11 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "mg/(m³·day)"^^xsd:string ; + ns1:ucumCode "mg.m-3.d-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milligrams per cubic metre hour"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000277777777777778 ; + ns1:conversionMultiplierSN 2.777778e-10 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "mg/(m³·hr)"^^xsd:string ; + ns1:ucumCode "mg.m-3.h-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram per cubic metre kelvin"^^xsd:string ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA831"^^xsd:string ; + ns1:symbol "mg/(m³·K)"^^xsd:string ; + ns1:ucumCode "mg.m-3.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L17"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram per cubic metre millipascal second"^^xsd:string ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD835"^^xsd:string ; + ns1:symbol "(mg/m³)/(mPa·s)"^^xsd:string ; + ns1:ucumCode "mg.m-3.mPa-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram per cubic metre pascal second"^^xsd:string ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the product of the SI derived unit pascal and the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD836"^^xsd:string ; + ns1:symbol "(mg/m³)/(Pa·s)"^^xsd:string ; + ns1:ucumCode "mg.m-3.Pa-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram per cubic metre poise"^^xsd:string ; + dcterms:description "[CGS] quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the CGS unit of the dynamic viscosity poise"^^xsd:string ; + ns1:conversionMultiplier 0.00001 ; + ns1:conversionMultiplierSN 1e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD837"^^xsd:string ; + ns1:symbol "(mg/m³)/P"^^xsd:string ; + ns1:ucumCode "mg.m-3.P-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milligrams per cubic metre second"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "mg/(m³·s)"^^xsd:string ; + ns1:ucumCode "mg.m-3.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram per minute bar"^^xsd:string ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product out of the unit minute and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.0000000000001666666666666666666666666666666667 ; + ns1:conversionMultiplierSN 1.666667e-13 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA835"^^xsd:string ; + ns1:symbol "mg/(min·bar)"^^xsd:string ; + ns1:ucumCode "mg.min-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F72"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram per minute kelvin"^^xsd:string ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product out of the unit minute and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.00000001666666666666666666666666666666667 ; + ns1:conversionMultiplierSN 1.666667e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA834"^^xsd:string ; + ns1:symbol "mg/(min·K)"^^xsd:string ; + ns1:ucumCode "mg.min-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F45"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram per second bar"^^xsd:string ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product out of the SI base unit second and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.00000000001 ; + ns1:conversionMultiplierSN 1e-11 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA838"^^xsd:string ; + ns1:symbol "mg/(s·bar)"^^xsd:string ; + ns1:ucumCode "mg.s-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F73"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram per second kelvin"^^xsd:string ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product out of the SI base unit second and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA837"^^xsd:string ; + ns1:symbol "mg/(s·K)"^^xsd:string ; + ns1:ucumCode "mg.s-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F46"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram second per litre cubic centimetre"^^xsd:string ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC843"^^xsd:string ; + ns1:symbol "(mg/l)/(cm³/s)"^^xsd:string ; + ns1:ucumCode "mg.s.L-1.cm-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram second per litre cubic metre"^^xsd:string ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC842"^^xsd:string ; + ns1:symbol "(mg/l)/(m³/s)"^^xsd:string ; + ns1:ucumCode "mg.s.L-1.m-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram second per litre squared"^^xsd:string ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and unit litre per SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC844"^^xsd:string ; + ns1:symbol "(mg/l)/(l/s)"^^xsd:string ; + ns1:ucumCode "mg.s.L-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram second per cubic metre cubic centimetre"^^xsd:string ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD865"^^xsd:string ; + ns1:symbol "(mg/m³)/(cm³/s)"^^xsd:string ; + ns1:ucumCode "mg.s.m-3.cm-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram second per cubic metre litre"^^xsd:string ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC835"^^xsd:string ; + ns1:symbol "(mg/m³)/(l/s)"^^xsd:string ; + ns1:ucumCode "mg.s.m-3.L-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligram second per power of metre with the exponent 6"^^xsd:string ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD864"^^xsd:string ; + ns1:symbol "(mg/m³)/(m³/s)"^^xsd:string ; + ns1:ucumCode "mg.s.m-6"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligray per hour"^^xsd:string ; + dcterms:description "0.001-fold of the SI derived unit gray divided by the unit hour"^^xsd:string ; + ns1:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAB477"^^xsd:string ; + ns1:symbol "mGy/h"^^xsd:string ; + ns1:ucumCode "mGy.h-1"^^ns1:UCUMcs, + "mGy/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P62"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligray per minute"^^xsd:string ; + dcterms:description "0.001-fold of the SI derived unit gray divided by the unit minute"^^xsd:string ; + ns1:conversionMultiplier 0.00001666666666666666666666666666666667 ; + ns1:conversionMultiplierSN 1.666667e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAB473"^^xsd:string ; + ns1:symbol "mGy/min"^^xsd:string ; + ns1:ucumCode "mGy.min-1"^^ns1:UCUMcs, + "mGy/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P58"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milligray per second"^^xsd:string ; + dcterms:description "0.001-fold of the SI derived unit gray divided by the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAB298"^^xsd:string ; + ns1:symbol "mGy/s"^^xsd:string ; + ns1:ucumCode "mGy.s-1"^^ns1:UCUMcs, + "mGy/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P54"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "millihertz"^^xsd:string ; + dcterms:description "0.001-fold of the unit hertz"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB698"^^xsd:string ; + ns1:symbol "mHz"^^xsd:string ; + ns1:uneceCommonCode "MTZ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millijoule Per Gram"@en ; + 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 ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA174"^^xsd:string ; + ns1:plainTextDescription "The 0.001-fold of the SI base unit joule divided by the 0.001-fold of the SI base unit kilogram"^^xsd:string ; + ns1:symbol "mJ/g"^^xsd:string ; + ns1:ucumCode "mJ.g-1"^^ns1:UCUMcs, + "mJ/g"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Millijoule per Square Metre"@en, + "Millijoule per Square Meter"@en-us ; + dcterms:description "Millijoule Per Square Meter ($mJ/m^2$) is a unit in the category of Energy density. It is also known as millijoules per square meter, millijoule per square metre, millijoule/square meter, millijoule/square metre."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:derivedUnitOfSystem ; + ns1:expression "$mJ/m^2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:symbol "mJ/m²"^^xsd:string ; + ns1:ucumCode "mJ.m-2"^^ns1:UCUMcs, + "mJ/m2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "millijoule per second"^^xsd:string ; + dcterms:description "0.001-fold of the SI derived unit joule divided by the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB511"^^xsd:string ; + ns1:symbol "mJ/s"^^xsd:string ; + ns1:ucumCode "mJ.s-1"^^ns1:UCUMcs, + "mJ/s"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "millikelvin per bar"^^xsd:string ; + dcterms:description "0.001-fold of SI base unit kelvin divided by the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.00000001 ; + ns1:conversionMultiplierSN 1e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB841"^^xsd:string ; + ns1:symbol "mK/bar"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "millikelvin per kelvin"^^xsd:string ; + dcterms:description "0.001-fold of SI base unit kelvin divided by the SI base unit kelvin"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB842"^^xsd:string ; + ns1:symbol "mK/K"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Millikatal Per Litre"@en, + "Millikatal Per Liter"@en-us ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1: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. "^^xsd:string ; + ns1:symbol "mkat/L"^^xsd:string ; + ns1:ucumCode "mkat/L"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "millilitre per bar"^^xsd:string ; + dcterms:description "0.001-fold of the unit litre divided by the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.00000000001 ; + ns1:conversionMultiplierSN 1e-11 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA846"^^xsd:string ; + ns1:symbol "ml/bar"^^xsd:string ; + ns1:ucumCode "mL.bar-1"^^ns1:UCUMcs, + "mL/bar"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G97"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "millilitre per day bar"^^xsd:string ; + dcterms:description "0.001-fold of the unit litre divided by the product out of the unit day and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.0000000000000001157407407407407407407407407407407 ; + ns1:conversionMultiplierSN 1.157407e-16 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA849"^^xsd:string ; + ns1:symbol "ml/(d·bar)"^^xsd:string ; + ns1:ucumCode "mL.d-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G90"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "millilitre per day kelvin"^^xsd:string ; + dcterms:description "0.001-fold of the unit litre divided by the product out of the unit day and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.00000000001157407407407407407407407407407407 ; + ns1:conversionMultiplierSN 1.157407e-11 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA848"^^xsd:string ; + ns1:symbol "ml/(d·K)"^^xsd:string ; + ns1:ucumCode "mL.d-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G73"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "millilitre per hour bar"^^xsd:string ; + dcterms:description "0.001-fold of the unit litre divided by the product out of the unit hour and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.000000000000002777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-15 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA852"^^xsd:string ; + ns1:symbol "ml/(h·bar)"^^xsd:string ; + ns1:ucumCode "mL.h-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G91"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "millilitre per hour kelvin"^^xsd:string ; + dcterms:description "0.001-fold of the unit litre divided by the product out of the unit hour and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.0000000002777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-10 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA851"^^xsd:string ; + ns1:symbol "ml/(h·K)"^^xsd:string ; + ns1:ucumCode "mL.h-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G74"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millilitres per square metre day"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0000000000115740740740741 ; + ns1:conversionMultiplierSN 1.157407e-11 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "mL/(m²·day)"^^xsd:string ; + ns1:ucumCode "mL.m-2.d-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "millilitre per minute bar"^^xsd:string ; + dcterms:description "0.001-fold of the unit litre divided by the product out of the unit minute and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.0000000000001666666666666666666666666666666667 ; + ns1:conversionMultiplierSN 1.666667e-13 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA857"^^xsd:string ; + ns1:symbol "ml/(min·bar)"^^xsd:string ; + ns1:ucumCode "mL.min-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G92"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "millilitre per minute kelvin"^^xsd:string ; + dcterms:description "0.001-fold of the unit litre divided by the product out of the unit minute and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.00000001666666666666666666666666666666667 ; + ns1:conversionMultiplierSN 1.666667e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA856"^^xsd:string ; + ns1:symbol "ml/(min·K)"^^xsd:string ; + ns1:ucumCode "mL.min-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G75"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "millilitre per second bar"^^xsd:string ; + dcterms:description "0.001-fold of the unit litre divided by the product out of the SI base unit second and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.00000000001 ; + ns1:conversionMultiplierSN 1e-11 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA861"^^xsd:string ; + ns1:symbol "ml/(s·bar)"^^xsd:string ; + ns1:ucumCode "mL.s-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G93"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "millilitre per second kelvin"^^xsd:string ; + dcterms:description "0.001-fold of the unit litre divided by the product out of the SI base unit second and the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA860"^^xsd:string ; + ns1:symbol "ml/(s·K)"^^xsd:string ; + ns1:ucumCode "mL.s-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G76"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "millimetre per bar"^^xsd:string ; + dcterms:description "0.001-fold of the SI base unit metre divided by the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.00000001 ; + ns1:conversionMultiplierSN 1e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA865"^^xsd:string ; + ns1:symbol "mm/bar"^^xsd:string ; + ns1:ucumCode "mm.bar-1"^^ns1:UCUMcs, + "mm/bar"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G06"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "millimetre per degree Celsius metre"^^xsd:string ; + dcterms:description "0.001-fold of the SI unit metre divided by the product of the unit degree Celsius and the SI base unit metre"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA863"^^xsd:string ; + ns1:symbol "mm/(°C·m)"^^xsd:string ; + ns1:ucumCode "mm.Cel-1.m-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E97"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "millimetre per metre"^^xsd:string ; + dcterms:description "0.001-fold of SI base unit metre divided by SI base unit metre"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC001"^^xsd:string ; + ns1:symbol "mm/m"^^xsd:string ; + ns1:ucumCode "mm.m-1"^^ns1:UCUMcs, + "mm/m"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "millimetre per second squared"^^xsd:string ; + dcterms:description "0.001-fold of the SI base unit metre divided by the power of the SI base unit second by exponent 2"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB400"^^xsd:string ; + ns1:symbol "mm/s²"^^xsd:string ; + ns1:ucumCode "mm.s-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M41"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Millimetre per Gram"@en, + "Cubic Millimeter per Gram"@en-us ; + dcterms:description "Cubic Millimeter Per Gram (mm3/g) is a unit in the category of Specific Volume. It is also known as cubic millimeters per gram, cubic millimetre per gram, cubic millimetres per gram, cubic millimeter/gram, cubic millimetre/gram."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$mm^{3}/g$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "mm³/g"^^xsd:string ; + ns1:ucumCode "mm3.g-1"^^ns1:UCUMcs, + "mm3/g"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Millimetre per Kilogram"@en, + "Cubic Millimeter per Kilogram"@en-us ; + dcterms:description "Cubic Millimeter Per Kilogram (mm3/kg) is a unit in the category of Specific Volume. It is also known as cubic millimeters per kilogram, cubic millimetre per kilogram, cubic millimetres per kilogram, cubic millimeter/kilogram, cubic millimetre/kilogram."^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$mm^{3}/kg$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "mm³/kg"^^xsd:string ; + ns1:ucumCode "mm3.kg-1"^^ns1:UCUMcs, + "mm3/kg"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millimoles per square metre"@en ; + dcterms:description "Unavailable."@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "mmol/m²"^^xsd:string ; + ns1:ucumCode "mmol.m-2"^^ns1:UCUMcs ; + ns1:udunitsCode "DU"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millimoles per square metre day"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0000000115740740740741 ; + ns1:conversionMultiplierSN 1.157407e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "mmol/(m²·day)"^^xsd:string ; + ns1:ucumCode "mmol.m-2.d-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millimoles per square metre second"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "mmol/(m²·s)"^^xsd:string ; + ns1:ucumCode "mmol.m-2.s-1"^^ns1:UCUMcs, + "mmol/m2/s1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millimoles per cubic metre day"@en ; + dcterms:description "Unavailable."@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0000000115740740740741 ; + ns1:conversionMultiplierSN 1.157407e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "mmol/(m³·day)"^^xsd:string ; + ns1:ucumCode "mmol.m-3.d-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millimoles per mole"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + ns1:symbol "mmol/mol"^^xsd:string ; + ns1:ucumCode "mmol.mol-1"^^ns1:UCUMcs, + "mmol/mol"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "millinewton metre per square metre"^^xsd:string ; + dcterms:description "0.001-fold of the SI derived unit newton divided by the SI base unit metre to the power two"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB549"^^xsd:string ; + ns1:symbol "mN·m/m²"^^xsd:string ; + ns1:ucumCode "m.mN.m-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milliohm metre"^^xsd:string ; + dcterms:description "0.001-fold of the product of the SI derived unit ohm and the SI base unit metre"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA742"^^xsd:string ; + ns1:symbol "mΩ·m"^^xsd:string ; + ns1:ucumCode "m.mOhm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C23"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milliohm per bar"^^xsd:string ; + dcterms:description "0.001-fold of the SI derived unit ohm per metrical non SI unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.00000001 ; + ns1:conversionMultiplierSN 1e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD878"^^xsd:string ; + ns1:symbol "mΩ/bar"^^xsd:string ; + ns1:ucumCode "mOhm.bar-1"^^ns1:UCUMcs, + "mOhm/bar"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milliohm per kelvin"^^xsd:string ; + dcterms:description "0.001-fold of the SI derived unit ohm per SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD874"^^xsd:string ; + ns1:symbol "mΩ/K"^^xsd:string ; + ns1:ucumCode "mOhm.K-1"^^ns1:UCUMcs, + "mOhm/K"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "milliohm per metre"^^xsd:string ; + dcterms:description "0.001-fold of the SI derived unit ohm divided by the SI base unit metre"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA743"^^xsd:string ; + ns1:symbol "mΩ/m"^^xsd:string ; + ns1:ucumCode "mOhm.m-1"^^ns1:UCUMcs, + "mOhm/m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F54"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "millipascal per metre"^^xsd:string ; + dcterms:description "0.001-fold of the SI derived unit pascal divided by the SI base unit metre"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB420"^^xsd:string ; + ns1:symbol "mPa/m"^^xsd:string ; + ns1:ucumCode "mPa.m-1"^^ns1:UCUMcs, + "mPa/m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P80"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "millipascal second per kelvin"^^xsd:string ; + dcterms:description "product of the 0.001-fold of the SI derived unit pascal and the SI base unit second divided by the SI base unit Kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA798"^^xsd:string ; + ns1:symbol "mPa·s/K"^^xsd:string ; + ns1:ucumCode "mPa.s.K-1"^^ns1:UCUMcs, + "mPa.s/K"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L15"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millirads per hour"@en ; + dcterms:description "One thousandth part of an absorbed ionizing radiation dose equal to 100 ergs per gram of irradiated material received per hour."@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000002777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:symbol "mrad/hr"^^xsd:string ; + ns1:ucumCode "mRAD.h-1"^^ns1:UCUMcs, + "mRAD/h"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "millisievert per hour"^^xsd:string ; + dcterms:description "0.001-fold of the SI derived unit sievert divided by the unit hour"^^xsd:string ; + ns1:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAB465"^^xsd:string ; + ns1:symbol "mSv/h"^^xsd:string ; + ns1:ucumCode "mSv.h-1"^^ns1:UCUMcs, + "mSv/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P71"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "millisievert per minute"^^xsd:string ; + dcterms:description "0.001-fold of the SI derived unit sievert divided by the unit minute"^^xsd:string ; + ns1:conversionMultiplier 0.00001666666666666666666666666666666667 ; + ns1:conversionMultiplierSN 1.666667e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAB469"^^xsd:string ; + ns1:symbol "mSv/min"^^xsd:string ; + ns1:ucumCode "mSv.min-1"^^ns1:UCUMcs, + "mSv/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P75"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "millisievert per second"^^xsd:string ; + dcterms:description "0.001-fold of the SI derived unit sievert devided by the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAB302"^^xsd:string ; + ns1:symbol "mSv/s"^^xsd:string ; + ns1:ucumCode "mSv.s-1"^^ns1:UCUMcs, + "mSv/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P66"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "millivolt ampere"^^xsd:string ; + dcterms:description "0.001-fold of the product of the SI base unit volt with the SI base unit ampere"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB533"^^xsd:string ; + ns1:symbol "mV·A"^^xsd:string ; + ns1:ucumCode "mV.A"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "millivolt ampere per kelvin"^^xsd:string ; + dcterms:description "product of the 0.001-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD906"^^xsd:string ; + ns1:symbol "mV·A/K"^^xsd:string ; + ns1:ucumCode "mV.A.K-1"^^ns1:UCUMcs, + "mV.A/K"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "millivolt ampere reactive"^^xsd:string ; + dcterms:description "0.001 of the unit volt ampere reactive"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC507"^^xsd:string ; + ns1:symbol "mV·A{Reactive}"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "millivolt ampere reactive per kelvin"^^xsd:string ; + dcterms:description "0.001-fold of the unit volt ampere reactive divided by the SI base unit kelvin"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD902"^^xsd:string ; + ns1:symbol "mvar/K"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "millivolt per volt"^^xsd:string ; + dcterms:description "0.001-fold of the SI derived unit volt per SI derived unit volt"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD863"^^xsd:string ; + ns1:symbol "mV/V"^^xsd:string ; + ns1:ucumCode "mV.V-1"^^ns1:UCUMcs, + "mV/V"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milliwatts per square centimetre micrometre steradian"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 10000000.0 ; + ns1:conversionMultiplierSN 1e+07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "mW/(cm²·µm·sr)"^^xsd:string ; + ns1:ucumCode "mW.cm-2.um-1.sr-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milliwatts per square metre nanometre"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "mW/(m²·nm)"^^xsd:string ; + ns1:ucumCode "mW.m-2.nm-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milliwatts per square metre nanometre steradian"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "mW/(cm·nm·sr)"^^xsd:string ; + ns1:ucumCode "mW.m-2.nm-1.sr-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Million US Dollars per Year"@en ; + ns1:expression "$M\\$/yr$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "$M/yr"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "newton metre per minute [unit of angle]"^^xsd:string ; + dcterms:description "product of the SI derived unit newton and the SI base unit metre divided by the unit minute [unit of angle]"^^xsd:string ; + ns1:conversionMultiplier 3437.746766834402696604316471280553 ; + ns1:conversionMultiplierSN 3.437747e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAD923"^^xsd:string ; + ns1:symbol "N·m/'"^^xsd:string ; + ns1:ucumCode "N.m.'-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "newton metre per degree"^^xsd:string ; + dcterms:description "product of the SI derived unit newton and the SI base unit metre divided by the unit degree"^^xsd:string ; + ns1:conversionMultiplier 57.29577957855229894302178227976183 ; + ns1:conversionMultiplierSN 5.729578e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB308"^^xsd:string ; + ns1:symbol "N·m/°"^^xsd:string ; + ns1:ucumCode "N.m.deg-1"^^ns1:UCUMcs, + "N.m/deg"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F89"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Newton metre per degree metre"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 57.29577957855229894302178227976183 ; + ns1:conversionMultiplierSN 5.729578e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "A common unit for measuring the modulus of rotational subgrade reaction."^^xsd:string ; + ns1:symbol "N·m/(°·m)"^^xsd:string ; + ns1:ucumCode "N.m.deg-1.m-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "newton metre per minute [unit of angle]"^^xsd:string ; + dcterms:description "product of the SI derived unit newton and the SI base unit metre divided by the unit minute [unit of angle]"^^xsd:string ; + ns1:conversionMultiplier 3437.746873197331483367149303409351 ; + ns1:conversionMultiplierSN 3.437747e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAD923"^^xsd:string ; + ns1:symbol "N·m/'"^^xsd:string ; + ns1:ucumCode "N.m.'-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "newton metre watt to the power minus 0.5"^^xsd:string ; + dcterms:description "product of the SI derived unit newton and the SI base unit metre divided by the square root out of the SI derived unit watt"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA242"^^xsd:string ; + ns1:symbol "N·m/√W"^^xsd:string ; + ns1:uneceCommonCode "H41"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "newton second per square metre"^^xsd:string ; + dcterms:description "unit of the dynamic viscosity as a product of unit of the pressure (newton by square metre) multiplied with the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB428"^^xsd:string ; + ns1:symbol "N·s/m²"^^xsd:string ; + ns1:ucumCode "N.s.m-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N36"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "neper per second"^^xsd:string ; + dcterms:description "unit neper divided by the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA254"^^xsd:string ; + ns1:symbol "Np/s"^^xsd:string ; + ns1:ucumCode "Np.s-1"^^ns1:UCUMcs, + "Np/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C51"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Number per square centimetre thousand years"@en ; + ns1:conversionMultiplier 0.000000003168808781402895023702689684893655 ; + ns1:conversionMultiplierSN 3.168809e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "/(cm·1000 yr)"^^xsd:string ; + ns1:ucumCode "{#}.cm-2.ka-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Number per gram"@en ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "/g"^^xsd:string ; + ns1:ucumCode "/g"^^ns1:UCUMcs, + "{#}.g-1"^^ns1:UCUMcs, + "{#}/g"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Number per 100 grams"@en ; + dcterms:description "Count of an entity or phenomenon occurrence in one 10th of the SI unit of mass (kilogram)."@en ; + ns1:conversionMultiplier 10.0 ; + ns1:conversionMultiplierSN 1e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "/hg"^^xsd:string ; + ns1:ucumCode "/hg"^^ns1:UCUMcs, + "{#}.hg-1"^^ns1:UCUMcs, + "{#}/hg"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Number per metre"@en ; + dcterms:description "Unavailable."@en ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "/m"^^xsd:string ; + ns1:ucumCode "/m"^^ns1:UCUMcs, + "{#}.m-1"^^ns1:UCUMcs, + "{#}/m"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Number per milligram"@en ; + dcterms:description "Count of an entity or phenomenon occurrence in one millionth of the SI unit of mass (kilogram)."@en ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "/mg"^^xsd:string ; + ns1:ucumCode "/mg"^^ns1:UCUMcs, + "{#}.mg-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Number per cubic millimeter"@en ; + ns1:conversionMultiplier 1000000000.0 ; + ns1:conversionMultiplierSN 1e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "/mm³"^^xsd:string ; + ns1:ucumCode "/mm3"^^ns1:UCUMcs, + "{#}.mm-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Number per picoliter"@en ; + ns1:conversionMultiplier 1000000000000000.0 ; + ns1:conversionMultiplierSN 1e+15 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "/pL"^^xsd:string ; + ns1:ucumCode "/pL"^^ns1:UCUMcs, + "{#}.pL-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "nanoampere per kelvin"^^xsd:string ; + dcterms:description "0.000000001-fold of the SI base unit ampere divided by the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD899"^^xsd:string ; + ns1:symbol "nA/K"^^xsd:string ; + ns1:ucumCode "nA.K-1"^^ns1:UCUMcs, + "nA/K"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Nanograms Per Square Centimetre"@en, + "Nanograms Per Square Centimeter"@en-us ; + dcterms:description "0,000,000,000,001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre and exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.00000001 ; + ns1:conversionMultiplierSN 1e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "0,000,000,000,001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre and exponent 2"^^xsd:string ; + ns1:symbol "ng/cm²"^^xsd:string ; + ns1:ucumCode "ng.cm-2"^^ns1:UCUMcs, + "ng/cm2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Nanograms per square centimetre day"@en, + "Nanograms per square centimeter day"@en-us ; + dcterms:description "A rate of change of 1e-12 of the SI unit of mass over 0.00001 of the SI unit of area in a period of one day."@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.00000000000011574074 ; + ns1:conversionMultiplierSN 1.157407e-13 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "ng/(cm²·day)"^^xsd:string ; + ns1:ucumCode "ng.cm-2.d-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "nanograms per decilitre"@en, + "nanograms per decilitre"@en-us ; + dcterms:description "A derived unit for amount-of-substance concentration measured in ng/dL."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.00000001 ; + ns1:conversionMultiplierSN 1e-08 ; + ns1:expression "$ng/dL$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "ng/dL"^^xsd:string ; + ns1:ucumCode "ng.dL-1"^^ns1:UCUMcs, + "ng/dL"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "nanogray per hour"^^xsd:string ; + dcterms:description "0.000000001-fold of the SI derived unit gray divided by the unit hour"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAB479"^^xsd:string ; + ns1:symbol "nGy/h"^^xsd:string ; + ns1:uneceCommonCode "P64"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "nanogray per minute"^^xsd:string ; + dcterms:description "0.000000001-fold of the SI derived unit gray divided by the unit minute"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAB475"^^xsd:string ; + ns1:symbol "nGy/min"^^xsd:string ; + ns1:uneceCommonCode "P60"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "nanogray per second"^^xsd:string ; + dcterms:description "0.000000001-fold of the SI derived unit gray divided by the SI base unit second"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAB300"^^xsd:string ; + ns1:symbol "nGy/s"^^xsd:string ; + ns1:uneceCommonCode "P56"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "nanojoule"^^xsd:string ; + dcterms:description "0.000000001-fold of the unit joule"^^xsd:string ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAB739"^^xsd:string ; + ns1:symbol "nJ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "nanojoule per second"^^xsd:string ; + dcterms:description "0.000000001-fold of the SI derived unit joule divided by the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB509"^^xsd:string ; + ns1:symbol "nJ/s"^^xsd:string ; + ns1:ucumCode "nJ.s-1"^^ns1:UCUMcs, + "nJ/s"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Nanokatal Per Litre"@en, + "Nanokatal Per Liter"@en-us ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "nkat/L"^^xsd:string ; + ns1:ucumCode "nkat/L"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Nanometer Per Centimeter Megapascal"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0000000000001 ; + ns1:conversionMultiplierSN 1e-13 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + ns1:siUnitsExpression "nm/cm/MPa"^^xsd:string ; + ns1:symbol "nm/(cm·MPa)"^^xsd:string ; + ns1:ucumCode "nm.cm-1.MPa-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Nanomoles per cubic centimetre hour"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000277777777777778 ; + ns1:conversionMultiplierSN 2.777778e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "nmol/(cm³·hr)"^^xsd:string ; + ns1:ucumCode "nmol.cm-3.h-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Nanomoles per gram second"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "nmol/(g·s)"^^xsd:string ; + ns1:ucumCode "nmol.g-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Nanomoles per litre day"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0000000000115740740740741 ; + ns1:conversionMultiplierSN 1.157407e-11 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "nmol/(L·day)"^^xsd:string ; + ns1:ucumCode "nmol.L-1.d-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Nanomoles per litre hour"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000000277777777777778 ; + ns1:conversionMultiplierSN 2.777778e-10 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "nmol/(L·hr)"^^xsd:string ; + ns1:ucumCode "nmol.L-1.h-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Nanomoles per square metre day"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0000000000000115740740740741 ; + ns1:conversionMultiplierSN 1.157407e-14 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "nmol/(m²·day)"^^xsd:string ; + ns1:ucumCode "nmol.m-2.d-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Nanomoles per microgram hour"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000277777777777778 ; + ns1:conversionMultiplierSN 2.777778e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "nmol/(µg·hr)"^^xsd:string ; + ns1:ucumCode "nmol.ug-1.h-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Nanomoles per micromole"@en ; + dcterms:description "Unavailable."@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + ns1:symbol "nmol/µmol"^^xsd:string ; + ns1:ucumCode "nmol.umol-1"^^ns1:UCUMcs, + "nmol/umol"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Nanomoles per micromole day"@en ; + dcterms:description "Unavailable."@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0000000115740740740741 ; + ns1:conversionMultiplierSN 1.157407e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "nmol/(µmol·day)"^^xsd:string ; + ns1:ucumCode "nmol.umol-1.d-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "nanonewton metre per square metre"^^xsd:string ; + dcterms:description "0.000000001-fold of the SI derived unit newton divided by the SI base unit metre to the power two"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB547"^^xsd:string ; + ns1:symbol "nN·m/m²"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "nanoohm"^^xsd:string ; + dcterms:description "0.000000001-fold of the SI derived unit ohm"^^xsd:string ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB359"^^xsd:string ; + ns1:symbol "nΩ"^^xsd:string ; + ns1:uneceCommonCode "P22"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "nanoohm metre"^^xsd:string ; + dcterms:description "0.000000001-fold of the product of the SI derived unit ohm and the SI base unit metre"^^xsd:string ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA900"^^xsd:string ; + ns1:symbol "nΩ·m"^^xsd:string ; + ns1:ucumCode "nOhm.m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C46"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "nanosievert per hour"^^xsd:string ; + dcterms:description "0.000000001-fold of the SI derived unit sievert divided by the unit hour"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAB467"^^xsd:string ; + ns1:symbol "nSv/h"^^xsd:string ; + ns1:uneceCommonCode "P73"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "nanosievert per minute"^^xsd:string ; + dcterms:description "0.000000001-fold of the SI derived unit sievert divided by the unit minute"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAB471"^^xsd:string ; + ns1:symbol "nSv/min"^^xsd:string ; + ns1:uneceCommonCode "P77"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "nanosievert per second"^^xsd:string ; + dcterms:description "0.000000001-fold of the SI derived unit sievert devided by the SI base unit second"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAB304"^^xsd:string ; + ns1:symbol "nSv/s"^^xsd:string ; + ns1:uneceCommonCode "P68"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "nanovolt"^^xsd:string ; + dcterms:description "0.000000001-fold of the SI derived unit volt"^^xsd:string ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAC771"^^xsd:string ; + ns1:symbol "nV"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "nanovolt ampere"^^xsd:string ; + dcterms:description "0.000000001-fold of the product of the SI base unit volt with the SI base unit ampere"^^xsd:string ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB531"^^xsd:string ; + ns1:symbol "nV·A"^^xsd:string ; + ns1:ucumCode "nV.A"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "nanovolt ampere reactive"^^xsd:string ; + dcterms:description "0.000000001-fold of the unit volt ampere reactive"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC505"^^xsd:string ; + ns1:symbol "nV·A{Reactive}"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "nanowatt per square metre"^^xsd:string ; + dcterms:description "0.000000001-fold of the SI derived unit watt divided by the SI base unit metre to the power two"^^xsd:string ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB539"^^xsd:string ; + ns1:symbol "nW/m²"^^xsd:string ; + ns1:ucumCode "nW.m-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "octet"^^xsd:string ; + dcterms:description "synonym for byte: 1 octet = 8 bit = 1 byte"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB341"^^xsd:string ; + ns1:symbol "o"^^xsd:string ; + ns1:uneceCommonCode "Q12"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "octet per second"^^xsd:string ; + dcterms:description "unit octet divided by the SI base unit second"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB342"^^xsd:string ; + ns1:symbol "o/s"^^xsd:string ; + ns1:uneceCommonCode "Q13"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ohm Centimetre"@en, + "Ohm Centimeter"@en-us ; + dcterms:description "product of the SI derived unit ohm and the 0.01-fold of the SI base unit metre"@en ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB090"^^xsd:string ; + ns1:symbol "Ω·cm"^^xsd:string ; + ns1:ucumCode "Ohm.cm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C60"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ohm kilometre"^^xsd:string ; + dcterms:description "product of the SI derived unit ohm and the 1,000-fold of the SI base unit metre"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA018"^^xsd:string ; + ns1:symbol "Ω·km"^^xsd:string ; + ns1:ucumCode "Ohm.km"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M24"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ohm per bar"^^xsd:string ; + dcterms:description "SI derived unit ohm per metrical non SI unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.00001 ; + ns1:conversionMultiplierSN 1e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD879"^^xsd:string ; + ns1:symbol "Ω/bar"^^xsd:string ; + ns1:ucumCode "Ohm.bar-1"^^ns1:UCUMcs, + "Ohm/bar"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ohm per kelvin"^^xsd:string ; + dcterms:description "SI derived unit ohm per SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD875"^^xsd:string ; + ns1:symbol "Ω/K"^^xsd:string ; + ns1:ucumCode "Ohm.K-1"^^ns1:UCUMcs, + "Ohm/K"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ohm per kilometre"^^xsd:string ; + dcterms:description "SI derived unit ohm divided by the 1,000-fold of the SI base unit metre"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA019"^^xsd:string ; + ns1:symbol "Ω/km"^^xsd:string ; + ns1:ucumCode "Ohm.km-1"^^ns1:UCUMcs, + "Ohm/km"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F56"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ohm per metre"^^xsd:string ; + dcterms:description "SI derived unit ohm divided by the SI base unit metre"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA021"^^xsd:string ; + ns1:symbol "Ω/m"^^xsd:string ; + ns1:ucumCode "Ohm.m-1"^^ns1:UCUMcs, + "Ohm/m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H26"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ohm per mile"^^xsd:string ; + dcterms:description "unit ohm divided by the unit mile according to the Anglo-American system of units"^^xsd:string ; + ns1:conversionMultiplier 0.0006213712 ; + ns1:conversionMultiplierSN 6.213712e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA022"^^xsd:string ; + ns1:symbol "Ω/mi"^^xsd:string ; + ns1:ucumCode "Ohm.[mi_i]-1"^^ns1:UCUMcs, + "Ohm/[mi_i]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F55"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ohm circular mil per foot"^^xsd:string ; + dcterms:description "unit of resistivity"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB215"^^xsd:string ; + ns1:symbol "Ω·cmil/ft"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "one"^^xsd:string ; + dcterms:description "unit consisting of the quotient of two similar sizes, whose units can be reduced against each other and not displayed by other units of the dimension one"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA915"^^xsd:string ; + ns1:symbol "one"^^xsd:string ; + ns1:uneceCommonCode "C62"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "one per one"^^xsd:string ; + dcterms:description "value of the quotient from two physical units of the same kind as a numerator and denominator whereas the units are shortened mutually"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB443"^^xsd:string ; + ns1:symbol "1/1"^^xsd:string ; + ns1:uneceCommonCode "Q26"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ounce foot hour per cubic inch pound"^^xsd:string ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour"^^xsd:string ; + ns1:conversionMultiplier 4185008.37001674003348006696013391967054969619939239878479756959513918331297668 ; + ns1:conversionMultiplierSN 4.185008e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD858"^^xsd:string ; + ns1:symbol "(oz/in³)/(lb/(ft·h))"^^xsd:string ; + ns1:ucumCode "[oz_av].[ft_i].h.[in_i]-3.[lb_av]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ounce foot second per cubic inch pound"^^xsd:string ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 1162.5023250046500093000186000371999084860267220534441068882137764275509202713 ; + ns1:conversionMultiplierSN 1.162502e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD859"^^xsd:string ; + ns1:symbol "(oz/in³)/(lb/(ft·s))"^^xsd:string ; + ns1:ucumCode "[oz_av].[ft_i].s.[in_i]-3.[lb_av]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ounce square foot per cubic inch pound-force second"^^xsd:string ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2"^^xsd:string ; + ns1:conversionMultiplier 36.1316752166621861189380447919115019472637943032352378395448512952533951671309544 ; + ns1:conversionMultiplierSN 3.613168e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD860"^^xsd:string ; + ns1:symbol "(oz/in³)/(lbf·s/ft²)"^^xsd:string ; + ns1:ucumCode "[oz_av].[ft_i]2.[in_i]-3.[lbf_av]-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ounce hour per cubic inch cubic foot"^^xsd:string ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"^^xsd:string ; + ns1:conversionMultiplier 219938987.18776172506694249178957458290568644187608087388655521718664498878165 ; + ns1:conversionMultiplierSN 2.19939e+08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC868"^^xsd:string ; + ns1:symbol "(oz/in³)/(ft³/h)"^^xsd:string ; + ns1:ucumCode "[oz_av].h.[in_i]-3.[ft_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ounce hour per cubic inch gallon (UK)"^^xsd:string ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time hour"^^xsd:string ; + ns1:conversionMultiplier 1369963762.2210959898659928577066453306815803233918044992564139962693935984065 ; + ns1:conversionMultiplierSN 1.369964e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC866"^^xsd:string ; + ns1:symbol "(oz/in³)/(gal (UK)/h)"^^xsd:string ; + ns1:ucumCode "[oz_av].h.[in_i]-3.[gal_br]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ounce hour per cubic inch gallon (US)"^^xsd:string ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time hour"^^xsd:string ; + ns1:conversionMultiplier 1645257878.1837760212799853931272070770270963403487166774326507185648524626875 ; + ns1:conversionMultiplierSN 1.645258e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC865"^^xsd:string ; + ns1:symbol "(oz/in³)/(gal (US)/h)"^^xsd:string ; + ns1:ucumCode "[oz_av].h.[in_i]-3.[gal_us]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ounce hour per cubic inch cubic yard"^^xsd:string ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"^^xsd:string ; + ns1:conversionMultiplier 8145888.41436154537284972191813238826881590685721646580623302553040761112231 ; + ns1:conversionMultiplierSN 8.145888e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC869"^^xsd:string ; + ns1:symbol "(oz/in³)/(yd³/h)"^^xsd:string ; + ns1:ucumCode "[oz_av].h.[in_i]-3.[yd_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ounce hour per power of inch with the exponent 6"^^xsd:string ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"^^xsd:string ; + ns1:conversionMultiplier 380054569860.45226091567662581238487547724575 ; + ns1:conversionMultiplierSN 3.800546e+11 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC867"^^xsd:string ; + ns1:symbol "(oz/in³)/(in³/h)"^^xsd:string ; + ns1:ucumCode "[oz_av].h.[in_i]-6"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ounce square inch per cubic inch pound-force second"^^xsd:string ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2"^^xsd:string ; + ns1:conversionMultiplier 0.25091441122682073693706975549938543018933190488357804055239480066148191088285385 ; + ns1:conversionMultiplierSN 2.509144e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD861"^^xsd:string ; + ns1:symbol "(oz/in³)/(lbf·s/in²)"^^xsd:string ; + ns1:ucumCode "[oz_av].[in_i]2.[in_i]-3.[lbf_av]-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ounce minute per cubic inch cubic foot"^^xsd:string ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"^^xsd:string ; + ns1:conversionMultiplier 3665649.7864626954177823748631595763817614406979346812314425869531107498130275 ; + ns1:conversionMultiplierSN 3.66565e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD801"^^xsd:string ; + ns1:symbol "(oz/in³)/(ft³/min)"^^xsd:string ; + ns1:ucumCode "[oz_av].min.[in_i]-3.[ft_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ounce minute per cubic inch gallon (UK)"^^xsd:string ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time minute"^^xsd:string ; + ns1:conversionMultiplier 22832729.370351599831099880961777422178026338723196741654273566604489893306775 ; + ns1:conversionMultiplierSN 2.283273e+07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD867"^^xsd:string ; + ns1:symbol "oz·min/(in³·gal (UK))"^^xsd:string ; + ns1:ucumCode "[oz_av].min.[in_i]-3.[gal_br]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ounce minute per cubic inch gallon (US)"^^xsd:string ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time minute"^^xsd:string ; + ns1:conversionMultiplier 27420964.636396267021333089885453451283784939005811944623877511976080874378125 ; + ns1:conversionMultiplierSN 2.742096e+07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD866"^^xsd:string ; + ns1:symbol "(oz/in³)/(gal (US)/min)"^^xsd:string ; + ns1:ucumCode "[oz_av].min.[in_i]-3.[gal_us]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ounce minute per cubic inch cubic yard"^^xsd:string ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"^^xsd:string ; + ns1:conversionMultiplier 135764.8069060257562141620319688731378135984476202744301038837588401268520385 ; + ns1:conversionMultiplierSN 1.357648e+05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD802"^^xsd:string ; + ns1:symbol "(oz/in³)/(yd³/min)"^^xsd:string ; + ns1:ucumCode "[oz_av].min.[in_i]-3.[yd_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ounce minute per power of inch with the exponent 6"^^xsd:string ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"^^xsd:string ; + ns1:conversionMultiplier 6334242831.0075376819279437635397479246207625 ; + ns1:conversionMultiplierSN 6.334243e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD800"^^xsd:string ; + ns1:symbol "(oz/in³)/(in³/min)"^^xsd:string ; + ns1:ucumCode "[oz_av].min.[in_i]-6"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ounce (avoirdupois) per square inch"^^xsd:string ; + dcterms:description "unit of the surface specific mass (avoirdupois ounce according to the avoirdupois system of units according to the surface square inch according to the Anglo-American and Imperial system of units)"^^xsd:string ; + ns1:conversionMultiplier 43.94184872744745489490978981957964 ; + ns1:conversionMultiplierSN 4.394185e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAB261"^^xsd:string ; + ns1:symbol "oz/in²"^^xsd:string ; + ns1:ucumCode "[oz_av].[in_i]-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N22"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ounce second per cubic inch cubic foot"^^xsd:string ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 61094.163107711590296372914385992939696024011632244687190709782551845830217125 ; + ns1:conversionMultiplierSN 6.109416e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD826"^^xsd:string ; + ns1:symbol "(oz/in³)/(ft³/s)"^^xsd:string ; + ns1:ucumCode "[oz_av].s.[in_i]-3.[ft_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ounce second per cubic inch gallon (UK)"^^xsd:string ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 380545.48950585999718499801602962370296710564538661236090455944340816488844625 ; + ns1:conversionMultiplierSN 3.805455e+05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD824"^^xsd:string ; + ns1:symbol "(oz/in³)/(gal (UK)/s)"^^xsd:string ; + ns1:ucumCode "[oz_av].s.[in_i]-3.[gal_br]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ounce second per cubic inch gallon (US)"^^xsd:string ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 457016.07727327111702221816475755752139641565009686574373129186626801457296875 ; + ns1:conversionMultiplierSN 4.570161e+05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD823"^^xsd:string ; + ns1:symbol "(oz/in³)/(gal (US)/s)"^^xsd:string ; + ns1:ucumCode "[oz_av].s.[in_i]-3.[gal_us]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ounce second per cubic inch cubic yard"^^xsd:string ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 2262.746781767095936902700532814552296893307460337907168398062647335447533975 ; + ns1:conversionMultiplierSN 2.262747e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD827"^^xsd:string ; + ns1:symbol "(oz/in³)/(yd³/s)"^^xsd:string ; + ns1:ucumCode "[oz_av].s.[in_i]-3.[yd_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ounce second per power of inch with the exponent 6"^^xsd:string ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 105570713.850125628032132396058995798743679375 ; + ns1:conversionMultiplierSN 1.055707e+08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD825"^^xsd:string ; + ns1:symbol "(oz/in³)/(in³/s)"^^xsd:string ; + ns1:ucumCode "[oz_av].s.[in_i]-6"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ounce of force per cubic inch"^^xsd:string ; + dcterms:description "unit of specific weight according to the Anglo-American system of units"^^xsd:string ; + ns1:conversionMultiplier 16965.44756278488934930625766763345 ; + ns1:conversionMultiplierSN 1.696545e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA925"^^xsd:string ; + ns1:symbol "ozf/in³"^^xsd:string ; + ns1:ucumCode "[ozf_av].[in_i]-3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L39"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pond"^^xsd:string ; + dcterms:description "0.001-fold of the unit of the weight, defined as a mass of 1 kg which finds out about a weight strength from 1 kp by the gravitational force at sea level which corresponds to a strength of 9,806 65 newton"^^xsd:string ; + ns1:conversionMultiplier 0.00980665 ; + ns1:conversionMultiplierSN 9.80665e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB412"^^xsd:string ; + ns1:symbol "p"^^xsd:string ; + ns1:uneceCommonCode "M78"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pascal metres"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "Pa·m"^^xsd:string ; + ns1:ucumCode "Pa.m"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pascal metres per second"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "Pa·m/s"^^xsd:string ; + ns1:ucumCode "Pa.m.s-1"^^ns1:UCUMcs, + "Pa.m/s"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pascal metres per square second"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "Pa·m/s²"^^xsd:string ; + ns1:ucumCode "Pa.m.s-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pascal square metre per kilogram"^^xsd:string ; + dcterms:description "unit of the burst index as derived unit for pressure pascal related to the substance, represented as a quotient from the SI base unit kilogram divided by the power of the SI base unit metre by exponent 2"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB462"^^xsd:string ; + ns1:symbol "Pa/(kg/m²)"^^xsd:string ; + ns1:ucumCode "Pa.m2.kg-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P79"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pascal second per kelvin"^^xsd:string ; + dcterms:description "product out of the SI derived unit pascal and the SI base unit second divided by the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA266"^^xsd:string ; + ns1:symbol "Pa·s/K"^^xsd:string ; + ns1:ucumCode "Pa.s.K-1"^^ns1:UCUMcs, + "Pa.s/K"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F77"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pascal second per litre"^^xsd:string ; + dcterms:description "product of the SI derived unit pascal and the SI base unit second divided by the unit litre"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB499"^^xsd:string ; + ns1:symbol "Pa·s/l"^^xsd:string ; + ns1:ucumCode "Pa.s.L-1"^^ns1:UCUMcs, + "Pa.s/L"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M32"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "باسكال ثانية لكل متر مكعب"@ar, + "pascal sekunda na metr krychlový"@cs, + "Pascalsekunde je Kubikmeter"@de, + "pascal second per cubic metre"@en, + "Pascal Second Per Cubic Meter"@en-us, + "pascal segundo por metro cúbico"@es, + "نیوتون ثانیه بر متر مکعب"@fa, + "pascal-seconde par mètre cube"@fr, + "पास्कल सैकण्ड प्रति घन मीटर"@hi, + "pascal per secondo al metro cubo"@it, + "パスカル秒毎立方メートル"@ja, + "pascal saat per meter kubik"@ms, + "paskalosekunda na metr sześcienny"@pl, + "pascal-segundo por metro cúbico"@pt, + "pascal-secundă pe metru cub"@ro, + "паскаль-секунда на кубический метр"@ru, + "pascal saniye bölü metre küp"@tr ; + dcterms:description "$\\textit{Pascal Second Per Cubic Meter}$ ($Pa-s/m^3$) is a unit in the category of Acoustic impedance. It is also known as $\\textit{pascal-second/cubic meter}$. It has a dimension of $ML^{-4}T^{-1}$ where $M$ is mass, $L$ is length, and $T$ is time. This unit is the standard SI unit in this category."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$Pa-s/m3$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA263"^^xsd:string ; + ns1:informativeReference "http://www.efunda.com/glossary/units/units--acoustic_impedance--pascal_second_per_cubic_meter.cfm"^^xsd:anyURI ; + ns1:siUnitsExpression "Pa.s/m3"^^xsd:string ; + ns1:symbol "Pa·s/m³"^^xsd:string ; + ns1:ucumCode "Pa.s.m-3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C66"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Square pascal per square second"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "Pa²/s²"^^xsd:string ; + ns1:ucumCode "Pa2.s-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "poundal foot"^^xsd:string ; + dcterms:description "product from the non SI-conform unit of the force poundal and the unit foot according to the Anglo-American and Imperial system of units"^^xsd:string ; + ns1:conversionMultiplier 0.0421401100938048 ; + ns1:conversionMultiplierSN 4.214011e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB417"^^xsd:string ; + ns1:symbol "pdl·ft"^^xsd:string ; + ns1:ucumCode "[lb_av].[ft_i].s-2.[ft_i]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M95"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "poundal inch"^^xsd:string ; + dcterms:description "product of the non SI-conform unit of the force poundal and the unit inch according to the Anglo-American and Imperial system of units"^^xsd:string ; + ns1:conversionMultiplier 0.0035116758411504 ; + ns1:conversionMultiplierSN 3.511676e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB418"^^xsd:string ; + ns1:symbol "pdl·in"^^xsd:string ; + ns1:ucumCode "[lb_av].[ft_i].s-2.[in_i]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M96"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "poundal per inch"^^xsd:string ; + dcterms:description "non SI-conform unit of the surface tension according to the Imperial unit system as quotient poundal by inch"^^xsd:string ; + ns1:conversionMultiplier 5.44310844 ; + ns1:conversionMultiplierSN 5.443108e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB453"^^xsd:string ; + ns1:symbol "pdl/in"^^xsd:string ; + ns1:ucumCode "[lb_av].[ft_i].s-2.[in_i]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N32"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "poundal per square inch"^^xsd:string ; + dcterms:description "non SI-conform unit of the pressure according to the Imperial system of units (poundal by square inch)"^^xsd:string ; + ns1:conversionMultiplier 214.295607874015748031496062992126 ; + ns1:conversionMultiplierSN 2.142956e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAB427"^^xsd:string ; + ns1:symbol "pdl/in²"^^xsd:string ; + ns1:ucumCode "[lb_av].[ft_i].s-2.[in_i]-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N26"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "poundal second per square foot"^^xsd:string ; + dcterms:description "non SI-conform unit of viscosity"^^xsd:string ; + ns1:conversionMultiplier 1.488163943569553805774278215223097 ; + ns1:conversionMultiplierSN 1.488164e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB227"^^xsd:string ; + ns1:symbol "pdl/ft²)·s"^^xsd:string ; + ns1:ucumCode "[lb_av].[ft_i].s-2.s.[ft_i]-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "poundal second per square inch"^^xsd:string ; + dcterms:description "non SI-conforming unit of dynamic viscosity according to the Imperial system of units as product unit of the pressure (poundal by square inch) multiplied by the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 214.295607874015748031496062992126 ; + ns1:conversionMultiplierSN 2.142956e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB434"^^xsd:string ; + ns1:symbol "pdl·s/in²"^^xsd:string ; + ns1:ucumCode "[lb_av].[ft_i].s-2.s.[in_i]-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N42"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "reciprocal degree Celsius"@en ; + dcterms:description "reciprocal of the unit degree Celsius"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB840"^^xsd:string ; + ns1:plainTextDescription "Unit for expressing the change of some quantity relative to a unit change in temperature."^^xsd:string ; + ns1:symbol "/°C"^^xsd:string ; + ns1:ucumCode ".Cel-1"^^ns1:UCUMcs, + "/Cel"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "reciprocal degree Fahrenheit"^^xsd:string ; + dcterms:description "reciprocal of the traditional unit degree Fahrenheit"^^xsd:string ; + ns1:conversionMultiplier 1.799999999999999856000000000000012 ; + ns1:conversionMultiplierSN 1.8e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA047"^^xsd:string ; + ns1:symbol "°F⁻¹"^^xsd:string ; + ns1:ucumCode "/[degF]"^^ns1:UCUMcs, + "[degF]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J26"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "reciprocal electron volt per cubic metre"^^xsd:string ; + dcterms:description "complement of the unit for atomic energy electronvolt related to the power of the SI base unit metre by exponent 3"^^xsd:string ; + ns1:conversionMultiplier 6241509074460762607.776240980930446 ; + ns1:conversionMultiplierSN 6.241509e+18 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB164"^^xsd:string ; + ns1:symbol "1/(eV·m³)"^^xsd:string ; + ns1:ucumCode "eV-1.m-3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C88"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal gram"@en ; + dcterms:description "reciprocal of the 0.001-fold of the SI base unit kilogram"^^xsd:string ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC004"^^xsd:string ; + ns1:symbol "/g"^^xsd:string ; + ns1:ucumCode "/g"^^ns1:UCUMcs, + "g-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Henry"@en ; + dcterms:description "reciprocal of the SI derived unit henry"^^xsd:string ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA169"^^xsd:string ; + ns1:symbol "/H"^^xsd:string ; + ns1:ucumCode "/H"^^ns1:UCUMcs, + "H-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C89"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "reciprocal inch"^^xsd:string ; + dcterms:description "complement of the unit inch according to the Anglo-American and Imperial system of units"^^xsd:string ; + ns1:conversionMultiplier 39.37007874015748031496062992125984 ; + ns1:conversionMultiplierSN 3.937008e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB360"^^xsd:string ; + ns1:symbol "in⁻¹"^^xsd:string ; + ns1:ucumCode "/[in_i]"^^ns1:UCUMcs, + "[in_i]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "Q24"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "reciprocal square inch"^^xsd:string ; + dcterms:description "complement of the power of the unit inch according to the Anglo-American and Imperial system of units by exponent 2"^^xsd:string ; + ns1:conversionMultiplier 1550.0031000062000124000248000496 ; + ns1:conversionMultiplierSN 1.550003e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB361"^^xsd:string ; + ns1:symbol "/in²"^^xsd:string ; + ns1:ucumCode "[in_i]-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P78"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "reciprocal joule"^^xsd:string ; + dcterms:description "reciprocal of the SI derived unit joule"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB324"^^xsd:string ; + ns1:symbol "J⁻¹"^^xsd:string ; + ns1:ucumCode "/J"^^ns1:UCUMcs, + "J-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N91"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "reciprocal kilogram"^^xsd:string ; + dcterms:description "reciprocal of the SI base unit kilogram"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC003"^^xsd:string ; + ns1:symbol "kg⁻¹"^^xsd:string ; + ns1:ucumCode "/kg"^^ns1:UCUMcs, + "kg-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "reciprocal kilogram second"^^xsd:string ; + dcterms:description "product of SI base units kilogram to the power of minus one and second to the power of minus one given as dimensional product dim Q = L**$a} M**$b} T**$g} I**$d} $TH**$e} N**$z} J**$i}"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD591"^^xsd:string ; + ns1:symbol "1/(kg·s)"^^xsd:string ; + ns1:ucumCode "kg-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "reciprocal pound (avoirdupois)"^^xsd:string ; + dcterms:description "reciprocal of the unit pound (avoirdupois)"^^xsd:string ; + ns1:conversionMultiplier 2.20462262184877580722973801345027 ; + ns1:conversionMultiplierSN 2.204623e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC008"^^xsd:string ; + ns1:symbol "lb⁻¹"^^xsd:string ; + ns1:ucumCode "/[lb_av]"^^ns1:UCUMcs, + "[lb_av]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal metre per nanometre"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000000.0 ; + ns1:conversionMultiplierSN 1e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "/(m·nm)"^^xsd:string ; + ns1:ucumCode "m-1.nm-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal metre nanometre steradian"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000000.0 ; + ns1:conversionMultiplierSN 1e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "/(m·nm·sr)"^^xsd:string ; + ns1:ucumCode "m-1.nm-1.sr-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal metre per second"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "/(m·s)"^^xsd:string ; + ns1:ucumCode "m-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal metre per steradian"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "/(m·sr)"^^xsd:string ; + ns1:ucumCode "m-1.sr-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "reciprocal megakelvin or megakelvin to the power minus one"^^xsd:string ; + dcterms:description "0.000001-fold of reciprocal of the SI base unit kelvin"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA100"^^xsd:string ; + ns1:symbol "1/MK"^^xsd:string ; + ns1:uneceCommonCode "M20"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "reciprocal megapascal"^^xsd:string ; + dcterms:description "reciprocal of the 1,000,000-fold of the derived unit pascal"^^xsd:string ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAD929"^^xsd:string ; + ns1:symbol "1/MPa"^^xsd:string ; + ns1:ucumCode "/MPa"^^ns1:UCUMcs, + "MPa-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal micromole per litre"@en ; + dcterms:description "Units used to describe the sensitivity of detection of a spectrophotometer."@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1000000000.0 ; + ns1:conversionMultiplierSN 1e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "/(µmol·L)"^^xsd:string ; + ns1:ucumCode "umol-1.L-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "reciprocal milligram"^^xsd:string ; + dcterms:description "reciprocal of the 0.000001-fold of the SI base unit kilogram"^^xsd:string ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC005"^^xsd:string ; + ns1:symbol "mg⁻¹"^^xsd:string ; + ns1:ucumCode "/mg"^^ns1:UCUMcs, + "mg-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Millilitre"@en, + "Reciprocal Milliliter"@en-us ; + dcterms:description "reciprocal value of the unit Millilitre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "reciprocal value of the unit millilitre"^^xsd:string ; + ns1:symbol "/mL"^^xsd:string ; + ns1:ucumCode "/mL"^^ns1:UCUMcs, + "mL-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "reciprocal ounce (avoirdupois)"^^xsd:string ; + dcterms:description "reciprocal of the unit ounce (avoirdupois)"^^xsd:string ; + ns1:conversionMultiplier 35.27396194958041291567580821520433 ; + ns1:conversionMultiplierSN 3.527396e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC007"^^xsd:string ; + ns1:symbol "oz⁻¹"^^xsd:string ; + ns1:ucumCode "/[oz_av]"^^ns1:UCUMcs, + "[oz_av]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Pascal per second"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "/(Pa·s)"^^xsd:string ; + ns1:ucumCode "Pa-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "reciprocal percent"^^xsd:string ; + dcterms:description "reciprocal of one hundredth"^^xsd:string ; + ns1:conversionMultiplier 100.0 ; + ns1:conversionMultiplierSN 1e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD873"^^xsd:string ; + ns1:symbol "1/%"^^xsd:string ; + ns1:ucumCode "%-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "reciprocal radian"^^xsd:string ; + dcterms:description "reciprocal of the unit radian"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB327"^^xsd:string ; + ns1:symbol "rad⁻¹"^^xsd:string ; + ns1:ucumCode "/rad"^^ns1:UCUMcs, + "rad-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P97"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "reciprocal second per cubic metre"^^xsd:string ; + dcterms:description "reciprocal of the SI base unit second divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA975"^^xsd:string ; + ns1:symbol "s⁻¹·m⁻³"^^xsd:string ; + ns1:ucumCode "s-1.m-3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C98"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "reciprocal second per steradian square metre"^^xsd:string ; + dcterms:description "reciprocal of the SI base unit second divided by the product of the SI derived unit steradian and the power of the SI base unit metre and te exponent 2"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA977"^^xsd:string ; + ns1:symbol "s⁻¹·sr⁻¹·m⁻²"^^xsd:string ; + ns1:ucumCode "s-1.sr-1.m-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D2"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal square second"@en ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "/s²"^^xsd:string ; + ns1:ucumCode "s-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal steradian"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "/sr"^^xsd:string ; + ns1:ucumCode "/sr"^^ns1:UCUMcs, + "sr-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "reciprocal ton"^^xsd:string ; + dcterms:description "reciprocal of the 2,000-fold of the SI base unit pound"^^xsd:string ; + ns1:conversionMultiplier 0.001102311310924387903614869006725135 ; + ns1:conversionMultiplierSN 1.102311e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "st⁻¹"^^xsd:string ; + ns1:ucumCode "ston_av-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "reciprocal tonne"^^xsd:string ; + dcterms:description "reciprocal of the 1,000-fold of the SI base unit kilogram"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC006"^^xsd:string ; + ns1:symbol "t⁻¹"^^xsd:string ; + ns1:ucumCode "/t"^^ns1:UCUMcs, + "t-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "reciprocal volt"^^xsd:string ; + dcterms:description "reciprocal of the SI derived unit volt"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB326"^^xsd:string ; + ns1:symbol "V⁻¹"^^xsd:string ; + ns1:ucumCode "/V"^^ns1:UCUMcs, + "V-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P96"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "reciprocal volt ampere second"^^xsd:string ; + dcterms:description "reciprocal of the product of the SI derived unit volt, the SI base unit ampere and the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB498"^^xsd:string ; + ns1:symbol "1/VAs"^^xsd:string ; + ns1:ucumCode "V-1.A-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent foot hour per pound (avoirdupois)"^^xsd:string ; + dcterms:description "hundredth relating to the quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units and the product of the units foot and unit for time hour"^^xsd:string ; + ns1:conversionMultiplier 24.19088310502224717757046927398712 ; + ns1:conversionMultiplierSN 2.419088e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC808"^^xsd:string ; + ns1:symbol "%/(lb/(ft·h))"^^xsd:string ; + ns1:ucumCode "[ft_i].h.%.[lb_av]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent foot second per pound (avoirdupois)"^^xsd:string ; + dcterms:description "hundredth relating to the quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units and the product of the units foot and SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 0.006719689751395068660436241464996423 ; + ns1:conversionMultiplierSN 6.71969e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC809"^^xsd:string ; + ns1:symbol "%/(lb/(ft·s))"^^xsd:string ; + ns1:ucumCode "[ft_i].%.s.[lb_av]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent square foot per pound-force second"^^xsd:string ; + dcterms:description "hundredth relating to the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second and power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2"^^xsd:string ; + ns1:conversionMultiplier 0.0002088543329607266931093922420396694 ; + ns1:conversionMultiplierSN 2.088543e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC810"^^xsd:string ; + ns1:symbol "%/(lbf·s/ft²)"^^xsd:string ; + ns1:ucumCode "[ft_i]2.%.[lbf_av]-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent hour per cubic centimetre"^^xsd:string ; + dcterms:description "hundredth relating to the quotient of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the unit for time hour"^^xsd:string ; + ns1:conversionMultiplier 36000000.0 ; + ns1:conversionMultiplierSN 3.6e+07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC781"^^xsd:string ; + ns1:symbol "%/(cm³/h)"^^xsd:string ; + ns1:ucumCode "h.%.cm-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent hour per cubic foot"^^xsd:string ; + dcterms:description "hundredth relating to the quotient of power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time hour"^^xsd:string ; + ns1:conversionMultiplier 1271.328001973589249015768372744095 ; + ns1:conversionMultiplierSN 1.271328e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC786"^^xsd:string ; + ns1:symbol "%/(ft³/h)"^^xsd:string ; + ns1:ucumCode "h.%.[ft_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent hour per gallon (UK)"^^xsd:string ; + dcterms:description "hundredth relating to the quotient of the unit gallon (UK) according to the Imperial system of units and the unit for time hour"^^xsd:string ; + ns1:conversionMultiplier 7918.892938767160350982932586024475 ; + ns1:conversionMultiplierSN 7.918893e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC784"^^xsd:string ; + ns1:symbol "%/(gal (UK)/h)"^^xsd:string ; + ns1:ucumCode "h.%.[gal_br]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent hour per gallon (US)"^^xsd:string ; + dcterms:description "hundredth relating to the quotient of the unit gallon (US) according to the Anglo-American system of units and the unit for time hour"^^xsd:string ; + ns1:conversionMultiplier 9510.19388489334295367639717792985 ; + ns1:conversionMultiplierSN 9.510194e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC783"^^xsd:string ; + ns1:symbol "%/(gal (US)/h)"^^xsd:string ; + ns1:ucumCode "h.%.[gal_us]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent hour per cubic inch"^^xsd:string ; + dcterms:description "hundredth relating to the quotient of power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time hour"^^xsd:string ; + ns1:conversionMultiplier 2196854.787410362222299247748101795 ; + ns1:conversionMultiplierSN 2.196855e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC785"^^xsd:string ; + ns1:symbol "%/(in³/h)"^^xsd:string ; + ns1:ucumCode "h.%.[in_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent hour per litre"^^xsd:string ; + dcterms:description "hundredth relating to the quotient of the unit litre and the unit for time hour"^^xsd:string ; + ns1:conversionMultiplier 36000.0 ; + ns1:conversionMultiplierSN 3.6e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC782"^^xsd:string ; + ns1:symbol "%/(l/h)"^^xsd:string ; + ns1:ucumCode "h.%.L-1"^^ns1:UCUMcs, + "h.%/L"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent hour per cubic metre"^^xsd:string ; + dcterms:description "hundredth relating to the quotient of the power of the SI base unit metre with the exponent 3 and the unit for time hour"^^xsd:string ; + ns1:conversionMultiplier 36.0 ; + ns1:conversionMultiplierSN 3.6e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC780"^^xsd:string ; + ns1:symbol "%/(m³/h)"^^xsd:string ; + ns1:ucumCode "h.%.m-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent hour per cubic yard"^^xsd:string ; + dcterms:description "hundredth relating to the quotient of power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time hour"^^xsd:string ; + ns1:conversionMultiplier 47.08622229531812033391734713867015 ; + ns1:conversionMultiplierSN 4.708622e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC787"^^xsd:string, + "0112/2///62720#UAD872"^^xsd:string ; + ns1:symbol "%/(yd³/h)"^^xsd:string ; + ns1:ucumCode "h.%.[yd_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent square inch per pound-force second"^^xsd:string ; + dcterms:description "hundredth relating to the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second and power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2"^^xsd:string ; + ns1:conversionMultiplier 0.000001450377312227268702148557236386593 ; + ns1:conversionMultiplierSN 1.450377e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC811"^^xsd:string ; + ns1:symbol "%/(lbf·s/in²)"^^xsd:string ; + ns1:ucumCode "[in_i]2.%.[lbf_av]-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent minute per cubic centimetre"^^xsd:string ; + dcterms:description "hundredth relating to the quotient of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the unit for time minute"^^xsd:string ; + ns1:conversionMultiplier 600000.0 ; + ns1:conversionMultiplierSN 6e+05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC789"^^xsd:string ; + ns1:symbol "%/(cm³/min)"^^xsd:string ; + ns1:ucumCode "min.%.cm-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent minute per cubic foot"^^xsd:string ; + dcterms:description "hundredth relating to the quotient of power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time minute"^^xsd:string ; + ns1:conversionMultiplier 21.18880003289315415026280621240158 ; + ns1:conversionMultiplierSN 2.11888e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC794"^^xsd:string ; + ns1:symbol "%/(ft³/min)"^^xsd:string ; + ns1:ucumCode "min.%.[ft_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent minute per gallon (UK)"^^xsd:string ; + dcterms:description "hundredth relating to the quotient of the unit gallon (UK) according to the Imperial system of units and the unit for time minute"^^xsd:string ; + ns1:conversionMultiplier 131.9815489794526725163822097670746 ; + ns1:conversionMultiplierSN 1.319815e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC792"^^xsd:string ; + ns1:symbol "%/(gal (UK)/min)"^^xsd:string ; + ns1:ucumCode "min.%.[gal_br]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent minute per gallon (US)"^^xsd:string ; + dcterms:description "hundredth relating to the quotient of the unit gallon (US) according to the Anglo-American system of units and the unit for time minute"^^xsd:string ; + ns1:conversionMultiplier 158.5032314148890492279399529654975 ; + ns1:conversionMultiplierSN 1.585032e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC791"^^xsd:string ; + ns1:symbol "%/(gal (US)/min)"^^xsd:string ; + ns1:ucumCode "min.%.[gal_us]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent minute per cubic inch"^^xsd:string ; + dcterms:description "hundredth relating to the quotient of power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time minute"^^xsd:string ; + ns1:conversionMultiplier 36614.24645683937037165412913502992 ; + ns1:conversionMultiplierSN 3.661425e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC793"^^xsd:string ; + ns1:symbol "%/(in³/min)"^^xsd:string ; + ns1:ucumCode "min.%.[in_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent minute per litre"^^xsd:string ; + dcterms:description "hundredth relating to the quotient of the unit litre and the unit for time minute"^^xsd:string ; + ns1:conversionMultiplier 600.0 ; + ns1:conversionMultiplierSN 6e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC790"^^xsd:string ; + ns1:symbol "%/(l/min)"^^xsd:string ; + ns1:ucumCode "min.%.L-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent minute per cubic metre"^^xsd:string ; + dcterms:description "hundredth relating to the quotient of the power of the SI base unit metre with the exponent 3 and the unit for time minute"^^xsd:string ; + ns1:conversionMultiplier 0.6 ; + ns1:conversionMultiplierSN 6e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC788"^^xsd:string ; + ns1:symbol "%/(m³/min)"^^xsd:string ; + ns1:ucumCode "min.%.m-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent minute per cubic yard"^^xsd:string ; + dcterms:description "hundredth relating to the quotient of power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time minute"^^xsd:string ; + ns1:conversionMultiplier 0.7847703715886353388986224523111692 ; + ns1:conversionMultiplierSN 7.847704e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC795"^^xsd:string ; + ns1:symbol "%/(yd³/min)"^^xsd:string ; + ns1:ucumCode "min.%.[yd_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent per ten thousand"^^xsd:string ; + dcterms:description "hundredth relating to the co-efficient 10,000"^^xsd:string ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA004"^^xsd:string ; + ns1:symbol "%/10k"^^xsd:string ; + ns1:uneceCommonCode "H91"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent per bar"^^xsd:string ; + dcterms:description "hundredth relating to the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.0000001 ; + ns1:conversionMultiplierSN 1e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA010"^^xsd:string ; + ns1:symbol "%/bar"^^xsd:string ; + ns1:ucumCode "%.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H96"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent per centipoise"^^xsd:string ; + dcterms:description "[CGS] hundredth relating to the 0.01-fold of the unit of the dynamic viscosity poise"^^xsd:string ; + ns1:conversionMultiplier 10.0 ; + ns1:conversionMultiplierSN 1e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC807"^^xsd:string ; + ns1:symbol "%/cP"^^xsd:string ; + ns1:ucumCode "%.cP-1"^^ns1:UCUMcs, + "%/cP"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent per degree"^^xsd:string ; + dcterms:description "hundredth relating to the unit degree"^^xsd:string ; + ns1:conversionMultiplier 0.5729577957855229894302178227976183 ; + ns1:conversionMultiplierSN 5.729578e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA002"^^xsd:string ; + ns1:symbol "%/°"^^xsd:string ; + ns1:ucumCode "%.deg-1"^^ns1:UCUMcs, + "%/deg"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H90"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent per degree"^^xsd:string ; + dcterms:description "hundredth relating to the unit degree"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA002"^^xsd:string ; + ns1:symbol "%/°"^^xsd:string ; + ns1:uneceCommonCode "H90"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent per degree Celsius"^^xsd:string ; + dcterms:description "hundredth divided by the unit degree Celsius"^^xsd:string ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA003"^^xsd:string ; + ns1:symbol "%/°C"^^xsd:string ; + ns1:ucumCode "%.Cel-1"^^ns1:UCUMcs, + "%/Cel"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M25"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent per hundred"^^xsd:string ; + dcterms:description "hundredth relating to the co-efficient 100"^^xsd:string ; + ns1:conversionMultiplier 0.0001 ; + ns1:conversionMultiplierSN 1e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA006"^^xsd:string ; + ns1:symbol "%/100"^^xsd:string ; + ns1:uneceCommonCode "H93"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent per decakelvin"^^xsd:string ; + dcterms:description "hundredth relating to the 10-fold of the SI base unit Kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA011"^^xsd:string ; + ns1:symbol "%/daK"^^xsd:string ; + ns1:uneceCommonCode "H73"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent per one hundred thousand"^^xsd:string ; + dcterms:description "hundredth relating to the co-efficient 100,000"^^xsd:string ; + ns1:conversionMultiplier 0.0000001 ; + ns1:conversionMultiplierSN 1e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA005"^^xsd:string ; + ns1:symbol "%/100000"^^xsd:string ; + ns1:uneceCommonCode "H92"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent per ten thousand"^^xsd:string ; + dcterms:description "hundredth relating to the coefficient 10,000"^^xsd:string ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA004"^^xsd:string ; + ns1:symbol "%/10000"^^xsd:string ; + ns1:uneceCommonCode "H91"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent per hectobar"^^xsd:string ; + dcterms:description "hundredths relating to the 100-fold of unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB373"^^xsd:string ; + ns1:symbol "%/hbar"^^xsd:string ; + ns1:ucumCode "%.hbar-1"^^ns1:UCUMcs, + "%/hbar"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H72"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent per inch"^^xsd:string ; + dcterms:description "hundredth divided by the unit inch according to the Anglo-American and the Imperial system of units"^^xsd:string ; + ns1:conversionMultiplier 0.3937007874015748031496062992125984 ; + ns1:conversionMultiplierSN 3.937008e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA012"^^xsd:string ; + ns1:symbol "%/in"^^xsd:string ; + ns1:ucumCode "%.[in_i]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H98"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent per kelvin"^^xsd:string ; + dcterms:description "hundredth divided by the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA008"^^xsd:string ; + ns1:symbol "%/K"^^xsd:string ; + ns1:ucumCode "%.K-1"^^ns1:UCUMcs, + "%/K"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H25"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent per thousand"^^xsd:string ; + dcterms:description "hundredth relating to the co-efficient 1,000"^^xsd:string ; + ns1:conversionMultiplier 0.00001 ; + ns1:conversionMultiplierSN 1e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA007"^^xsd:string ; + ns1:symbol "%/1000"^^xsd:string ; + ns1:uneceCommonCode "H94"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Percent per metre"@en ; + dcterms:description "hundredth relating to the SI base unit metre"^^xsd:string ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA013"^^xsd:string ; + ns1:symbol "%/m"^^xsd:string ; + ns1:ucumCode "%.m-1"^^ns1:UCUMcs, + "%/m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H99"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent per month"^^xsd:string ; + dcterms:description "hundredths relating to the unit month"^^xsd:string ; + ns1:conversionMultiplier 0.000000003919350772901616281311709002114104 ; + ns1:conversionMultiplierSN 3.919351e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB372"^^xsd:string ; + ns1:symbol "%/mo"^^xsd:string ; + ns1:ucumCode "%.mo-1"^^ns1:UCUMcs, + "%/mo"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H71"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent per millimetre"^^xsd:string ; + dcterms:description "hundredth relating to the 0.001-fold of the SI base unit metre"^^xsd:string ; + ns1:conversionMultiplier 10.0 ; + ns1:conversionMultiplierSN 1e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA014"^^xsd:string ; + ns1:symbol "%/mm"^^xsd:string ; + ns1:ucumCode "%.mm-1"^^ns1:UCUMcs, + "%/mm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J10"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent per millipascal second"^^xsd:string ; + dcterms:description "hundredth relating to the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 10.0 ; + ns1:conversionMultiplierSN 1e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC804"^^xsd:string ; + ns1:symbol "%/(mPa·s)"^^xsd:string ; + ns1:ucumCode "%.mPa-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent per ohm"^^xsd:string ; + dcterms:description "hundredth relating to the SI unit ohm"^^xsd:string ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA001"^^xsd:string ; + ns1:symbol "%/Ω"^^xsd:string ; + ns1:ucumCode "%.Ohm-1"^^ns1:UCUMcs, + "%/Ohm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H89"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent per pascal second"^^xsd:string ; + dcterms:description "hundredth relating to the product of the SI derived unit pascal and the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC805"^^xsd:string ; + ns1:symbol "%/(Pa·s)"^^xsd:string ; + ns1:ucumCode "%.Pa-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent per percent"^^xsd:string ; + dcterms:description "hundredth relating to a hundreth"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD871"^^xsd:string ; + ns1:symbol "%/%"^^xsd:string ; + ns1:ucumCode "%.%-1"^^ns1:UCUMcs, + "%/%"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent per poise"^^xsd:string ; + dcterms:description "[CGS] hundredth relating to the unit of the dynamic viscosity poise"^^xsd:string ; + ns1:conversionMultiplier 0.1 ; + ns1:conversionMultiplierSN 1e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC806"^^xsd:string ; + ns1:symbol "%/P"^^xsd:string ; + ns1:ucumCode "%.P-1"^^ns1:UCUMcs, + "%/P"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent per volt"^^xsd:string ; + dcterms:description "hundredth relating to the SI unit volt"^^xsd:string ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA009"^^xsd:string ; + ns1:symbol "%/V"^^xsd:string ; + ns1:ucumCode "%.V-1"^^ns1:UCUMcs, + "%/V"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H95"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent second per cubic centimetre"^^xsd:string ; + dcterms:description "hundredth relating to the quotient of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 10000.0 ; + ns1:conversionMultiplierSN 1e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC797"^^xsd:string ; + ns1:symbol "%/(cm³/s)"^^xsd:string ; + ns1:ucumCode "%.s.cm-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent second per cubic foot"^^xsd:string ; + dcterms:description "hundredth relating to the quotient of power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 0.3531466672148859025043801035400263 ; + ns1:conversionMultiplierSN 3.531467e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC802"^^xsd:string ; + ns1:symbol "%/(ft³/s)"^^xsd:string ; + ns1:ucumCode "%.s.[ft_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent second per gallon (UK)"^^xsd:string ; + dcterms:description "hundredth relating to the quotient of the unit gallon (UK) according to the Imperial system of units and the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 2.199692482990877875273036829451243 ; + ns1:conversionMultiplierSN 2.199692e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC800"^^xsd:string ; + ns1:symbol "%/(gal (UK)/s)"^^xsd:string ; + ns1:ucumCode "%.s.[gal_br]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent second per gallon (US)"^^xsd:string ; + dcterms:description "hundredth relating to the quotient of the unit gallon (US) according to the Anglo-American system of units and the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 2.641720523581484153798999216091625 ; + ns1:conversionMultiplierSN 2.641721e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC799"^^xsd:string ; + ns1:symbol "%/(gal (US)/s)"^^xsd:string ; + ns1:ucumCode "%.s.[gal_us]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent second per cubic inch"^^xsd:string ; + dcterms:description "hundredth relating to the quotient of power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 610.2374409473228395275688189171654 ; + ns1:conversionMultiplierSN 6.102374e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC801"^^xsd:string ; + ns1:symbol "%/(in³/s)"^^xsd:string ; + ns1:ucumCode "%.s.[in_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent second per litre"^^xsd:string ; + dcterms:description "hundredth relating to the quotient of the unit litre and the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 10.0 ; + ns1:conversionMultiplierSN 1e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC798"^^xsd:string ; + ns1:symbol "%/(l/s)"^^xsd:string ; + ns1:ucumCode "%.s.L-1"^^ns1:UCUMcs, + "%.s/L"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent second per cubic metre"^^xsd:string ; + dcterms:description "hundredth relating to the quotient of the power of the SI base unit metre with the exponent 3 and the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC796"^^xsd:string ; + ns1:symbol "%/(m³/s)"^^xsd:string ; + ns1:ucumCode "%.s.m-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "percent second per cubic yard"^^xsd:string ; + dcterms:description "hundredth relating to the quotient of power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 and the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 0.01307950619314392231497704087185282 ; + ns1:conversionMultiplierSN 1.307951e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC803"^^xsd:string ; + ns1:symbol "%/(yd³/s)"^^xsd:string ; + ns1:ucumCode "%.s.[yd_i]-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "perm (0 °C)"^^xsd:string ; + dcterms:description "traditional unit for the ability of a material to allow the transition of the steam, defined at a temperature of 0 °C as steam transmittance, where the mass of one grain steam penetrates an area of one foot squared at a pressure from one inch mercury per hour"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB294"^^xsd:string ; + ns1:symbol "perm (0 °C)"^^xsd:string ; + ns1:uneceCommonCode "P91"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "perm (23 °C)"^^xsd:string ; + dcterms:description "traditional unit for the ability of a material to allow the transition of the steam, defined at a temperature of 23 °C as steam transmittance at which the mass of one grain of steam penetrates an area of one square foot at a pressure of one inch mercury per hour"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB295"^^xsd:string ; + ns1:symbol "perm (23 °C)"^^xsd:string ; + ns1:uneceCommonCode "P92"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "perm (0 °C)"^^xsd:string ; + dcterms:description "traditional unit for the ability of a material to allow the transition of the steam, defined at a temperature of 0 °C as steam transmittance, where the mass of one grain steam penetrates an area of one foot squared at a pressure from one inch mercury per hour"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB294"^^xsd:string ; + ns1:symbol "perm (0 °C)"^^xsd:string ; + ns1:uneceCommonCode "P91"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "perm (23 °C)"^^xsd:string ; + dcterms:description "traditional unit for the ability of a material to allow the transition of the steam, defined at a temperature of 23 °C as steam transmittance at which the mass of one grain of steam penetrates an area of one square foot at a pressure of one inch mercury per hour"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB295"^^xsd:string ; + ns1:symbol "perm (23 °C)"^^xsd:string ; + ns1:uneceCommonCode "P92"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pferdestaerke"^^xsd:string ; + dcterms:description "obsolete, non-legal unit of the power in Germany relating to DIN 1301-3:1979"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB438"^^xsd:string ; + ns1:symbol "PS"^^xsd:string ; + ns1:uneceCommonCode "N12"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pfund"^^xsd:string ; + dcterms:description "outdated unit of the mass in Germany"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB387"^^xsd:string ; + ns1:symbol "pfd"^^xsd:string ; + ns1:uneceCommonCode "M86"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "phon"^^xsd:string ; + dcterms:description "psychoacoustical unit for the loudness level, to describe the emotionally sense of the sound level, with which a human will understand an acoustic noise event as an hearing event"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA937"^^xsd:string ; + ns1:symbol "phon"^^xsd:string ; + ns1:uneceCommonCode "C69"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pixel"^^xsd:string ; + dcterms:description "both, the smallest unit of a digital raster graphic as well as the display on a screen with raster control"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA938"^^xsd:string ; + ns1:symbol "pixel"^^xsd:string ; + ns1:uneceCommonCode "E37"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "poise per kelvin"^^xsd:string ; + dcterms:description "[CGS] unit poise divided by the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.1 ; + ns1:conversionMultiplierSN 1e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA256"^^xsd:string ; + ns1:symbol "P/K"^^xsd:string ; + ns1:ucumCode "P.K-1"^^ns1:UCUMcs, + "P/K"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F86"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "poise per pascal"^^xsd:string ; + dcterms:description "[CGS] unit poise divided by the SI derived unit pascal"^^xsd:string ; + ns1:conversionMultiplier 0.1 ; + ns1:conversionMultiplierSN 1e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB311"^^xsd:string ; + ns1:symbol "P/Pa"^^xsd:string ; + ns1:ucumCode "P.Pa-1"^^ns1:UCUMcs, + "P/Pa"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N35"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pond"^^xsd:string ; + dcterms:description "0.001-fold of the unit of the weight, defined as a mass of 1 kg which finds out about a weight strength from 1 kp by the gravitational force at sea level which corresponds to a strength of 9,806 65 newton"^^xsd:string ; + ns1:conversionMultiplier 0.00980665 ; + ns1:conversionMultiplierSN 9.80665e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB412"^^xsd:string ; + ns1:symbol "p"^^xsd:string ; + ns1:uneceCommonCode "M78"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "part per quadrillion"^^xsd:string ; + dcterms:description "unit of proportion equal to 10⁻¹⁶"^^xsd:string ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 0.0000000000000001 ; + ns1:conversionMultiplierSN 1e-16 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD928"^^xsd:string ; + ns1:symbol "ppq"^^xsd:string ; + ns1:ucumCode "[ppq]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "part per trillion"@en ; + dcterms:description "trillionth of a quantity, unit of proportion equal to 10⁻¹²"^^xsd:string ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD927"^^xsd:string ; + ns1:symbol "‰"^^xsd:string ; + ns1:ucumCode "[ppt]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "NX"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Parts-per-thousand per hour"@en ; + ns1:conversionMultiplier 0.000000277777777777778 ; + ns1:conversionMultiplierSN 2.777778e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "‰/hr"^^xsd:string ; + ns1:ucumCode "[ppth].h-1"^^ns1:UCUMcs, + "[ppth]/h"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Parts per trillion by volume"@en ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "pptr"^^xsd:string ; + ns1:ucumCode "[pptr]{vol}"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "psi per inch"^^xsd:string ; + dcterms:description "compound unit for pressure (pound-force according to the Anglo-American unit system divided by the power of the unit inch according to the Anglo-American and Imperial system of units with the exponent 2) divided by the unit inch according to the Anglo-American and Imperial system of units"^^xsd:string ; + ns1:conversionMultiplier 271447.1497054715109430218860437721 ; + ns1:conversionMultiplierSN 2.714471e+05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB426"^^xsd:string ; + ns1:symbol "psi/in"^^xsd:string ; + ns1:ucumCode "[psi].[in_i]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P86"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Practical Salinity Unit"@en ; + dcterms:description "Practical salinity scale 1978 (PSS-78) is used for ionic content of seawater determined by electrical conductivity. Salinities measured using PSS-78 do not have units, but are approximately scaled to parts-per-thousand for the valid range. The suffix psu or PSU (denoting practical salinity unit) is sometimes added to PSS-78 measurement values. The addition of PSU as a unit after the value is \"formally incorrect and strongly discouraged\"."^^rdf:HTML ; + dcterms:source ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Salinity#PSU"^^xsd:anyURI ; + ns1:symbol "PSU"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:Unit ; + rdfs:label "big point"^^xsd:string ; + dcterms:description "unit for the type size correspondening to: 1 bp = 1/72 in"^^xsd:string ; + ns1:conversionMultiplier 0.0003527778 ; + ns1:conversionMultiplierSN 3.527778e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB379"^^xsd:string ; + ns1:symbol "pb"^^xsd:string ; + ns1:uneceCommonCode "H82"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pebibit per metre"^^xsd:string ; + dcterms:description "1,125,899,906,842,624-fold of the unit bit divided by the SI base unit metre"^^xsd:string ; + ns1:conversionMultiplier 1125899906842624.0 ; + ns1:conversionMultiplierSN 1.1259e+15 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA271"^^xsd:string ; + ns1:symbol "Pibit/m"^^xsd:string ; + ns1:uneceCommonCode "E80"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pebibit per square metre"^^xsd:string ; + dcterms:description "1,125,899,906,842,624-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ; + ns1:conversionMultiplier 1125899906842620.0 ; + ns1:conversionMultiplierSN 1.1259e+15 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA272"^^xsd:string ; + ns1:symbol "Pibit/m²"^^xsd:string ; + ns1:uneceCommonCode "E81"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "pebibit per cubic metre"^^xsd:string ; + dcterms:description "1,125,899,906,842,624-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ; + ns1:conversionMultiplier 1125899906842620.0 ; + ns1:conversionMultiplierSN 1.1259e+15 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA273"^^xsd:string ; + ns1:symbol "Pibit/m³"^^xsd:string ; + ns1:uneceCommonCode "E82"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "petaampere"^^xsd:string ; + dcterms:description "1,000,000,000,000,000-fold of the unit ampere"^^xsd:string ; + ns1:conversionMultiplier 1000000000000000.0 ; + ns1:conversionMultiplierSN 1e+15 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAB641"^^xsd:string ; + ns1:symbol "PA"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "petabit"^^xsd:string ; + dcterms:description "1,000,000,000,000,000-fold of the unit bit"^^xsd:string ; + ns1:conversionMultiplier 693147180559945.2 ; + ns1:conversionMultiplierSN 6.931472e+14 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB190"^^xsd:string ; + ns1:symbol "Pbit"^^xsd:string ; + ns1:uneceCommonCode "E78"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "petabit per second"^^xsd:string ; + dcterms:description "1,000,000,000,000,000-fold of the unit bit divided by the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 693147180559945.30941723212145818 ; + ns1:conversionMultiplierSN 6.931472e+14 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA270"^^xsd:string ; + ns1:symbol "Pbit/s"^^xsd:string ; + ns1:ucumCode "Pbit.s-1"^^ns1:UCUMcs, + "Pbit/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E79"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "petabecquerel"^^xsd:string ; + dcterms:description "1,000,000,000,000,000-fold of the unit becquerel"^^xsd:string ; + ns1:conversionMultiplier 1000000000000000.0 ; + ns1:conversionMultiplierSN 1e+15 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB590"^^xsd:string ; + ns1:symbol "PBq"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "petafloating point operations per second"^^xsd:string ; + dcterms:description "1,000,000,000,000,000-fold of the unit floating point operations divided by the SI base unit second"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB594"^^xsd:string ; + ns1:symbol "PFLOPS"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "petahertz"^^xsd:string ; + dcterms:description "1,000,000,000,000,000-fold of the unit hertz"^^xsd:string ; + ns1:conversionMultiplier 1000000000000000.0 ; + ns1:conversionMultiplierSN 1e+15 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB699"^^xsd:string ; + ns1:symbol "PHz"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "petajoule per second"^^xsd:string ; + dcterms:description "1,000,000,000,000,000-fold of the SI derived unit joule divided by the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 1000000000000000.0 ; + ns1:conversionMultiplierSN 1e+15 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB514"^^xsd:string ; + ns1:symbol "PJ/s"^^xsd:string ; + ns1:ucumCode "PJ.s-1"^^ns1:UCUMcs, + "PJ/s"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "petavolt ampere"^^xsd:string ; + dcterms:description "1,000,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB536"^^xsd:string ; + ns1:symbol "PV·A"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "petawatt"^^xsd:string ; + dcterms:description "1,000,000,000,000,000-fold of the unit watt"^^xsd:string ; + ns1:conversionMultiplier 1000000000000000.0 ; + ns1:conversionMultiplierSN 1e+15 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB506"^^xsd:string ; + ns1:symbol "PW"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "picoampere per hectopascal"^^xsd:string ; + dcterms:description "0.000000000001-fold of the SI base unit ampere divided by the 100-fold of the SI derived unit pascal"^^xsd:string ; + ns1:conversionMultiplier 0.00000000000001 ; + ns1:conversionMultiplierSN 1e-14 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD930"^^xsd:string ; + ns1:symbol "pA/hPa"^^xsd:string ; + ns1:ucumCode "pA.hPa-1"^^ns1:UCUMcs, + "pA/hPa"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Picoamps per micromole litre"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "pA/(µmol·L)"^^xsd:string ; + ns1:ucumCode "pA.umol-1.L-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "picojoule"^^xsd:string ; + dcterms:description "0.000000000001-fold of the unit joule"^^xsd:string ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAB738"^^xsd:string ; + ns1:symbol "pJ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "picojoule per second"^^xsd:string ; + dcterms:description "0.000000000001-fold of the SI derived unit joule divided by the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB508"^^xsd:string ; + ns1:symbol "pJ/s"^^xsd:string ; + ns1:ucumCode "pJ.s-1"^^ns1:UCUMcs, + "pJ/s"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Picokatal Per Litre"@en, + "Picokatal Per Liter"@en-us ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000000000001 ; + ns1:conversionMultiplierSN 1e-15 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "pkat/L"^^xsd:string ; + ns1:ucumCode "pkat/L"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Picomoles per litre day"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0000000000000115740740740741 ; + ns1:conversionMultiplierSN 1.157407e-14 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "pmol/(L·day)"^^xsd:string ; + ns1:ucumCode "pmol.L-1.d-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Picomoles per litre hour"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000000000277777777777778 ; + ns1:conversionMultiplierSN 2.777778e-13 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "pmol/(L·hr)"^^xsd:string ; + ns1:ucumCode "pmol.L-1.h-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Picomoles per metre watt second"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "pmol/(m·W·s)"^^xsd:string ; + ns1:ucumCode "pmol.m-1.W-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Picomoles per square metre day"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0000000000000000115740740740741 ; + ns1:conversionMultiplierSN 1.157407e-17 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "pmol/(m²·day)"^^xsd:string ; + ns1:ucumCode "pmol.m-2.d-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Picomoles per cubic metre second"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "pmol/(m³·s)"^^xsd:string ; + ns1:ucumCode "pmol.m-3.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "picovolt"^^xsd:string ; + dcterms:description "0.000000000001-fold of the SI derived unit volt"^^xsd:string ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAB363"^^xsd:string ; + ns1:symbol "pV"^^xsd:string ; + ns1:uneceCommonCode "N99"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "picovolt ampere"^^xsd:string ; + dcterms:description "0.000000000001-fold of the product of the SI base unit volt with the SI base unit ampere"^^xsd:string ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB530"^^xsd:string ; + ns1:symbol "pV·A"^^xsd:string ; + ns1:ucumCode "pV.A"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "picovolt ampere reactive"^^xsd:string ; + dcterms:description "0.000000000001-fold of the unit volt ampere reactive"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC504"^^xsd:string ; + ns1:symbol "pV·A{Reactive}"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Picowatts per square centimetre litre"@en ; + dcterms:description "The power (scaled by 10^-12) per SI unit of area (scaled by 10^-4) produced per SI unit of volume (scaled by 10^-3)."@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.00001 ; + ns1:conversionMultiplierSN 1e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "pW/(cm²·L)"^^xsd:string ; + ns1:ucumCode "pW.cm-2.L-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "roentgen per second"^^xsd:string ; + dcterms:description "unit roentgen, the use of which is no longer permitted divided by the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 0.000258 ; + ns1:conversionMultiplierSN 2.58e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA276"^^xsd:string ; + ns1:symbol "R/s"^^xsd:string ; + ns1:ucumCode "R.s-1"^^ns1:UCUMcs, + "R/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D6"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "rem per second"^^xsd:string ; + dcterms:description "unit for the equivalent tin rate relating to DIN 1301-3:1979: 1 rem/s = 0.01 J/(kg·s) = 1 Sv/s"^^xsd:string ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAB442"^^xsd:string ; + ns1:symbol "rem/s"^^xsd:string ; + ns1:ucumCode "REM.s-1"^^ns1:UCUMcs, + "REM/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P69"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "rhe"^^xsd:string ; + dcterms:description "non SI-conforming unit of fluidity of dynamic viscosity"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB228"^^xsd:string ; + ns1:symbol "rhe"^^xsd:string ; + ns1:uneceCommonCode "P88"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "roentgen equivalent man"@en ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Roentgen_equivalent_man"^^xsd:anyURI ; + ns1:plainTextDescription "The roentgen equivalent man (rem) is a CGS unit of equivalent dose, effective dose, and committed dose, which are dose measures used to estimate potential health effects of low levels of ionizing radiation on the human body."^^xsd:string ; + ns1:symbol "rem"^^xsd:string ; + ns1:ucumCode "REM"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Richter magnitude"^^xsd:string ; + dcterms:description "unit Richter magnitude expressing size of an earthquake in accordance to a specific scale"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB596"^^xsd:string ; + ns1:symbol "mag"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "second per square foot"^^xsd:string ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 10.7639104167097223083335055559 ; + ns1:conversionMultiplierSN 1.076391e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD843"^^xsd:string ; + ns1:symbol "(lb/ft³)/(lb/(ft·s)"^^xsd:string ; + ns1:ucumCode "s.[ft_i]-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "second per kilogram"^^xsd:string ; + dcterms:description "unit of the Einstein transition probability for spontaneous or inducing emissions and absorption according to ISO 80000-7:2008, expressed as SI base unit second divided by the SI base unit kilogramm"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB349"^^xsd:string, + "0112/2///62720#UAD530"^^xsd:string ; + ns1:symbol "s/kg"^^xsd:string ; + ns1:ucumCode "s.kg-1"^^ns1:UCUMcs, + "s/kg"^^ns1:UCUMcs ; + ns1:uneceCommonCode "Q20"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Seconds per metre"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD709"^^xsd:string ; + ns1:symbol "s/m"^^xsd:string ; + ns1:ucumCode "s.m-1"^^ns1:UCUMcs, + "s/m"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "second per cubic metre radian"^^xsd:string ; + dcterms:description "unit of the spectral density of the vibration methods as SI base unit second divided by the power of the SI base unit metre with the exponent 3 and the unit radian"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB178"^^xsd:string ; + ns1:symbol "s/(m³·rad)"^^xsd:string ; + ns1:ucumCode "s.m-3.rad-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D94"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "sone"^^xsd:string ; + dcterms:description "psycho-acoustical unit for the subjective loudness of a tone, whereby the loudness 1 sone is allocated to the loudness level 40 phon"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA985"^^xsd:string ; + ns1:symbol "sone"^^xsd:string ; + ns1:uneceCommonCode "D15"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "sun protection factor"^^xsd:string ; + dcterms:description "the sunprotection factor is a dimensionless value expressing the required amount of protection against solar radiation"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB597"^^xsd:string ; + ns1:symbol "SPF"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "spin quantum number"^^xsd:string ; + dcterms:description "dimensionless atomic value expressing a system’s spin"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB604"^^xsd:string ; + ns1:symbol "Q"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "stokes per bar"^^xsd:string ; + dcterms:description "[CGS] unit stokes divided by the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA283"^^xsd:string ; + ns1:symbol "St/bar"^^xsd:string ; + ns1:ucumCode "St.bar-1"^^ns1:UCUMcs, + "St/bar"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G46"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "stokes per kelvin"^^xsd:string ; + dcterms:description "[CGS] unit stokes divided by the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.0001 ; + ns1:conversionMultiplierSN 1e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA282"^^xsd:string ; + ns1:symbol "St/K"^^xsd:string ; + ns1:ucumCode "St.K-1"^^ns1:UCUMcs, + "St/K"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G10"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "stokes per pascal"^^xsd:string ; + dcterms:description "[CGS] unit stokes divided by the SI derived unit pascal"^^xsd:string ; + ns1:conversionMultiplier 0.0001 ; + ns1:conversionMultiplierSN 1e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB314"^^xsd:string ; + ns1:symbol "St/Pa"^^xsd:string ; + ns1:ucumCode "St.Pa-1"^^ns1:UCUMcs, + "St/Pa"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M80"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "sievert per hour"^^xsd:string ; + dcterms:description "SI derived unit sievert divided by the unit hour"^^xsd:string ; + ns1:conversionMultiplier 0.0002777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAB464"^^xsd:string ; + ns1:symbol "Sv/h"^^xsd:string ; + ns1:ucumCode "Sv.h-1"^^ns1:UCUMcs, + "Sv/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P70"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "sievert per minute"^^xsd:string ; + dcterms:description "SI derived unit sievert divided by the unit minute"^^xsd:string ; + ns1:conversionMultiplier 0.01666666666666666666666666666666667 ; + ns1:conversionMultiplierSN 1.666667e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAB468"^^xsd:string ; + ns1:symbol "Sv/min"^^xsd:string ; + ns1:ucumCode "Sv.min-1"^^ns1:UCUMcs, + "Sv/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P74"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "sievert per second"^^xsd:string ; + dcterms:description "SI derived unit sievert devided by the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAB301"^^xsd:string ; + ns1:symbol "Sv/s"^^xsd:string ; + ns1:ucumCode "Sv.s-1"^^ns1:UCUMcs, + "Sv/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P65"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "tonne per bar"^^xsd:string ; + dcterms:description "unit ton divided by the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA990"^^xsd:string ; + ns1:symbol "t/bar"^^xsd:string ; + ns1:ucumCode "t.bar-1"^^ns1:UCUMcs, + "t/bar"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L70"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "tonne per day bar"^^xsd:string ; + dcterms:description "unit ton divided by the product of the unit day and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.0000001157407407407407407407407407407407 ; + ns1:conversionMultiplierSN 1.157407e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA993"^^xsd:string ; + ns1:symbol "t/(d·bar)"^^xsd:string ; + ns1:ucumCode "t.d-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L73"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "tonne per day kelvin"^^xsd:string ; + dcterms:description "unit ton divided by the product of the unit day and the SI base unit Kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.01157407407407407407407407407407407 ; + ns1:conversionMultiplierSN 1.157407e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA992"^^xsd:string ; + ns1:symbol "t/(d·K)"^^xsd:string ; + ns1:ucumCode "t.d-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L72"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "tonne per hour bar"^^xsd:string ; + dcterms:description "unit ton divided by the product of the unit hour and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.000002777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA996"^^xsd:string ; + ns1:symbol "t/(h·bar)"^^xsd:string ; + ns1:ucumCode "t.h-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L75"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "tonne per hour kelvin"^^xsd:string ; + dcterms:description "unit ton divided by the product of the unit hour and the SI base unit Kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.2777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA995"^^xsd:string ; + ns1:symbol "t/(h·K)"^^xsd:string ; + ns1:ucumCode "t.h-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L74"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "tonne per kelvin"^^xsd:string ; + dcterms:description "unit ton divided by the SI base unit Kelvin"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA989"^^xsd:string ; + ns1:symbol "t/K"^^xsd:string ; + ns1:ucumCode "t.K-1"^^ns1:UCUMcs, + "t/K"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L69"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "tonne per cubic metre bar"^^xsd:string ; + dcterms:description "unit ton divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA999"^^xsd:string ; + ns1:symbol "t/(m³·bar)"^^xsd:string ; + ns1:ucumCode "t.m-3.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L77"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "tonne per cubic metre kelvin"^^xsd:string ; + dcterms:description "1,000-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA998"^^xsd:string ; + ns1:symbol "t/(m³·K)"^^xsd:string ; + ns1:ucumCode "t.m-3.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L76"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "tonne per minute bar"^^xsd:string ; + dcterms:description "unit ton divided by the product of the unit minute and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.0001666666666666666666666666666666667 ; + ns1:conversionMultiplierSN 1.666667e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB002"^^xsd:string ; + ns1:symbol "t/(min·bar)"^^xsd:string ; + ns1:ucumCode "t.min-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L80"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "tonne per minute kelvin"^^xsd:string ; + dcterms:description "unit ton divided by the product of the unit minute and the SI base unit Kelvin"^^xsd:string ; + ns1:conversionMultiplier 16.66666666666666666666666666666667 ; + ns1:conversionMultiplierSN 1.666667e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB001"^^xsd:string ; + ns1:symbol "t/(min·K)"^^xsd:string ; + ns1:ucumCode "t.min-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L79"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "tonne per month"^^xsd:string ; + dcterms:description "unit tonne divided by the unit month"^^xsd:string ; + ns1:conversionMultiplier 0.0003919350772901616281311709002114104 ; + ns1:conversionMultiplierSN 3.919351e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB366"^^xsd:string ; + ns1:symbol "t/mo"^^xsd:string ; + ns1:ucumCode "t.mo-1"^^ns1:UCUMcs, + "t/mo"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M88"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "tonne per second bar"^^xsd:string ; + dcterms:description "unit ton divided by the product of the SI base unit second and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB005"^^xsd:string ; + ns1:symbol "t/(s·bar)"^^xsd:string ; + ns1:ucumCode "t.s-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L83"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "tonne per second kelvin"^^xsd:string ; + dcterms:description "unit ton divided by the product of the SI base unit second and the SI base unit Kelvin"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB004"^^xsd:string ; + ns1:symbol "t/(s·K)"^^xsd:string ; + ns1:ucumCode "t.s-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L82"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Tonne Per Year"@en, + "Ton Per Jaar"@nl ; + dcterms:description "1,000-fold of the SI base unit kilogram divided by the unit year"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.00003168808781 ; + ns1:conversionMultiplierSN 3.168809e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB367"^^xsd:string ; + ns1:symbol "t/y"^^xsd:string ; + ns1:ucumCode "t.a-1"^^ns1:UCUMcs, + "t/a"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M89"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "tonne per bar"^^xsd:string ; + dcterms:description "unit ton divided by the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA990"^^xsd:string ; + ns1:symbol "t/bar"^^xsd:string ; + ns1:ucumCode "t.bar-1"^^ns1:UCUMcs, + "t/bar"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L70"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "tonne per day bar"^^xsd:string ; + dcterms:description "unit ton divided by the product of the unit day and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.0000001157407407407407407407407407407407 ; + ns1:conversionMultiplierSN 1.157407e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA993"^^xsd:string ; + ns1:symbol "t/(d·bar)"^^xsd:string ; + ns1:ucumCode "t.d-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L73"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "tonne per day kelvin"^^xsd:string ; + dcterms:description "unit ton divided by the product of the unit day and the SI base unit Kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.01157407407407407407407407407407407 ; + ns1:conversionMultiplierSN 1.157407e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA992"^^xsd:string ; + ns1:symbol "t/(d·K)"^^xsd:string ; + ns1:ucumCode "t.d-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L72"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "tonne per hour bar"^^xsd:string ; + dcterms:description "unit ton divided by the product of the unit hour and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.000002777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA996"^^xsd:string ; + ns1:symbol "t/(h·bar)"^^xsd:string ; + ns1:ucumCode "t.h-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L75"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "tonne per hour kelvin"^^xsd:string ; + dcterms:description "unit ton divided by the product of the unit hour and the SI base unit Kelvin"^^xsd:string ; + ns1:conversionMultiplier 0.2777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA995"^^xsd:string ; + ns1:symbol "t/(h·K)"^^xsd:string ; + ns1:ucumCode "t.h-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L74"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "tonne per kelvin"^^xsd:string ; + dcterms:description "unit ton divided by the SI base unit Kelvin"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA989"^^xsd:string ; + ns1:symbol "t/K"^^xsd:string ; + ns1:ucumCode "t.K-1"^^ns1:UCUMcs, + "t/K"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L69"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "tonne per cubic metre kelvin"^^xsd:string ; + dcterms:description "1,000-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA998"^^xsd:string ; + ns1:symbol "t/(m³·K)"^^xsd:string ; + ns1:ucumCode "t.m-3.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L76"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "tonne per minute bar"^^xsd:string ; + dcterms:description "unit ton divided by the product of the unit minute and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.0001666666666666666666666666666666667 ; + ns1:conversionMultiplierSN 1.666667e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB002"^^xsd:string ; + ns1:symbol "t/(min·bar)"^^xsd:string ; + ns1:ucumCode "t.min-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L80"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "tonne per minute kelvin"^^xsd:string ; + dcterms:description "unit ton divided by the product of the unit minute and the SI base unit Kelvin"^^xsd:string ; + ns1:conversionMultiplier 16.66666666666666666666666666666667 ; + ns1:conversionMultiplierSN 1.666667e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB001"^^xsd:string ; + ns1:symbol "t/(min·K)"^^xsd:string ; + ns1:ucumCode "t.min-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L79"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "tonne per second bar"^^xsd:string ; + dcterms:description "unit ton divided by the product of the SI base unit second and the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB005"^^xsd:string ; + ns1:symbol "t/(s·bar)"^^xsd:string ; + ns1:ucumCode "t.s-1.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L83"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "tonne per second kelvin"^^xsd:string ; + dcterms:description "unit ton divided by the product of the SI base unit second and the SI base unit Kelvin"^^xsd:string ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB004"^^xsd:string ; + ns1:symbol "t/(s·K)"^^xsd:string ; + ns1:ucumCode "t.s-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L82"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ton, register"^^xsd:string ; + dcterms:description "traditional unit of the cargo capacity"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB291"^^xsd:string ; + ns1:symbol "RT"^^xsd:string ; + ns1:uneceCommonCode "M70"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ton (UK Shipping)"@en ; + ns1:conversionMultiplier 1.1326 ; + ns1:conversionMultiplierSN 1.1326e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB008"^^xsd:string ; + ns1:plainTextDescription "traditional unit for volume of cargo, especially in shipping"^^xsd:string ; + ns1:symbol "MTON"^^xsd:string ; + ns1:uneceCommonCode "L84"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ton short per degree Fahrenheit"^^xsd:string ; + dcterms:description "unit of the mass ton (US, short) according to the Anglo-American system of units divided by the traditional unit degree Fahrenheit"^^xsd:string ; + ns1:conversionMultiplier 1632.932 ; + ns1:conversionMultiplierSN 1.632932e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB013"^^xsd:string ; + ns1:symbol "ton{short}/°F"^^xsd:string ; + ns1:ucumCode "[ston_av].[degF]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L87"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ton short per hour degree Fahrenheit"^^xsd:string ; + dcterms:description "unit of the mass ton (US, short) according to the Anglo-American system of units divided by the product of the unit hour for time and the traditional unit degree Fahrenheit"^^xsd:string ; + ns1:conversionMultiplier 0.453592369999999963712610400000003060236522933333330430342165333333575249264 ; + ns1:conversionMultiplierSN 4.535924e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB015"^^xsd:string ; + ns1:symbol "ton{short}/(hr·°F)"^^xsd:string ; + ns1:ucumCode "[ston_av].h-1.[degF]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L89"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ton short per hour psi"^^xsd:string ; + dcterms:description "quotient unit for mass ton (US, short) according to the Anglo-American system of units divided by the unit for time hour divided by the composed unit for pressure (pound-force per square inch)"^^xsd:string ; + ns1:conversionMultiplier 0.0000365488934692998216241326760518469448736564775439857299306140841477553559796 ; + ns1:conversionMultiplierSN 3.654889e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB016"^^xsd:string ; + ns1:symbol "ton{short}/(hr·psi)"^^xsd:string ; + ns1:ucumCode "[ston_av].h-1.[psi]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L90"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ton short per psi"^^xsd:string ; + dcterms:description "unit for mass ton (US, short) according to the Anglo-American system of units divided by the composed unit for pressure (pound-force per square inch)"^^xsd:string ; + ns1:conversionMultiplier 0.131576016489479357846877633786648991019082 ; + ns1:conversionMultiplierSN 1.31576e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB017"^^xsd:string ; + ns1:symbol "ton{short}/psi"^^xsd:string ; + ns1:ucumCode "[ston_av].[psi]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L91"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "torr per metre"^^xsd:string ; + dcterms:description "[CGS] unit of the pressure divided by the SI base unit metre"^^xsd:string ; + ns1:conversionMultiplier 133.322 ; + ns1:conversionMultiplierSN 1.33322e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB425"^^xsd:string ; + ns1:symbol "Torr/m"^^xsd:string ; + ns1:uneceCommonCode "P85"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "tebibit per metre"^^xsd:string ; + dcterms:description "1,099,511,627,776-fold of the unit bit divided by the SI base unit metre"^^xsd:string ; + ns1:conversionMultiplier 1099511627776.0 ; + ns1:conversionMultiplierSN 1.099512e+12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA292"^^xsd:string ; + ns1:symbol "Tibit/m"^^xsd:string ; + ns1:uneceCommonCode "E85"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "tebibit per square metre"^^xsd:string ; + dcterms:description "1,099,511,627,776-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ; + ns1:conversionMultiplier 1099511627776.0 ; + ns1:conversionMultiplierSN 1.099512e+12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA293"^^xsd:string ; + ns1:symbol "Tibit/m²"^^xsd:string ; + ns1:uneceCommonCode "E87"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "tebibit per cubic metre"^^xsd:string ; + dcterms:description "1,099,511,627,776-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ; + ns1:conversionMultiplier 1099511627776.0 ; + ns1:conversionMultiplierSN 1.099512e+12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA294"^^xsd:string ; + ns1:symbol "Tibit/m³"^^xsd:string ; + ns1:uneceCommonCode "E86"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "teraampere"^^xsd:string ; + dcterms:description "1,000,000,000,000-fold of the unit ampere"^^xsd:string ; + ns1:conversionMultiplier 1000000000000.0 ; + ns1:conversionMultiplierSN 1e+12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAB640"^^xsd:string ; + ns1:symbol "TA"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "terabit"^^xsd:string ; + dcterms:description "1,000,000,000,000-fold of the unit bit"^^xsd:string ; + ns1:conversionMultiplier 693147180559.9453 ; + ns1:conversionMultiplierSN 6.931472e+11 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB191"^^xsd:string ; + ns1:symbol "Tbit"^^xsd:string ; + ns1:uneceCommonCode "E83"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "terabit per second"^^xsd:string ; + dcterms:description "1,000,000,000,000-fold of the unit bit divided by the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 693147180559.94530941723212145818 ; + ns1:conversionMultiplierSN 6.931472e+11 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA291"^^xsd:string ; + ns1:symbol "Tbit/s"^^xsd:string ; + ns1:ucumCode "Tbit.s-1"^^ns1:UCUMcs, + "Tbit/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E84"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "terabecquerel"^^xsd:string ; + dcterms:description "1,000,000,000,000-fold of the unit becquerel"^^xsd:string ; + ns1:conversionMultiplier 1000000000000.0 ; + ns1:conversionMultiplierSN 1e+12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB589"^^xsd:string ; + ns1:symbol "TBq"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "terafloating point operations per second"^^xsd:string ; + dcterms:description "1,000,000,000,000-fold of the unit floating point operations divided by the SI base unit second"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB593"^^xsd:string ; + ns1:symbol "TFLOPS"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "terajoule per second"^^xsd:string ; + dcterms:description "1,000,000,000,000-fold of the SI derived unit joule divided by the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 1000000000000.0 ; + ns1:conversionMultiplierSN 1e+12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB513"^^xsd:string ; + ns1:symbol "TJ/s"^^xsd:string ; + ns1:ucumCode "TJ.s-1"^^ns1:UCUMcs, + "TJ/s"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "teravolt"^^xsd:string ; + dcterms:description "1,000,000,000,000-fold of the SI derived unit volt"^^xsd:string ; + ns1:conversionMultiplier 1000000000000.0 ; + ns1:conversionMultiplierSN 1e+12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAC773"^^xsd:string ; + ns1:symbol "TV"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "teravolt ampere"^^xsd:string ; + dcterms:description "1,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere"^^xsd:string ; + ns1:conversionMultiplier 1000000000000.0 ; + ns1:conversionMultiplierSN 1e+12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB535"^^xsd:string ; + ns1:symbol "TV·A"^^xsd:string ; + ns1:ucumCode "TV.A"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "teravolt ampere reactive"^^xsd:string ; + dcterms:description "0.000000000001 of the unit volt ampere reactive"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC509"^^xsd:string ; + ns1:symbol "TV·A{Reactive}"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "volt ampere per kelvin"^^xsd:string ; + dcterms:description "product of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD905"^^xsd:string ; + ns1:symbol "V·A/K"^^xsd:string ; + ns1:ucumCode "V.A.K-1"^^ns1:UCUMcs, + "V.A/K"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "volt ampere reactive per kelvin"^^xsd:string ; + dcterms:description "unit volt ampere reactive divided by the SI base unit kelvin"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD901"^^xsd:string ; + ns1:symbol "var/K"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "volt square inch per pound-force"^^xsd:string ; + dcterms:description "differentiated SI unit volt divided by the composed unit for pressure (pound-force per square inch)"^^xsd:string ; + ns1:conversionMultiplier 0.0001450377312227268702148557236386593 ; + ns1:conversionMultiplierSN 1.450377e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA305"^^xsd:string ; + ns1:symbol "V/psi"^^xsd:string ; + ns1:ucumCode "V.[in_i]2.[lbf_av]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H22"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "volt per bar"^^xsd:string ; + dcterms:description "SI derived unit volt divided by the unit bar"^^xsd:string ; + ns1:conversionMultiplier 0.00001 ; + ns1:conversionMultiplierSN 1e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA299"^^xsd:string ; + ns1:symbol "V/bar"^^xsd:string ; + ns1:ucumCode "V.bar-1"^^ns1:UCUMcs, + "V/bar"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G60"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "volt per litre minute"^^xsd:string ; + dcterms:description "SI derived unit volt divided by the the product of the unit litre and the unit minute"^^xsd:string ; + ns1:conversionMultiplier 16.66666666666666666666666666666667 ; + ns1:conversionMultiplierSN 1.666667e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD913"^^xsd:string ; + ns1:symbol "V/(l·min)"^^xsd:string ; + ns1:ucumCode "V.L-1.min-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F87"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "volt per pascal"^^xsd:string ; + dcterms:description "SI derived unit volt divided by the SI derived unit pascal"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB312"^^xsd:string ; + ns1:symbol "V/Pa"^^xsd:string ; + ns1:ucumCode "V.Pa-1"^^ns1:UCUMcs, + "V/Pa"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N98"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "volt per volt"^^xsd:string ; + dcterms:description "SI derived unit volt per SI derived unit volt"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD862"^^xsd:string ; + ns1:symbol "V/V"^^xsd:string ; + ns1:ucumCode "V.V-1"^^ns1:UCUMcs, + "V/V"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "watt hour per kilogram"^^xsd:string ; + dcterms:description "product of the SI derived unit watt and the unit hour divided by the SI base unit kilogram"^^xsd:string ; + ns1:conversionMultiplier 3600.0 ; + ns1:conversionMultiplierSN 3.6e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAD888"^^xsd:string ; + ns1:symbol "W·h/kg"^^xsd:string ; + ns1:ucumCode "W.h.kg-1"^^ns1:UCUMcs, + "W.h/kg"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "watt hour per litre"^^xsd:string ; + dcterms:description "product of the SI derived unit watt and the unit hour divided by the unit litre"^^xsd:string ; + ns1:conversionMultiplier 3600000.0 ; + ns1:conversionMultiplierSN 3.6e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD887"^^xsd:string ; + ns1:symbol "W·h/l"^^xsd:string ; + ns1:ucumCode "W.h.L-1"^^ns1:UCUMcs, + "W.h/L"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Watt hour per square metre"@en ; + dcterms:description "A unit of energy per unit area, equivalent to 3,600 joules per square metre."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 3600.0 ; + ns1:conversionMultiplierSN 3.6e+03 ; + ns1:conversionOffset 0.0 ; + ns1:conversionOffsetSN 0e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "A unit of energy per unit area, equivalent to 3,600 joules per square metre."^^xsd:string ; + ns1:symbol "W·hr/m²"^^xsd:string ; + ns1:ucumCode "W.h.m-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Watt metre per square metre steradian"@en ; + dcterms:description "The power per unit area of radiation of a given wavenumber illuminating a target at a given incident angle."@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "W·m/(m²·sr)"^^xsd:string ; + ns1:ucumCode "W.m-2.m.sr-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Watts per metre"@en ; + dcterms:description "SI derived unit watt divided by the SI base unit metre"^^xsd:string ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB374"^^xsd:string ; + ns1:symbol "W/m"^^xsd:string ; + ns1:ucumCode "W.m-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H74"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "watt per metre degree Celsius"^^xsd:string ; + dcterms:description "SI derived unit watt divided by the product of the SI base unit metre and the unit for temperature degree Celsius"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB457"^^xsd:string ; + ns1:symbol "W/(m·°C)"^^xsd:string ; + ns1:ucumCode "W.m-1.Cel-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N80"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Watts per square metre metre"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "W/(m²·m)"^^xsd:string ; + ns1:ucumCode "W.m-2.m-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Watts per square metre metre steradian"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "W/(m²·m·sr)"^^xsd:string ; + ns1:ucumCode "W.m-2.m-1.sr-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Watts per square metre nanometre"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000000.0 ; + ns1:conversionMultiplierSN 1e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "W/(m²·nm)"^^xsd:string ; + ns1:ucumCode "W.m-2.nm-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Watts per square metre nanometre steradian"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000000.0 ; + ns1:conversionMultiplierSN 1e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "W/(m²·nm·sr)"^^xsd:string ; + ns1:ucumCode "W.m-2.nm-1.sr-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "watt per steradian square metre"^^xsd:string ; + dcterms:description "SI derived unit watt divided by the product of the SI derived unit steradian and the power of the SI base unit metre with the exponent 2"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA315"^^xsd:string ; + ns1:symbol "W/(sr·m²)"^^xsd:string ; + ns1:ucumCode "W.sr-1.m-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D58"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "yard per hour"^^xsd:string ; + dcterms:description "unit yard according to the Anglo-American and Imperial system of units divided by the unit hour"^^xsd:string ; + ns1:conversionMultiplier 0.000254 ; + ns1:conversionMultiplierSN 2.54e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAB396"^^xsd:string ; + ns1:symbol "yd/h"^^xsd:string ; + ns1:ucumCode "[yd_i].h-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M66"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "yard per minute"^^xsd:string ; + dcterms:description "unit yard according to the Anglo-American and Imperial system of units divided by the unit minute"^^xsd:string ; + ns1:conversionMultiplier 0.01524 ; + ns1:conversionMultiplierSN 1.524e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAB395"^^xsd:string ; + ns1:symbol "yd/min"^^xsd:string ; + ns1:ucumCode "[yd_i].min-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M65"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "yard per psi"^^xsd:string ; + dcterms:description "unit yard according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force per square inch)"^^xsd:string ; + ns1:conversionMultiplier 0.00013262250143006145012446407369519006392 ; + ns1:conversionMultiplierSN 1.326225e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB032"^^xsd:string ; + ns1:symbol "yd/psi"^^xsd:string ; + ns1:ucumCode "[yd_i].[psi]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L99"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "yard per second"^^xsd:string ; + dcterms:description "unit yard according to the Anglo-American and Imperial system of units divided by the SI base unit second"^^xsd:string ; + ns1:conversionMultiplier 0.9144 ; + ns1:conversionMultiplierSN 9.144e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAB394"^^xsd:string ; + ns1:symbol "yd/s"^^xsd:string ; + ns1:ucumCode "[yd_i].s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M64"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "yard per second squared"^^xsd:string ; + dcterms:description "unit of the length according to the Anglo-American and Imperial system of units divided by the power of the SI base unit second by exponent 2"^^xsd:string ; + ns1:conversionMultiplier 0.9144 ; + ns1:conversionMultiplierSN 9.144e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB399"^^xsd:string ; + ns1:symbol "yd/s²"^^xsd:string ; + ns1:ucumCode "[yd_i].s-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M40"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "cubic yard per psi"^^xsd:string ; + dcterms:description "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the composed unit for pressure (pound-force per square inch)"^^xsd:string ; + ns1:conversionMultiplier 0.0001108893019973135049303398173536047128436608512 ; + ns1:conversionMultiplierSN 1.108893e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB039"^^xsd:string ; + ns1:symbol "yd³/psi"^^xsd:string ; + ns1:ucumCode "[yd_i]3.[psi]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M14"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "metrology year"^^xsd:string ; + dcterms:description "31,557,600-fold of the SI base unit second according to one year with 365.25 days as physical quantity in the metrology"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD922"^^xsd:string ; + ns1:symbol "y (metrology)"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "zoll"^^xsd:string ; + dcterms:description "length measure corresponding to the imperial unit \"inch\""^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB837"^^xsd:string ; + ns1:symbol "“"^^xsd:string ; + rdfs:isDefinedBy . + + a ns2:CatalogEntry ; + rdfs:label "QUDT CURRENCY UNITS Vocab Catalog Entry"^^xsd:string ; + rdfs:isDefinedBy . + + a ns2:CatalogEntry ; + rdfs:label "QUDT DIMENSIONS Vocab Catalog Entry"^^xsd:string ; + rdfs:isDefinedBy . + + a ns2:CatalogEntry ; + rdfs:label "QUDT Schema Catalog Entry"^^xsd:string ; + rdfs:isDefinedBy . + + a ns2:CatalogEntry ; + rdfs:label "QUDT UNITS Vocab Catalog Entry"^^xsd:string ; + rdfs:isDefinedBy . + + a rdf:Property ; + rdfs:label "superseded by"^^xsd:string ; + rdfs:isDefinedBy . + +ns3:dateUnion a rdfs:Datatype ; + rdfs:label "date union"^^xsd:string ; + dcterms:description "A datatype that is the union of date datatypes."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf rdfs:Resource ; + owl:equivalentClass [ a owl:Class ; + owl:unionOf ( xsd:date xsd:dateTime xsd:gYear xsd:gMonth xsd:gMonthDay xsd:gYearMonth xsd:gDay ) ] . + +ns3:defaultValue a owl:DatatypeProperty ; + rdfs:label "default value"^^xsd:string ; + dcterms:description """ +The property "dtype:defaultValue" is a general property for specifying a literal value in situations where +none is specified. +"""^^xsd:string ; + rdfs:isDefinedBy . -s223:abstract a rdf:Property ; - rdfs:label "abstract"^^xsd:string ; - rdfs:comment "If the relation abstract has a value of true, the associated class cannot be instantiated. "^^xsd:string ; +ns3:isInvalid a owl:DatatypeProperty ; + rdfs:label "is invalid"^^xsd:string ; + dcterms:description "A boolean flag to state that a value is invalid with respect to its type."^^xsd:string ; + rdfs:isDefinedBy ; rdfs:range xsd:boolean . -s223:hasSetpoint a rdf:Property ; - rdfs:label "has setpoint"^^xsd:string ; - rdfs:comment "This relation binds a control setpoint to the quantifiable property indicating the desired value which the control process is trying to maintain."^^xsd:string . - -s223:inverseOf a rdf:Property ; - rdfs:label "inverse of"^^xsd:string ; - rdfs:comment "The relation inverseOf is a modeling construct to associate relations that are inverses of one another, such as connectedTo and connectedFrom."^^xsd:string . - - a owl:Ontology ; - owl:imports , - , - , - , - , - , - , - sh: ; - owl:versionInfo "Created with TopBraid Composer" . - - a s223:Actuator ; - s223:actuates ; - s223:commandedByProperty . - - a s223:Actuator ; - s223:actuates ; - s223:commandedByProperty . - - a s223:Actuator ; - s223:actuates ; - s223:commandedByProperty . - - a s223:DifferentialSensor, - ; - s223:hasObservationLocation , - ; - s223:hasObservationLocationHigh ; - s223:hasObservationLocationLow ; - s223:observes . - - a s223:Sensor ; - s223:hasObservationLocation ; - s223:observes . - - a s223:Actuator ; - s223:actuates ; - s223:commandedByProperty . - - a s223:Sensor ; - s223:hasObservationLocation ; - s223:observes . - - a s223:Actuator ; - s223:actuates ; - s223:commandedByProperty . - - a s223:Sensor ; - s223:hasObservationLocation ; - s223:observes . - - a s223:Sensor ; - s223:hasObservationLocation ; - s223:observes . - - a s223:Actuator ; - s223:actuates ; - s223:commandedByProperty . - - a s223:Sensor ; - s223:hasObservationLocation ; - s223:observes . - - a s223:Sensor ; - s223:hasObservationLocation ; - s223:observes . +ns3:numericUnion a rdfs:Datatype ; + rdfs:label "numeric union"^^xsd:string ; + dcterms:description """ +A datatype that is the union of numeric xsd data types. +"dtype:numericUnion" is equivalent to the xsd specification that uses an xsd:union of +memberTypes="xsd:decimal xsd:double xsd:float xsd:integer". +"""^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf rdfs:Resource ; + owl:equivalentClass [ a rdfs:Datatype ; + owl:unionOf ( xsd:float xsd:decimal xsd:integer xsd:double ) ] . + +ns3:type a owl:ObjectProperty ; + rdfs:label "datatype"^^xsd:string ; + rdfs:isDefinedBy . + +ns2:CollectionGraph a ns2:GraphRole ; + rdfs:label "Collection graph"^^xsd:string ; + dcterms:description "A \"vaem:CollectionGraph\" is a graph that aggregates other graphs using \"owl:imports\" statements"^^xsd:string ; + ns2:filePrefix "COLLECTION"^^xsd:string ; + rdfs:isDefinedBy , + . + +ns2:ConstraintsGraph a ns2:GraphRole ; + rdfs:label "Constraints graph"^^xsd:string ; + dcterms:description "A \"vaem:ConstraintsGraph\" is a graph that holds SPIN constraints"^^xsd:string ; + ns2:filePrefix "CONSTRAINTS"^^xsd:string ; + rdfs:isDefinedBy , + . + +ns2:ControllersGraph a ns2:GraphRole ; + rdfs:label "Controllers graph"^^xsd:string ; + ns2:filePrefix "CONTROLLERS"^^xsd:string ; + rdfs:isDefinedBy , + . + +ns2:CurationGraph a ns2:GraphRole ; + rdfs:label "Curation graph"^^xsd:string ; + dcterms:description "A \"vaem:CurationGraph\" is a graph to hold metadata that is needed to describe, govern and provision another graph. A curation graph will likely use VOAG and VAEM for this purpose. The property \"vaem:curationGraph\" is used to link to the graph (or graphs) being curated"^^xsd:string ; + ns2:filePrefix "CURATION"^^xsd:string ; + rdfs:isDefinedBy , + . + +ns2:DataGraph a ns2:GraphRole ; + rdfs:label "Data graph"^^xsd:string ; + ns2:filePrefix "DATA"^^xsd:string ; + rdfs:isDefinedBy , + . + +ns2:DocumentationGraph a ns2:GraphRole ; + rdfs:label "Documentation graph"^^xsd:string ; + ns2:filePrefix "DOC"^^xsd:string ; + rdfs:isDefinedBy , + . + +ns2:FunctionsGraph a ns2:GraphRole ; + rdfs:label "Functions graph"^^xsd:string ; + ns2:filePrefix "FUNCTIONS"^^xsd:string ; + rdfs:isDefinedBy , + . + +ns2:LinkSetGraph a ns2:GraphRole ; + rdfs:label "Link Set graph"^^xsd:string ; + dcterms:description "A \"vaem:LinkSetGraph\" is a graph that holds statements that specify links between resources"^^xsd:string ; + ns2:filePrefix "LINKSET"^^xsd:string ; + rdfs:isDefinedBy , + . + +ns2:MappingGraph a ns2:GraphRole ; + rdfs:label "Mapping graph"^^xsd:string ; + dcterms:description "A graph that specifies a transformation of a graph into another graph or graphs. Invariably this is a SPINMap graph using SPARQL Rules (SPIN) to express the transforms."^^xsd:string ; + ns2:filePrefix "MAPPINGS"^^xsd:string ; + rdfs:isDefinedBy , + . + +ns2:ProxyGraph a ns2:GraphRole ; + rdfs:label "Proxy graph"^^xsd:string ; + ns2:filePrefix "PROXY"^^xsd:string ; + rdfs:isDefinedBy , + . + +ns2:RulesGraph a ns2:GraphRole ; + rdfs:label "Rules Graph"^^xsd:string ; + ns2:filePrefix "RULES"^^xsd:string ; + rdfs:isDefinedBy , + . + +ns2:ScriptGraph a ns2:GraphRole ; + rdfs:label "Script graph"^^xsd:string ; + ns2:filePrefix "SCRIPT"^^xsd:string ; + rdfs:isDefinedBy , + . + +ns2:TransformsGraph a ns2:GraphRole ; + rdfs:label "Transforms graph"^^xsd:string ; + ns2:filePrefix "TRANSFORMS"^^xsd:string ; + rdfs:isDefinedBy , + . + +ns2:ViewGraph a ns2:GraphRole ; + rdfs:label "View graph"^^xsd:string ; + ns2:filePrefix "VIEWS"^^xsd:string ; + rdfs:isDefinedBy , + . + +ns2:abbreviation a owl:DatatypeProperty ; + rdfs:label "abbreviation"^^xsd:string ; + dcterms:description "The property \"vaem:abbreviation\" provides a common way to define a commonly used abbreviation on a resource"^^xsd:string ; + rdfs:isDefinedBy , + . + +ns2:acronym a owl:DatatypeProperty ; + rdfs:label "acronym"^^xsd:string ; + dcterms:description "The property \"vaem:acronym\" provides a common way to define a commonly used abbreviation on a resource"^^xsd:string ; + rdfs:isDefinedBy , + . + +ns2:comment a owl:AnnotationProperty ; + rdfs:label "definition"^^xsd:string ; + dcterms:description "An annotation property that can be freely used on any kind of resource. The range of the property is \"xsd:string\""^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:range xsd:string . + +ns2:dateCreated dcterms:description "The property \"vaem:dateCreated\" is intended for general use as the name implies. The range of the property is set as \"vaem:dateUnion\" so as to allow a value to have a number of forms from a year only to a full timestamp"^^xsd:string . + +ns2:hasGraphMetadata a owl:AnnotationProperty ; + rdfs:isDefinedBy , + ; + rdfs:range ns2:GraphMetaData . + +ns2:idString dcterms:description "The property \"vaem:idString\" is intended for general use as a means to specifiy a unique reference to something. This is a data property with a string range and is a sub-property of \"vame:id\""^^xsd:string . + +ns2:isElaboratedIn a owl:AnnotationProperty ; + rdfs:label "isDefinedBy"^^xsd:string ; + dcterms:description "An annotation used to reference a graph that elaborates (adds properties and axioms to) a resource"^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:range xsd:anyURI ; + rdfs:subPropertyOf rdfs:isDefinedBy . + +ns2:lastUpdated dcterms:description "The property \"vaem:lastUpdated\" is intended for general use as the name implies. The range of the property is set as \"vaem:dateUnion\" so as to allow a value to have a number of forms from a year only to a full timestamp"^^xsd:string . + +ns2:logo a owl:AnnotationProperty ; + dcterms:description "The property \"vaem:logo\" is a reference to an image that is used for publishing the ontology\""^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:range xsd:anyURI . + +ns2:ownedBy dcterms:description "The property \"vaem:ownedBy\" is a general property that in some cases could have scalar values or may refer to some concept of \"Party\". For this reason, the type of this property is set as \"rdf:Property\" and the property is rangeless. There are two sub-properties of \"vaem:ownedBy\", namely \"vaem:owner\" for string values and \"vaem:owningParty\" for referencing a party. Ownership applies to those ontologies that are proprietary"^^xsd:string . + +ns2:owningParty dcterms:description "The property \"vaem:owningParty\" is used to refer to some concept of \"Party\" and is a sub-property of \"vaem:ownedBy\""^^xsd:string . + +ns2:rationale a owl:DatatypeProperty ; + rdfs:label "rationale"^^xsd:string ; + dcterms:description "A description of a justification for some other assertion or value"^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:range xsd:string . + +ns2:reifiableBy a owl:ObjectProperty ; + rdfs:label "reifiable by"^^xsd:string ; + dcterms:description "To express how statements in a model can be reifiable, this property is used to explicitly associate a property with a user-defined sub-class of \"rdf:Statement\". A recommended way of using this is to declare the properties that share the same reification constructs as sub-properties of a parent property that carries the \"vaem:reifiableBy\" property. The parent property should be of type \"rdf:Property\" so that it can have both datatype and object properties as sub-properties. By this means use and transformations of a model can be understood through a fully specified metamodel. \"vaem:reifiableBy\" is rangeless in order to comply with OWL DL semantics. Its range would have been rdfs:Class in order to refer to \"rdf:Statement\" sub-classes"^^xsd:string ; + rdfs:isDefinedBy , + . + +ns2:releaseDate a owl:DatatypeProperty ; + rdfs:label "release date"^^xsd:string ; + dcterms:description "The property \"vaem:releaseDate\" is intended for general use as the name implies. The range of the property is set as \"vaem:dateUnion\" so as to allow a value to have a number of forms from a year only to a full timestamp"^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:subPropertyOf ns2:date . + +ns2:title a owl:DatatypeProperty ; + rdfs:label "title"^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:range xsd:string . + +ns2:todo a owl:AnnotationProperty ; + rdfs:label "todo"^^xsd:string ; + dcterms:description "As it name implies, a way to attach an annotation about a \"todo\" task"^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:range xsd:string . + +ns2:usesNonImportedResource a owl:AnnotationProperty ; + rdfs:label "uses non-imported resource"^^xsd:string ; + dcterms:description "The property \"vaem:usesNonImportedResource\" is used to express dependencies on resources from graphs that are not imported"^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:range rdfs:Resource . + +ns2:withAttributionTo a owl:AnnotationProperty ; + rdfs:label "with attribution to"^^xsd:string ; + dcterms:description "The property \"vaem:withAttributionTo\" is an annotation property that is either used to hold either a string or a reference to an instance of \"voag:Attribution\", from the VOAG ontology"^^xsd:string ; + rdfs:isDefinedBy , + . + +skos:changeNote a rdf:Property, + owl:AnnotationProperty ; + rdfs:label "change note"@en ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf skos:note ; + skos:definition "A note about a modification to a concept."@en . + +skos:definition a rdf:Property, + owl:AnnotationProperty ; + rdfs:label "definition"@en ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf skos:note ; + skos:definition "A statement or formal explanation of the meaning of a concept."@en . + +skos:editorialNote a rdf:Property, + owl:AnnotationProperty ; + rdfs:label "editorial note"@en ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf skos:note ; + skos:definition "A note for an editor, translator or maintainer of the vocabulary."@en . + +skos:example a rdf:Property, + owl:AnnotationProperty ; + rdfs:label "example"@en ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf skos:note ; + skos:definition "An example of the use of a concept."@en . + +skos:hiddenLabel a rdf:Property, + owl:AnnotationProperty ; + rdfs:label "hidden label"@en ; + rdfs:comment "The range of skos:hiddenLabel is the class of RDF plain literals."@en, + "skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties."@en ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf rdfs:label ; + skos:definition "A lexical label for a resource that should be hidden when generating visual displays of the resource, but should still be accessible to free text search operations."@en . + +skos:historyNote a rdf:Property, + owl:AnnotationProperty ; + rdfs:label "history note"@en ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf skos:note ; + skos:definition "A note about the past state/use/meaning of a concept."@en . + +skos:member a rdf:Property, + owl:ObjectProperty ; + rdfs:label "has member"@en ; + rdfs:domain skos:Collection ; + rdfs:isDefinedBy ; + rdfs:range [ a owl:Class ; + owl:unionOf ( skos:Concept skos:Collection ) ] ; + skos:definition "Relates a collection to one of its members."@en . + +skos:memberList a rdf:Property, + owl:FunctionalProperty, + owl:ObjectProperty ; + rdfs:label "has member list"@en ; + rdfs:comment """For any resource, every item in the list given as the value of the + skos:memberList property is also a value of the skos:member property."""@en ; + rdfs:domain skos:OrderedCollection ; + rdfs:isDefinedBy ; + rdfs:range rdf:List ; + skos:definition "Relates an ordered collection to the RDF list containing its members."@en . + +skos:prefLabel a rdf:Property, + owl:AnnotationProperty ; + rdfs:label "preferred label"@en ; + rdfs:comment "A resource has no more than one value of skos:prefLabel per language tag, and no more than one value of skos:prefLabel without language tag."@en, + "The range of skos:prefLabel is the class of RDF plain literals."@en, + """skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise + disjoint properties."""@en ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf rdfs:label ; + skos:definition "The preferred lexical label for a resource, in a given language."@en . + +skos:relatedMatch a rdf:Property, + owl:ObjectProperty, + owl:SymmetricProperty ; + rdfs:label "has related match"@en ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf skos:mappingRelation, + skos:related ; + skos:definition "skos:relatedMatch is used to state an associative mapping link between two conceptual resources in different concept schemes."@en . + +skos:scopeNote a rdf:Property, + owl:AnnotationProperty ; + rdfs:label "scope note"@en ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf skos:note ; + skos:definition "A note that helps to clarify the meaning and/or the use of a concept."@en . + +prov:wasDerivedFrom a rdf:Property ; + rdfs:label "was derived from"^^xsd:string . + +sh:AndConstraintComponent a sh:ConstraintComponent ; + rdfs:label "And constraint component"@en ; + rdfs:comment "A constraint component that can be used to test whether a value node conforms to all members of a provided list of shapes."@en ; + rdfs:isDefinedBy sh: ; + sh:parameter sh:AndConstraintComponent-and . + +sh:ClassConstraintComponent a sh:ConstraintComponent ; + rdfs:label "Class constraint component"@en ; + rdfs:comment "A constraint component that can be used to verify that each value node is an instance of a given type."@en ; + rdfs:isDefinedBy sh: ; + sh:parameter sh:ClassConstraintComponent-class . + +sh:ClosedConstraintComponent a sh:ConstraintComponent ; + rdfs:label "Closed constraint component"@en ; + rdfs:comment "A constraint component that can be used to indicate that focus nodes must only have values for those properties that have been explicitly enumerated via sh:property/sh:path."@en ; + rdfs:isDefinedBy sh: ; + sh:parameter sh:ClosedConstraintComponent-closed, + sh:ClosedConstraintComponent-ignoredProperties . + +sh:DatatypeConstraintComponent a sh:ConstraintComponent ; + rdfs:label "Datatype constraint component"@en ; + rdfs:comment "A constraint component that can be used to restrict the datatype of all value nodes."@en ; + rdfs:isDefinedBy sh: ; + sh:parameter sh:DatatypeConstraintComponent-datatype . + +sh:DisjointConstraintComponent a sh:ConstraintComponent ; + rdfs:label "Disjoint constraint component"@en ; + rdfs:comment "A constraint component that can be used to verify that the set of value nodes is disjoint with the the set of nodes that have the focus node as subject and the value of a given property as predicate."@en ; + rdfs:isDefinedBy sh: ; + sh:parameter sh:DisjointConstraintComponent-disjoint . + +sh:EqualsConstraintComponent a sh:ConstraintComponent ; + rdfs:label "Equals constraint component"@en ; + rdfs:comment "A constraint component that can be used to verify that the set of value nodes is equal to the set of nodes that have the focus node as subject and the value of a given property as predicate."@en ; + rdfs:isDefinedBy sh: ; + sh:parameter sh:EqualsConstraintComponent-equals . + +sh:ExpressionConstraintComponent a sh:ConstraintComponent ; + rdfs:label "Expression constraint component"@en ; + rdfs:comment "A constraint component that can be used to verify that a given node expression produces true for all value nodes."@en ; + rdfs:isDefinedBy sh: ; + sh:parameter sh:ExpressionConstraintComponent-expression . + +sh:HasValueConstraintComponent a sh:ConstraintComponent ; + rdfs:label "Has-value constraint component"@en ; + rdfs:comment "A constraint component that can be used to verify that one of the value nodes is a given RDF node."@en ; + rdfs:isDefinedBy sh: ; + sh:parameter sh:HasValueConstraintComponent-hasValue . + +sh:InConstraintComponent a sh:ConstraintComponent ; + rdfs:label "In constraint component"@en ; + rdfs:comment "A constraint component that can be used to exclusively enumerate the permitted value nodes."@en ; + rdfs:isDefinedBy sh: ; + sh:parameter sh:InConstraintComponent-in . + +sh:JSConstraintComponent a sh:ConstraintComponent ; + rdfs:label "JavaScript constraint component"@en ; + rdfs:comment "A constraint component with the parameter sh:js linking to a sh:JSConstraint containing a sh:script."@en ; + rdfs:isDefinedBy sh: ; + sh:parameter sh:JSConstraint-js . + +sh:LanguageInConstraintComponent a sh:ConstraintComponent ; + rdfs:label "Language-in constraint component"@en ; + rdfs:comment "A constraint component that can be used to enumerate language tags that all value nodes must have."@en ; + rdfs:isDefinedBy sh: ; + sh:parameter sh:LanguageInConstraintComponent-languageIn . + +sh:LessThanConstraintComponent a sh:ConstraintComponent ; + rdfs:label "Less-than constraint component"@en ; + rdfs:comment "A constraint component that can be used to verify that each value node is smaller than all the nodes that have the focus node as subject and the value of a given property as predicate."@en ; + rdfs:isDefinedBy sh: ; + sh:parameter sh:LessThanConstraintComponent-lessThan . + +sh:LessThanOrEqualsConstraintComponent a sh:ConstraintComponent ; + rdfs:label "less-than-or-equals constraint component"@en ; + rdfs:comment "A constraint component that can be used to verify that every value node is smaller than all the nodes that have the focus node as subject and the value of a given property as predicate."@en ; + rdfs:isDefinedBy sh: ; + sh:parameter sh:LessThanOrEqualsConstraintComponent-lessThanOrEquals . + +sh:MaxCountConstraintComponent a sh:ConstraintComponent ; + rdfs:label "Max-count constraint component"@en ; + rdfs:comment "A constraint component that can be used to restrict the maximum number of value nodes."@en ; + rdfs:isDefinedBy sh: ; + sh:parameter sh:MaxCountConstraintComponent-maxCount . + +sh:MaxExclusiveConstraintComponent a sh:ConstraintComponent ; + rdfs:label "Max-exclusive constraint component"@en ; + rdfs:comment "A constraint component that can be used to restrict the range of value nodes with a maximum exclusive value."@en ; + rdfs:isDefinedBy sh: ; + sh:parameter sh:MaxExclusiveConstraintComponent-maxExclusive . + +sh:MaxInclusiveConstraintComponent a sh:ConstraintComponent ; + rdfs:label "Max-inclusive constraint component"@en ; + rdfs:comment "A constraint component that can be used to restrict the range of value nodes with a maximum inclusive value."@en ; + rdfs:isDefinedBy sh: ; + sh:parameter sh:MaxInclusiveConstraintComponent-maxInclusive . + +sh:MaxLengthConstraintComponent a sh:ConstraintComponent ; + rdfs:label "Max-length constraint component"@en ; + rdfs:comment "A constraint component that can be used to restrict the maximum string length of value nodes."@en ; + rdfs:isDefinedBy sh: ; + sh:parameter sh:MaxLengthConstraintComponent-maxLength . + +sh:MinCountConstraintComponent a sh:ConstraintComponent ; + rdfs:label "Min-count constraint component"@en ; + rdfs:comment "A constraint component that can be used to restrict the minimum number of value nodes."@en ; + rdfs:isDefinedBy sh: ; + sh:parameter sh:MinCountConstraintComponent-minCount . + +sh:MinExclusiveConstraintComponent a sh:ConstraintComponent ; + rdfs:label "Min-exclusive constraint component"@en ; + rdfs:comment "A constraint component that can be used to restrict the range of value nodes with a minimum exclusive value."@en ; + rdfs:isDefinedBy sh: ; + sh:parameter sh:MinExclusiveConstraintComponent-minExclusive . + +sh:MinInclusiveConstraintComponent a sh:ConstraintComponent ; + rdfs:label "Min-inclusive constraint component"@en ; + rdfs:comment "A constraint component that can be used to restrict the range of value nodes with a minimum inclusive value."@en ; + rdfs:isDefinedBy sh: ; + sh:parameter sh:MinInclusiveConstraintComponent-minInclusive . + +sh:MinLengthConstraintComponent a sh:ConstraintComponent ; + rdfs:label "Min-length constraint component"@en ; + rdfs:comment "A constraint component that can be used to restrict the minimum string length of value nodes."@en ; + rdfs:isDefinedBy sh: ; + sh:parameter sh:MinLengthConstraintComponent-minLength . + +sh:NodeConstraintComponent a sh:ConstraintComponent ; + rdfs:label "Node constraint component"@en ; + rdfs:comment "A constraint component that can be used to verify that all value nodes conform to the given node shape."@en ; + rdfs:isDefinedBy sh: ; + sh:parameter sh:NodeConstraintComponent-node . + +sh:NodeKindConstraintComponent a sh:ConstraintComponent ; + rdfs:label "Node-kind constraint component"@en ; + rdfs:comment "A constraint component that can be used to restrict the RDF node kind of each value node."@en ; + rdfs:isDefinedBy sh: ; + sh:parameter sh:NodeKindConstraintComponent-nodeKind . + +sh:NotConstraintComponent a sh:ConstraintComponent ; + rdfs:label "Not constraint component"@en ; + rdfs:comment "A constraint component that can be used to verify that value nodes do not conform to a given shape."@en ; + rdfs:isDefinedBy sh: ; + sh:parameter sh:NotConstraintComponent-not . + +sh:OrConstraintComponent a sh:ConstraintComponent ; + rdfs:label "Or constraint component"@en ; + rdfs:comment "A constraint component that can be used to restrict the value nodes so that they conform to at least one out of several provided shapes."@en ; + rdfs:isDefinedBy sh: ; + sh:parameter sh:OrConstraintComponent-or . + +sh:PatternConstraintComponent a sh:ConstraintComponent ; + rdfs:label "Pattern constraint component"@en ; + rdfs:comment "A constraint component that can be used to verify that every value node matches a given regular expression."@en ; + rdfs:isDefinedBy sh: ; + sh:parameter sh:PatternConstraintComponent-flags, + sh:PatternConstraintComponent-pattern . + +sh:PropertyConstraintComponent a sh:ConstraintComponent ; + rdfs:label "Property constraint component"@en ; + rdfs:comment "A constraint component that can be used to verify that all value nodes conform to the given property shape."@en ; + rdfs:isDefinedBy sh: ; + sh:parameter sh:PropertyConstraintComponent-property . + +sh:QualifiedMaxCountConstraintComponent a sh:ConstraintComponent ; + rdfs:label "Qualified-max-count constraint component"@en ; + rdfs:comment "A constraint component that can be used to verify that a specified maximum number of value nodes conforms to a given shape."@en ; + rdfs:isDefinedBy sh: ; + sh:parameter sh:QualifiedMaxCountConstraintComponent-qualifiedMaxCount, + sh:QualifiedMaxCountConstraintComponent-qualifiedValueShape, + sh:QualifiedMaxCountConstraintComponent-qualifiedValueShapesDisjoint . + +sh:QualifiedMinCountConstraintComponent a sh:ConstraintComponent ; + rdfs:label "Qualified-min-count constraint component"@en ; + rdfs:comment "A constraint component that can be used to verify that a specified minimum number of value nodes conforms to a given shape."@en ; + rdfs:isDefinedBy sh: ; + sh:parameter sh:QualifiedMinCountConstraintComponent-qualifiedMinCount, + sh:QualifiedMinCountConstraintComponent-qualifiedValueShape, + sh:QualifiedMinCountConstraintComponent-qualifiedValueShapesDisjoint . + +sh:SPARQLConstraintComponent a sh:ConstraintComponent ; + rdfs:label "SPARQL constraint component"@en ; + rdfs:comment "A constraint component that can be used to define constraints based on SPARQL queries."@en ; + rdfs:isDefinedBy sh: ; + sh:parameter sh:SPARQLConstraintComponent-sparql . + +sh:UniqueLangConstraintComponent a sh:ConstraintComponent ; + rdfs:label "Unique-languages constraint component"@en ; + rdfs:comment "A constraint component that can be used to specify that no pair of value nodes may use the same language tag."@en ; + rdfs:isDefinedBy sh: ; + sh:parameter sh:UniqueLangConstraintComponent-uniqueLang . + +sh:Violation a sh:Severity ; + rdfs:label "Violation"@en ; + rdfs:comment "The severity for a violation validation result."@en ; + rdfs:isDefinedBy sh: . + +sh:XoneConstraintComponent a sh:ConstraintComponent ; + rdfs:label "Exactly one constraint component"@en ; + rdfs:comment "A constraint component that can be used to restrict the value nodes so that they conform to exactly one out of several provided shapes."@en ; + rdfs:isDefinedBy sh: ; + sh:parameter sh:XoneConstraintComponent-xone . + +sh:alternativePath a rdf:Property ; + rdfs:label "alternative path"@en ; + rdfs:comment "The (single) value of this property must be a list of path elements, representing the elements of alternative paths."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range rdf:List . + +sh:annotationProperty a rdf:Property ; + rdfs:label "annotation property"@en ; + rdfs:comment "The annotation property that shall be set."@en ; + rdfs:domain sh:ResultAnnotation ; + rdfs:isDefinedBy sh: ; + rdfs:range rdf:Property . + +sh:annotationValue a rdf:Property ; + rdfs:label "annotation value"@en ; + rdfs:comment "The (default) values of the annotation property."@en ; + rdfs:domain sh:ResultAnnotation ; + rdfs:isDefinedBy sh: . + +sh:annotationVarName a rdf:Property ; + rdfs:label "annotation variable name"@en ; + rdfs:comment "The name of the SPARQL variable from the SELECT clause that shall be used for the values."@en ; + rdfs:domain sh:ResultAnnotation ; + rdfs:isDefinedBy sh: ; + rdfs:range xsd:string . + +sh:ask a rdf:Property ; + rdfs:label "ask"@en ; + rdfs:comment "The SPARQL ASK query to execute."@en ; + rdfs:domain sh:SPARQLAskExecutable ; + rdfs:isDefinedBy sh: ; + rdfs:range xsd:string . + +sh:condition a rdf:Property ; + rdfs:label "condition"@en ; + rdfs:comment "The shapes that the focus nodes need to conform to before a rule is executed on them."@en ; + rdfs:domain sh:Rule ; + rdfs:isDefinedBy sh: ; + rdfs:range sh:Shape . + +sh:conforms a rdf:Property ; + rdfs:label "conforms"@en ; + rdfs:comment "True if the validation did not produce any validation results, and false otherwise."@en ; + rdfs:domain sh:ValidationReport ; + rdfs:isDefinedBy sh: ; + rdfs:range xsd:boolean . - a s223:Sensor ; - s223:hasObservationLocation ; - s223:observes . +sh:construct a rdf:Property ; + rdfs:label "construct"@en ; + rdfs:comment "The SPARQL CONSTRUCT query to execute."@en ; + rdfs:domain sh:SPARQLConstructExecutable ; + rdfs:isDefinedBy sh: ; + rdfs:range xsd:string . + +sh:deactivated a rdf:Property ; + rdfs:label "deactivated"@en ; + rdfs:comment "If set to true then all nodes conform to this."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range xsd:boolean . - a s223:Sensor ; - s223:hasObservationLocation ; - s223:observes . +sh:declare a rdf:Property ; + rdfs:label "declare"@en ; + rdfs:comment "Links a resource with its namespace prefix declarations."@en ; + rdfs:domain owl:Ontology ; + rdfs:isDefinedBy sh: ; + rdfs:range sh:PrefixDeclaration . + +sh:defaultValue a rdf:Property ; + rdfs:label "default value"@en ; + rdfs:comment "A default value for a property, for example for user interface tools to pre-populate input fields."@en ; + rdfs:domain sh:PropertyShape ; + rdfs:isDefinedBy sh: . + +sh:description a rdf:Property ; + rdfs:label "description"@en ; + rdfs:comment "Human-readable descriptions for the property in the context of the surrounding shape."@en ; + rdfs:domain sh:PropertyShape ; + rdfs:isDefinedBy sh: . + +sh:detail a rdf:Property ; + rdfs:label "detail"@en ; + rdfs:comment "Links a result with other results that provide more details, for example to describe violations against nested shapes."@en ; + rdfs:domain sh:AbstractResult ; + rdfs:isDefinedBy sh: ; + rdfs:range sh:AbstractResult . + +sh:entailment a rdf:Property ; + rdfs:label "entailment"@en ; + rdfs:comment "An entailment regime that indicates what kind of inferencing is required by a shapes graph."@en ; + rdfs:domain owl:Ontology ; + rdfs:isDefinedBy sh: ; + rdfs:range rdfs:Resource . + +sh:filterShape a rdf:Property ; + rdfs:label "filter shape"@en ; + rdfs:comment "The shape that all input nodes of the expression need to conform to."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range sh:Shape . + +sh:focusNode a rdf:Property ; + rdfs:label "focus node"@en ; + rdfs:comment "The focus node that was validated when the result was produced."@en ; + rdfs:domain sh:AbstractResult ; + rdfs:isDefinedBy sh: . + +sh:group a rdf:Property ; + rdfs:label "group"@en ; + rdfs:comment "Can be used to link to a property group to indicate that a property shape belongs to a group of related property shapes."@en ; + rdfs:domain sh:PropertyShape ; + rdfs:isDefinedBy sh: ; + rdfs:range sh:PropertyGroup . + +sh:intersection a rdf:Property ; + rdfs:label "intersection"@en ; + rdfs:comment "A list of node expressions that shall be intersected."@en ; + rdfs:isDefinedBy sh: . + +sh:inversePath a rdf:Property ; + rdfs:label "inverse path"@en ; + rdfs:comment "The (single) value of this property represents an inverse path (object to subject)."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range rdfs:Resource . + +sh:jsFunctionName a rdf:Property ; + rdfs:label "JavaScript function name"@en ; + rdfs:comment "The name of the JavaScript function to execute."@en ; + rdfs:domain sh:JSExecutable ; + rdfs:isDefinedBy sh: ; + rdfs:range xsd:string . + +sh:jsLibrary a rdf:Property ; + rdfs:label "JavaScript library"@en ; + rdfs:comment "Declares which JavaScript libraries are needed to execute this."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range sh:JSLibrary . + +sh:jsLibraryURL a rdf:Property ; + rdfs:label "JavaScript library URL"@en ; + rdfs:comment "Declares the URLs of a JavaScript library. This should be the absolute URL of a JavaScript file. Implementations may redirect those to local files."@en ; + rdfs:domain sh:JSLibrary ; + rdfs:isDefinedBy sh: ; + rdfs:range xsd:anyURI . + +sh:labelTemplate a rdf:Property ; + rdfs:label "label template"@en ; + rdfs:comment "Outlines how human-readable labels of instances of the associated Parameterizable shall be produced. The values can contain {?paramName} as placeholders for the actual values of the given parameter."@en ; + rdfs:domain sh:Parameterizable ; + rdfs:isDefinedBy sh: . + +sh:message a rdf:Property ; + rdfs:label "message"@en ; + rdfs:comment "A human-readable message (possibly with placeholders for variables) explaining the cause of the result."@en ; + rdfs:isDefinedBy sh: . + +sh:name a rdf:Property ; + rdfs:label "name"@en ; + rdfs:comment "Human-readable labels for the property in the context of the surrounding shape."@en ; + rdfs:domain sh:PropertyShape ; + rdfs:isDefinedBy sh: . + +sh:namespace a rdf:Property ; + rdfs:label "namespace"@en ; + rdfs:comment "The namespace associated with a prefix in a prefix declaration."@en ; + rdfs:domain sh:PrefixDeclaration ; + rdfs:isDefinedBy sh: ; + rdfs:range xsd:anyURI . + +sh:nodeValidator a rdf:Property ; + rdfs:label "shape validator"@en ; + rdfs:comment "The validator(s) used to evaluate a constraint in the context of a node shape."@en ; + rdfs:domain sh:ConstraintComponent ; + rdfs:isDefinedBy sh: ; + rdfs:range sh:Validator . + +sh:nodes a rdf:Property ; + rdfs:label "nodes"@en ; + rdfs:comment "The node expression producing the input nodes of a filter shape expression."@en ; + rdfs:isDefinedBy sh: . + +sh:object a rdf:Property ; + rdfs:label "object"@en ; + rdfs:comment "An expression producing the nodes that shall be inferred as objects."@en ; + rdfs:domain sh:TripleRule ; + rdfs:isDefinedBy sh: . + +sh:oneOrMorePath a rdf:Property ; + rdfs:label "one or more path"@en ; + rdfs:comment "The (single) value of this property represents a path that is matched one or more times."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range rdfs:Resource . + +sh:optional a rdf:Property ; + rdfs:label "optional"@en ; + rdfs:comment "Indicates whether a parameter is optional."@en ; + rdfs:domain sh:Parameter ; + rdfs:isDefinedBy sh: ; + rdfs:range xsd:boolean . - a s223:Sensor ; - s223:hasObservationLocation ; - s223:observes . +sh:order a rdf:Property ; + rdfs:label "order"@en ; + rdfs:comment "Specifies the relative order of this compared to its siblings. For example use 0 for the first, 1 for the second."@en ; + rdfs:isDefinedBy sh: . + +sh:parameter a rdf:Property ; + rdfs:label "parameter"@en ; + rdfs:comment "The parameters of a function or constraint component."@en ; + rdfs:domain sh:Parameterizable ; + rdfs:isDefinedBy sh: ; + rdfs:range sh:Parameter . + +sh:path a rdf:Property ; + rdfs:label "path"@en ; + rdfs:comment "Specifies the property path of a property shape."@en ; + rdfs:domain sh:PropertyShape ; + rdfs:isDefinedBy sh: ; + rdfs:range rdfs:Resource . + +sh:predicate a rdf:Property ; + rdfs:label "predicate"@en ; + rdfs:comment "An expression producing the properties that shall be inferred as predicates."@en ; + rdfs:domain sh:TripleRule ; + rdfs:isDefinedBy sh: . + +sh:prefix a rdf:Property ; + rdfs:label "prefix"@en ; + rdfs:comment "The prefix of a prefix declaration."@en ; + rdfs:domain sh:PrefixDeclaration ; + rdfs:isDefinedBy sh: ; + rdfs:range xsd:string . + +sh:prefixes a rdf:Property ; + rdfs:label "prefixes"@en ; + rdfs:comment "The prefixes that shall be applied before parsing the associated SPARQL query."@en ; + rdfs:domain sh:SPARQLExecutable ; + rdfs:isDefinedBy sh: ; + rdfs:range owl:Ontology . + +sh:propertyValidator a rdf:Property ; + rdfs:label "property validator"@en ; + rdfs:comment "The validator(s) used to evaluate a constraint in the context of a property shape."@en ; + rdfs:domain sh:ConstraintComponent ; + rdfs:isDefinedBy sh: ; + rdfs:range sh:Validator . + +sh:result a rdf:Property ; + rdfs:label "result"@en ; + rdfs:comment "The validation results contained in a validation report."@en ; + rdfs:domain sh:ValidationReport ; + rdfs:isDefinedBy sh: ; + rdfs:range sh:ValidationResult . + +sh:resultAnnotation a rdf:Property ; + rdfs:label "result annotation"@en ; + rdfs:comment "Links a SPARQL validator with zero or more sh:ResultAnnotation instances, defining how to derive additional result properties based on the variables of the SELECT query."@en ; + rdfs:domain sh:SPARQLSelectValidator ; + rdfs:isDefinedBy sh: ; + rdfs:range sh:ResultAnnotation . + +sh:resultMessage a rdf:Property ; + rdfs:label "result message"@en ; + rdfs:comment "Human-readable messages explaining the cause of the result."@en ; + rdfs:domain sh:AbstractResult ; + rdfs:isDefinedBy sh: . + +sh:resultPath a rdf:Property ; + rdfs:label "result path"@en ; + rdfs:comment "The path of a validation result, based on the path of the validated property shape."@en ; + rdfs:domain sh:AbstractResult ; + rdfs:isDefinedBy sh: ; + rdfs:range rdfs:Resource . + +sh:resultSeverity a rdf:Property ; + rdfs:label "result severity"@en ; + rdfs:comment "The severity of the result, e.g. warning."@en ; + rdfs:domain sh:AbstractResult ; + rdfs:isDefinedBy sh: ; + rdfs:range sh:Severity . + +sh:returnType a rdf:Property ; + rdfs:label "return type"@en ; + rdfs:comment "The expected type of values returned by the associated function."@en ; + rdfs:domain sh:Function ; + rdfs:isDefinedBy sh: ; + rdfs:range rdfs:Class . + +sh:rule a rdf:Property ; + rdfs:label "rule"@en ; + rdfs:comment "The rules linked to a shape."@en ; + rdfs:domain sh:Shape ; + rdfs:isDefinedBy sh: ; + rdfs:range sh:Rule . + +sh:select a rdf:Property ; + rdfs:label "select"@en ; + rdfs:comment "The SPARQL SELECT query to execute."@en ; + rdfs:domain sh:SPARQLSelectExecutable ; + rdfs:isDefinedBy sh: ; + rdfs:range xsd:string . + +sh:severity a rdf:Property ; + rdfs:label "severity"@en ; + rdfs:comment "Defines the severity that validation results produced by a shape must have. Defaults to sh:Violation."@en ; + rdfs:domain sh:Shape ; + rdfs:isDefinedBy sh: ; + rdfs:range sh:Severity . + +sh:shapesGraph a rdf:Property ; + rdfs:label "shapes graph"@en ; + rdfs:comment "Shapes graphs that should be used when validating this data graph."@en ; + rdfs:domain owl:Ontology ; + rdfs:isDefinedBy sh: ; + rdfs:range owl:Ontology . + +sh:shapesGraphWellFormed a rdf:Property ; + rdfs:label "shapes graph well-formed"@en ; + rdfs:comment "If true then the validation engine was certain that the shapes graph has passed all SHACL syntax requirements during the validation process."@en ; + rdfs:domain sh:ValidationReport ; + rdfs:isDefinedBy sh: ; + rdfs:range xsd:boolean . - a s223:Sensor ; - s223:hasObservationLocation ; - s223:observes . +sh:sourceConstraint a rdf:Property ; + rdfs:label "source constraint"@en ; + rdfs:comment "The constraint that was validated when the result was produced."@en ; + rdfs:domain sh:AbstractResult ; + rdfs:isDefinedBy sh: . + +sh:sourceConstraintComponent a rdf:Property ; + rdfs:label "source constraint component"@en ; + rdfs:comment "The constraint component that is the source of the result."@en ; + rdfs:domain sh:AbstractResult ; + rdfs:isDefinedBy sh: ; + rdfs:range sh:ConstraintComponent . + +sh:sourceShape a rdf:Property ; + rdfs:label "source shape"@en ; + rdfs:comment "The shape that is was validated when the result was produced."@en ; + rdfs:domain sh:AbstractResult ; + rdfs:isDefinedBy sh: ; + rdfs:range sh:Shape . + +sh:subject a rdf:Property ; + rdfs:label "subject"@en ; + rdfs:comment "An expression producing the resources that shall be inferred as subjects."@en ; + rdfs:domain sh:TripleRule ; + rdfs:isDefinedBy sh: . + +sh:suggestedShapesGraph a rdf:Property ; + rdfs:label "suggested shapes graph"@en ; + rdfs:comment "Suggested shapes graphs for this ontology. The values of this property may be used in the absence of specific sh:shapesGraph statements."@en ; + rdfs:domain owl:Ontology ; + rdfs:isDefinedBy sh: ; + rdfs:range owl:Ontology . + +sh:target a rdf:Property ; + rdfs:label "target"@en ; + rdfs:comment "Links a shape to a target specified by an extension language, for example instances of sh:SPARQLTarget."@en ; + rdfs:domain sh:Shape ; + rdfs:isDefinedBy sh: ; + rdfs:range sh:Target . + +sh:targetClass a rdf:Property ; + rdfs:label "target class"@en ; + rdfs:comment "Links a shape to a class, indicating that all instances of the class must conform to the shape."@en ; + rdfs:domain sh:Shape ; + rdfs:isDefinedBy sh: ; + rdfs:range rdfs:Class . + +sh:targetNode a rdf:Property ; + rdfs:label "target node"@en ; + rdfs:comment "Links a shape to individual nodes, indicating that these nodes must conform to the shape."@en ; + rdfs:domain sh:Shape ; + rdfs:isDefinedBy sh: . + +sh:targetObjectsOf a rdf:Property ; + rdfs:label "target objects of"@en ; + rdfs:comment "Links a shape to a property, indicating that all all objects of triples that have the given property as their predicate must conform to the shape."@en ; + rdfs:domain sh:Shape ; + rdfs:isDefinedBy sh: ; + rdfs:range rdf:Property . + +sh:targetSubjectsOf a rdf:Property ; + rdfs:label "target subjects of"@en ; + rdfs:comment "Links a shape to a property, indicating that all subjects of triples that have the given property as their predicate must conform to the shape."@en ; + rdfs:domain sh:Shape ; + rdfs:isDefinedBy sh: ; + rdfs:range rdf:Property . + +sh:union a rdf:Property ; + rdfs:label "union"@en ; + rdfs:comment "A list of node expressions that shall be used together."@en ; + rdfs:isDefinedBy sh: . + +sh:update a rdf:Property ; + rdfs:label "update"@en ; + rdfs:comment "The SPARQL UPDATE to execute."@en ; + rdfs:domain sh:SPARQLUpdateExecutable ; + rdfs:isDefinedBy sh: ; + rdfs:range xsd:string . + +sh:validator a rdf:Property ; + rdfs:label "validator"@en ; + rdfs:comment "The validator(s) used to evaluate constraints of either node or property shapes."@en ; + rdfs:domain sh:ConstraintComponent ; + rdfs:isDefinedBy sh: ; + rdfs:range sh:Validator . + +sh:value a rdf:Property ; + rdfs:label "value"@en ; + rdfs:comment "An RDF node that has caused the result."@en ; + rdfs:domain sh:AbstractResult ; + rdfs:isDefinedBy sh: . + +sh:zeroOrMorePath a rdf:Property ; + rdfs:label "zero or more path"@en ; + rdfs:comment "The (single) value of this property represents a path that is matched zero or more times."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range rdfs:Resource . + +sh:zeroOrOnePath a rdf:Property ; + rdfs:label "zero or one path"@en ; + rdfs:comment "The (single) value of this property represents a path that is matched zero or one times."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range rdfs:Resource . a rdf:Property ; rdfs:label "Device Identifier"^^xsd:string ; @@ -1594,6 +31019,16 @@ s223:AC-208VLL-3Ph-60Hz a s223:AC-208VLL-3Ph-60Hz, rdfs:comment "AC-208VLL-3Ph-60Hz"^^xsd:string ; rdfs:subClassOf s223:Electricity-AC . +s223:AC-208VLN-1Ph-60Hz a s223:AC-208VLN-1Ph-60Hz, + s223:Class, + sh:NodeShape ; + rdfs:label "AC-208VLN-1Ph-60Hz"^^xsd:string ; + s223:hasFrequency s223:Frequency-60Hz ; + s223:hasNumberOfElectricalPhases s223:NumberOfElectricalPhases-SinglePhase ; + s223:hasVoltage s223:LineNeutralVoltage-208V ; + rdfs:comment "AC-208VLN-1Ph-60Hz"^^xsd:string ; + rdfs:subClassOf s223:Electricity-AC . + s223:AC-219VLN-1Ph-60Hz a s223:AC-219VLN-1Ph-60Hz, s223:Class, sh:NodeShape ; @@ -2263,26 +31698,6 @@ s223:AC-6600VLL-3Ph-60Hz a s223:AC-6600VLL-3Ph-60Hz, rdfs:comment "AC-6600VLL-3Ph-60Hz"^^xsd:string ; rdfs:subClassOf s223:Electricity-AC . -s223:AirHandlingUnit a s223:Class, - sh:NodeShape ; - rdfs:label "Air handling unit"^^xsd:string ; - rdfs:comment "An assembly consisting of sections containing a fan or fans and other necessary equipment to perform one or more of the following functions: circulating, filtration, heating, cooling, heat recovery, humidifying, dehumidifying, and mixing of air. It is usually connected to an air-distribution system."^^xsd:string ; - rdfs:subClassOf s223:Equipment ; - sh:property [ rdfs:comment "An AirHandlingUnit shall have at least one outlet using the medium Air."^^xsd:string ; - sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Air ; - sh:path s223:hasMedium ] ] ] ], - [ rdfs:comment "An AirHandlingUnit shall have at least one inlet using the medium Air."^^xsd:string ; - sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Air ; - sh:path s223:hasMedium ] ] ] ] . - s223:Aspect-Alarm a s223:Aspect-Alarm, s223:Class, sh:NodeShape ; @@ -2479,10 +31894,10 @@ s223:Aspect-Standby a s223:Aspect-Standby, rdfs:comment "The standby value of something characterized by this Property."^^xsd:string ; rdfs:subClassOf s223:EnumerationKind-Aspect . -s223:Aspect-Startup a s223:Aspect-Startup, +s223:Aspect-StartupValue a s223:Aspect-StartupValue, s223:Class, sh:NodeShape ; - rdfs:label "Aspect-Startup"^^xsd:string ; + rdfs:label "Aspect-StartupValue"^^xsd:string ; rdfs:comment "The startup value of something characterized by this Property."^^xsd:string ; rdfs:subClassOf s223:EnumerationKind-Aspect . @@ -2514,91 +31929,39 @@ s223:Aspect-Year a s223:Aspect-Year, rdfs:comment "The value of the associated Property identifies the year of manufacture."^^xsd:string ; rdfs:subClassOf s223:EnumerationKind-Aspect . -s223:Binary-False a s223:Binary-False, - s223:Class, - sh:NodeShape ; - rdfs:label "Binary False"^^xsd:string ; - rdfs:comment "Binary False"^^xsd:string ; - rdfs:subClassOf s223:EnumerationKind-Binary . - -s223:Binary-True a s223:Binary-True, - s223:Class, - sh:NodeShape ; - rdfs:label "Binary True"^^xsd:string ; - rdfs:comment "Binary True"^^xsd:string ; - rdfs:subClassOf s223:EnumerationKind-Binary . - -s223:Binary-Unknown a s223:Binary-Unknown, - s223:Class, - sh:NodeShape ; - rdfs:label "Binary Unknown"^^xsd:string ; - rdfs:comment "Binary Unknown"^^xsd:string ; - rdfs:subClassOf s223:EnumerationKind-Binary . - -s223:CoolingCoil a s223:Class, - sh:NodeShape ; - rdfs:label "Cooling coil"^^xsd:string ; - rdfs:comment "A coil that provides cooling."^^xsd:string ; - rdfs:subClassOf s223:Coil ; - sh:property [ rdfs:comment "A cooling coil must be related to the role 'Role-Cooling' using the relation 'hasRole'."^^xsd:string ; - sh:hasValue s223:Role-Cooling ; - sh:minCount 1 ; - sh:path s223:hasRole ] ; - sh:rule [ a sh:TripleRule ; - rdfs:comment "Cooling coils will always have the role Role-Cooling"^^xsd:string ; - sh:object s223:Role-Cooling ; - sh:predicate s223:hasRole ; - sh:subject sh:this ] . - -s223:DifferentialSensor a s223:Class, +s223:Battery a s223:Class, sh:NodeShape ; - rdfs:label "Differential sensor"^^xsd:string ; - rdfs:comment "A sensor that measures the difference of a quantity between any two points in the system."^^xsd:string ; - rdfs:subClassOf s223:AbstractSensor ; - sh:property [ rdfs:comment "A Differential Sensor must be defined in terms of the QuantityKind that is being measured."^^xsd:string ; - sh:class ns1:QuantityKind ; - sh:minCount 1 ; - sh:path ( s223:observes ns1:hasQuantityKind ) ], - [ rdfs:comment "A Differential Sensor must have different values for hasObservationLocationHigh and hasObservationLocationLow."^^xsd:string ; - sh:path s223:hasObservationLocationHigh ; - sh:sparql [ a sh:SPARQLConstraint ; - rdfs:comment "Ensure that the values of hasObservationLocationHigh and hasObservationLocationLow are distinct."^^xsd:string ; - sh:message "{$this} cannot have the same value, {?high}, for both hasObservationLocationHigh and hasObservationLocationLow"^^xsd:string ; - sh:prefixes ; - sh:select """ -SELECT $this ?high -WHERE { - $this s223:hasObservationLocationHigh ?high . - $this s223:hasObservationLocationLow ?low . -FILTER (?high = ?low) . -} -"""^^xsd:string ] ] ; - sh:xone ( [ sh:property [ rdfs:comment "A DifferentialSensor must be associated with exactly 1 of Connectable, Connection, or ConnectionPoint using the relation hasObservationLocationLow."^^xsd:string ; - sh:class s223:Connectable ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path s223:hasObservationLocationLow ] ] [ sh:property [ rdfs:comment "A DifferentialSensor must be associated with exactly 1 of Connectable, Connection, or ConnectionPoint using the relation hasObservationLocationLow."^^xsd:string ; - sh:class s223:Connection ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path s223:hasObservationLocationLow ] ] [ sh:property [ rdfs:comment "A DifferentialSensor must be associated with exactly 1 of Connectable, Connection, or ConnectionPoint using the relation hasObservationLocationLow."^^xsd:string ; - sh:class s223:ConnectionPoint ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path s223:hasObservationLocationLow ] ] ), - ( [ sh:property [ rdfs:comment "A DifferentialSensor must be associated with exactly 1 of Connectable, Connection, or ConnectionPoint using the relation hasObservationLocationHigh."^^xsd:string ; - sh:class s223:Connectable ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path s223:hasObservationLocationHigh ] ] [ sh:property [ rdfs:comment "A DifferentialSensor must be associated with exactly 1 of Connectable, Connection, or ConnectionPoint using the relation hasObservationLocationHigh."^^xsd:string ; - sh:class s223:Connection ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path s223:hasObservationLocationHigh ] ] [ sh:property [ rdfs:comment "A DifferentialSensor must be associated with exactly 1 of Connectable, Connection, or ConnectionPoint using the relation hasObservationLocationHigh."^^xsd:string ; - sh:class s223:ConnectionPoint ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path s223:hasObservationLocationHigh ] ] ) . + rdfs:label "Battery"^^xsd:string ; + rdfs:comment "A container consisting of one or more cells, in which chemical energy is converted into electricity and used as a source of power."^^xsd:string ; + rdfs:subClassOf s223:Equipment . + +s223:Binary-False a s223:Binary-False, + s223:Class, + sh:NodeShape ; + rdfs:label "Binary False"^^xsd:string ; + rdfs:comment "Binary False"^^xsd:string ; + rdfs:subClassOf s223:EnumerationKind-Binary . + +s223:Binary-True a s223:Binary-True, + s223:Class, + sh:NodeShape ; + rdfs:label "Binary True"^^xsd:string ; + rdfs:comment "Binary True"^^xsd:string ; + rdfs:subClassOf s223:EnumerationKind-Binary . + +s223:Binary-Unknown a s223:Binary-Unknown, + s223:Class, + sh:NodeShape ; + rdfs:label "Binary Unknown"^^xsd:string ; + rdfs:comment "Binary Unknown"^^xsd:string ; + rdfs:subClassOf s223:EnumerationKind-Binary . + +s223:Constituent-CO a s223:Class, + s223:Constituent-CO, + sh:NodeShape ; + rdfs:label "Constituent-CO"^^xsd:string ; + rdfs:comment "Constituent-CO"^^xsd:string ; + rdfs:subClassOf s223:Medium-Constituent . s223:Direction-Bidirectional a s223:Class, s223:Direction-Bidirectional, @@ -2643,13 +32006,6 @@ s223:Domain-Fire a s223:Class, rdfs:comment "The domain Fire represents equipment used to provide fire detection and protection within a building. Example equipment that might be fall within a Fire domain include smoke detectors, alarm annunciators, and emergency public address systems. "^^xsd:string ; rdfs:subClassOf s223:EnumerationKind-Domain . -s223:Domain-HVAC a s223:Class, - s223:Domain-HVAC, - sh:NodeShape ; - rdfs:label "Domain-HVAC"^^xsd:string ; - rdfs:comment "The domain HVAC represents equipment used to provide space conditioning and ventilation within a building. Example equipment that might fall within an HVAC domain include fans, pumps, air-handling units, and variable air volume boxes. "^^xsd:string ; - rdfs:subClassOf s223:EnumerationKind-Domain . - s223:Domain-Lighting a s223:Class, s223:Domain-Lighting, sh:NodeShape ; @@ -2697,14 +32053,14 @@ s223:EM-Microwave a s223:Class, sh:NodeShape ; rdfs:label "EM-Microwave"^^xsd:string ; rdfs:comment "EM-Microwave"^^xsd:string ; - rdfs:subClassOf s223:Medium-EM . + rdfs:subClassOf s223:Constituent-EM . s223:EM-RF a s223:Class, s223:EM-RF, sh:NodeShape ; rdfs:label "EM-RF"^^xsd:string ; rdfs:comment "EM-RF"^^xsd:string ; - rdfs:subClassOf s223:Medium-EM . + rdfs:subClassOf s223:Constituent-EM . s223:Effectiveness-Active a s223:Class, s223:Effectiveness-Active, @@ -2809,57 +32165,32 @@ s223:Electricity-Earth a s223:Class, sh:NodeShape ; rdfs:label "Electricity-Earth"^^xsd:string ; rdfs:comment "Electricity-Earth"^^xsd:string ; - rdfs:subClassOf s223:Medium-Electricity . + rdfs:subClassOf s223:Constituent-Electricity . s223:Electricity-Neutral a s223:Class, s223:Electricity-Neutral, sh:NodeShape ; rdfs:label "Electricity-Neutral"^^xsd:string ; rdfs:comment "Electricity-Neutral"^^xsd:string ; - rdfs:subClassOf s223:Medium-Electricity . + rdfs:subClassOf s223:Constituent-Electricity . -s223:Filter a s223:Class, +s223:EthernetSwitch a s223:Class, sh:NodeShape ; - rdfs:label "Filter"^^xsd:string ; - rdfs:comment "A device that removes contaminants from gases or liquids."^^xsd:string ; + rdfs:label "Ethernet switch"^^xsd:string ; + rdfs:comment "A type of network hardware that connects cabled devices, such as computers and Wi-Fi access points, in an Ethernet LAN so they can communicate with each other and to the internet."^^xsd:string ; rdfs:subClassOf s223:Equipment ; - sh:property [ rdfs:comment "A Filter shall have at least one inlet."^^xsd:string ; - sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ] ], - [ rdfs:comment "A Filter shall have at least one outlet."^^xsd:string ; - sh:minCount 1 ; + sh:property [ rdfs:comment "An EthernetSwitch shall have at least one inlet using the medium Electricity."^^xsd:string ; sh:path s223:hasConnectionPoint ; sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ] ], - [ rdfs:comment "A filter should have one common constituent between the inlet and outlet"^^xsd:string ; + sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Constituent-Electricity ; + sh:path s223:hasMedium ] ] ] ], + [ rdfs:comment "An EthernetSwitch shall have at least two BidirectionalConnectionPoints using the medium Signal-Ethernet."^^xsd:string ; sh:path s223:hasConnectionPoint ; - sh:severity sh:Warning ; - sh:sparql [ a sh:SPARQLConstraint ; - rdfs:comment "Ensure that the filter inlet and outlet have compatible mediums."^^xsd:string ; - sh:message "{$this} with inlet medium {?m2} is incompatible with outlet medium {?m1}."^^xsd:string ; - sh:prefixes ; - sh:select """ -SELECT $this ?m2 ?m1 -WHERE { -$this s223:cnx ?cp, ?cp2 . -?cp a s223:InletConnectionPoint . -?cp2 a s223:OutletConnectionPoint . -?cp s223:hasMedium ?m1 . -?cp2 s223:hasMedium ?m2 . -FILTER (?m1 != ?m2 ) . -FILTER (NOT EXISTS {?m2 a/rdfs:subClassOf* ?m1}) . -FILTER (NOT EXISTS {?m1 a/rdfs:subClassOf* ?m2}) . -FILTER (NOT EXISTS { - SELECT $this ?con3 ?m1 ?m2 - WHERE { - ?m1 s223:hasConstituent/s223:ofSubstance ?con3 . - ?m2 s223:hasConstituent/s223:ofSubstance ?con3 . - } -} ) . -} -"""^^xsd:string ] ] . + sh:qualifiedMinCount 2 ; + sh:qualifiedValueShape [ sh:class s223:BidirectionalConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Signal-Ethernet ; + sh:path s223:hasMedium ] ] ] ] . s223:Gas-SuperHeated a s223:Class, s223:Gas-SuperHeated, @@ -2872,18 +32203,21 @@ s223:GlycolSolution-15Percent a s223:Class, s223:GlycolSolution-15Percent, sh:NodeShape ; rdfs:label "GlycolSolution-15Percent"^^xsd:string ; - s223:hasConstituent [ a s223:QuantifiableProperty ; + s223:composedOf [ a s223:QuantifiableProperty ; rdfs:label "Glycol conc"^^xsd:string ; s223:hasValue 15.0 ; - s223:ofSubstance s223:Medium-Glycol ; + s223:ofConstituent s223:Constituent-Glycol ; ns1:hasQuantityKind ; ns1:hasUnit ], [ a s223:QuantifiableProperty ; rdfs:label "Water conc"^^xsd:string ; s223:hasValue 85.0 ; - s223:ofSubstance s223:Medium-Water ; + s223:ofConstituent s223:Constituent-H2O ; ns1:hasQuantityKind ; ns1:hasUnit ] ; + s223:hasFreezingPoint [ a s223:QuantifiableProperty ; + rdfs:label "Freezing point"^^xsd:string ; + ns1:hasQuantityKind ] ; rdfs:comment "GlycolSolution-15Percent"^^xsd:string ; rdfs:subClassOf s223:Water-GlycolSolution . @@ -2891,18 +32225,21 @@ s223:GlycolSolution-30Percent a s223:Class, s223:GlycolSolution-30Percent, sh:NodeShape ; rdfs:label "GlycolSolution-30Percent"^^xsd:string ; - s223:hasConstituent [ a s223:QuantifiableProperty ; + s223:composedOf [ a s223:QuantifiableProperty ; rdfs:label "Glycol conc"^^xsd:string ; s223:hasValue 30.0 ; - s223:ofSubstance s223:Medium-Glycol ; + s223:ofConstituent s223:Constituent-Glycol ; ns1:hasQuantityKind ; ns1:hasUnit ], [ a s223:QuantifiableProperty ; rdfs:label "Water conc"^^xsd:string ; s223:hasValue 70.0 ; - s223:ofSubstance s223:Medium-Water ; + s223:ofConstituent s223:Constituent-H2O ; ns1:hasQuantityKind ; ns1:hasUnit ] ; + s223:hasFreezingPoint [ a s223:QuantifiableProperty ; + rdfs:label "Freezing point"^^xsd:string ; + ns1:hasQuantityKind ] ; rdfs:comment "GlycolSolution-30Percent"^^xsd:string ; rdfs:subClassOf s223:Water-GlycolSolution . @@ -2979,15 +32316,15 @@ s223:HVACOperatingStatus-Ventilating a s223:Class, s223:HeatExchanger a s223:Class, sh:NodeShape ; rdfs:label "Heat exchanger"^^xsd:string ; - rdfs:comment "A component intended to transfer heat from one medium to another while keeping the two media separate"^^xsd:string ; + rdfs:comment "A component intended to transfer heat from one medium to another while keeping the two media separate."^^xsd:string ; rdfs:subClassOf s223:Equipment ; sh:property [ rdfs:comment "Heat Exchangers should have the same number of non-electrical inlet and outlet connection points."^^xsd:string ; sh:path s223:hasConnectionPoint ; sh:severity sh:Warning ; sh:sparql [ a sh:SPARQLConstraint ; rdfs:comment "Heat Exchangers should have the same number of non-electrical inlet and outlet connection points."^^xsd:string ; - sh:message "Number of inlets {?incount} are not equivalent with number of outlets {?outcount}."^^xsd:string ; - sh:prefixes ; + sh:message "s223: Number of inlets {?incount} are not equivalent with number of outlets {?outcount}."^^xsd:string ; + sh:prefixes ; sh:select """ SELECT DISTINCT $this ?incount ?outcount WHERE { @@ -2998,7 +32335,7 @@ WHERE { $this s223:hasConnectionPoint ?cpin . ?cpin s223:hasMedium ?inmedium . FILTER NOT EXISTS { - ?inmedium a/rdfs:subClassOf* s223:Medium-Electricity . + ?inmedium a/rdfs:subClassOf* s223:Constituent-Electricity . } } GROUP BY $this @@ -3010,7 +32347,7 @@ WHERE { $this s223:hasConnectionPoint ?cpout . ?cpout s223:hasMedium ?outmedium . FILTER NOT EXISTS { - ?outmedium a/rdfs:subClassOf* s223:Medium-Electricity . + ?outmedium a/rdfs:subClassOf* s223:Constituent-Electricity . } } GROUP BY $this @@ -3018,27 +32355,12 @@ GROUP BY $this FILTER (?incount != ?outcount) } """^^xsd:string ] ], - [ rdfs:comment "If the relation hasRole is present it must associate the HeatExchanger with a EnumerationKind-Role."^^xsd:string ; - sh:class s223:EnumerationKind-Role ; - sh:path s223:hasRole ], [ rdfs:comment "A heat exchanger shall have at least 4 connection points."^^xsd:string ; sh:minCount 4 ; - sh:path s223:hasConnectionPoint ] . - -s223:HeatingCoil a s223:Class, - sh:NodeShape ; - rdfs:label "Heating coil"^^xsd:string ; - rdfs:comment "A coil that provides heating."^^xsd:string ; - rdfs:subClassOf s223:Coil ; - sh:property [ rdfs:comment "A heating coil must be related to the role 'Role-Heating' using the relation 'hasRole'."^^xsd:string ; - sh:hasValue s223:Role-Heating ; - sh:minCount 1 ; - sh:path s223:hasRole ] ; - sh:rule [ a sh:TripleRule ; - rdfs:comment "Heating coils will always have the role Role-Heating"^^xsd:string ; - sh:object s223:Role-Heating ; - sh:predicate s223:hasRole ; - sh:subject sh:this ] . + sh:path s223:hasConnectionPoint ], + [ rdfs:comment "If the relation hasRole is present it must associate the HeatExchanger with a EnumerationKind-Role."^^xsd:string ; + sh:class s223:EnumerationKind-Role ; + sh:path s223:hasRole ] . s223:Light-Infrared a s223:Class, s223:Light-Infrared, @@ -3194,6 +32516,37 @@ s223:Position-Unknown a s223:Class, rdfs:comment "Unknown"^^xsd:string ; rdfs:subClassOf s223:EnumerationKind-Position . +s223:PowerAndSignal-PoE a s223:Class, + s223:Electricity-PoE, + sh:NodeShape ; + rdfs:label "Power over Ethernet"^^xsd:string ; + s223:composedOf [ a s223:Property ; + rdfs:label "Unspecified"^^xsd:string ; + s223:ofConstituent s223:Signal-Ethernet ], + [ a s223:Property ; + rdfs:label "Unspecified"^^xsd:string ; + s223:ofConstituent s223:Electricity-DC ] ; + rdfs:comment "This class has enumerated subclasses of Power over Ethernet."^^xsd:string ; + rdfs:subClassOf s223:Mix-PowerAndSignal ; + sh:property [ rdfs:comment "There must be at least two Properties that characterize the constituents of Power over Ethernet."^^xsd:string ; + sh:class s223:Property ; + sh:minCount 2 ; + sh:path s223:composedOf ], + [ rdfs:comment "One of the constituents of PoE must be DC electrical power."^^xsd:string ; + sh:path s223:composedOf ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:Property ; + sh:node [ sh:property [ rdfs:comment "One of the constituents of PoE must be DC electrical power."^^xsd:string ; + sh:class s223:Electricity-DC ; + sh:path s223:ofConstituent ] ] ] ], + [ rdfs:comment "One of the constituents of PoE must be Ethernet."^^xsd:string ; + sh:path s223:composedOf ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:Property ; + sh:node [ sh:property [ rdfs:comment "One of the constituents of PoE must be Ethernet."^^xsd:string ; + sh:class s223:Signal-Ethernet ; + sh:path s223:ofConstituent ] ] ] ] . + s223:Presence-False a s223:Class, s223:Presence-False, sh:NodeShape ; @@ -3208,19 +32561,41 @@ s223:Presence-True a s223:Class, rdfs:comment "Presence-True"^^xsd:string ; rdfs:subClassOf s223:Occupancy-Presence . +s223:RadiantPanel a s223:Class, + sh:NodeShape ; + rdfs:label "Radiant panel"^^xsd:string ; + rdfs:comment "A heating or cooling surface that delivers 50% or more of its heat transfer by radiation."^^xsd:string ; + rdfs:subClassOf s223:Equipment ; + sh:property [ rdfs:comment "A radiant panel must hasRole Role-Heating."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasRole ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:Role-Heating ] ] . + +s223:Radiator a s223:Class, + sh:NodeShape ; + rdfs:label "Radiator"^^xsd:string ; + rdfs:comment "A radiator provides heating to a room using electricity, steam or water (e.g., electric baseboard heaters)."^^xsd:string ; + rdfs:subClassOf s223:Equipment ; + sh:property [ rdfs:comment "Radiators must have the role Role-Heating."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasRole ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:Role-Heating ] ] . + s223:Refrigerant-R-22 a s223:Class, s223:Refrigerant-R-22, sh:NodeShape ; rdfs:label "Refrigerant-R-22"^^xsd:string ; rdfs:comment "Refrigerant-R-22"^^xsd:string ; - rdfs:subClassOf s223:Medium-Refrigerant . + rdfs:subClassOf s223:Fluid-Refrigerant . s223:Refrigerant-R-410A a s223:Class, s223:Refrigerant-R-410A, sh:NodeShape ; rdfs:label "Refrigerant-R-410A"^^xsd:string ; rdfs:comment "Refrigerant-R-410A"^^xsd:string ; - rdfs:subClassOf s223:Medium-Refrigerant . + rdfs:subClassOf s223:Fluid-Refrigerant . s223:Role-Condenser a s223:Class, s223:Role-Condenser, @@ -3236,6 +32611,13 @@ s223:Role-Discharge a s223:Class, rdfs:comment "Role-Discharge"^^xsd:string ; rdfs:subClassOf s223:EnumerationKind-Role . +s223:Role-Economizer a s223:Class, + s223:Role-Economizer, + sh:NodeShape ; + rdfs:label "Role-Economizer"^^xsd:string ; + rdfs:comment "Role-Economizer"^^xsd:string ; + rdfs:subClassOf s223:EnumerationKind-Role . + s223:Role-Evaporator a s223:Class, s223:Role-Evaporator, sh:NodeShape ; @@ -3243,6 +32625,13 @@ s223:Role-Evaporator a s223:Class, rdfs:comment "Role-Evaporator"^^xsd:string ; rdfs:subClassOf s223:EnumerationKind-Role . +s223:Role-Exhaust a s223:Class, + s223:Role-Exhaust, + sh:NodeShape ; + rdfs:label "Role-Exhaust"^^xsd:string ; + rdfs:comment "Role-Exhaust"^^xsd:string ; + rdfs:subClassOf s223:EnumerationKind-Role . + s223:Role-Expansion a s223:Class, s223:Role-Expansion, sh:NodeShape ; @@ -3271,6 +32660,30 @@ s223:Role-Load a s223:Class, rdfs:comment "Role-Load"^^xsd:string ; rdfs:subClassOf s223:EnumerationKind-Role . +s223:Role-OutdoorAirIntake a s223:Class, + s223:Role-OutdoorAirIntake, + sh:NodeShape ; + rdfs:label "Role-OutdoorAirIntake"^^xsd:string ; + rdfs:comment "Role-OutdoorAirIntake"^^xsd:string ; + rdfs:subClassOf s223:EnumerationKind-Role ; + sh:property [ rdfs:comment "Role-OutdoorAirIntake should only be associated with a Connectable directly connecting to Outdoor Air, or properties of this Connectable."^^xsd:string ; + sh:path s223:hasMedium ; + sh:severity sh:Warning ; + sh:sparql [ a sh:SPARQLConstraint ; + rdfs:comment "Ensure that Role-OutdoorAirIntake is associated with a Connectable directly connecting to Outdoor Air, or properties of this Connectable."^^xsd:string ; + sh:message "{?this} is associated with {$entity}, which does not directly connect to outdoor air."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this ?entity +WHERE { +?entity (s223:hasRole | (s223:hasProperty/s223:hasAspect)) $this . +?outdoorSpace a/rdfs:subClassOf* s223:OutdoorPhysicalSpace . +?outdoorSpace s223:encloses ?outdoorAir . +?outdoorAir s223:hasDomain s223:Domain-HVAC . +FILTER NOT EXISTS {?entity s223:connectedFrom ?outdoorAir} . +} +"""^^xsd:string ] ] . + s223:Role-Primary a s223:Class, s223:Role-Primary, sh:NodeShape ; @@ -3292,6 +32705,13 @@ s223:Role-Relief a s223:Class, rdfs:comment "Role-Relief"^^xsd:string ; rdfs:subClassOf s223:EnumerationKind-Role . +s223:Role-Return a s223:Class, + s223:Role-Return, + sh:NodeShape ; + rdfs:label "Role-Return"^^xsd:string ; + rdfs:comment "Role-Return"^^xsd:string ; + rdfs:subClassOf s223:EnumerationKind-Role . + s223:Role-Secondary a s223:Class, s223:Role-Secondary, sh:NodeShape ; @@ -3299,6 +32719,13 @@ s223:Role-Secondary a s223:Class, rdfs:comment "Role-Secondary"^^xsd:string ; rdfs:subClassOf s223:EnumerationKind-Role . +s223:Role-Supply a s223:Class, + s223:Role-Supply, + sh:NodeShape ; + rdfs:label "Role-Supply"^^xsd:string ; + rdfs:comment "Role-Supply"^^xsd:string ; + rdfs:subClassOf s223:EnumerationKind-Role . + s223:RunStatus-Off a s223:Class, s223:RunStatus-Off, sh:NodeShape ; @@ -3327,13 +32754,6 @@ s223:Signal-EIA485 a s223:Class, rdfs:comment "Signal EIA485"^^xsd:string ; rdfs:subClassOf s223:Electricity-Signal . -s223:Signal-Ethernet a s223:Class, - s223:Signal-Ethernet, - sh:NodeShape ; - rdfs:label "Signal Ethernet"^^xsd:string ; - rdfs:comment "Signal Ethernet"^^xsd:string ; - rdfs:subClassOf s223:Electricity-Signal . - s223:Signal-IEC14908 a s223:Class, s223:Signal-IEC14908, sh:NodeShape ; @@ -3376,20 +32796,6 @@ s223:Speed-Off a s223:Class, rdfs:comment "Off"^^xsd:string ; rdfs:subClassOf s223:EnumerationKind-Speed . -s223:Substance-CO a s223:Class, - s223:Substance-CO, - sh:NodeShape ; - rdfs:label "Substance-CO"^^xsd:string ; - rdfs:comment "Substance-CO"^^xsd:string ; - rdfs:subClassOf s223:EnumerationKind-Substance . - -s223:Substance-CO2 a s223:Class, - s223:Substance-CO2, - sh:NodeShape ; - rdfs:label "Substance-CO2"^^xsd:string ; - rdfs:comment "Substance-CO2"^^xsd:string ; - rdfs:subClassOf s223:EnumerationKind-Substance . - s223:Substance-Soot a s223:Class, s223:Substance-Soot, sh:NodeShape ; @@ -3403,7 +32809,8 @@ s223:System a s223:Class, rdfs:comment "A System is a logical grouping (collection) of Equipment for some functional or system reason, such as a chilled water system, or HVAC system. A System does not participate in Connections."^^xsd:string ; rdfs:subClassOf s223:Concept ; sh:property [ a sh:PropertyShape ; - rdfs:comment "A System can be associated with at least two instances of Equipment or System using the relation hasMember"^^xsd:string ; + rdfs:comment "A System should be associated with at least two instances of Equipment or System using the relation hasMember"^^xsd:string ; + sh:message "s223: A System should be associated with at least two instances of Equipment or System using the relation hasMember"^^xsd:string ; sh:minCount 2 ; sh:or ( [ sh:class s223:Equipment ] [ sh:class s223:System ] ) ; sh:path s223:hasMember ; @@ -3416,8 +32823,13 @@ s223:Water-Steam a s223:Class, s223:Water-Steam, sh:NodeShape ; rdfs:label "Steam"^^xsd:string ; + s223:composedOf [ a s223:QuantifiableProperty ; + rdfs:label "Water conc"^^xsd:string ; + s223:ofConstituent s223:Constituent-H2O ; + ns1:hasQuantityKind ; + ns1:hasUnit ] ; rdfs:comment "Steam"^^xsd:string ; - rdfs:subClassOf s223:Medium-Water . + rdfs:subClassOf s223:Fluid-Water . s223:Weekday-Friday a s223:Class, s223:Weekday-Friday, @@ -3468,50 +32880,29 @@ s223:Weekend-Sunday a s223:Class, rdfs:comment "Sunday"^^xsd:string ; rdfs:subClassOf s223:DayOfWeek-Weekend . -s223:Zone a s223:Class, +s223:Window a s223:Class, sh:NodeShape ; - rdfs:label "Zone"^^xsd:string ; - rdfs:comment "A Zone is a logical grouping (collection) of domain spaces for some functional or system reason, to identify a domain of control, such as a Lighting Zone, or a heating zone"^^xsd:string ; - rdfs:subClassOf s223:Concept ; - sh:property [ rdfs:comment "The associated Domain of a Zone and the Domain of the DomainSpaces it contains must be the same."^^xsd:string ; - sh:path s223:hasDomain ; - sh:sparql [ a sh:SPARQLConstraint ; - rdfs:comment "The associated Domain of a Zone and the Domain of the DomainSpaces it contains must be the same."^^xsd:string ; - sh:message "Zone {$this} has a Domain of {?domain}, but it contains a DomainSpace {?ds} which has a Domain of {?dsdomain}. These should be the same."^^xsd:string ; - sh:prefixes ; - sh:select """ -SELECT DISTINCT $this ?domain ?ds ?dsdomain -WHERE { -$this a s223:Zone . -$this s223:hasDomain ?domain . -$this s223:contains ?ds . -?ds s223:hasDomain ?dsdomain . -FILTER (?domain != ?dsdomain) -} -"""^^xsd:string ] ], - [ rdfs:comment "A Zone must be associated with at least one DomainSpace using the relation hasDomainSpace."^^xsd:string ; - sh:class s223:DomainSpace ; + rdfs:label "Window"^^xsd:string ; + rdfs:comment "A daylight opening on a vertical or nearly vertical area of a room envelope."^^xsd:string ; + rdfs:subClassOf s223:Equipment ; + sh:property [ rdfs:comment "A Window shall have at least one inlet using the medium Light."^^xsd:string ; sh:minCount 1 ; - sh:path s223:hasDomainSpace ], - [ rdfs:comment "A Zone must be associated with exactly one EnumerationKind-Domain using the relation hasDomain."^^xsd:string ; - sh:class s223:EnumerationKind-Domain ; - sh:maxCount 1 ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:EM-Light ; + sh:path s223:hasMedium ] ] ] ], + [ rdfs:comment "A Window shall have at least one outlet using the medium Light."^^xsd:string ; sh:minCount 1 ; - sh:path s223:hasDomain ] ; - sh:rule [ a sh:TripleRule ; - rdfs:comment "Infer a hasDomain relation by checking any enclosed DomainSpaces to determine the domain."^^xsd:string ; - sh:object [ sh:path ( s223:hasDomainSpace s223:hasDomain ) ] ; - sh:predicate s223:hasDomain ; - sh:subject sh:this ], - [ a sh:TripleRule ; - rdfs:comment "Infer a hasDomain relation by checking any enclosing ZoneGroup to determine the domain."^^xsd:string ; - sh:object [ sh:path ( [ sh:inversePath s223:hasZone ] s223:hasDomain ) ] ; - sh:predicate s223:hasDomain ; - sh:subject sh:this ] . + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:EM-Light ; + sh:path s223:hasMedium ] ] ] ] . s223:actuates a rdf:Property ; rdfs:label "actuates"^^xsd:string ; - rdfs:comment "The relation actuates binds an Actuator to the Equipment that it actuates. The Equipment will have the ActuatableProperty that commands the Actuator (see `s223:commandedByProperty`)."^^xsd:string . + rdfs:comment "The relation actuates binds an Actuator to the Equipment that it actuates. The Equipment will have the ActuatableProperty that commands the Actuator (see `s223:actuatedByProperty`)."^^xsd:string . s223:connectsFrom a rdf:Property ; rdfs:label "connects from"^^xsd:string ; @@ -3521,22 +32912,18 @@ s223:connectsTo a rdf:Property ; rdfs:label "connects to"^^xsd:string ; rdfs:comment "The relation connectsTo binds a Connection to a Connectable thing to a Connection with an implied directionality. A connectsTo B indicates a flow from A to B."^^xsd:string . -s223:hasAspect a rdf:Property ; - rdfs:label "has aspect"^^xsd:string ; - rdfs:comment "hasAspect is used to establish the context of a Property. The value must be an instance of EnumerationKind. For example, if a Property has a Temperature value of 45.3, the hasAspect relation is used to state what that represents, such as a Temperature limit during working hours, etc. A Property can have any number of hasAspect relations, as needed to establish the context."^^xsd:string . - s223:hasExternalReference a rdf:Property ; rdfs:label "has external reference"^^xsd:string ; rdfs:comment "The relation hasExternalReference is used to relate a Property to an external telemetry source."^^xsd:string . +s223:hasFreezingPoint a rdf:Property ; + rdfs:label "has freezing point"^^xsd:string ; + rdfs:comment "The relation hasFreezingPoint is used to associate a freezing point with a glycol solution, but could be used with other Mediums as appropriate. "^^xsd:string . + s223:hasFrequency a rdf:Property ; rdfs:label "has frequency"^^xsd:string ; rdfs:comment "The relation hasFrequency is used to identify the frequency of an AC electricity enumeration kind. "^^xsd:string . -s223:hasInput a rdf:Property ; - rdfs:label "has function input"^^xsd:string ; - rdfs:comment "The relation hasInput is used to relate a FunctionBlock (see `s223:FunctionBlock`) to a Property (see `s223:Property`) that is used as input."^^xsd:string . - s223:hasMeasurementResolution a rdf:Property ; rdfs:label "has measurement resolution"^^xsd:string ; rdfs:comment "The hasMeasurementResolution relation is used to link to a numerical property whose value indicates the smallest recognizable change in engineering units that the sensor can indicate. "^^xsd:string . @@ -3553,6 +32940,10 @@ s223:hasPhysicalLocation a rdf:Property ; rdfs:label "has Physical Location"^^xsd:string ; rdfs:comment "The relation hasPhysicalLocation is used to indicate the PhysicalSpace (see `s223:PhysicalSpace`) where a piece of Equipment (see `s223:Equipment`) is located."^^xsd:string . +s223:hasSetpoint a rdf:Property ; + rdfs:label "has setpoint"^^xsd:string ; + rdfs:comment "This relation binds a control setpoint to the quantifiable property indicating the desired value which the control process is trying to maintain."^^xsd:string . + s223:hasThermodynamicPhase a rdf:Property ; rdfs:label "has thermodynamic phase"^^xsd:string ; rdfs:comment "The relation hasThermodynamicPhase is used to indicate the thermodynamic phase of the Medium inside a Connection."^^xsd:string . @@ -3561,75 +32952,21111 @@ s223:ofMedium a rdf:Property ; rdfs:label "of medium"^^xsd:string ; rdfs:comment "The relation ofMedium is used to associate a Property with a specific Medium."^^xsd:string . - a s223:QuantifiableObservableProperty ; - ns1:hasQuantityKind ; - ns1:hasUnit . - - a s223:QuantifiableObservableProperty ; - ns1:hasQuantityKind ; - ns1:hasUnit . - - a s223:QuantifiableObservableProperty ; - ns1:hasQuantityKind ; - ns1:hasUnit . - - a s223:QuantifiableObservableProperty ; - ns1:hasQuantityKind ; - ns1:hasUnit . - - a s223:QuantifiableObservableProperty ; - ns1:hasQuantityKind ; - ns1:hasUnit . - - a s223:Connection, - s223:Pipe ; - s223:cnx ; - s223:connectsAt ; - s223:hasMedium s223:Medium-Water . - - a s223:Connection, - s223:Pipe ; - s223:cnx ; - s223:connectsAt ; - s223:hasMedium s223:Medium-Water . - - a s223:Connection, - s223:Pipe ; - s223:cnx ; - s223:connectsAt ; - s223:hasMedium s223:Medium-Water . - - a s223:Connection, - s223:Pipe ; - s223:cnx ; - s223:connectsAt ; - s223:hasMedium s223:Medium-Water . - - a s223:QuantifiableObservableProperty ; - ns1:hasQuantityKind ; - ns1:hasUnit . + owl:imports , + ; + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . - a s223:QuantifiableActuatableProperty ; - s223:hasAspect s223:EnumerationKind-Speed ; - ns1:hasQuantityKind ; - ns1:hasUnit . + owl:imports ; + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; + sh:declare [ sh:namespace "http://data.ashrae.org/standard223#"^^xsd:anyURI ; + sh:prefix "s223"^^xsd:string ], + [ sh:namespace "http://www.w3.org/2000/01/rdf-schema#"^^xsd:anyURI ; + sh:prefix "rdfs"^^xsd:string ] . - a s223:EnumeratedActuatableProperty ; - s223:hasEnumerationKind s223:EnumerationKind-OnOff . + owl:imports ; + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . - a s223:EnumeratedObservableProperty ; - s223:hasEnumerationKind s223:EnumerationKind-OnOff . + owl:imports ; + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; + sh:declare [ sh:namespace "http://qudt.org/schema/qudt/"^^xsd:anyURI ; + sh:prefix "qudt"^^xsd:string ], + [ sh:namespace "http://qudt.org/vocab/quantitykind/"^^xsd:anyURI ; + sh:prefix "quantitykind"^^xsd:string ] . - a s223:QuantifiableActuatableProperty ; - s223:hasAspect s223:EnumerationKind-Speed ; - ns1:hasQuantityKind ; - ns1:hasUnit . + owl:imports ; + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; + sh:declare [ sh:namespace "http://qudt.org/schema/qudt/"^^xsd:anyURI ; + sh:prefix "qudt"^^xsd:string ], + [ sh:namespace "http://data.ashrae.org/standard223#"^^xsd:anyURI ; + sh:prefix "s223"^^xsd:string ] . + + owl:imports . + + owl:imports , + ; + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . + +dcterms:isReplacedBy a rdf:Property ; + rdfs:label "is replaced by"^^xsd:string . + +dcterms:source a rdf:Property ; + rdfs:label "source"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:AbstractQuantityKind-broader a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:QuantityKind ; + sh:path skos:broader . + +ns1:AbstractQuantityKind-latexSymbol a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype ns1:LatexString ; + sh:minCount 0 ; + sh:path ns1:latexSymbol . + +ns1:AbstractQuantityKind-symbol a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:minCount 0 ; + sh:path ns1:symbol . + +ns1:ApplicableUnitsGroup a sh:PropertyGroup ; + rdfs:label "Applicable Units"^^xsd:string ; + rdfs:isDefinedBy ; + sh:order 30.0 . + +ns1:Aspect-rdfs_isDefinedBy a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:group ns1:IdentifiersAndDescriptionsPropertyGroup ; + sh:order 200.0 ; + sh:path rdfs:isDefinedBy . + +ns1:BaseDimensionMagnitude-hasBaseQuantityKind a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:QuantityKind ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path ns1:hasBaseQuantityKind . + +ns1:BaseDimensionMagnitude-vectorMagnitude a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:float ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path ns1:vectorMagnitude . + +ns1:BooleanEncoding a ns1:BooleanEncodingType ; + rdfs:label "Boolean Encoding"^^xsd:string ; + ns1:bits 1 ; + rdfs:isDefinedBy . + +ns1:CT_COUNTABLY-INFINITE a ns1:CardinalityType ; + rdfs:label "Countably Infinite Cardinality Type"^^xsd:string ; + dcterms:description "A set of numbers is called countably infinite if there is a way to enumerate them. Formally this is done with a bijection function that associates each number in the set with exactly one of the positive integers. The set of all fractions is also countably infinite. In other words, any set $X$ that has the same cardinality as the set of the natural numbers, or $| X | \\; = \\; | \\mathbb N | \\; = \\; \\aleph0$, is said to be a countably infinite set."^^ns1:LatexString ; + ns1:informativeReference "http://www.math.vanderbilt.edu/~schectex/courses/infinity.pdf"^^xsd:anyURI ; + ns1:literal "countable"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:CT_FINITE a ns1:CardinalityType ; + rdfs:label "Finite Cardinality Type"^^xsd:string ; + dcterms:description "Any set $X$ with cardinality less than that of the natural numbers, or $| X | \\\\; < \\; | \\\\mathbb N | $, is said to be a finite set."^^ns1:LatexString ; + ns1:literal "finite"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:CT_UNCOUNTABLE a ns1:CardinalityType ; + rdfs:label "Uncountable Cardinality Type"^^xsd:string ; + dcterms:description "Any set with cardinality greater than that of the natural numbers, or $| X | \\; > \\; | \\mathbb N | $, for example $| R| \\; = \\; c \\; > |\\mathbb N |$, is said to be uncountable."^^ns1:LatexString ; + ns1:literal "uncountable"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:CardinalityType-literal a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path ns1:literal . + +ns1:CharEncoding a ns1:BooleanEncodingType, + ns1:CharEncodingType ; + rdfs:label "Char Encoding"^^xsd:string ; + dc:description "7 bits of 1 octet"^^xsd:string ; + ns1:bytes 1 ; + rdfs:isDefinedBy . + +ns1:Citation-description a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path dcterms:description . + +ns1:Citation-url a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:anyURI ; + sh:maxCount 1 ; + sh:path ns1:url . + +ns1:Comment-description a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:maxCount 1 ; + sh:path dcterms:description . + +ns1:Comment-rationale a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype rdf:HTML ; + sh:minCount 0 ; + sh:path ns1:rationale . + +ns1:Concept-abbreviation a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path ns1:abbreviation . + +ns1:Concept-code a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:path ns1:code . + +ns1:Concept-deprecated a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:boolean ; + sh:maxCount 1 ; + sh:path ns1:deprecated . + +ns1:Concept-description a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:path dcterms:description . + +ns1:Concept-guidance a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype rdf:HTML ; + sh:path ns1:guidance . + +ns1:Concept-hasRule a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:Rule ; + sh:path ns1:hasRule . + +ns1:Concept-id a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path ns1:id . + +ns1:Concept-isReplacedBy a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:maxCount 1 ; + sh:path dcterms:isReplacedBy . + +ns1:Concept-plainTextDescription a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:path ns1:plainTextDescription . + +ns1:Concept-rdf_type a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:group ns1:IdentifiersAndDescriptionsPropertyGroup ; + sh:minCount 1 ; + sh:name "type"^^xsd:string ; + sh:order 10.0 ; + sh:path rdf:type . + +ns1:Concept-rdfs_isDefinedBy a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:group ns1:IdentifiersAndDescriptionsPropertyGroup ; + sh:order 200.0 ; + sh:path rdfs:isDefinedBy . + +ns1:Concept-rdfs_label a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:group ns1:IdentifiersAndDescriptionsPropertyGroup ; + sh:minCount 1 ; + sh:order 10.0 ; + sh:path rdfs:label . + +ns1:Concept-rdfs_seeAlso a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:group ns1:IdentifiersAndDescriptionsPropertyGroup ; + sh:order 900.0 ; + sh:path rdfs:seeAlso . + +ns1:Concept-skos_altLabel a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:group ns1:IdentifiersAndDescriptionsPropertyGroup ; + sh:order 12.0 ; + sh:path skos:altLabel . + +ns1:ConstantValue-exactConstant a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:boolean ; + sh:maxCount 1 ; + sh:path ns1:exactConstant . + +ns1:ConstantValue-informativeReference a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:anyURI ; + sh:path ns1:informativeReference . + +ns1:CurrencyUnit-currencyCode a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:path ns1:currencyCode . + +ns1:CurrencyUnit-currencyExponent a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:integer ; + sh:path ns1:currencyExponent . + +ns1:CurrencyUnit-currencyNumber a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:integer ; + sh:path ns1:currencyNumber . + +ns1:DataEncoding-bitOrder a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:EndianType ; + sh:maxCount 1 ; + sh:path ns1:bitOrder . + +ns1:DataEncoding-byteOrder a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:EndianType ; + sh:maxCount 1 ; + sh:path ns1:byteOrder . + +ns1:DataEncoding-encoding a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:Encoding ; + sh:maxCount 1 ; + sh:path ns1:encoding . + +ns1:Datatype-ansiSQLName a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path ns1:ansiSQLName . + +ns1:Datatype-basis a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:Datatype ; + sh:maxCount 1 ; + sh:path ns1:basis . + +ns1:Datatype-bounded a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:maxCount 1 ; + sh:path ns1:bounded . + +ns1:Datatype-cName a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path ns1:cName . + +ns1:Datatype-cardinality a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:CardinalityType ; + sh:maxCount 1 ; + sh:path ns1:cardinality . + +ns1:Datatype-id a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path ns1:id . + +ns1:Datatype-javaName a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path ns1:javaName . + +ns1:Datatype-jsName a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path ns1:jsName . + +ns1:Datatype-matlabName a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path ns1:matlabName . + +ns1:Datatype-microsoftSQLServerName a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path ns1:microsoftSQLServerName . + +ns1:Datatype-mySQLName a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:path ns1:mySQLName . + +ns1:Datatype-odbcName a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path ns1:odbcName . + +ns1:Datatype-oleDBName a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path ns1:oleDBName . + +ns1:Datatype-oracleSQLName a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path ns1:oracleSQLName . + +ns1:Datatype-orderedType a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:OrderedType ; + sh:maxCount 1 ; + sh:path ns1:orderedType . + +ns1:Datatype-protocolBuffersName a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path ns1:protocolBuffersName . + +ns1:Datatype-pythonName a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path ns1:pythonName . + +ns1:Datatype-vbName a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path ns1:vbName . + +ns1:DateTimeStringEncodingType-allowedPattern a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:minCount 1 ; + sh:path ns1:allowedPattern . + +ns1:DoublePrecisionEncoding a ns1:FloatingPointEncodingType ; + rdfs:label "Single Precision Real Encoding"^^xsd:string ; + ns1:bytes 64 ; + rdfs:isDefinedBy . + +ns1:Encoding-bits a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:integer ; + sh:maxCount 1 ; + sh:path ns1:bits . + +ns1:Encoding-bytes a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:integer ; + sh:maxCount 1 ; + sh:path ns1:bytes . + +ns1:EnumeratedQuantity-enumeratedValue a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:EnumeratedValue ; + sh:maxCount 1 ; + sh:path ns1:enumeratedValue . + +ns1:EnumeratedQuantity-enumeration a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:Enumeration ; + sh:maxCount 1 ; + sh:path ns1:enumeration . + +ns1:EnumeratedValue-abbreviation a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path ns1:abbreviation . + +ns1:EnumeratedValue-description a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:maxCount 1 ; + sh:path dcterms:description . + +ns1:EnumeratedValue-symbol a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:maxCount 1 ; + sh:path ns1:symbol . + +ns1:Enumeration-abbreviation a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path ns1:abbreviation . + +ns1:Enumeration-default a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:EnumeratedValue ; + sh:maxCount 1 ; + sh:path ns1:default . + +ns1:Enumeration-element a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:EnumeratedValue ; + sh:minCount 1 ; + sh:path ns1:element . + +ns1:Figure-figureCaption a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path ns1:figureCaption . + +ns1:Figure-figureLabel a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path ns1:figureLabel . + +ns1:Figure-height a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path ns1:height . + +ns1:Figure-image a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:anyURI ; + sh:maxCount 1 ; + sh:path ns1:image . + +ns1:Figure-imageLocation a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:anyURI ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path ns1:imageLocation . + +ns1:Figure-landscape a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:boolean ; + sh:maxCount 1 ; + sh:path ns1:landscape . + +ns1:Figure-width a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path ns1:width . + +ns1:IEEE754_1985RealEncoding a ns1:FloatingPointEncodingType ; + rdfs:label "IEEE 754 1985 Real Encoding"^^xsd:string ; + ns1:bytes 32 ; + rdfs:isDefinedBy . + +ns1:LongUnsignedIntegerEncoding a ns1:IntegerEncodingType ; + rdfs:label "Long Unsigned Integer Encoding"^^xsd:string ; + ns1:bytes 8 ; + rdfs:isDefinedBy . + +ns1:Narratable a ns1:AspectClass, + sh:NodeShape ; + rdfs:label "Narratable"^^xsd:string ; + rdfs:comment "

Narratable specifies properties that provide for documentation and references.

"^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:Aspect . + +ns1:OctetEncoding a ns1:BooleanEncodingType, + ns1:ByteEncodingType ; + rdfs:label "OCTET Encoding"^^xsd:string ; + ns1:bytes 1 ; + rdfs:isDefinedBy . + +ns1:OrderedType-literal a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path ns1:literal . + +ns1:OrdinalScale-order a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path ns1:order . + +ns1:Organization-url a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:anyURI ; + sh:minCount 0 ; + sh:path ns1:url . + +ns1:PartiallyOrdered a ns1:OrderedType ; + rdfs:label "Partially Ordered"^^xsd:string ; + ns1:literal "partial"^^xsd:string ; + ns1:plainTextDescription "Partial ordered structure."^^xsd:string ; + rdfs:isDefinedBy . + +ns1:PhysicalConstant-applicableSystem a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:SystemOfUnits ; + sh:path ns1:applicableSystem . + +ns1:PhysicalConstant-applicableUnit a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:Unit ; + sh:path ns1:applicableUnit . + +ns1:PhysicalConstant-dbpediaMatch a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:anyURI ; + sh:minCount 0 ; + sh:path ns1:dbpediaMatch . + +ns1:PhysicalConstant-exactConstant a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:boolean ; + sh:path ns1:exactConstant . + +ns1:PhysicalConstant-exactMatch a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:PhysicalConstant ; + sh:path ns1:exactMatch . + +ns1:PhysicalConstant-hasDimensionVector a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:QuantityKindDimensionVector ; + sh:path ns1:hasDimensionVector . + +ns1:PhysicalConstant-iec61360Code a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:minCount 0 ; + sh:path ns1:iec61360Code . + +ns1:PhysicalConstant-informativeReference a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:anyURI ; + sh:path ns1:informativeReference . + +ns1:PhysicalConstant-isoNormativeReference a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:anyURI ; + sh:path ns1:isoNormativeReference . + +ns1:PhysicalConstant-latexDefinition a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype ns1:LatexString ; + sh:maxCount 1 ; + sh:path ns1:latexDefinition . + +ns1:PhysicalConstant-latexSymbol a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype ns1:LatexString ; + sh:minCount 0 ; + sh:path ns1:latexSymbol . + +ns1:PhysicalConstant-mathMLdefinition a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path ns1:mathMLdefinition . + +ns1:PhysicalConstant-normativeReference a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:anyURI ; + sh:path ns1:normativeReference . + +ns1:PhysicalConstant-siExactMatch a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:maxCount 1 ; + sh:path ns1:siExactMatch . + +ns1:PhysicalConstant-symbol a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:path ns1:symbol . + +ns1:PhysicalConstant-ucumCode a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype ns1:UCUMcs ; + sh:path ns1:ucumCode . + +ns1:Prefix-exactMatch a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:Prefix ; + sh:path ns1:exactMatch . + +ns1:Prefix-latexSymbol a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype ns1:LatexString ; + sh:minCount 0 ; + sh:path ns1:latexSymbol . + +ns1:Prefix-prefixMultiplier a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:path ns1:prefixMultiplier . + +ns1:Prefix-siExactMatch a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:maxCount 1 ; + sh:path ns1:siExactMatch . + +ns1:Prefix-symbol a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:minCount 0 ; + sh:path ns1:symbol . + +ns1:Prefix-ucumCode a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:path ns1:ucumCode ; + sh:pattern "[\\x21,\\x23-\\x27,\\x2a,\\x2c,\\x30-\\x3c,\\x3e-\\x5a,\\x5c,\\x5e-\\x7a,\\x7c,\\x7e]+"^^xsd:string . + +ns1:Quantifiable-dataEncoding a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:DataEncoding ; + sh:maxCount 1 ; + sh:path ns1:dataEncoding . + +ns1:Quantifiable-dataType a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:Datatype ; + sh:maxCount 1 ; + sh:path ns1:dataType . + +ns1:Quantifiable-hasUnit a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:Unit ; + sh:maxCount 1 ; + sh:path ns1:hasUnit . + +ns1:Quantifiable-relativeStandardUncertainty a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:path ns1:relativeStandardUncertainty . + +ns1:Quantifiable-standardUncertainty a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:decimal ; + sh:maxCount 1 ; + sh:path ns1:standardUncertainty . + +ns1:Quantifiable-standardUncertaintySN a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:path ns1:standardUncertaintySN . + +ns1:Quantifiable-unit a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:Unit ; + sh:maxCount 1 ; + sh:path ns1:unit . + +ns1:Quantifiable-value a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:maxCount 1 ; + sh:path ns1:value . + +ns1:Quantifiable-valueSN a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:maxCount 1 ; + sh:path ns1:valueSN . + +ns1:Quantity-hasQuantityKind a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:QuantityKind ; + sh:minCount 0 ; + sh:path ns1:hasQuantityKind . + +ns1:Quantity-isDeltaQuantity a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:boolean ; + sh:path ns1:isDeltaQuantity . + +ns1:Quantity-quantityValue a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:QuantityValue ; + sh:path ns1:quantityValue . + +ns1:QuantityKind-applicableCGSUnit a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:Unit ; + sh:minCount 0 ; + sh:path ns1:applicableCGSUnit . + +ns1:QuantityKind-applicableISOUnit a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:Unit ; + sh:minCount 0 ; + sh:path ns1:applicableISOUnit . + +ns1:QuantityKind-applicableImperialUnit a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:Unit ; + sh:minCount 0 ; + sh:path ns1:applicableImperialUnit . + +ns1:QuantityKind-applicableSIUnit a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:Unit ; + sh:minCount 0 ; + sh:path ns1:applicableSIUnit . + +ns1:QuantityKind-applicableUSCustomaryUnit a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:Unit ; + sh:minCount 0 ; + sh:path ns1:applicableUSCustomaryUnit . + +ns1:QuantityKind-applicableUnit a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:Unit ; + sh:minCount 0 ; + sh:path ns1:applicableUnit . + +ns1:QuantityKind-baseCGSUnitDimensions a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:maxCount 1 ; + sh:path ns1:baseCGSUnitDimensions . + +ns1:QuantityKind-baseISOUnitDimensions a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:maxCount 1 ; + sh:path ns1:baseISOUnitDimensions . + +ns1:QuantityKind-baseImperialUnitDimensions a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:maxCount 1 ; + sh:path ns1:baseImperialUnitDimensions . + +ns1:QuantityKind-baseSIUnitDimensions a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:maxCount 1 ; + sh:path ns1:baseSIUnitDimensions . + +ns1:QuantityKind-baseUSCustomaryUnitDimensions a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:maxCount 1 ; + sh:path ns1:baseUSCustomaryUnitDimensions . + +ns1:QuantityKind-belongsToSystemOfQuantities a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:SystemOfQuantityKinds ; + sh:path ns1:belongsToSystemOfQuantities . + +ns1:QuantityKind-dimensionVectorForSI a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:QuantityKindDimensionVector_SI ; + sh:maxCount 1 ; + sh:path ns1:dimensionVectorForSI . + +ns1:QuantityKind-exactMatch a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:QuantityKind ; + sh:path ns1:exactMatch . + +ns1:QuantityKind-expression a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:minCount 0 ; + sh:path ns1:expression . + +ns1:QuantityKind-generalization a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:QuantityKind ; + sh:maxCount 1 ; + sh:path ns1:generalization . + +ns1:QuantityKind-hasDimensionVector a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:QuantityKindDimensionVector ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path ns1:hasDimensionVector ; + sh:severity sh:Info . + +ns1:QuantityKind-iec61360Code a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:path ns1:iec61360Code . + +ns1:QuantityKind-latexDefinition a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype ns1:LatexString ; + sh:maxCount 1 ; + sh:path ns1:latexDefinition . + +ns1:QuantityKind-mathMLdefinition a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path ns1:mathMLdefinition . + +ns1:QuantityKind-qkdvDenominator a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:QuantityKindDimensionVector ; + sh:maxCount 1 ; + sh:path ns1:qkdvDenominator . + +ns1:QuantityKind-qkdvNumerator a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:QuantityKindDimensionVector ; + sh:maxCount 1 ; + sh:path ns1:qkdvNumerator . + +ns1:QuantityKind-siExactMatch a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:maxCount 1 ; + sh:path ns1:siExactMatch . + +ns1:QuantityKindDimensionVector-dimensionExponentForAmountOfSubstance a sh:PropertyShape ; + rdfs:isDefinedBy , + ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or ns1:NumericUnionList ; + sh:path ns1:dimensionExponentForAmountOfSubstance . + +ns1:QuantityKindDimensionVector-dimensionExponentForElectricCurrent a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:integer ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path ns1:dimensionExponentForElectricCurrent . + +ns1:QuantityKindDimensionVector-dimensionExponentForLength a sh:PropertyShape ; + rdfs:isDefinedBy , + ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or ns1:NumericUnionList ; + sh:path ns1:dimensionExponentForLength . + +ns1:QuantityKindDimensionVector-dimensionExponentForLuminousIntensity a sh:PropertyShape ; + rdfs:isDefinedBy , + ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or ns1:NumericUnionList ; + sh:path ns1:dimensionExponentForLuminousIntensity . + +ns1:QuantityKindDimensionVector-dimensionExponentForMass a sh:PropertyShape ; + rdfs:isDefinedBy , + ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or ns1:NumericUnionList ; + sh:path ns1:dimensionExponentForMass . + +ns1:QuantityKindDimensionVector-dimensionExponentForThermodynamicTemperature a sh:PropertyShape ; + rdfs:isDefinedBy , + ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or ns1:NumericUnionList ; + sh:path ns1:dimensionExponentForThermodynamicTemperature . + +ns1:QuantityKindDimensionVector-dimensionExponentForTime a sh:PropertyShape ; + rdfs:isDefinedBy , + ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or ns1:NumericUnionList ; + sh:path ns1:dimensionExponentForTime . + +ns1:QuantityKindDimensionVector-dimensionlessExponent a sh:PropertyShape ; + rdfs:isDefinedBy , + ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or ns1:NumericUnionList ; + sh:path ns1:dimensionlessExponent . + +ns1:QuantityKindDimensionVector-hasReferenceQuantityKind a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:QuantityKind ; + sh:path ns1:hasReferenceQuantityKind . + +ns1:QuantityKindDimensionVector-latexDefinition a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype ns1:LatexString ; + sh:maxCount 1 ; + sh:path ns1:latexDefinition . + +ns1:QuantityKindDimensionVector-latexSymbol a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype ns1:LatexString ; + sh:minCount 0 ; + sh:path ns1:latexSymbol . + +ns1:QuantityType-value a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:QuantityKind ; + sh:path ns3:value . + +ns1:QuantityValue-hasUnit a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:Unit ; + sh:maxCount 1 ; + sh:path ns1:hasUnit . + +ns1:QuantityValue-unit a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:Unit ; + sh:maxCount 1 ; + sh:path ns1:unit . + +ns1:Rule-example a sh:PropertyShape ; + rdfs:isDefinedBy , + ; + sh:minCount 0 ; + sh:or ns1:HTMLOrStringOrLangStringOrLatexString ; + sh:path ns1:example . + +ns1:Rule-rationale a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype rdf:HTML ; + sh:minCount 0 ; + sh:path ns1:rationale . + +ns1:Rule-ruleType a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:RuleType ; + sh:path ns1:ruleType . + +ns1:SIGNED a ns1:SignednessType ; + rdfs:label "Signed"^^xsd:string ; + ns3:literal "signed"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:ScalarDatatype-bits a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:integer ; + sh:maxCount 1 ; + sh:path ns1:bits . + +ns1:ScalarDatatype-bytes a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:integer ; + sh:maxCount 1 ; + sh:path ns1:bytes . + +ns1:ScalarDatatype-length a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:integer ; + sh:maxCount 1 ; + sh:path ns1:length . + +ns1:ScalarDatatype-maxExclusive a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path ns1:maxExclusive . + +ns1:ScalarDatatype-maxInclusive a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:maxCount 1 ; + sh:path ns1:maxInclusive . + +ns1:ScalarDatatype-minExclusive a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:maxCount 1 ; + sh:path ns1:minExclusive . + +ns1:ScalarDatatype-minInclusive a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:maxCount 1 ; + sh:path ns1:minInclusive . + +ns1:ScalarDatatype-rdfsDatatype a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class rdfs:Datatype ; + sh:maxCount 1 ; + sh:path ns1:rdfsDatatype . + +ns1:Scale-dataStructure a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path ns1:dataStructure . + +ns1:Scale-permissibleMaths a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:MathsFunctionType ; + sh:path ns1:permissibleMaths . + +ns1:Scale-permissibleTransformation a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:TransformType ; + sh:path ns1:permissibleTransformation . + +ns1:Scale-scaleType a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:ScaleType ; + sh:maxCount 1 ; + sh:path ns1:scaleType . + +ns1:ScaleType-dataStructure a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path ns1:dataStructure . + +ns1:ScaleType-permissibleMaths a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:MathsFunctionType ; + sh:path ns1:permissibleMaths . + +ns1:ScaleType-permissibleTransformation a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:TransformType ; + sh:path ns1:permissibleTransformation . + +ns1:SignedIntegerEncoding a ns1:IntegerEncodingType ; + rdfs:label "Signed Integer Encoding"^^xsd:string ; + ns1:bytes 4 ; + rdfs:isDefinedBy . + +ns1:SinglePrecisionRealEncoding a ns1:FloatingPointEncodingType ; + rdfs:label "Single Precision Real Encoding"^^xsd:string ; + ns1:bytes 32 ; + rdfs:isDefinedBy . + +ns1:StructuredDatatype-elementType a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:maxCount 1 ; + sh:path ns1:elementType . + +ns1:SystemOfQuantityKinds-baseDimensionEnumeration a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:Enumeration ; + sh:maxCount 1 ; + sh:path ns1:baseDimensionEnumeration . + +ns1:SystemOfQuantityKinds-hasBaseQuantityKind a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:QuantityKind ; + sh:minCount 0 ; + sh:path ns1:hasBaseQuantityKind . + +ns1:SystemOfQuantityKinds-hasQuantityKind a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:QuantityKind ; + sh:minCount 0 ; + sh:path ns1:hasQuantityKind . + +ns1:SystemOfQuantityKinds-hasUnitSystem a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:SystemOfUnits ; + sh:maxCount 1 ; + sh:path ns1:hasUnitSystem . + +ns1:SystemOfQuantityKinds-systemDerivedQuantityKind a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:QuantityKind ; + sh:minCount 0 ; + sh:path ns1:systemDerivedQuantityKind . + +ns1:SystemOfUnits-applicablePhysicalConstant a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:PhysicalConstant ; + sh:path ns1:applicablePhysicalConstant . + +ns1:SystemOfUnits-hasAllowedUnit a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:Unit ; + sh:path ns1:hasAllowedUnit . + +ns1:SystemOfUnits-hasBaseUnit a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:Unit ; + sh:path ns1:hasBaseUnit . + +ns1:SystemOfUnits-hasCoherentUnit a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:Unit ; + sh:path ns1:hasCoherentUnit . + +ns1:SystemOfUnits-hasDefinedUnit a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:Unit ; + sh:path ns1:hasDefinedUnit . + +ns1:SystemOfUnits-hasDerivedCoherentUnit a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:Unit ; + sh:path ns1:hasDerivedCoherentUnit . + +ns1:SystemOfUnits-hasDerivedUnit a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:Unit ; + sh:path ns1:hasDerivedUnit . + +ns1:SystemOfUnits-hasUnit a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:Unit ; + sh:path ns1:hasUnit . + +ns1:SystemOfUnits-prefix a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:Prefix ; + sh:path ns1:prefix . + +ns1:TotallyOrdered a ns1:OrderedType ; + rdfs:label "Totally Ordered"^^xsd:string ; + ns1:literal "total"^^xsd:string ; + ns1:plainTextDescription "Totally ordered structure."^^xsd:string ; + rdfs:isDefinedBy . + +ns1:UNSIGNED a ns1:SignednessType ; + rdfs:label "Unsigned"^^xsd:string ; + ns3:literal "unsigned"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:Unit-applicableSystem a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:SystemOfUnits ; + sh:path ns1:applicableSystem . + +ns1:Unit-conversionMultiplier a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:decimal ; + sh:maxCount 1 ; + sh:path ns1:conversionMultiplier . + +ns1:Unit-conversionMultiplierSN a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:path ns1:conversionMultiplierSN . + +ns1:Unit-conversionOffset a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:decimal ; + sh:maxCount 1 ; + sh:path ns1:conversionOffset . + +ns1:Unit-conversionOffsetSN a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:path ns1:conversionOffsetSN . + +ns1:Unit-definedUnitOfSystem a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:SystemOfUnits ; + sh:path ns1:definedUnitOfSystem . + +ns1:Unit-derivedCoherentUnitOfSystem a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:SystemOfUnits ; + sh:path ns1:derivedCoherentUnitOfSystem . + +ns1:Unit-derivedUnitOfSystem a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:SystemOfUnits ; + sh:path ns1:derivedUnitOfSystem . + +ns1:Unit-exactMatch a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:Unit ; + sh:path ns1:exactMatch . + +ns1:Unit-expression a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:minCount 0 ; + sh:path ns1:expression . + +ns1:Unit-hasDimensionVector a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:QuantityKindDimensionVector ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path ns1:hasDimensionVector . + +ns1:Unit-hasQuantityKind a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:QuantityKind ; + sh:minCount 1 ; + sh:path ns1:hasQuantityKind ; + sh:severity sh:Info . + +ns1:Unit-iec61360Code a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:path ns1:iec61360Code . + +ns1:Unit-latexDefinition a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype ns1:LatexString ; + sh:minCount 0 ; + sh:path ns1:latexDefinition . + +ns1:Unit-latexSymbol a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype ns1:LatexString ; + sh:minCount 0 ; + sh:path ns1:latexSymbol . + +ns1:Unit-mathMLdefinition a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:path ns1:mathMLdefinition . + +ns1:Unit-omUnit a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:path ns1:omUnit . + +ns1:Unit-prefix a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:Prefix ; + sh:maxCount 1 ; + sh:path ns1:prefix . + +ns1:Unit-qkdvDenominator a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:QuantityKindDimensionVector ; + sh:maxCount 1 ; + sh:path ns1:qkdvDenominator . + +ns1:Unit-qkdvNumerator a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:QuantityKindDimensionVector ; + sh:maxCount 1 ; + sh:path ns1:qkdvNumerator . + +ns1:Unit-siExactMatch a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:maxCount 1 ; + sh:path ns1:siExactMatch . + +ns1:Unit-siUnitsExpression a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:minCount 0 ; + sh:path ns1:siUnitsExpression . + +ns1:Unit-symbol a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:minCount 0 ; + sh:path ns1:symbol . + +ns1:Unit-ucumCode a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype ns1:UCUMcs ; + sh:path ns1:ucumCode ; + sh:pattern "[\\x21-\\x7e]+"^^xsd:string . + +ns1:Unit-udunitsCode a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:path ns1:udunitsCode . + +ns1:Unit-uneceCommonCode a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:path ns1:uneceCommonCode . + +ns1:Unit-unitOfSystem a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:SystemOfUnits ; + sh:path ns1:isUnitOfSystem . + +ns1:Unordered a ns1:OrderedType ; + rdfs:label "Unordered"^^xsd:string ; + ns1:literal "unordered"^^xsd:string ; + ns1:plainTextDescription "Unordered structure."^^xsd:string ; + rdfs:isDefinedBy . + +ns1:UnsignedIntegerEncoding a ns1:IntegerEncodingType ; + rdfs:label "Unsigned Integer Encoding"^^xsd:string ; + ns1:bytes 4 ; + rdfs:isDefinedBy . + +ns1:UserQuantityKind-hasQuantityKind a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:class ns1:QuantityKind ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path ns1:hasQuantityKind . + +ns1:Verifiable-dbpediaMatch a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:anyURI ; + sh:minCount 0 ; + sh:path ns1:dbpediaMatch . + +ns1:Verifiable-informativeReference a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:anyURI ; + sh:minCount 0 ; + sh:path ns1:informativeReference . + +ns1:Verifiable-isoNormativeReference a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:anyURI ; + sh:minCount 0 ; + sh:path ns1:isoNormativeReference . + +ns1:Verifiable-normativeReference a sh:PropertyShape ; + rdfs:isDefinedBy ; + sh:datatype xsd:anyURI ; + sh:minCount 0 ; + sh:path ns1:normativeReference . + +ns1:allowedPattern a rdf:Property ; + rdfs:label "allowed pattern"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:ansiSQLName a rdf:Property ; + rdfs:label "ANSI SQL Name"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:applicableCGSUnit a rdf:Property ; + rdfs:label "applicable CGS unit"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf ns1:applicableUnit . + +ns1:applicableISOUnit a rdf:Property ; + rdfs:label "applicable ISO unit"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf ns1:applicableUnit . + +ns1:applicableImperialUnit a rdf:Property ; + rdfs:label "applicable Imperial unit"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf ns1:applicableUnit . + +ns1:applicablePhysicalConstant a rdf:Property ; + rdfs:label "applicable physical constant"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:applicableSIUnit a rdf:Property ; + rdfs:label "applicable SI unit"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf ns1:applicableUnit . + +ns1:applicableUSCustomaryUnit a rdf:Property ; + rdfs:label "applicable US Customary unit"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf ns1:applicableUnit . + +ns1:baseDimensionEnumeration a rdf:Property ; + rdfs:label "base dimension enumeration"^^xsd:string ; + dcterms:description "This property associates a system of quantities with an enumeration that enumerates the base dimensions of the system in canonical order."^^rdf:HTML ; + rdfs:isDefinedBy . + +ns1:basis a rdf:Property ; + rdfs:label "basis"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:belongsToSystemOfQuantities a rdf:Property ; + rdfs:label "belongs to system of quantities"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:bitOrder a rdf:Property ; + rdfs:label "bit order"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:bounded a rdf:Property ; + rdfs:label "bounded"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:byteOrder a rdf:Property ; + rdfs:label "byte order"^^xsd:string ; + dcterms:description "Byte order is an enumeration of two values: 'Big Endian' and 'Little Endian' and is used to denote whether the most signiticant byte is either first or last, respectively."^^xsd:string ; + rdfs:isDefinedBy . + +ns1:cName a rdf:Property ; + rdfs:label "C Language name"^^xsd:string ; + rdfs:comment "Datatype name in the C programming language"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:cardinality a rdf:Property ; + rdfs:label "cardinality"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:code a rdf:Property ; + rdfs:label "code"^^xsd:string ; + dcterms:description "A code is a string that uniquely identifies a QUDT concept. The use of this property has been deprecated."^^rdf:HTML ; + ns1:deprecated true ; + rdfs:isDefinedBy . + +ns1:conversionMultiplier a rdf:Property ; + rdfs:label "conversion multiplier"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:conversionMultiplierSN a rdf:Property ; + rdfs:label "conversion multiplier scientific"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:conversionOffset a rdf:Property ; + rdfs:label "conversion offset"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:conversionOffsetSN a rdf:Property ; + rdfs:label "conversion offset scientific"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:currencyCode a rdf:Property ; + rdfs:label "currency code"^^xsd:string ; + dcterms:description "Alphabetic Currency Code as defined by ISO 4217. For example, the currency code for the US dollar is USD."^^rdf:HTML ; + rdfs:isDefinedBy . + +ns1:currencyExponent a rdf:Property ; + rdfs:label "currency exponent"^^xsd:string ; + dcterms:description "The currency exponent indicates the number of decimal places between a major currency unit and its minor currency unit. For example, the US dollar is the major currency unit of the United States, and the US cent is the minor currency unit. Since one cent is 1/100 of a dollar, the US dollar has a currency exponent of 2. However, the Japanese Yen has no minor currency units, so the yen has a currency exponent of 0."^^rdf:HTML ; + rdfs:isDefinedBy . + +ns1:currencyNumber a rdf:Property ; + rdfs:label "currency number"^^xsd:string ; + dcterms:description "Numeric Currency Code as defined by ISO 4217. For example, the currency number for the US dollar is 840."^^rdf:HTML ; + rdfs:isDefinedBy . + +ns1:dataEncoding a rdf:Property ; + rdfs:label "data encoding"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:dataType a rdf:Property ; + rdfs:label "datatype"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:default a rdf:Property ; + rdfs:label "default"^^xsd:string ; + dcterms:description "The default element in an enumeration"^^rdf:HTML ; + rdfs:isDefinedBy . + +ns1:deprecated a rdf:Property ; + rdfs:label "deprecated"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:derivedCoherentUnitOfSystem a rdf:Property ; + rdfs:label "is coherent derived unit of system"^^xsd:string ; + dcterms:description "This property relates a unit of measure to the unit system in which the unit is derived from the system's base units with a proportionality constant of one."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf ns1:coherentUnitOfSystem, + ns1:derivedUnitOfSystem . + +ns1:dimensionExponentForAmountOfSubstance a rdf:Property ; + rdfs:label "dimension exponent for amount of substance"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:dimensionExponentForElectricCurrent a rdf:Property ; + rdfs:label "dimension exponent for electric current"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:dimensionExponentForLength a rdf:Property ; + rdfs:label "dimension exponent for length"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:dimensionExponentForLuminousIntensity a rdf:Property ; + rdfs:label "dimension exponent for luminous intensity"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:dimensionExponentForMass a rdf:Property ; + rdfs:label "dimension exponent for mass"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:dimensionExponentForThermodynamicTemperature a rdf:Property ; + rdfs:label "dimension exponent for thermodynamic temperature"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:dimensionExponentForTime a rdf:Property ; + rdfs:label "dimension exponent for time"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:dimensionVectorForSI a rdf:Property ; + rdfs:label "dimension vector for SI"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:dimensionlessExponent a rdf:Property ; + rdfs:label "dimensionless exponent"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:element a rdf:Property ; + rdfs:label "element"^^xsd:string ; + dcterms:description "An element of an enumeration"^^rdf:HTML ; + rdfs:isDefinedBy . + +ns1:elementType a rdf:Property ; + rdfs:label "element type"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:encoding a rdf:Property ; + rdfs:label "encoding"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:example a rdf:Property ; + rdfs:label "example"^^xsd:string ; + rdfs:comment "The 'qudt:example' property is used to annotate an instance of a class with a reference to a concept that is an example. The type of this property is 'rdf:Property'. This allows both scalar and object ranges."^^rdf:HTML ; + rdfs:isDefinedBy . + +ns1:figureCaption a rdf:Property ; + rdfs:label "figure caption"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:figureLabel a rdf:Property ; + rdfs:label "figure label"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:generalization a rdf:Property ; + rdfs:label "generalization"^^xsd:string ; + dcterms:description "This deprecated property was intended to relate a quantity kind to its generalization."^^rdf:HTML ; + dcterms:isReplacedBy skos:broader ; + ns1:deprecated true ; + rdfs:isDefinedBy . + +ns1:guidance a rdf:Property ; + rdfs:label "guidance"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:hasAllowedUnit a rdf:Property ; + rdfs:label "allowed unit"^^xsd:string ; + dcterms:description "This property relates a unit system with a unit of measure that is not defined by or part of the system, but is allowed for use within the system. An allowed unit must be convertible to some dimensionally eqiuvalent unit that is defined by the system."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf ns1:hasUnit . + +ns1:hasBaseUnit a rdf:Property ; + rdfs:label "base unit"^^xsd:string ; + dcterms:description "This property relates a system of units to a base unit defined within the system. The base units of a system are used to define the derived units of the system by expressing the derived units as products of the base units raised to a rational power."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf ns1:hasCoherentUnit . + +ns1:hasDerivedCoherentUnit a rdf:Property ; + rdfs:label "derived coherent unit"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf ns1:hasCoherentUnit, + ns1:hasDerivedUnit . + +ns1:hasReferenceQuantityKind a rdf:Property ; + rdfs:label "has reference quantity kind"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:hasRule a rdf:Property ; + rdfs:label "has rule"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:height a rdf:Property ; + rdfs:label "height"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:image a rdf:Property ; + rdfs:label "image"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:imageLocation a rdf:Property ; + rdfs:label "image location"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:isDeltaQuantity a rdf:Property ; + rdfs:label "is Delta Quantity"^^xsd:string ; + rdfs:comment "This property is used to identify a Quantity instance that is a measure of a change, or interval, of some property, rather than a measure of its absolute value. This is important for measurements such as temperature differences where the conversion among units would be calculated differently because of offsets."^^xsd:string ; + rdfs:isDefinedBy . + +ns1:javaName a rdf:Property ; + rdfs:label "java name"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:jsName a rdf:Property ; + rdfs:label "Javascript name"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:landscape a rdf:Property ; + rdfs:label "landscape"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:length a rdf:Property ; + rdfs:label "length"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:mathDefinition a rdf:Property ; + rdfs:label "math definition"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:matlabName a rdf:Property ; + rdfs:label "matlab name"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:maxExclusive a rdf:Property ; + rdfs:label "max exclusive"^^xsd:string ; + dcterms:description "maxExclusive is the exclusive upper bound of the value space for a datatype with the ordered property. The value of maxExclusive must be in the value space of the base type or be equal to {value} in {base type definition}."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf ns1:upperBound . + +ns1:maxInclusive a rdf:Property ; + rdfs:label "max inclusive"^^xsd:string ; + dcterms:description "maxInclusive is the inclusive upper bound of the value space for a datatype with the ordered property. The value of maxInclusive must be in the value space of the base type."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf ns1:upperBound . + +ns1:microsoftSQLServerName a rdf:Property ; + rdfs:label "Microsoft SQL Server name"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:minExclusive a rdf:Property ; + rdfs:label "min exclusive"^^xsd:string ; + dcterms:description "minExclusive is the exclusive lower bound of the value space for a datatype with the ordered property. The value of minExclusive must be in the value space of the base type or be equal to {value} in {base type definition}."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf ns1:lowerBound . + +ns1:minInclusive a rdf:Property ; + rdfs:label "min inclusive"^^xsd:string ; + dcterms:description "minInclusive is the inclusive lower bound of the value space for a datatype with the ordered property. The value of minInclusive must be in the value space of the base type."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf ns1:lowerBound . + +ns1:mySQLName a rdf:Property ; + rdfs:label "MySQL name"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:odbcName a rdf:Property ; + rdfs:label "ODBC name"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:oleDBName a rdf:Property ; + rdfs:label "OLE DB name"^^xsd:string ; + dcterms:description "OLE DB (Object Linking and Embedding, Database, sometimes written as OLEDB or OLE-DB), an API designed by Microsoft, allows accessing data from a variety of sources in a uniform manner. The API provides a set of interfaces implemented using the Component Object Model (COM); it is otherwise unrelated to OLE. "^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/OLE_DB"^^xsd:anyURI, + "http://msdn.microsoft.com/en-us/library/windows/desktop/ms714931(v=vs.85).aspx"^^xsd:anyURI ; + rdfs:isDefinedBy . + +ns1:omUnit a rdf:Property ; + rdfs:label "om unit"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:oracleSQLName a rdf:Property ; + rdfs:label "ORACLE SQL name"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:order a rdf:Property ; + rdfs:label "order"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:orderedType a rdf:Property ; + rdfs:label "ordered type"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:plainTextDescription a rdf:Property ; + rdfs:label "description (plain text)"^^xsd:string ; + dcterms:description "A plain text description is used to provide a description with only simple ASCII characters for cases where LaTeX , HTML or other markup would not be appropriate."^^rdf:HTML ; + rdfs:isDefinedBy . + +ns1:prefixMultiplier a rdf:Property ; + rdfs:label "prefix multiplier"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:protocolBuffersName a rdf:Property ; + rdfs:label "protocol buffers name"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:pythonName a rdf:Property ; + rdfs:label "python name"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:quantityValue a rdf:Property ; + rdfs:label "quantity value"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:rdfsDatatype a rdf:Property ; + rdfs:label "rdfs datatype"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:relativeStandardUncertainty a rdf:Property ; + rdfs:label "relative standard uncertainty"^^xsd:string ; + dcterms:description "The relative standard uncertainty of a measurement is the (absolute) standard uncertainty divided by the magnitude of the exact value."^^rdf:HTML ; + rdfs:isDefinedBy . + +ns1:ruleType a rdf:Property ; + rdfs:label "rule type"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:scaleType a rdf:Property ; + rdfs:label "scale type"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:siUnitsExpression a rdf:Property ; + rdfs:label "si units expression"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:standardUncertainty a rdf:Property ; + rdfs:label "standard uncertainty"^^xsd:string ; + dcterms:description "The standard uncertainty of a quantity is the estimated standard deviation of the mean taken from a series of measurements."^^rdf:HTML ; + rdfs:isDefinedBy . + +ns1:standardUncertaintySN a rdf:Property ; + rdfs:label "standard uncertainty scientific"^^xsd:string ; + dcterms:description "The standard uncertainty of a quantity is the estimated standard deviation of the mean taken from a series of measurements."^^rdf:HTML ; + rdfs:isDefinedBy . + +ns1:systemDerivedQuantityKind a rdf:Property ; + rdfs:label "system derived quantity kind"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf ns1:hasQuantityKind . + +ns1:udunitsCode a rdf:Property ; + rdfs:label "udunits code"^^xsd:string ; + dcterms:description "The UDUNITS package supports units of physical quantities. Its C library provides for arithmetic manipulation of units and for conversion of numeric values between compatible units. The package contains an extensive unit database, which is in XML format and user-extendable. The package also contains a command-line utility for investigating units and converting values."^^rdf:HTML ; + dcterms:source "https://www.unidata.ucar.edu/software/udunits/"^^xsd:anyURI ; + rdfs:isDefinedBy . + +ns1:uneceCommonCode a rdf:Property ; + rdfs:label "unece common code"^^xsd:string ; + dcterms:description "The UN/CEFACT Recommendation 20 provides three character alphabetic and alphanumeric codes for representing units of measurement for length, area, volume/capacity, mass (weight), time, and other quantities used in international trade. The codes are intended for use in manual and/or automated systems for the exchange of information between participants in international trade."^^rdf:HTML ; + dcterms:source "https://service.unece.org/trade/uncefact/vocabulary/rec20/"^^xsd:anyURI, + "https://unece.org/trade/documents/2021/06/uncefact-rec20-0"^^xsd:anyURI ; + rdfs:isDefinedBy . + +ns1:valueSN a rdf:Property ; + rdfs:label "value scientific"^^xsd:string ; + dcterms:description "A property to relate an observable thing with a value expressed in scientific notation"^^rdf:HTML ; + rdfs:isDefinedBy . + +ns1:vbName a rdf:Property ; + rdfs:label "Vusal Basic name"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:vectorMagnitude a rdf:Property ; + rdfs:label "vector magnitude"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:width a rdf:Property ; + rdfs:label "width"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "atomic unit of charge"@en ; + ns1:exactMatch ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:AtomicUnit, + ns1:PhysicalConstant ; + rdfs:label "Elementary Charge"@en ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Elementary_charge"^^xsd:anyURI ; + ns1:exactMatch ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Elementary_charge"^^xsd:anyURI, + "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:plainTextDescription "The \"Elementary Charge\" is the electric charge carried by a single proton, or equivalently, the negation (opposite) of the electric charge carried by a single electron."^^xsd:string ; + ns1:quantityValue ; + ns1:siExactMatch ; + ns1:symbol "e"^^xsd:string ; + ns1:ucumCode "[e]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "Loschmidt constant 273.15 K 101.325 kPa"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:PhysicalConstant ; + rdfs:label "molar gas constant"@en ; + dcterms:description """ + The constant $\\textit{Molar Gas Constant}$, also known as the gas constant, universal, or ideal gas constant, denoted by the symbol $R$, + is a physical constant which is featured in many fundamental equations in the physical sciences, + such as the ideal gas law and the Nernst equation. + It is equivalent to the Boltzmann constant, but expressed in units of energy (i.e. the pressure-volume + product) per temperature increment per mole (rather than energy per temperature increment per particle). + """^^ns1:LatexString ; + ns1:abbreviation "j-mol^{-1}-k^{-1}"^^xsd:string ; + ns1:applicableUnit ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Gas_constant"^^xsd:anyURI ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Gas_constant"^^xsd:anyURI, + "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "$pV_m = RT$, where $p$ is pressure, $V_m$ is molar volume, and $T$ is thermodynamic temperature."^^ns1:LatexString ; + ns1:latexSymbol "$R$"^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "molar volume of ideal gas 273.15 K 100 kPa"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "molar volume of ideal gas 273.15 K 101.325 kPa"@en ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "Planck Constant"@en ; + dcterms:description """ + The constant $\\textit{Planck Constant}$ is a physical constant that is the quantum of action in quantum mechanics. + The Planck constant was first described as the proportionality constant between the energy ($E$) of a photon + and the frequency ($\\nu$) of its associated electromagnetic wave. + """^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Planck_constant"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Planck_constant"^^xsd:anyURI, + "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "$E = h\\nu = \\frac{hc}{\\lambda}$, where $E$ is energy, $\\nu$ is frequency, $\\lambda$ is wavelength, and $c$ is the speed of light."^^ns1:LatexString ; + ns1:latexSymbol "$h$"^^ns1:LatexString ; + ns1:quantityValue ; + ns1:siExactMatch ; + ns1:ucumCode "[h]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "Speed of Light (vacuum)"@en ; + dcterms:description """ + The $\\textit{Speed of Light in Vacuum}$, is a universal physical constant important in many areas of physics. + Its value is 299,792,458 metres per second, a figure that is exact because the length of the metre is + defined from this constant and the international standard for time. + """^^ns1:LatexString ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://dbpedia.org/resource/Speed_of_light"^^xsd:anyURI, + "http://en.wikipedia.org/wiki/Speed_of_light"^^xsd:anyURI, + "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI, + "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-34"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "$c_0 = 1 / \\sqrt{\\epsilon_0 \\mu_0}$, where {\\epsilon_0} is the permittivity of vacuum, and $\\mu_0$ is the magnetic constant."^^ns1:LatexString ; + ns1:latexSymbol "$C_0$"^^ns1:LatexString ; + ns1:quantityValue , + ; + ns1:siExactMatch ; + ns1:ucumCode "[c]"^^ns1:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + . + + a ns1:PhysicalConstant ; + rdfs:label "Universal Gas Constant"@en ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:latexSymbol "$R$"^^ns1:LatexString ; + ns1:plainTextDescription """ + The gas constant (also known as the molar, universal, or ideal gas constant) is a physical constant which is featured in many fundamental equations in the physical sciences, such as the ideal gas law and the Nernst equation. + Physically, the gas constant is the constant of proportionality that happens to relate the energy scale in physics to the temperature scale, when a mole of particles at the stated temperature is being considered. + """^^ns1:LatexString ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:ConstantValue ; + rdfs:label "Value for alpha particle-electron mass ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000031 ; + ns1:standardUncertaintySN 3.1e-06 ; + ns1:value 7294.299537 ; + ns1:valueSN 7.2943e+03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?malsme#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for alpha particle mass"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:relativeStandardUncertainty 5e-08 ; + ns1:standardUncertainty 0.00000000000000000000000000000000033 ; + ns1:standardUncertaintySN 3.3e-34 ; + ns1:value 0.0000000000000000000000000066446562 ; + ns1:valueSN 6.644656e-27 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mal#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for alpha particle mass energy equivalent"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000000003 ; + ns1:standardUncertaintySN 3e-17 ; + ns1:value 0.000000000597191917 ; + ns1:valueSN 5.971919e-10 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?malc2#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for alpha particle mass energy equivalent in MeV"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000093 ; + ns1:standardUncertaintySN 9.3e-05 ; + ns1:value 3727.379109 ; + ns1:valueSN 3.727379e+03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?malc2mev#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for alpha particle mass in atomic mass unit"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000062 ; + ns1:standardUncertaintySN 6.2e-11 ; + ns1:value 4.001506179127 ; + ns1:valueSN 4.001506e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?malu#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for alpha particle molar mass"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000062 ; + ns1:standardUncertaintySN 6.2e-14 ; + ns1:value 0.004001506179127 ; + ns1:valueSN 4.001506e-03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mmal#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for alpha particle-proton mass ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000041 ; + ns1:standardUncertaintySN 4.1e-10 ; + ns1:value 3.97259968951 ; + ns1:valueSN 3.9726e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?malsmp#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Angstrom star"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000000009 ; + ns1:standardUncertaintySN 9e-17 ; + ns1:value 0.000000000100001498 ; + ns1:valueSN 1.000015e-10 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?angstar#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for atomic mass constant"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000000000000000000000083 ; + ns1:standardUncertaintySN 8.3e-35 ; + ns1:value 0.000000000000000000000000001660538782 ; + ns1:valueSN 1.660539e-27 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?u#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for atomic mass constant energy equivalent"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000000000074 ; + ns1:standardUncertaintySN 7.4e-18 ; + ns1:value 0.000000000149241783 ; + ns1:valueSN 1.492418e-10 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?tuj#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for atomic mass constant energy equivalent in MeV"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000023 ; + ns1:standardUncertaintySN 2.3e-05 ; + ns1:value 931.494028 ; + ns1:valueSN 9.31494e+02 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?muc2mev#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for atomic mass unit-electron volt relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 23.0 ; + ns1:standardUncertaintySN 2.3e+01 ; + ns1:value 931494028.0 ; + ns1:valueSN 9.31494e+08 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?uev#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for atomic mass unit-hartree relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.049 ; + ns1:standardUncertaintySN 4.9e-02 ; + ns1:value 34231777.149 ; + ns1:valueSN 3.423178e+07 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?uhr#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for atomic mass unit-hertz relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 320000000000000.0 ; + ns1:standardUncertaintySN 3.2e+14 ; + ns1:value 225234273690000000000000.0 ; + ns1:valueSN 2.252343e+23 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?uhz#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for atomic mass unit-inverse meter relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 1100000.0 ; + ns1:standardUncertaintySN 1.1e+06 ; + ns1:value 751300667100000.0 ; + ns1:valueSN 7.513007e+14 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?uminv#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for atomic mass unit-joule relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000000000074 ; + ns1:standardUncertaintySN 7.4e-18 ; + ns1:value 0.000000000149241783 ; + ns1:valueSN 1.492418e-10 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?uj#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for atomic mass unit-kelvin relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 19000000.0 ; + ns1:standardUncertaintySN 1.9e+07 ; + ns1:value 10809527000000.0 ; + ns1:valueSN 1.080953e+13 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?uk#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for atomic mass unit-kilogram relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000000000000000000000083 ; + ns1:standardUncertaintySN 8.3e-35 ; + ns1:value 0.000000000000000000000000001660538782 ; + ns1:valueSN 1.660539e-27 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?ukg#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for atomic unit of 1st hyperpolarizability"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000000000000000000000000000000000000000000000000000081 ; + ns1:standardUncertaintySN 8.1e-61 ; + ns1:value 0.00000000000000000000000000000000000000000000000000003206361533 ; + ns1:valueSN 3.206362e-53 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?auhypol#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for atomic unit of 2nd hyperpolarizability"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000000000000000000000000000000000000000000000000000000000000000031 ; + ns1:standardUncertaintySN 3.1e-72 ; + ns1:value 0.0000000000000000000000000000000000000000000000000000000000000000623538095 ; + ns1:valueSN 6.235381e-65 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?au2hypol#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for atomic unit of action"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000000000000000000000000000000000053 ; + ns1:standardUncertaintySN 5.3e-42 ; + ns1:value 0.0000000000000000000000000000000001054571628 ; + ns1:valueSN 1.054572e-34 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?tthbar#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for atomic unit of charge"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000000000000004 ; + ns1:standardUncertaintySN 4e-27 ; + ns1:value 0.0000000000000000001602176487 ; + ns1:valueSN 1.602176e-19 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?te#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for atomic unit of charge density"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 27000.0 ; + ns1:standardUncertaintySN 2.7e+04 ; + ns1:value 1081202300000.0 ; + ns1:valueSN 1.081202e+12 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?aucd#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for atomic unit of current"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000017 ; + ns1:standardUncertaintySN 1.7e-10 ; + ns1:value 0.00662361763 ; + ns1:valueSN 6.623618e-03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?aucur#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for atomic unit of electric dipole mom."^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000000000000000000000000000021 ; + ns1:standardUncertaintySN 2.1e-37 ; + ns1:value 0.00000000000000000000000000000847835281 ; + ns1:valueSN 8.478353e-30 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?auedm#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for atomic unit of electric field"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 13000.0 ; + ns1:standardUncertaintySN 1.3e+04 ; + ns1:value 514220632000.0 ; + ns1:valueSN 5.142206e+11 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?auefld#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for atomic unit of electric field gradient"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 240000000000000.0 ; + ns1:standardUncertaintySN 2.4e+14 ; + ns1:value 9717361660000000000000.0 ; + ns1:valueSN 9.717362e+21 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?auefg#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for atomic unit of electric polarizability"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000000000000000000000000000000000000034 ; + ns1:standardUncertaintySN 3.4e-50 ; + ns1:value 0.000000000000000000000000000000000000000016487772536 ; + ns1:valueSN 1.648777e-41 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?auepol#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for atomic unit of electric potential"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000068 ; + ns1:standardUncertaintySN 6.8e-07 ; + ns1:value 27.21138386 ; + ns1:valueSN 2.721138e+01 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?auep#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for atomic unit of electric quadrupole moment"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000000000000000000000000000000000011 ; + ns1:standardUncertaintySN 1.1e-47 ; + ns1:value 0.000000000000000000000000000000000000000448655107 ; + ns1:valueSN 4.486551e-40 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?aueqm#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for atomic unit of energy"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000000000000000022 ; + ns1:standardUncertaintySN 2.2e-25 ; + ns1:value 0.00000000000000000435974394 ; + ns1:valueSN 4.359744e-18 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?thr#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for atomic unit of force"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000000041 ; + ns1:standardUncertaintySN 4.1e-15 ; + ns1:value 0.0000000823872206 ; + ns1:valueSN 8.238722e-08 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?auforce#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for atomic unit of length"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000000036 ; + ns1:standardUncertaintySN 3.6e-20 ; + ns1:value 0.000000000052917720859 ; + ns1:valueSN 5.291772e-11 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?tbohrrada0#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for atomic unit of magnetic dipole moment"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000000000000000000000046 ; + ns1:standardUncertaintySN 4.6e-31 ; + ns1:value 0.0000000000000000000000185480183 ; + ns1:valueSN 1.854802e-23 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?aumdm#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for atomic unit of magnetic flux density"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0059 ; + ns1:standardUncertaintySN 5.9e-03 ; + ns1:value 235051.7382 ; + ns1:valueSN 2.350517e+05 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?aumfd#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for atomic unit of magnetizability"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000000000000000000000000000027 ; + ns1:standardUncertaintySN 2.7e-37 ; + ns1:value 0.00000000000000000000000000007891036433 ; + ns1:valueSN 7.891036e-29 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?aumag#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for atomic unit of mass"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000000000000000000000000045 ; + ns1:standardUncertaintySN 4.5e-38 ; + ns1:value 0.000000000000000000000000000000910938215 ; + ns1:valueSN 9.109382e-31 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?ttme#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for atomic unit of momentum"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000000000000000000099 ; + ns1:standardUncertaintySN 9.9e-32 ; + ns1:value 0.000000000000000000000001992851565 ; + ns1:valueSN 1.992852e-24 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?aumom#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for atomic unit of permittivity"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:value 0.0000000001112650056 ; + ns1:valueSN 1.11265e-10 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?auperm#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for atomic unit of time"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000016 ; + ns1:standardUncertaintySN 1.6e-12 ; + ns1:value 0.00000000000000002418884326505 ; + ns1:valueSN 2.418884e-17 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?aut#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for atomic unit of velocity"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0015 ; + ns1:standardUncertaintySN 1.5e-03 ; + ns1:value 2187691.2541 ; + ns1:valueSN 2.187691e+06 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?auvel#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Avogadro constant"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 30000000000000000.0 ; + ns1:standardUncertaintySN 3e+16 ; + ns1:value 602214179000000000000000.0 ; + ns1:valueSN 6.022142e+23 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?na#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Bohr magneton"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000000000000000000000023 ; + ns1:standardUncertaintySN 2.3e-31 ; + ns1:value 0.00000000000000000000000927400915 ; + ns1:valueSN 9.274009e-24 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mub#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Bohr magneton in eV per T"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000079 ; + ns1:standardUncertaintySN 7.9e-14 ; + ns1:value 0.000057883817555 ; + ns1:valueSN 5.788382e-05 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mubev#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Bohr magneton in Hz perT"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 350.0 ; + ns1:standardUncertaintySN 3.5e+02 ; + ns1:value 13996246040.0 ; + ns1:valueSN 1.399625e+10 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mubshhz#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Bohr magneton in inverse meters per tesla"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000012 ; + ns1:standardUncertaintySN 1.2e-06 ; + ns1:value 46.6864515 ; + ns1:valueSN 4.668645e+01 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mubshcminv#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Bohr magneton in K per T"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000012 ; + ns1:standardUncertaintySN 1.2e-06 ; + ns1:value 0.6717131 ; + ns1:valueSN 6.717131e-01 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mubskk#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Bohr radius"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000000036 ; + ns1:standardUncertaintySN 3.6e-20 ; + ns1:value 0.000000000052917720859 ; + ns1:valueSN 5.291772e-11 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?bohrrada0#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Boltzmann constant"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000000000000000024 ; + ns1:standardUncertaintySN 2.4e-29 ; + ns1:value 0.000000000000000000000013806504 ; + ns1:valueSN 1.38065e-23 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?k#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Boltzmann constant in eV per K"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000015 ; + ns1:standardUncertaintySN 1.5e-10 ; + ns1:value 0.00008617343 ; + ns1:valueSN 8.617343e-05 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?tkev#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Boltzmann constant in Hz per K"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 36000.0 ; + ns1:standardUncertaintySN 3.6e+04 ; + ns1:value 20836644000.0 ; + ns1:valueSN 2.083664e+10 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?kshhz#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Boltzmann constant in inverse meters per kelvin"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00012 ; + ns1:standardUncertaintySN 1.2e-04 ; + ns1:value 69.50356 ; + ns1:valueSN 6.950356e+01 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?kshcminv#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for characteristic impedance of vacuum"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:value 376.730313461 ; + ns1:valueSN 3.767303e+02 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?z0#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for classical electron radius"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000000000000000058 ; + ns1:standardUncertaintySN 5.8e-24 ; + ns1:value 0.0000000000000028179402894 ; + ns1:valueSN 2.81794e-15 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?re#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Compton wavelength"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000000000000033 ; + ns1:standardUncertaintySN 3.3e-21 ; + ns1:value 0.0000000000024263102175 ; + ns1:valueSN 2.42631e-12 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?ecomwl#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Compton wavelength over 2 pi"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000000000000053 ; + ns1:standardUncertaintySN 5.3e-22 ; + ns1:value 0.00000000000038615926459 ; + ns1:valueSN 3.861593e-13 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?ecomwlbar#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for conductance quantum"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000053 ; + ns1:standardUncertaintySN 5.3e-14 ; + ns1:value 0.000077480917004 ; + ns1:valueSN 7.748092e-05 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?conqu2e2sh#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for conventional value of Josephson constant"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:value 483597900000000.0 ; + ns1:valueSN 4.835979e+14 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?kj90#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for conventional value of von Klitzing constant"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:value 25812.807 ; + ns1:valueSN 2.581281e+04 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?rk90#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Cu x unit"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000000028 ; + ns1:standardUncertaintySN 2.8e-20 ; + ns1:value 0.000000000000100207699 ; + ns1:valueSN 1.002077e-13 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?xucukalph1#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for deuteron-electron magnetic moment ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000039 ; + ns1:standardUncertaintySN 3.9e-12 ; + ns1:value -0.0004664345537 ; + ns1:valueSN -4.664346e-04 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mudsmuem#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for deuteron-electron mass ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000016 ; + ns1:standardUncertaintySN 1.6e-06 ; + ns1:value 3670.4829654 ; + ns1:valueSN 3.670483e+03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mdsme#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for deuteron g factor"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000072 ; + ns1:standardUncertaintySN 7.2e-09 ; + ns1:value 0.8574382308 ; + ns1:valueSN 8.574382e-01 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?gdn#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for deuteron magnetic moment"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000000000000000000000000011 ; + ns1:standardUncertaintySN 1.1e-34 ; + ns1:value 0.00000000000000000000000000433073465 ; + ns1:valueSN 4.330735e-27 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mud#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for deuteron magnetic moment to Bohr magneton ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000039 ; + ns1:standardUncertaintySN 3.9e-12 ; + ns1:value 0.0004669754556 ; + ns1:valueSN 4.669755e-04 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mudsmub#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for deuteron magnetic moment to nuclear magneton ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000072 ; + ns1:standardUncertaintySN 7.2e-09 ; + ns1:value 0.8574382308 ; + ns1:valueSN 8.574382e-01 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mudsmun#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for deuteron mass"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000000000000000000000000017 ; + ns1:standardUncertaintySN 1.7e-34 ; + ns1:value 0.0000000000000000000000000033435832 ; + ns1:valueSN 3.343583e-27 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?md#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for deuteron mass energy equivalent"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000015 ; + ns1:standardUncertaintySN 1.5e-17 ; + ns1:value 0.000000000300506272 ; + ns1:valueSN 3.005063e-10 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mdc2#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for deuteron mass energy equivalent in MeV"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000047 ; + ns1:standardUncertaintySN 4.7e-05 ; + ns1:value 1875.612793 ; + ns1:valueSN 1.875613e+03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mdc2mev#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Deuteron Mass (amu)"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000078 ; + ns1:standardUncertaintySN 7.8e-11 ; + ns1:value 2.013553212724 ; + ns1:valueSN 2.013553e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mdu#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for deuteron molar mass"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000078 ; + ns1:standardUncertaintySN 7.8e-14 ; + ns1:value 0.002013553212724 ; + ns1:valueSN 2.013553e-03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mmd#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for deuteron-neutron magnetic moment ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000011 ; + ns1:standardUncertaintySN 1.1e-07 ; + ns1:value -0.44820652 ; + ns1:valueSN -4.482065e-01 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mudsmunn#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for deuteron-proton magnetic moment ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000024 ; + ns1:standardUncertaintySN 2.4e-09 ; + ns1:value 0.307012207 ; + ns1:valueSN 3.070122e-01 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mudsmup#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for deuteron-proton mass ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000022 ; + ns1:standardUncertaintySN 2.2e-10 ; + ns1:value 1.99900750108 ; + ns1:valueSN 1.999008e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mdsmp#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for deuteron rms charge radius"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000000000028 ; + ns1:standardUncertaintySN 2.8e-18 ; + ns1:value 0.0000000000000021402 ; + ns1:valueSN 2.1402e-15 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?rd#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for electric constant"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:value 0.000000000008854187817 ; + ns1:valueSN 8.854188e-12 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?ep0#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for electron charge to mass quotient"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 4400.0 ; + ns1:standardUncertaintySN 4.4e+03 ; + ns1:value -175882015000.0 ; + ns1:valueSN -1.75882e+11 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?esme#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for electron-deuteron magnetic moment ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000018 ; + ns1:standardUncertaintySN 1.8e-05 ; + ns1:value -2143.923498 ; + ns1:valueSN -2.143923e+03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?muemsmud#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for electron-deuteron mass ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000012 ; + ns1:standardUncertaintySN 1.2e-13 ; + ns1:value 0.00027244371093 ; + ns1:valueSN 2.724437e-04 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mesmd#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for electron g factor"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000035 ; + ns1:standardUncertaintySN 3.5e-13 ; + ns1:value -2.00231930436256 ; + ns1:valueSN -2.002319e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?gem#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for electron gyromagnetic ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 4400.0 ; + ns1:standardUncertaintySN 4.4e+03 ; + ns1:value 176085977000.0 ; + ns1:valueSN 1.76086e+11 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?gammae#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for electron gyromagnetic ratio over 2 pi"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0007 ; + ns1:standardUncertaintySN 7e-04 ; + ns1:value 28024.95364 ; + ns1:valueSN 2.802495e+04 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?gammaebar#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for electron magnetic moment"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000000000000000000000023 ; + ns1:standardUncertaintySN 2.3e-31 ; + ns1:value -0.00000000000000000000000928476377 ; + ns1:valueSN -9.284764e-24 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?muem#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for electron magnetic moment anomaly"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000074 ; + ns1:standardUncertaintySN 7.4e-13 ; + ns1:value 0.00115965218111 ; + ns1:valueSN 1.159652e-03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?ae#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for electron magnetic moment to Bohr magneton ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000074 ; + ns1:standardUncertaintySN 7.4e-13 ; + ns1:value -1.00115965218111 ; + ns1:valueSN -1.00116e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?muemsmub#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for electron magnetic moment to nuclear magneton ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000008 ; + ns1:standardUncertaintySN 8e-07 ; + ns1:value -1838.28197092 ; + ns1:valueSN -1.838282e+03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?muemsmun#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for electron mass"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000000000000000000000000045 ; + ns1:standardUncertaintySN 4.5e-38 ; + ns1:value 0.000000000000000000000000000000910938215 ; + ns1:valueSN 9.109382e-31 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?me#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for electron mass energy equivalent"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000000000000041 ; + ns1:standardUncertaintySN 4.1e-21 ; + ns1:value 0.0000000000000818710438 ; + ns1:valueSN 8.187104e-14 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mec2#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for electron mass energy equivalent in MeV"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000013 ; + ns1:standardUncertaintySN 1.3e-08 ; + ns1:value 0.51099891 ; + ns1:valueSN 5.109989e-01 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mec2mev#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Electron Mass (amu)"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000023 ; + ns1:standardUncertaintySN 2.3e-13 ; + ns1:value 0.00054857990943 ; + ns1:valueSN 5.485799e-04 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?meu#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for electron molar mass"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000000023 ; + ns1:standardUncertaintySN 2.3e-16 ; + ns1:value 0.00000054857990943 ; + ns1:valueSN 5.485799e-07 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mme#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for electron-muon magnetic moment ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000052 ; + ns1:standardUncertaintySN 5.2e-06 ; + ns1:value 206.7669877 ; + ns1:valueSN 2.06767e+02 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?muemsmumum#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for electron-muon mass ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000012 ; + ns1:standardUncertaintySN 1.2e-10 ; + ns1:value 0.00483633171 ; + ns1:valueSN 4.836332e-03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mesmmu#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for electron-neutron magnetic moment ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00023 ; + ns1:standardUncertaintySN 2.3e-04 ; + ns1:value 960.9205 ; + ns1:valueSN 9.609205e+02 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?muemsmunn#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for electron-neutron mass ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000033 ; + ns1:standardUncertaintySN 3.3e-13 ; + ns1:value 0.00054386734459 ; + ns1:valueSN 5.438673e-04 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mesmn#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for electron-proton magnetic moment ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000054 ; + ns1:standardUncertaintySN 5.4e-06 ; + ns1:value -658.2106848 ; + ns1:valueSN -6.582107e+02 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?muemsmup#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for electron-proton mass ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000024 ; + ns1:standardUncertaintySN 2.4e-13 ; + ns1:value 0.00054461702177 ; + ns1:valueSN 5.44617e-04 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mesmp#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for electron-tau mass ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000047 ; + ns1:standardUncertaintySN 4.7e-08 ; + ns1:value 0.000287564 ; + ns1:valueSN 2.87564e-04 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mesmtau#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for electron to alpha particle mass ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000058 ; + ns1:standardUncertaintySN 5.8e-14 ; + ns1:value 0.00013709335557 ; + ns1:valueSN 1.370934e-04 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mesmalpha#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for electron to shielded helion magnetic moment ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00001 ; + ns1:standardUncertaintySN 1e-05 ; + ns1:value 864.058257 ; + ns1:valueSN 8.640583e+02 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?muemsmuhp#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for electron to shielded proton magnetic moment ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000072 ; + ns1:standardUncertaintySN 7.2e-06 ; + ns1:value -658.2275971 ; + ns1:valueSN -6.582276e+02 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?muemsmupp#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for electron volt-atomic mass unit relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000027 ; + ns1:standardUncertaintySN 2.7e-17 ; + ns1:value 0.000000001073544188 ; + ns1:valueSN 1.073544e-09 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?evu#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for electron volt-hartree relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000092 ; + ns1:standardUncertaintySN 9.2e-10 ; + ns1:value 0.0367493254 ; + ns1:valueSN 3.674933e-02 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?evhr#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for electron volt-hertz relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 6000000.0 ; + ns1:standardUncertaintySN 6e+06 ; + ns1:value 241798945400000.0 ; + ns1:valueSN 2.417989e+14 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?evhz#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for electron volt-inverse meter relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.02 ; + ns1:standardUncertaintySN 2e-02 ; + ns1:value 806554.465 ; + ns1:valueSN 8.065545e+05 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?evminv#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for electron volt-joule relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000000000000004 ; + ns1:standardUncertaintySN 4e-27 ; + ns1:value 0.0000000000000000001602176487 ; + ns1:valueSN 1.602176e-19 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?evj#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for electron volt-kelvin relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.02 ; + ns1:standardUncertaintySN 2e-02 ; + ns1:value 11604.505 ; + ns1:valueSN 1.16045e+04 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?evk#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for electron volt-kilogram relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000000000000000000000000000000044 ; + ns1:standardUncertaintySN 4.4e-44 ; + ns1:value 0.000000000000000000000000000000000001782661758 ; + ns1:valueSN 1.782662e-36 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?evkg#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for elementary charge"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000000000000004 ; + ns1:standardUncertaintySN 4e-27 ; + ns1:value 0.0000000000000000001602176487 ; + ns1:valueSN 1.602176e-19 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?e#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for elementary charge over h"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 6000000.0 ; + ns1:standardUncertaintySN 6e+06 ; + ns1:value 241798945400000.0 ; + ns1:valueSN 2.417989e+14 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?esh#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Faraday constant"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0024 ; + ns1:standardUncertaintySN 2.4e-03 ; + ns1:value 96485.3399 ; + ns1:valueSN 9.648534e+04 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?f#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Fermi coupling constant"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000001 ; + ns1:standardUncertaintySN 1e-10 ; + ns1:value 0.0000116637 ; + ns1:valueSN 1.16637e-05 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?gf#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for fine-structure constant"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000005 ; + ns1:standardUncertaintySN 5e-12 ; + ns1:value 0.0072973525376 ; + ns1:valueSN 7.297353e-03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?alph#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for first radiation constant"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000000000019 ; + ns1:standardUncertaintySN 1.9e-23 ; + ns1:value 0.000000000000000374177118 ; + ns1:valueSN 3.741771e-16 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?c11strc#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for first radiation constant for spectral radiance"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000000000000000059 ; + ns1:standardUncertaintySN 5.9e-24 ; + ns1:value 0.0000000000000001191042759 ; + ns1:valueSN 1.191043e-16 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?c1l#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for gravitational constant"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Gravitational_constant"^^xsd:anyURI ; + ns1:value 0.00000000006674 ; + ns1:valueSN 6.674e-11 . + + a ns1:ConstantValue ; + rdfs:label "Value for hartree-atomic mass unit relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000042 ; + ns1:standardUncertaintySN 4.2e-17 ; + ns1:value 0.000000029212622986 ; + ns1:valueSN 2.921262e-08 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?hru#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for hartree-electron volt relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000068 ; + ns1:standardUncertaintySN 6.8e-07 ; + ns1:value 27.21138386 ; + ns1:valueSN 2.721138e+01 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?hrev#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Hartree energy"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000000000000000022 ; + ns1:standardUncertaintySN 2.2e-25 ; + ns1:value 0.00000000000000000435974394 ; + ns1:valueSN 4.359744e-18 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?hr#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Hartree energy in eV"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000068 ; + ns1:standardUncertaintySN 6.8e-07 ; + ns1:value 27.21138386 ; + ns1:valueSN 2.721138e+01 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?threv#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for hartree-hertz relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 44000.0 ; + ns1:standardUncertaintySN 4.4e+04 ; + ns1:value 6579683920722000.0 ; + ns1:valueSN 6.579684e+15 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?hrhz#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for hartree-inverse meter relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00015 ; + ns1:standardUncertaintySN 1.5e-04 ; + ns1:value 21947463.13705 ; + ns1:valueSN 2.194746e+07 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?hrminv#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for hartree-joule relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000000000000000022 ; + ns1:standardUncertaintySN 2.2e-25 ; + ns1:value 0.00000000000000000435974394 ; + ns1:valueSN 4.359744e-18 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?hrj#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for hartree-kelvin relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.55 ; + ns1:standardUncertaintySN 5.5e-01 ; + ns1:value 315774.65 ; + ns1:valueSN 3.157747e+05 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?hrk#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for hartree-kilogram relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000000000000000000000000000000000024 ; + ns1:standardUncertaintySN 2.4e-42 ; + ns1:value 0.0000000000000000000000000000000000485086934 ; + ns1:valueSN 4.850869e-35 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?hrkg#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for helion-electron mass ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000052 ; + ns1:standardUncertaintySN 5.2e-06 ; + ns1:value 5495.8852765 ; + ns1:valueSN 5.495885e+03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mhsme#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for helion mass"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000000000000000000000000025 ; + ns1:standardUncertaintySN 2.5e-34 ; + ns1:value 0.00000000000000000000000000500641192 ; + ns1:valueSN 5.006412e-27 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mh#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for helion mass energy equivalent"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000022 ; + ns1:standardUncertaintySN 2.2e-17 ; + ns1:value 0.000000000449953864 ; + ns1:valueSN 4.499539e-10 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mhc2#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for helion mass energy equivalent in MeV"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00007 ; + ns1:standardUncertaintySN 7e-05 ; + ns1:value 2808.391383 ; + ns1:valueSN 2.808391e+03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mhc2mev#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Helion Mass (amu)"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000026 ; + ns1:standardUncertaintySN 2.6e-09 ; + ns1:value 3.0149322473 ; + ns1:valueSN 3.014932e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mhu#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for helion molar mass"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000026 ; + ns1:standardUncertaintySN 2.6e-12 ; + ns1:value 0.0030149322473 ; + ns1:valueSN 3.014932e-03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mmh#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for helion-proton mass ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000026 ; + ns1:standardUncertaintySN 2.6e-09 ; + ns1:value 2.9931526713 ; + ns1:valueSN 2.993153e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mhsmp#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for hertz-atomic mass unit relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000000000000000000000000064 ; + ns1:standardUncertaintySN 6.4e-33 ; + ns1:value 0.0000000000000000000000044398216294 ; + ns1:valueSN 4.439822e-24 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?hzu#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for hertz-electron volt relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000000000000001 ; + ns1:standardUncertaintySN 1e-22 ; + ns1:value 0.00000000000000413566733 ; + ns1:valueSN 4.135667e-15 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?hzev#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for hertz-hartree relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000001 ; + ns1:standardUncertaintySN 1e-12 ; + ns1:value 0.0000000000000001519829846006 ; + ns1:valueSN 1.51983e-16 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?hzhr#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for hertz-inverse meter relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:value 0.000000003335640951 ; + ns1:valueSN 3.335641e-09 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?hzminv#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for hertz-joule relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000000000000000000000000000033 ; + ns1:standardUncertaintySN 3.3e-41 ; + ns1:value 0.000000000000000000000000000000000662606896 ; + ns1:valueSN 6.626069e-34 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?hzj#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for hertz-kelvin relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000084 ; + ns1:standardUncertaintySN 8.4e-17 ; + ns1:value 0.000000000047992374 ; + ns1:valueSN 4.799237e-11 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?hzk#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for hertz-kilogram relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000000000000000000000000000000000000000000000000037 ; + ns1:standardUncertaintySN 3.7e-58 ; + ns1:value 0.000000000000000000000000000000000000000000000000007372496 ; + ns1:valueSN 7.372496e-51 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?hzkg#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for inverse fine-structure constant"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000094 ; + ns1:standardUncertaintySN 9.4e-08 ; + ns1:value 137.035999679 ; + ns1:valueSN 1.37036e+02 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?alphinv#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for inverse meter-atomic mass unit relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000000000000000019 ; + ns1:standardUncertaintySN 1.9e-24 ; + ns1:value 0.0000000000000013310250394 ; + ns1:valueSN 1.331025e-15 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?minvu#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for inverse meter-electron volt relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000031 ; + ns1:standardUncertaintySN 3.1e-14 ; + ns1:value 0.000001239841875 ; + ns1:valueSN 1.239842e-06 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?minvev#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for inverse meter-hartree relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000000000003 ; + ns1:standardUncertaintySN 3e-19 ; + ns1:value 0.0000000455633525276 ; + ns1:valueSN 4.556335e-08 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?minvhr#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for inverse meter-hertz relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:value 299792458.0 ; + ns1:valueSN 2.997925e+08 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?minvhz#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for inverse meter-joule relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000000000000000000000000099 ; + ns1:standardUncertaintySN 9.9e-33 ; + ns1:value 0.0000000000000000000000001986445501 ; + ns1:valueSN 1.986446e-25 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?minvj#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for inverse meter-kelvin relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000025 ; + ns1:standardUncertaintySN 2.5e-08 ; + ns1:value 0.014387752 ; + ns1:valueSN 1.438775e-02 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?minvk#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for inverse meter-kilogram relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000000000000000000000000000000000000000011 ; + ns1:standardUncertaintySN 1.1e-49 ; + ns1:value 0.0000000000000000000000000000000000000000022102187 ; + ns1:valueSN 2.210219e-42 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?minvkg#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for inverse of conductance quantum"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000088 ; + ns1:standardUncertaintySN 8.8e-06 ; + ns1:value 12906.4037787 ; + ns1:valueSN 1.29064e+04 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?invconqu#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Josephson constant"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 12000000.0 ; + ns1:standardUncertaintySN 1.2e+07 ; + ns1:value 483597891000000.0 ; + ns1:valueSN 4.835979e+14 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?kjos#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for joule-atomic mass unit relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 330.0 ; + ns1:standardUncertaintySN 3.3e+02 ; + ns1:value 6700536410.0 ; + ns1:valueSN 6.700536e+09 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?ju#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for joule-electron volt relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 160000000000.0 ; + ns1:standardUncertaintySN 1.6e+11 ; + ns1:value 6241509650000000000.0 ; + ns1:valueSN 6.24151e+18 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?jev#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for joule-hartree relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 11000000000.0 ; + ns1:standardUncertaintySN 1.1e+10 ; + ns1:value 229371269000000000.0 ; + ns1:valueSN 2.293713e+17 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?jhr#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for joule-hertz relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 75000000000000000000000000.0 ; + ns1:standardUncertaintySN 7.5e+25 ; + ns1:value 1509190450000000000000000000000000.0 ; + ns1:valueSN 1.50919e+33 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?jhz#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for joule-inverse meter relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 250000000000000000.0 ; + ns1:standardUncertaintySN 2.5e+17 ; + ns1:value 5034117470000000000000000.0 ; + ns1:valueSN 5.034117e+24 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?jminv#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for joule-kelvin relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 130000000000000000.0 ; + ns1:standardUncertaintySN 1.3e+17 ; + ns1:value 72429630000000000000000.0 ; + ns1:valueSN 7.242963e+22 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?jk#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for joule-kilogram relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:value 0.00000000000000001112650056 ; + ns1:valueSN 1.11265e-17 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?jkg#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for kelvin-atomic mass unit relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000000000016 ; + ns1:standardUncertaintySN 1.6e-19 ; + ns1:value 0.00000000000009251098 ; + ns1:valueSN 9.251098e-14 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?ku#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for kelvin-electron volt relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000015 ; + ns1:standardUncertaintySN 1.5e-10 ; + ns1:value 0.00008617343 ; + ns1:valueSN 8.617343e-05 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?kev#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for kelvin-hartree relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000055 ; + ns1:standardUncertaintySN 5.5e-12 ; + ns1:value 0.0000031668153 ; + ns1:valueSN 3.166815e-06 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?khr#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for kelvin-hertz relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 36000.0 ; + ns1:standardUncertaintySN 3.6e+04 ; + ns1:value 20836644000.0 ; + ns1:valueSN 2.083664e+10 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?khz#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for kelvin-inverse meter relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00012 ; + ns1:standardUncertaintySN 1.2e-04 ; + ns1:value 69.50356 ; + ns1:valueSN 6.950356e+01 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?kminv#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for kelvin-joule relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000000000000000024 ; + ns1:standardUncertaintySN 2.4e-29 ; + ns1:value 0.000000000000000000000013806504 ; + ns1:valueSN 1.38065e-23 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?kj#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for kelvin-kilogram relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000000000000000000000000000000000000027 ; + ns1:standardUncertaintySN 2.7e-46 ; + ns1:value 0.00000000000000000000000000000000000000015361807 ; + ns1:valueSN 1.536181e-40 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?kkg#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for kilogram-atomic mass unit relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 30000000000000000000.0 ; + ns1:standardUncertaintySN 3e+19 ; + ns1:value 602214179000000000000000000.0 ; + ns1:valueSN 6.022142e+26 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?kgu#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for kilogram-electron volt relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 14000000000000000000000000000.0 ; + ns1:standardUncertaintySN 1.4e+28 ; + ns1:value 560958912000000000000000000000000000.0 ; + ns1:valueSN 5.609589e+35 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?kgev#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for kilogram-hartree relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 1000000000000000000000000000.0 ; + ns1:standardUncertaintySN 1e+27 ; + ns1:value 20614861600000000000000000000000000.0 ; + ns1:valueSN 2.061486e+34 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?kghr#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for kilogram-hertz relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 6800000000000000000000000000000000000000000.0 ; + ns1:standardUncertaintySN 6.8e+42 ; + ns1:value 135639273300000000000000000000000000000000000000000.0 ; + ns1:valueSN 1.356393e+50 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?kghz#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for kilogram-inverse meter relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 23000000000000000000000000000000000.0 ; + ns1:standardUncertaintySN 2.3e+34 ; + ns1:value 452443915000000000000000000000000000000000.0 ; + ns1:valueSN 4.524439e+41 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?kgminv#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for kilogram-joule relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:value 89875517870000000.0 ; + ns1:valueSN 8.987552e+16 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?kgj#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for kilogram-kelvin relationship"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 11000000000000000000000000000000000.0 ; + ns1:standardUncertaintySN 1.1e+34 ; + ns1:value 6509651000000000000000000000000000000000.0 ; + ns1:valueSN 6.509651e+39 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?kgk#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for lattice parameter of silicon"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000014 ; + ns1:standardUncertaintySN 1.4e-17 ; + ns1:value 0.000000000543102064 ; + ns1:valueSN 5.431021e-10 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?asil#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for lattice spacing of silicon"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000005 ; + ns1:standardUncertaintySN 5e-18 ; + ns1:value 0.0000000001920155762 ; + ns1:valueSN 1.920156e-10 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?d220sil#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for magnetic flux quantum"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000000000052 ; + ns1:standardUncertaintySN 5.2e-23 ; + ns1:value 0.000000000000002067833667 ; + ns1:valueSN 2.067834e-15 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?flxquhs2e#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Mo x unit"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000000053 ; + ns1:standardUncertaintySN 5.3e-20 ; + ns1:value 0.000000000000100209955 ; + ns1:valueSN 1.0021e-13 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?xumokalph1#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for molar mass constant"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:value 0.001 ; + ns1:valueSN 1e-03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mu#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for molar mass of carbon-12"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:value 0.012 ; + ns1:valueSN 1.2e-02 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mm12c#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for molar Planck constant"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000000000057 ; + ns1:standardUncertaintySN 5.7e-19 ; + ns1:value 0.00000000039903126821 ; + ns1:valueSN 3.990313e-10 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?nah#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for molar Planck constant times c"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000017 ; + ns1:standardUncertaintySN 1.7e-10 ; + ns1:value 0.11962656472 ; + ns1:valueSN 1.196266e-01 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?nahc#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for molar volume of silicon"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000011 ; + ns1:standardUncertaintySN 1.1e-12 ; + ns1:value 0.0000120588349 ; + ns1:valueSN 1.205883e-05 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mvolsil#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for muon Compton wavelength"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000000000000003 ; + ns1:standardUncertaintySN 3e-22 ; + ns1:value 0.00000000000001173444104 ; + ns1:valueSN 1.173444e-14 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mcomwl#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for muon Compton wavelength over 2 pi"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000000000047 ; + ns1:standardUncertaintySN 4.7e-23 ; + ns1:value 0.000000000000001867594295 ; + ns1:valueSN 1.867594e-15 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mcomwlbar#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for muon-electron mass ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000052 ; + ns1:standardUncertaintySN 5.2e-06 ; + ns1:value 206.7682823 ; + ns1:valueSN 2.067683e+02 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mmusme#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for muon g factor"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000012 ; + ns1:standardUncertaintySN 1.2e-09 ; + ns1:value -2.0023318414 ; + ns1:valueSN -2.002332e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?gmum#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for muon magnetic moment"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000000000000000000000000016 ; + ns1:standardUncertaintySN 1.6e-33 ; + ns1:value -0.0000000000000000000000000449044786 ; + ns1:valueSN -4.490448e-26 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mumum#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for muon magnetic moment anomaly"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000006 ; + ns1:standardUncertaintySN 6e-10 ; + ns1:value 0.00116592069 ; + ns1:valueSN 1.165921e-03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?amu#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for muon magnetic moment to Bohr magneton ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000012 ; + ns1:standardUncertaintySN 1.2e-10 ; + ns1:value -0.00484197049 ; + ns1:valueSN -4.84197e-03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mumumsmub#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for muon magnetic moment to nuclear magneton ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000023 ; + ns1:standardUncertaintySN 2.3e-07 ; + ns1:value -8.89059705 ; + ns1:valueSN -8.890597e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mumumsmun#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for muon mass"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000000000000000000000011 ; + ns1:standardUncertaintySN 1.1e-35 ; + ns1:value 0.00000000000000000000000000018835313 ; + ns1:valueSN 1.883531e-28 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mmu#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for muon mass energy equivalent"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000000000095 ; + ns1:standardUncertaintySN 9.5e-19 ; + ns1:value 0.0000000000169283351 ; + ns1:valueSN 1.692834e-11 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mmuc2#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for muon mass energy equivalent in MeV"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000038 ; + ns1:standardUncertaintySN 3.8e-06 ; + ns1:value 105.6583668 ; + ns1:valueSN 1.056584e+02 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mmuc2mev#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Muon Mass (amu)"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000029 ; + ns1:standardUncertaintySN 2.9e-09 ; + ns1:value 0.1134289256 ; + ns1:valueSN 1.134289e-01 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mmuu#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for muon molar mass"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000029 ; + ns1:standardUncertaintySN 2.9e-12 ; + ns1:value 0.0001134289256 ; + ns1:valueSN 1.134289e-04 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mmmu#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for muon-neutron mass ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000029 ; + ns1:standardUncertaintySN 2.9e-09 ; + ns1:value 0.1124545167 ; + ns1:valueSN 1.124545e-01 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mmusmn#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for muon-proton magnetic moment ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000085 ; + ns1:standardUncertaintySN 8.5e-08 ; + ns1:value -3.183345137 ; + ns1:valueSN -3.183345e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mumumsmup#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for muon-proton mass ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000029 ; + ns1:standardUncertaintySN 2.9e-09 ; + ns1:value 0.1126095261 ; + ns1:valueSN 1.126095e-01 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mmusmp#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for muon-tau mass ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000097 ; + ns1:standardUncertaintySN 9.7e-06 ; + ns1:value 0.0594592 ; + ns1:valueSN 5.94592e-02 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mmusmtau#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for natural unit of action"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000000000000000000000000000000000053 ; + ns1:standardUncertaintySN 5.3e-42 ; + ns1:value 0.0000000000000000000000000000000001054571628 ; + ns1:valueSN 1.054572e-34 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?thbar#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for natural unit of action in eV s"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000000000016 ; + ns1:standardUncertaintySN 1.6e-23 ; + ns1:value 0.000000000000000658211899 ; + ns1:valueSN 6.582119e-16 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?thbarev#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for natural unit of energy"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000000000000041 ; + ns1:standardUncertaintySN 4.1e-21 ; + ns1:value 0.0000000000000818710438 ; + ns1:valueSN 8.187104e-14 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?tmec2#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for natural unit of energy in MeV"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000013 ; + ns1:standardUncertaintySN 1.3e-08 ; + ns1:value 0.51099891 ; + ns1:valueSN 5.109989e-01 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?tmec2mev#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for natural unit of length"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000000000000053 ; + ns1:standardUncertaintySN 5.3e-22 ; + ns1:value 0.00000000000038615926459 ; + ns1:valueSN 3.861593e-13 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?tecomwlbar#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for natural unit of mass"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000000000000000000000000045 ; + ns1:standardUncertaintySN 4.5e-38 ; + ns1:value 0.000000000000000000000000000000910938215 ; + ns1:valueSN 9.109382e-31 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?tme#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for natural unit of momentum"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000000000000000014 ; + ns1:standardUncertaintySN 1.4e-29 ; + ns1:value 0.000000000000000000000273092406 ; + ns1:valueSN 2.730924e-22 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mec#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for natural unit of momentum in MeV c^-1"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000013 ; + ns1:standardUncertaintySN 1.3e-08 ; + ns1:value 0.51099891 ; + ns1:valueSN 5.109989e-01 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mecmevsc#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for natural unit of time"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000000000000000000000018 ; + ns1:standardUncertaintySN 1.8e-30 ; + ns1:value 0.000000000000000000001288088657 ; + ns1:valueSN 1.288089e-21 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?nut#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for natural unit of velocity"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:value 299792458.0 ; + ns1:valueSN 2.997925e+08 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?tc#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for neutron Compton wavelength"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000000000002 ; + ns1:standardUncertaintySN 2e-24 ; + ns1:value 0.0000000000000013195908951 ; + ns1:valueSN 1.319591e-15 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?ncomwl#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for neutron Compton wavelength over 2 pi"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000000000000000031 ; + ns1:standardUncertaintySN 3.1e-25 ; + ns1:value 0.00000000000000021001941382 ; + ns1:valueSN 2.100194e-16 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?ncomwlbar#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for neutron-electron magnetic moment ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000025 ; + ns1:standardUncertaintySN 2.5e-10 ; + ns1:value 0.00104066882 ; + ns1:valueSN 1.040669e-03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?munsmue#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for neutron-electron mass ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000011 ; + ns1:standardUncertaintySN 1.1e-06 ; + ns1:value 1838.6836605 ; + ns1:valueSN 1.838684e+03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mnsme#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for neutron g factor"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000009 ; + ns1:standardUncertaintySN 9e-07 ; + ns1:value -3.82608545 ; + ns1:valueSN -3.826085e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?gnn#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for neutron gyromagnetic ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 43.0 ; + ns1:standardUncertaintySN 4.3e+01 ; + ns1:value 183247185.0 ; + ns1:valueSN 1.832472e+08 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?gamman#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for neutron gyromagnetic ratio over 2 pi"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000069 ; + ns1:standardUncertaintySN 6.9e-06 ; + ns1:value 29.1646954 ; + ns1:valueSN 2.91647e+01 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?gammanbar#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for neutron magnetic moment"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000000000000000000000000023 ; + ns1:standardUncertaintySN 2.3e-33 ; + ns1:value -0.0000000000000000000000000096623641 ; + ns1:valueSN -9.662364e-27 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?munn#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for neutron magnetic moment to Bohr magneton ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000025 ; + ns1:standardUncertaintySN 2.5e-10 ; + ns1:value -0.00104187563 ; + ns1:valueSN -1.041876e-03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?munsmub#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for neutron magnetic moment to nuclear magneton ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000045 ; + ns1:standardUncertaintySN 4.5e-07 ; + ns1:value -1.91304273 ; + ns1:valueSN -1.913043e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?munsmun#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for neutron mass"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000000000000000000000084 ; + ns1:standardUncertaintySN 8.4e-35 ; + ns1:value 0.000000000000000000000000001674927211 ; + ns1:valueSN 1.674927e-27 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mn#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for neutron mass energy equivalent"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000000000075 ; + ns1:standardUncertaintySN 7.5e-18 ; + ns1:value 0.0000000001505349505 ; + ns1:valueSN 1.50535e-10 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mnc2#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for neutron mass energy equivalent in MeV"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000023 ; + ns1:standardUncertaintySN 2.3e-05 ; + ns1:value 939.565346 ; + ns1:valueSN 9.395653e+02 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mnc2mev#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Neutron Mass (amu)"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000043 ; + ns1:standardUncertaintySN 4.3e-10 ; + ns1:value 1.00866491597 ; + ns1:valueSN 1.008665e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mnu#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for neutron molar mass"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000043 ; + ns1:standardUncertaintySN 4.3e-13 ; + ns1:value 0.00100866491597 ; + ns1:valueSN 1.008665e-03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mmn#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for neutron-muon mass ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000023 ; + ns1:standardUncertaintySN 2.3e-07 ; + ns1:value 8.89248409 ; + ns1:valueSN 8.892484e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mnsmmu#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for neutron-proton magnetic moment ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000016 ; + ns1:standardUncertaintySN 1.6e-07 ; + ns1:value -0.68497934 ; + ns1:valueSN -6.849793e-01 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?munsmup#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for neutron-proton mass ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000046 ; + ns1:standardUncertaintySN 4.6e-10 ; + ns1:value 1.00137841918 ; + ns1:valueSN 1.001378e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mnsmp#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for neutron-tau mass ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000086 ; + ns1:standardUncertaintySN 8.6e-05 ; + ns1:value 0.52874 ; + ns1:valueSN 5.2874e-01 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mnsmtau#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for neutron to shielded proton magnetic moment ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000016 ; + ns1:standardUncertaintySN 1.6e-07 ; + ns1:value -0.68499694 ; + ns1:valueSN -6.849969e-01 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?munsmupp#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Newtonian constant of gravitation"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:relativeStandardUncertainty 2.2e-05 ; + ns1:standardUncertainty 0.0000000000000015 ; + ns1:standardUncertaintySN 1.5e-15 ; + ns1:value 0.000000000066743 ; + ns1:valueSN 6.6743e-11 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?bg#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for nuclear magneton"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000000000000000000000000013 ; + ns1:standardUncertaintySN 1.3e-34 ; + ns1:value 0.00000000000000000000000000505078324 ; + ns1:valueSN 5.050783e-27 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mun#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for nuclear magneton in eV per T"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000045 ; + ns1:standardUncertaintySN 4.5e-17 ; + ns1:value 0.000000031524512326 ; + ns1:valueSN 3.152451e-08 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?munev#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for nuclear magneton in inverse meters per tesla"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000064 ; + ns1:standardUncertaintySN 6.4e-10 ; + ns1:value 0.02542623616 ; + ns1:valueSN 2.542624e-02 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?munshcminv#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for nuclear magneton in K per T"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000064 ; + ns1:standardUncertaintySN 6.4e-10 ; + ns1:value 0.00036582637 ; + ns1:valueSN 3.658264e-04 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?munskk#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for nuclear magneton in MHz per T"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000019 ; + ns1:standardUncertaintySN 1.9e-07 ; + ns1:value 7.62259384 ; + ns1:valueSN 7.622594e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?munshhz#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for permittivity of vacuum"^^xsd:string ; + ns1:hasUnit ; + ns1:relativeStandardUncertainty 1.5e-10 ; + ns1:value 0.0000000000068541878128 ; + ns1:valueSN 6.854188e-12 . + + a ns1:ConstantValue ; + rdfs:label "Value for Pi"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Pi"^^xsd:anyURI ; + ns1:standardUncertainty 0.0 ; + ns1:standardUncertaintySN 0e+00 ; + ns1:value 3.141592653589793238462643383279502884197 ; + ns1:valueSN 3.141593e+00 . + + a ns1:ConstantValue ; + rdfs:label "Value for Planck constant"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000000000000000000000000000033 ; + ns1:standardUncertaintySN 3.3e-41 ; + ns1:value 0.000000000000000000000000000000000662606896 ; + ns1:valueSN 6.626069e-34 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?h#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Planck constant in eV s"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000000000000001 ; + ns1:standardUncertaintySN 1e-22 ; + ns1:value 0.00000000000000413566733 ; + ns1:valueSN 4.135667e-15 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?hev#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Planck constant over 2 pi in eV s"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000000000016 ; + ns1:standardUncertaintySN 1.6e-23 ; + ns1:value 0.000000000000000658211899 ; + ns1:valueSN 6.582119e-16 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?hbarev#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Planck constant over 2 pi times c in MeV fm"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000049 ; + ns1:standardUncertaintySN 4.9e-06 ; + ns1:value 197.3269631 ; + ns1:valueSN 1.97327e+02 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?hbcmevf#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Planck length"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000000000000000000000000000000081 ; + ns1:standardUncertaintySN 8.1e-40 ; + ns1:value 0.00000000000000000000000000000000001616252 ; + ns1:valueSN 1.616252e-35 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?plkl#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Planck mass"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000011 ; + ns1:standardUncertaintySN 1.1e-12 ; + ns1:value 0.0000000217644 ; + ns1:valueSN 2.17644e-08 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?plkm#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Planck mass energy equivalent in GeV"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 610000000000000.0 ; + ns1:standardUncertaintySN 6.1e+14 ; + ns1:value 12208920000000000000.0 ; + ns1:valueSN 1.220892e+19 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?plkmc2gev#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Planck temperature"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 7100000000000000000000000000.0 ; + ns1:standardUncertaintySN 7.1e+27 ; + ns1:value 141678500000000000000000000000000.0 ; + ns1:valueSN 1.416785e+32 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?plktmp#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Planck time"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000000000000000000000000000000000000000027 ; + ns1:standardUncertaintySN 2.7e-48 ; + ns1:value 0.0000000000000000000000000000000000000000000539124 ; + ns1:valueSN 5.39124e-44 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?plkt#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for proton charge to mass quotient"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 2.4 ; + ns1:standardUncertaintySN 2.4e+00 ; + ns1:value 95788339.2 ; + ns1:valueSN 9.578834e+07 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?esmp#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for proton Compton wavelength"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000000000000000019 ; + ns1:standardUncertaintySN 1.9e-24 ; + ns1:value 0.0000000000000013214098446 ; + ns1:valueSN 1.32141e-15 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?pcomwl#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for proton Compton wavelength over 2 pi"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000000000000000003 ; + ns1:standardUncertaintySN 3e-25 ; + ns1:value 0.00000000000000021030890861 ; + ns1:valueSN 2.103089e-16 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?pcomwlbar#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for proton-electron mass ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000008 ; + ns1:standardUncertaintySN 8e-07 ; + ns1:value 1836.15267247 ; + ns1:valueSN 1.836153e+03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mpsme#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for proton g factor"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000046 ; + ns1:standardUncertaintySN 4.6e-08 ; + ns1:value 5.585694713 ; + ns1:valueSN 5.585695e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?gp#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for proton gyromagnetic ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 7.0 ; + ns1:standardUncertaintySN 7e+00 ; + ns1:value 267522209.9 ; + ns1:valueSN 2.675222e+08 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?gammap#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for proton gyromagnetic ratio over 2 pi"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000011 ; + ns1:standardUncertaintySN 1.1e-06 ; + ns1:value 42.5774821 ; + ns1:valueSN 4.257748e+01 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?gammapbar#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for proton magnetic moment"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000000000000000000000000037 ; + ns1:standardUncertaintySN 3.7e-34 ; + ns1:value 0.00000000000000000000000001410606662 ; + ns1:valueSN 1.410607e-26 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mup#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for proton magnetic moment to Bohr magneton ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000012 ; + ns1:standardUncertaintySN 1.2e-11 ; + ns1:value 0.001521032209 ; + ns1:valueSN 1.521032e-03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mupsmub#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for proton magnetic moment to nuclear magneton ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000023 ; + ns1:standardUncertaintySN 2.3e-08 ; + ns1:value 2.792847356 ; + ns1:valueSN 2.792847e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mupsmun#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for proton magnetic shielding correction"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000014 ; + ns1:standardUncertaintySN 1.4e-08 ; + ns1:value 0.000025694 ; + ns1:valueSN 2.5694e-05 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?sigmapp#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for proton mass"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000000000000000000000083 ; + ns1:standardUncertaintySN 8.3e-35 ; + ns1:value 0.000000000000000000000000001672621637 ; + ns1:valueSN 1.672622e-27 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mp#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for proton mass energy equivalent"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000000000075 ; + ns1:standardUncertaintySN 7.5e-18 ; + ns1:value 0.0000000001503277359 ; + ns1:valueSN 1.503277e-10 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mpc2#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for proton mass energy equivalent in MeV"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000023 ; + ns1:standardUncertaintySN 2.3e-05 ; + ns1:value 938.272013 ; + ns1:valueSN 9.38272e+02 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mpc2mev#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Proton Mass (amu)"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000001 ; + ns1:standardUncertaintySN 1e-10 ; + ns1:value 1.00727646677 ; + ns1:valueSN 1.007276e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mpu#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for proton molar mass"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000001 ; + ns1:standardUncertaintySN 1e-13 ; + ns1:value 0.00100727646677 ; + ns1:valueSN 1.007276e-03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mmp#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for proton-muon mass ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000023 ; + ns1:standardUncertaintySN 2.3e-07 ; + ns1:value 8.88024339 ; + ns1:valueSN 8.880243e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mpsmmu#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for proton-neutron magnetic moment ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000034 ; + ns1:standardUncertaintySN 3.4e-07 ; + ns1:value -1.45989806 ; + ns1:valueSN -1.459898e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mupsmunn#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for proton-neutron mass ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000046 ; + ns1:standardUncertaintySN 4.6e-10 ; + ns1:value 0.99862347824 ; + ns1:valueSN 9.986235e-01 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mpsmn#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for proton rms charge radius"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000000000069 ; + ns1:standardUncertaintySN 6.9e-18 ; + ns1:value 0.0000000000000008768 ; + ns1:valueSN 8.768e-16 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?rp#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for proton-tau mass ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000086 ; + ns1:standardUncertaintySN 8.6e-05 ; + ns1:value 0.528012 ; + ns1:valueSN 5.28012e-01 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mpsmtau#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for quantum of circulation"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000005 ; + ns1:standardUncertaintySN 5e-13 ; + ns1:value 0.00036369475199 ; + ns1:valueSN 3.636948e-04 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?qucirchs2me#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for quantum of circulation times 2"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000001 ; + ns1:standardUncertaintySN 1e-12 ; + ns1:value 0.000727389504 ; + ns1:valueSN 7.273895e-04 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?hsme#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Rydberg constant"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000073 ; + ns1:standardUncertaintySN 7.3e-05 ; + ns1:value 10973731.568527 ; + ns1:valueSN 1.097373e+07 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?ryd#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Rydberg constant times c in Hz"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 22000.0 ; + ns1:standardUncertaintySN 2.2e+04 ; + ns1:value 3289841960361000.0 ; + ns1:valueSN 3.289842e+15 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?rydchz#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Rydberg constant times hc in eV"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000034 ; + ns1:standardUncertaintySN 3.4e-07 ; + ns1:value 13.60569193 ; + ns1:valueSN 1.360569e+01 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?rydhcev#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Rydberg constant times hc in J"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000000000000000011 ; + ns1:standardUncertaintySN 1.1e-25 ; + ns1:value 0.00000000000000000217987197 ; + ns1:valueSN 2.179872e-18 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?rydhcj#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Sackur-Tetrode constant 1 K 100 kPa"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000044 ; + ns1:standardUncertaintySN 4.4e-06 ; + ns1:value -1.1517047 ; + ns1:valueSN -1.151705e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?s0sr#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for second radiation constant"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000025 ; + ns1:standardUncertaintySN 2.5e-08 ; + ns1:value 0.014387752 ; + ns1:valueSN 1.438775e-02 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?c22ndrc#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for shielded helion gyromagnetic ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 5.6 ; + ns1:standardUncertaintySN 5.6e+00 ; + ns1:value 203789473.0 ; + ns1:valueSN 2.037895e+08 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?gammahp#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for shielded helion gyromagnetic ratio over 2 pi"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000009 ; + ns1:standardUncertaintySN 9e-07 ; + ns1:value 32.43410198 ; + ns1:valueSN 3.24341e+01 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?gammahpbar#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for shielded helion magnetic moment"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000000000000000000000000003 ; + ns1:standardUncertaintySN 3e-34 ; + ns1:value -0.00000000000000000000000001074552982 ; + ns1:valueSN -1.074553e-26 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?muhp#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for shielded helion magnetic moment to Bohr magneton ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000014 ; + ns1:standardUncertaintySN 1.4e-11 ; + ns1:value -0.001158671471 ; + ns1:valueSN -1.158671e-03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?muhpsmub#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for shielded helion magnetic moment to nuclear magneton ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000025 ; + ns1:standardUncertaintySN 2.5e-08 ; + ns1:value -2.127497718 ; + ns1:valueSN -2.127498e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?muhpsmun#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for shielded helion to proton magnetic moment ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000011 ; + ns1:standardUncertaintySN 1.1e-08 ; + ns1:value -0.761766558 ; + ns1:valueSN -7.617666e-01 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?muhpsmup#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for shielded helion to shielded proton magnetic moment ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000033 ; + ns1:standardUncertaintySN 3.3e-09 ; + ns1:value -0.7617861313 ; + ns1:valueSN -7.617861e-01 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?muhpsmupp#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for shielded proton gyromagnetic ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 7.3 ; + ns1:standardUncertaintySN 7.3e+00 ; + ns1:value 267515336.2 ; + ns1:valueSN 2.675153e+08 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?gammapp#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for shielded proton gyromagnetic ratio over 2 pi"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000012 ; + ns1:standardUncertaintySN 1.2e-06 ; + ns1:value 42.5763881 ; + ns1:valueSN 4.257639e+01 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?gammappbar#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for shielded proton magnetic moment"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000000000000000000000000038 ; + ns1:standardUncertaintySN 3.8e-34 ; + ns1:value 0.00000000000000000000000001410570419 ; + ns1:valueSN 1.41057e-26 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mupp#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for shielded proton magnetic moment to Bohr magneton ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000017 ; + ns1:standardUncertaintySN 1.7e-11 ; + ns1:value 0.001520993128 ; + ns1:valueSN 1.520993e-03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?muppsmub#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for shielded proton magnetic moment to nuclear magneton ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000003 ; + ns1:standardUncertaintySN 3e-08 ; + ns1:value 2.792775598 ; + ns1:valueSN 2.792776e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?muppsmun#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for speed of light in a vacuum"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cgi-bin/cuu/Value?c#mid"^^xsd:anyURI, + "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0 ; + ns1:standardUncertaintySN 0e+00 ; + ns1:value 299792458.0 ; + ns1:valueSN 2.997925e+08 . + + a ns1:ConstantValue ; + rdfs:label "Value for speed of light in vacuum (Imperial units)"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:value 670616629.0 ; + ns1:valueSN 6.706166e+08 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?c#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for standard acceleration of gravity"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:value 9.80665 ; + ns1:valueSN 9.80665e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?gn#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for standard atmosphere"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:value 101325.0 ; + ns1:valueSN 1.01325e+05 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?stdatm#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Stefan-Boltzmann Constant"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000004 ; + ns1:standardUncertaintySN 4e-13 ; + ns1:value 0.000000056704 ; + ns1:valueSN 5.6704e-08 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?sigma#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for tau Compton wavelength"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000000000011 ; + ns1:standardUncertaintySN 1.1e-19 ; + ns1:value 0.00000000000000069772 ; + ns1:valueSN 6.9772e-16 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?tcomwl#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for tau Compton wavelength over 2 pi"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000000018 ; + ns1:standardUncertaintySN 1.8e-20 ; + ns1:value 0.000000000000000111046 ; + ns1:valueSN 1.11046e-16 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?tcomwlbar#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for tau-electron mass ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.57 ; + ns1:standardUncertaintySN 5.7e-01 ; + ns1:value 3477.48 ; + ns1:valueSN 3.47748e+03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mtausme#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for tau mass"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000000000000000000000052 ; + ns1:standardUncertaintySN 5.2e-31 ; + ns1:value 0.00000000000000000000000000316777 ; + ns1:valueSN 3.16777e-27 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mtau#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for tau mass energy equivalent"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000046 ; + ns1:standardUncertaintySN 4.6e-14 ; + ns1:value 0.000000000284705 ; + ns1:valueSN 2.84705e-10 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mtauc2#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for tau mass energy equivalent in MeV"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.29 ; + ns1:standardUncertaintySN 2.9e-01 ; + ns1:value 1776.99 ; + ns1:valueSN 1.77699e+03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mtauc2mev#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Tau Mass (amu)"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00031 ; + ns1:standardUncertaintySN 3.1e-04 ; + ns1:value 1.90768 ; + ns1:valueSN 1.90768e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mtauu#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for tau molar mass"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000031 ; + ns1:standardUncertaintySN 3.1e-07 ; + ns1:value 0.00190768 ; + ns1:valueSN 1.90768e-03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mmtau#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for tau-muon mass ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0027 ; + ns1:standardUncertaintySN 2.7e-03 ; + ns1:value 16.8183 ; + ns1:valueSN 1.68183e+01 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mtausmmu#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for tau-neutron mass ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00031 ; + ns1:standardUncertaintySN 3.1e-04 ; + ns1:value 1.89129 ; + ns1:valueSN 1.89129e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mtausmn#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for tau-proton mass ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00031 ; + ns1:standardUncertaintySN 3.1e-04 ; + ns1:value 1.8939 ; + ns1:valueSN 1.8939e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mtausmp#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Thomson cross section"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000000000000000000000000000027 ; + ns1:standardUncertaintySN 2.7e-37 ; + ns1:value 0.00000000000000000000000000006652458558 ; + ns1:valueSN 6.652459e-29 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?sigmae#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for triton-electron magnetic moment ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000021 ; + ns1:standardUncertaintySN 2.1e-11 ; + ns1:value -0.001620514423 ; + ns1:valueSN -1.620514e-03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mutsmuem#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for triton-electron mass ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000051 ; + ns1:standardUncertaintySN 5.1e-06 ; + ns1:value 5496.9215269 ; + ns1:valueSN 5.496922e+03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mtsme#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for triton g factor"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000076 ; + ns1:standardUncertaintySN 7.6e-08 ; + ns1:value 5.957924896 ; + ns1:valueSN 5.957925e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?gtn#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for triton magnetic moment"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000000000000000000000000042 ; + ns1:standardUncertaintySN 4.2e-34 ; + ns1:value 0.00000000000000000000000001504609361 ; + ns1:valueSN 1.504609e-26 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mut#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for triton magnetic moment to Bohr magneton ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000021 ; + ns1:standardUncertaintySN 2.1e-11 ; + ns1:value 0.001622393657 ; + ns1:valueSN 1.622394e-03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mutsmub#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for triton magnetic moment to nuclear magneton ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000038 ; + ns1:standardUncertaintySN 3.8e-08 ; + ns1:value 2.978962448 ; + ns1:valueSN 2.978962e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mutsmun#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for triton mass"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000000000000000000000000000000025 ; + ns1:standardUncertaintySN 2.5e-34 ; + ns1:value 0.00000000000000000000000000500735588 ; + ns1:valueSN 5.007356e-27 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mt#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for triton mass energy equivalent"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000022 ; + ns1:standardUncertaintySN 2.2e-17 ; + ns1:value 0.000000000450038703 ; + ns1:valueSN 4.500387e-10 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mtc2#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for triton mass energy equivalent in MeV"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00007 ; + ns1:standardUncertaintySN 7e-05 ; + ns1:value 2808.920906 ; + ns1:valueSN 2.808921e+03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mtc2mev#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Triton Mass (amu)"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000025 ; + ns1:standardUncertaintySN 2.5e-09 ; + ns1:value 3.0155007134 ; + ns1:valueSN 3.015501e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mtu#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for triton molar mass"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000025 ; + ns1:standardUncertaintySN 2.5e-12 ; + ns1:value 0.0030155007134 ; + ns1:valueSN 3.015501e-03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mmt#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for triton-neutron magnetic moment ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000037 ; + ns1:standardUncertaintySN 3.7e-07 ; + ns1:value -1.55718553 ; + ns1:valueSN -1.557186e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mutsmunn#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for triton-proton magnetic moment ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00000001 ; + ns1:standardUncertaintySN 1e-08 ; + ns1:value 1.066639908 ; + ns1:valueSN 1.06664e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mutsmup#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for triton-proton mass ratio"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000025 ; + ns1:standardUncertaintySN 2.5e-09 ; + ns1:value 2.9937170309 ; + ns1:valueSN 2.993717e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mtsmp#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for unified atomic mass unit"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000000000000000000000000000000083 ; + ns1:standardUncertaintySN 8.3e-35 ; + ns1:value 0.000000000000000000000000001660538782 ; + ns1:valueSN 1.660539e-27 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?tukg#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for von Klitzing constant"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000018 ; + ns1:standardUncertaintySN 1.8e-05 ; + ns1:value 25812.807557 ; + ns1:valueSN 2.581281e+04 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?rk#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for weak mixing angle"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.00056 ; + ns1:standardUncertaintySN 5.6e-04 ; + ns1:value 0.22255 ; + ns1:valueSN 2.2255e-01 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?sin2th#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Wien frequency displacement law constant"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 100000.0 ; + ns1:standardUncertaintySN 1e+05 ; + ns1:value 58789330000.0 ; + ns1:valueSN 5.878933e+10 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?bpwien#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Wien wavelength displacement law constant"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000051 ; + ns1:standardUncertaintySN 5.1e-09 ; + ns1:value 0.0028977685 ; + ns1:valueSN 2.897768e-03 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?bwien#mid"^^xsd:anyURI . + + a ns1:CurrencyUnit ; + rdfs:label "United Arab Emirates dirham"@en ; + ns1:currencyCode "AED"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 784 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/United_Arab_Emirates_dirham"^^xsd:anyURI ; + ns1:expression "\\(AED\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/United_Arab_Emirates_dirham?oldid=491806142"^^xsd:anyURI ; + ns1:symbol "د.إ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Afghani"@en ; + ns1:currencyCode "AFN"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 971 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Afghani"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Afghani?oldid=485904590"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Lek"@en ; + ns1:currencyCode "ALL"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 8 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Lek"^^xsd:anyURI ; + ns1:expression "\\(ALL\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Lek?oldid=495195665"^^xsd:anyURI ; + ns1:symbol "L"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Armenian Dram"@en ; + ns1:currencyCode "AMD"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 51 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Armenian_dram"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Armenian_dram?oldid=492709723"^^xsd:anyURI ; + ns1:symbol "֏"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Netherlands Antillian Guilder"@en ; + ns1:currencyCode "ANG"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 532 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Netherlands_Antillean_guilder"^^xsd:anyURI ; + ns1:expression "\\(ANG\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Netherlands_Antillean_guilder?oldid=490030382"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Kwanza"@en ; + ns1:currencyCode "AOA"^^xsd:string ; + ns1:currencyExponent 1 ; + ns1:currencyNumber 973 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Angolan_kwanza"^^xsd:anyURI ; + ns1:expression "\\(AOA\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Angolan_kwanza?oldid=491748749"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Argentine Peso"@en ; + ns1:currencyCode "ARS"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 32 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Argentine_peso"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Argentine_peso?oldid=491431588"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Australian Dollar"@en ; + ns1:currencyCode "AUD"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 36 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Australian_dollar"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Australian_dollar?oldid=495046408"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "$"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Aruban Guilder"@en ; + ns1:currencyCode "AWG"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 533 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Aruban_florin"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Aruban_florin?oldid=492925638"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Azerbaijanian Manat"@en ; + ns1:currencyCode "AZN"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 944 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Azerbaijani_manat"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Azerbaijani_manat?oldid=495479090"^^xsd:anyURI ; + ns1:symbol "₼"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Convertible Marks"@en ; + ns1:currencyCode "BAM"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 977 ; + ns1:expression "\\(BAM\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "KM"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Barbados Dollar"@en ; + ns1:currencyCode "BBD"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 52 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Barbadian_dollar"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Barbadian_dollar?oldid=494388633"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Bangladeshi Taka"@en ; + ns1:currencyCode "BDT"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 50 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Bangladeshi_taka"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Bangladeshi_taka?oldid=492673895"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Bulgarian Lev"@en ; + ns1:currencyCode "BGN"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 975 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Bulgarian_lev"^^xsd:anyURI ; + ns1:expression "\\(BGN\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Bulgarian_lev?oldid=494947467"^^xsd:anyURI ; + ns1:symbol "лв."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Bahraini Dinar"@en ; + ns1:currencyCode "BHD"^^xsd:string ; + ns1:currencyExponent 3 ; + ns1:currencyNumber 48 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Bahraini_dinar"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Bahraini_dinar?oldid=493086643"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Burundian Franc"@en ; + ns1:currencyCode "BIF"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 108 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Burundian_franc"^^xsd:anyURI ; + ns1:expression "\\(BIF\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Burundian_franc?oldid=489383699"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Bermuda Dollar"@en ; + ns1:currencyCode "BMD"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 60 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Bermudian_dollar"^^xsd:anyURI ; + ns1:expression "\\(BMD\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Bermudian_dollar?oldid=492670344"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Brunei Dollar"@en ; + ns1:currencyCode "BND"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 96 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Brunei_dollar"^^xsd:anyURI ; + ns1:expression "\\(BND\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Brunei_dollar?oldid=495134546"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Boliviano"@en ; + ns1:currencyCode "BOB"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 68 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Bolivian_boliviano"^^xsd:anyURI ; + ns1:expression "\\(BOB\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Bolivian_boliviano?oldid=494873944"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Bolivian Mvdol (Funds code)"@en ; + ns1:currencyCode "BOV"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 984 ; + ns1:expression "\\(BOV\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Brazilian Real"@en ; + ns1:currencyCode "BRL"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 986 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Brazilian_real"^^xsd:anyURI ; + ns1:expression "\\(BRL\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Brazilian_real?oldid=495278259"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "$"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Bahamian Dollar"@en ; + ns1:currencyCode "BSD"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 44 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Bahamian_dollar"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Bahamian_dollar?oldid=492776024"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Ngultrum"@en ; + ns1:currencyCode "BTN"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 64 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Bhutanese_ngultrum"^^xsd:anyURI ; + ns1:expression "\\(BTN\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Bhutanese_ngultrum?oldid=491579260"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Pula"@en ; + ns1:currencyCode "BWP"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 72 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Pula"^^xsd:anyURI ; + ns1:expression "\\(BWP\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Pula?oldid=495207177"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Belarussian Ruble"@en ; + ns1:currencyCode "BYN"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 933 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Belarusian_ruble"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Belarusian_ruble?oldid=494143246"^^xsd:anyURI ; + ns1:symbol "Rbl"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Belize Dollar"@en ; + ns1:currencyCode "BZD"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 84 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Belize_dollar"^^xsd:anyURI ; + ns1:expression "\\(BZD\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Belize_dollar?oldid=462662376"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Canadian Dollar"@en ; + ns1:currencyCode "CAD"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 124 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Canadian_dollar"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Canadian_dollar?oldid=494738466"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "$"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Franc Congolais"@en ; + ns1:currencyCode "CDF"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 976 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Congolese_franc"^^xsd:anyURI ; + ns1:expression "\\(CDF\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Congolese_franc?oldid=490314640"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "WIR Euro (complementary currency)"@en ; + ns1:currencyCode "CHE"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 947 ; + ns1:expression "\\(CHE\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Swiss Franc"@en ; + ns1:currencyCode "CHF"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 756 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Swiss_franc"^^xsd:anyURI ; + ns1:expression "\\(CHF\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Swiss_franc?oldid=492548706"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "CHF"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "WIR Franc (complementary currency)"@en ; + ns1:currencyCode "CHW"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 948 ; + ns1:expression "\\(CHW\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Unidades de formento (Funds code)"@en ; + ns1:currencyCode "CLF"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 990 ; + ns1:expression "\\(CLF\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Chilean Peso"@en ; + ns1:currencyCode "CLP"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 152 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Chilean_peso"^^xsd:anyURI ; + ns1:expression "\\(CLP\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Chilean_peso?oldid=495455481"^^xsd:anyURI ; + ns1:symbol "$"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Yuan Renminbi"@en ; + ns1:currencyCode "CNY"^^xsd:string ; + ns1:currencyExponent 1 ; + ns1:currencyNumber 156 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Renminbi"^^xsd:anyURI ; + ns1:expression "\\(CNY\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Renminbi?oldid=494799454"^^xsd:anyURI ; + ns1:symbol "¥"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Colombian Peso"@en ; + ns1:currencyCode "COP"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 170 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Colombian_peso"^^xsd:anyURI ; + ns1:expression "\\(COP\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Colombian_peso?oldid=490834575"^^xsd:anyURI ; + ns1:symbol "$"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Unidad de Valor Real"@en ; + ns1:currencyCode "COU"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 970 ; + ns1:expression "\\(COU\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Costa Rican Colon"@en ; + ns1:currencyCode "CRC"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 188 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Costa_Rican_col%C3%B3n"^^xsd:anyURI ; + ns1:expression "\\(CRC\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Costa_Rican_colón?oldid=491007608"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Cuban Peso"@en ; + ns1:currencyCode "CUP"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 192 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Cuban_peso"^^xsd:anyURI ; + ns1:expression "\\(CUP\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Cuban_peso?oldid=486492974"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Cape Verde Escudo"@en ; + ns1:currencyCode "CVE"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 132 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Cape_Verdean_escudo"^^xsd:anyURI ; + ns1:expression "\\(CVE\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Cape_Verdean_escudo?oldid=491416749"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Cyprus Pound"@en ; + ns1:currencyCode "CYP"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 196 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Cypriot_pound"^^xsd:anyURI ; + ns1:expression "\\(CYP\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Cypriot_pound?oldid=492644935"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Czech Koruna"@en ; + ns1:currencyCode "CZK"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 203 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Czech_koruna"^^xsd:anyURI ; + ns1:expression "\\(CZK\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Czech_koruna?oldid=493991393"^^xsd:anyURI ; + ns1:symbol "Kč"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Djibouti Franc"@en ; + ns1:currencyCode "DJF"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 262 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Djiboutian_franc"^^xsd:anyURI ; + ns1:expression "\\(DJF\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Djiboutian_franc?oldid=486807423"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Danish Krone"@en ; + ns1:currencyCode "DKK"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 208 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Danish_krone"^^xsd:anyURI ; + ns1:expression "\\(DKK\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Danish_krone?oldid=491168880"^^xsd:anyURI ; + ns1:symbol "kr"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Dominican Peso"@en ; + ns1:currencyCode "DOP"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 214 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Dominican_peso"^^xsd:anyURI ; + ns1:expression "\\(DOP\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Dominican_peso?oldid=493950199"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Algerian Dinar"@en ; + ns1:currencyCode "DZD"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 12 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Algerian_dinar"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Algerian_dinar?oldid=492845503"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Kroon"@en ; + ns1:currencyCode "EEK"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 233 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Estonian_kroon"^^xsd:anyURI ; + ns1:expression "\\(EEK\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Estonian_kroon?oldid=492626188"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Egyptian Pound"@en ; + ns1:currencyCode "EGP"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 818 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Egyptian_pound"^^xsd:anyURI ; + ns1:expression "\\(EGP\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Egyptian_pound?oldid=494670285"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Nakfa"@en ; + ns1:currencyCode "ERN"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 232 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Nakfa"^^xsd:anyURI ; + ns1:expression "\\(ERN\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Nakfa?oldid=415286274"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Ethiopian Birr"@en ; + ns1:currencyCode "ETB"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 230 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Ethiopian_birr"^^xsd:anyURI ; + ns1:expression "\\(ETB\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Ethiopian_birr?oldid=493373507"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Euro"@en ; + ns1:currencyCode "EUR"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 978 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Euro"^^xsd:anyURI ; + ns1:expression "\\(EUR\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Euro?oldid=495293446"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "€"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Fiji Dollar"@en ; + ns1:currencyCode "FJD"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 242 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Fijian_dollar"^^xsd:anyURI ; + ns1:expression "\\(FJD\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Fijian_dollar?oldid=494373740"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Falkland Islands Pound"@en ; + ns1:currencyCode "FKP"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 238 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Falkland_Islands_pound"^^xsd:anyURI ; + ns1:expression "\\(FKP\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Falkland_Islands_pound?oldid=489513616"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Pound Sterling"@en ; + ns1:currencyCode "GBP"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 826 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Pound_sterling"^^xsd:anyURI ; + ns1:expression "\\(GBP\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Pound_sterling?oldid=495524329"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "£"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Lari"@en ; + ns1:currencyCode "GEL"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 981 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Lari"^^xsd:anyURI ; + ns1:expression "\\(GEL\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Lari?oldid=486808394"^^xsd:anyURI ; + ns1:symbol "₾"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Cedi"@en ; + ns1:currencyCode "GHS"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 936 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Ghanaian_cedi"^^xsd:anyURI ; + ns1:expression "\\(GHS\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Ghanaian_cedi?oldid=415914569"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Gibraltar pound"@en ; + ns1:currencyCode "GIP"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 292 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Gibraltar_pound"^^xsd:anyURI ; + ns1:expression "\\(GIP\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Gibraltar_pound?oldid=494842600"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Dalasi"@en ; + ns1:currencyCode "GMD"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 270 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Gambian_dalasi"^^xsd:anyURI ; + ns1:expression "\\(GMD\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Gambian_dalasi?oldid=489522429"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Guinea Franc"@en ; + ns1:currencyCode "GNF"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 324 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Guinean_franc"^^xsd:anyURI ; + ns1:expression "\\(GNF\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Guinean_franc?oldid=489527042"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Quetzal"@en ; + ns1:currencyCode "GTQ"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 320 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Quetzal"^^xsd:anyURI ; + ns1:expression "\\(GTQ\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Quetzal?oldid=489813522"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Guyana Dollar"@en ; + ns1:currencyCode "GYD"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 328 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Guyanese_dollar"^^xsd:anyURI ; + ns1:expression "\\(GYD\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Guyanese_dollar?oldid=495070062"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Hong Kong Dollar"@en ; + ns1:currencyCode "HKD"^^xsd:string ; + ns1:currencyExponent 1 ; + ns1:currencyNumber 344 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Hong_Kong_dollar"^^xsd:anyURI ; + ns1:expression "\\(HKD\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Hong_Kong_dollar?oldid=495133277"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "$"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Lempira"@en ; + ns1:currencyCode "HNL"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 340 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Lempira"^^xsd:anyURI ; + ns1:expression "\\(HNL\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Lempira?oldid=389955747"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Croatian Kuna"@en ; + ns1:currencyCode "HRK"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 191 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Croatian_kuna"^^xsd:anyURI ; + ns1:expression "\\(HRK\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Croatian_kuna?oldid=490959527"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Haiti Gourde"@en ; + ns1:currencyCode "HTG"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 332 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Haitian_gourde"^^xsd:anyURI ; + ns1:expression "\\(HTG\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Haitian_gourde?oldid=486090975"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Forint"@en ; + ns1:currencyCode "HUF"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 348 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Hungarian_forint"^^xsd:anyURI ; + ns1:expression "\\(HUF\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Hungarian_forint?oldid=492818607"^^xsd:anyURI ; + ns1:symbol "Ft"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Rupiah"@en ; + ns1:currencyCode "IDR"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 360 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Indonesian_rupiah"^^xsd:anyURI ; + ns1:expression "\\(IDR\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Indonesian_rupiah?oldid=489729458"^^xsd:anyURI ; + ns1:symbol "Rp"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "New Israeli Shekel"@en ; + ns1:currencyCode "ILS"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 376 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Israeli_new_sheqel"^^xsd:anyURI ; + ns1:expression "\\(ILS\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Israeli_new_sheqel?oldid=316213924"^^xsd:anyURI ; + ns1:symbol "₪"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Indian Rupee"@en ; + ns1:currencyCode "INR"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 356 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Indian_rupee"^^xsd:anyURI ; + ns1:expression "\\(INR\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Indian_rupee?oldid=495120167"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "₹"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Iraqi Dinar"@en ; + ns1:currencyCode "IQD"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 368 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Iraqi_dinar"^^xsd:anyURI ; + ns1:expression "\\(IQD\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Iraqi_dinar?oldid=494793908"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Iranian Rial"@en ; + ns1:currencyCode "IRR"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 364 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Iranian_rial"^^xsd:anyURI ; + ns1:expression "\\(IRR\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Iranian_rial?oldid=495299431"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Iceland Krona"@en ; + ns1:currencyCode "ISK"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 352 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Icelandic_kr%C3%B3na"^^xsd:anyURI ; + ns1:expression "\\(ISK\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Icelandic_króna?oldid=495457496"^^xsd:anyURI ; + ns1:symbol "kr"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Jamaican Dollar"@en ; + ns1:currencyCode "JMD"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 388 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Jamaican_dollar"^^xsd:anyURI ; + ns1:expression "\\(JMD\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Jamaican_dollar?oldid=494039981"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Jordanian Dinar"@en ; + ns1:currencyCode "JOD"^^xsd:string ; + ns1:currencyExponent 3 ; + ns1:currencyNumber 400 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Jordanian_dinar"^^xsd:anyURI ; + ns1:expression "\\(JOD\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Jordanian_dinar?oldid=495270728"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Japanese yen"@en ; + ns1:currencyCode "JPY"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 392 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Japanese_yen"^^xsd:anyURI ; + ns1:expression "\\(JPY\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Japanese_yen?oldid=493771966"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "¥"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Kenyan Shilling"@en ; + ns1:currencyCode "KES"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 404 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Kenyan_shilling"^^xsd:anyURI ; + ns1:expression "\\(KES\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Kenyan_shilling?oldid=489547027"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Som"@en ; + ns1:currencyCode "KGS"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 417 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Som"^^xsd:anyURI ; + ns1:expression "\\(KGS\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Som?oldid=495411674"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Riel"@en ; + ns1:currencyCode "KHR"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 116 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Riel"^^xsd:anyURI ; + ns1:expression "\\(KHR\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Riel?oldid=473309240"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Comoro Franc"@en ; + ns1:currencyCode "KMF"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 174 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Comorian_franc"^^xsd:anyURI ; + ns1:expression "\\(KMF\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Comorian_franc?oldid=489502162"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "North Korean Won"@en ; + ns1:currencyCode "KPW"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 408 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/North_Korean_won"^^xsd:anyURI ; + ns1:expression "\\(KPW\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/North_Korean_won?oldid=495081686"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "South Korean Won"@en ; + ns1:currencyCode "KRW"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 410 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/South_Korean_won"^^xsd:anyURI ; + ns1:expression "\\(KRW\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/South_Korean_won?oldid=494404062"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "₩"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Kuwaiti Dinar"@en ; + ns1:currencyCode "KWD"^^xsd:string ; + ns1:currencyExponent 3 ; + ns1:currencyNumber 414 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Kuwaiti_dinar"^^xsd:anyURI ; + ns1:expression "\\(KWD\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Kuwaiti_dinar?oldid=489547428"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Cayman Islands Dollar"@en ; + ns1:currencyCode "KYD"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 136 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Cayman_Islands_dollar"^^xsd:anyURI ; + ns1:expression "\\(KYD\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Cayman_Islands_dollar?oldid=494206112"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Tenge"@en ; + ns1:currencyCode "KZT"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 398 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Kazakhstani_tenge"^^xsd:anyURI ; + ns1:expression "\\(KZT\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Kazakhstani_tenge?oldid=490523058"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Lao kip"@en ; + ns1:currencyCode "LAK"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 418 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol " ₭"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Lebanese Pound"@en ; + ns1:currencyCode "LBP"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 422 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Lebanese_pound"^^xsd:anyURI ; + ns1:expression "\\(LBP\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Lebanese_pound?oldid=495528740"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Sri Lanka Rupee"@en ; + ns1:currencyCode "LKR"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 144 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Sri_Lankan_rupee"^^xsd:anyURI ; + ns1:expression "\\(LKR\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Sri_Lankan_rupee?oldid=495359963"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Liberian Dollar"@en ; + ns1:currencyCode "LRD"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 430 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Liberian_dollar"^^xsd:anyURI ; + ns1:expression "\\(LRD\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Liberian_dollar?oldid=489549110"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Loti"@en ; + ns1:currencyCode "LSL"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 426 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Loti"^^xsd:anyURI ; + ns1:expression "\\(LSL\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Loti?oldid=384534708"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Lithuanian Litas"@en ; + ns1:currencyCode "LTL"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 440 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Lithuanian_litas"^^xsd:anyURI ; + ns1:expression "\\(LTL\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Lithuanian_litas?oldid=493046592"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Latvian Lats"@en ; + ns1:currencyCode "LVL"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 428 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Latvian_lats"^^xsd:anyURI ; + ns1:expression "\\(LVL\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Latvian_lats?oldid=492800402"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Libyan Dinar"@en ; + ns1:currencyCode "LYD"^^xsd:string ; + ns1:currencyExponent 3 ; + ns1:currencyNumber 434 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Libyan_dinar"^^xsd:anyURI ; + ns1:expression "\\(LYD\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Libyan_dinar?oldid=491421981"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Moroccan Dirham"@en ; + ns1:currencyCode "MAD"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 504 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Moroccan_dirham"^^xsd:anyURI ; + ns1:expression "\\(MAD\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Moroccan_dirham?oldid=490560557"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Moldovan Leu"@en ; + ns1:currencyCode "MDL"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 498 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Moldovan_leu"^^xsd:anyURI ; + ns1:expression "\\(MDL\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Moldovan_leu?oldid=490027766"^^xsd:anyURI ; + ns1:symbol "L"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Malagasy Ariary"@en ; + ns1:currencyCode "MGA"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 969 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Malagasy_ariary"^^xsd:anyURI ; + ns1:expression "\\(MGA\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Malagasy_ariary?oldid=489551279"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Denar"@en ; + ns1:currencyCode "MKD"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 807 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Macedonian_denar"^^xsd:anyURI ; + ns1:expression "\\(MKD\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Macedonian_denar?oldid=489550202"^^xsd:anyURI ; + ns1:symbol "ден"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Kyat"@en ; + ns1:currencyCode "MMK"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 104 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Myanma_kyat"^^xsd:anyURI ; + ns1:expression "\\(MMK\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Myanma_kyat?oldid=441109905"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Mongolian Tugrik"@en ; + ns1:currencyExponent 2 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Mongolian_t%C3%B6gr%C3%B6g"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Mongolian_tögrög?oldid=495408271"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Pataca"@en ; + ns1:currencyCode "MOP"^^xsd:string ; + ns1:currencyExponent 1 ; + ns1:currencyNumber 446 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Pataca"^^xsd:anyURI ; + ns1:expression "\\(MOP\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Pataca?oldid=482490442"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Ouguiya"@en ; + ns1:currencyCode "MRU"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 929 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Mauritanian_ouguiya"^^xsd:anyURI ; + ns1:expression "\\(MRO\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Mauritanian_ouguiya?oldid=490027072"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Maltese Lira"@en ; + ns1:currencyCode "MTL"^^xsd:string ; + ns1:currencyNumber 470 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Maltese_lira"^^xsd:anyURI ; + ns1:expression "\\(MTL\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Maltese_lira?oldid=493810797"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Mauritius Rupee"@en ; + ns1:currencyCode "MUR"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 480 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Mauritian_rupee"^^xsd:anyURI ; + ns1:expression "\\(MUR\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Mauritian_rupee?oldid=487629200"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Rufiyaa"@en ; + ns1:currencyCode "MVR"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 462 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Maldivian_rufiyaa"^^xsd:anyURI ; + ns1:expression "\\(MVR\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Maldivian_rufiyaa?oldid=491578728"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Malawi Kwacha"@en ; + ns1:currencyCode "MWK"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 454 ; + ns1:expression "\\(MWK\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Mexican Peso"@en ; + ns1:currencyCode "MXN"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 484 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Mexican_peso"^^xsd:anyURI ; + ns1:expression "\\(MXN\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Mexican_peso?oldid=494829813"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "$"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Mexican Unidad de Inversion (UDI) (Funds code)"@en ; + ns1:currencyCode "MXV"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 979 ; + ns1:expression "\\(MXV\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Malaysian Ringgit"@en ; + ns1:currencyCode "MYR"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 458 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Malaysian_ringgit"^^xsd:anyURI ; + ns1:expression "\\(MYR\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Malaysian_ringgit?oldid=494417091"^^xsd:anyURI ; + ns1:symbol "RM"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Metical"@en ; + ns1:currencyCode "MZN"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 943 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Mozambican_metical"^^xsd:anyURI ; + ns1:expression "\\(MZN\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Mozambican_metical?oldid=488225670"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit, + ns1:DerivedUnit ; + rdfs:label "Million US Dollars"@en ; + ns1:conversionMultiplier 1000000.0 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Namibian Dollar"@en ; + ns1:currencyCode "NAD"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 516 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Namibian_dollar"^^xsd:anyURI ; + ns1:expression "\\(NAD\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Namibian_dollar?oldid=495250023"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Naira"@en ; + ns1:currencyCode "NGN"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 566 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Nigerian_naira"^^xsd:anyURI ; + ns1:expression "\\(NGN\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Nigerian_naira?oldid=493462003"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Cordoba Oro"@en ; + ns1:currencyCode "NIO"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 558 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Nicaraguan_c%C3%B3rdoba"^^xsd:anyURI ; + ns1:expression "\\(NIO\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Nicaraguan_córdoba?oldid=486140595"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Norwegian Krone"@en ; + ns1:currencyCode "NOK"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 578 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Norwegian_krone"^^xsd:anyURI ; + ns1:expression "\\(NOK\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Norwegian_krone?oldid=495283934"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "kr"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Nepalese Rupee"@en ; + ns1:currencyCode "NPR"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 524 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Nepalese_rupee"^^xsd:anyURI ; + ns1:expression "\\(NPR\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Nepalese_rupee?oldid=476894226"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "New Zealand Dollar"@en ; + ns1:currencyCode "NZD"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 554 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/New_Zealand_dollar"^^xsd:anyURI ; + ns1:expression "\\(NZD\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/New_Zealand_dollar?oldid=495487722"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "$"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Rial Omani"@en ; + ns1:currencyCode "OMR"^^xsd:string ; + ns1:currencyExponent 3 ; + ns1:currencyNumber 512 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Omani_rial"^^xsd:anyURI ; + ns1:expression "\\(OMR\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Omani_rial?oldid=491748879"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Balboa"@en ; + ns1:currencyCode "PAB"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 590 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Balboa"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Balboa?oldid=482550791"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Nuevo Sol"@en ; + ns1:currencyCode "PEN"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 604 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Peruvian_nuevo_sol"^^xsd:anyURI ; + ns1:expression "\\(PEN\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Peruvian_nuevo_sol?oldid=494237249"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Kina"@en ; + ns1:currencyCode "PGK"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 598 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Kina"^^xsd:anyURI ; + ns1:expression "\\(PGK\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Kina?oldid=477155361"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Philippine Peso"@en ; + ns1:currencyCode "PHP"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 608 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Philippine_peso"^^xsd:anyURI ; + ns1:expression "\\(PHP\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Philippine_peso?oldid=495411811"^^xsd:anyURI ; + ns1:symbol "₱"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Pakistan Rupee"@en ; + ns1:currencyCode "PKR"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 586 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Pakistani_rupee"^^xsd:anyURI ; + ns1:expression "\\(PKR\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Pakistani_rupee?oldid=494937873"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Zloty"@en ; + ns1:currencyCode "PLN"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 985 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Polish_z%C5%82oty"^^xsd:anyURI ; + ns1:expression "\\(PLN\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Polish_złoty?oldid=492697733"^^xsd:anyURI ; + ns1:symbol "zł"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Guarani"@en ; + ns1:currencyCode "PYG"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 600 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Guaran%C3%AD"^^xsd:anyURI ; + ns1:expression "\\(PYG\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Guaraní?oldid=412592698"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Qatari Rial"@en ; + ns1:currencyCode "QAR"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 634 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Qatari_riyal"^^xsd:anyURI ; + ns1:expression "\\(QAR\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Qatari_riyal?oldid=491747452"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Romanian New Leu"@en ; + ns1:currencyCode "RON"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 946 ; + ns1:expression "\\(RON\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "L"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Serbian Dinar"@en ; + ns1:currencyCode "RSD"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 941 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Serbian_dinar"^^xsd:anyURI ; + ns1:expression "\\(RSD\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Serbian_dinar?oldid=495146650"^^xsd:anyURI ; + ns1:symbol "дин"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Russian Ruble"@en ; + ns1:currencyCode "RUB"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 643 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Russian_ruble"^^xsd:anyURI ; + ns1:expression "\\(RUB\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Russian_ruble?oldid=494336467"^^xsd:anyURI ; + ns1:symbol "₽"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Rwanda Franc"@en ; + ns1:currencyCode "RWF"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 646 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Rwandan_franc"^^xsd:anyURI ; + ns1:expression "\\(RWF\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Rwandan_franc?oldid=489727903"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Saudi Riyal"@en ; + ns1:currencyCode "SAR"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 682 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Saudi_riyal"^^xsd:anyURI ; + ns1:expression "\\(SAR\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Saudi_riyal?oldid=491092981"^^xsd:anyURI ; + ns1:symbol "﷼"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Solomon Islands Dollar"@en ; + ns1:currencyCode "SBD"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 90 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Solomon_Islands_dollar"^^xsd:anyURI ; + ns1:expression "\\(SBD\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Solomon_Islands_dollar?oldid=490313285"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Seychelles Rupee"@en ; + ns1:currencyCode "SCR"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 690 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Seychellois_rupee"^^xsd:anyURI ; + ns1:expression "\\(SCR\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Seychellois_rupee?oldid=492242185"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Sudanese Pound"@en ; + ns1:currencyCode "SDG"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 938 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Sudanese_pound"^^xsd:anyURI ; + ns1:expression "\\(SDG\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Sudanese_pound?oldid=495263707"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Swedish Krona"@en ; + ns1:currencyCode "SEK"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 752 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Swedish_krona"^^xsd:anyURI ; + ns1:expression "\\(SEK\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Swedish_krona?oldid=492703602"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "kr"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Singapore Dollar"@en ; + ns1:currencyCode "SGD"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 702 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Singapore_dollar"^^xsd:anyURI ; + ns1:expression "\\(SGD\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Singapore_dollar?oldid=492228311"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "$"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Saint Helena Pound"@en ; + ns1:currencyCode "SHP"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 654 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Saint_Helena_pound"^^xsd:anyURI ; + ns1:expression "\\(SHP\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Saint_Helena_pound?oldid=490152057"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Slovak Koruna"@en ; + ns1:currencyCode "SKK"^^xsd:string ; + ns1:currencyNumber 703 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Slovak_koruna"^^xsd:anyURI ; + ns1:expression "\\(SKK\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Slovak_koruna?oldid=492625951"^^xsd:anyURI ; + ns1:symbol "Sk"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Leone"@en ; + ns1:currencyCode "SLE"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 925 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Sierra_Leonean_leone"^^xsd:anyURI ; + ns1:expression "\\(SLL\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Sierra_Leonean_leone?oldid=493517965"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Somali Shilling"@en ; + ns1:currencyCode "SOS"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 706 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Somali_shilling"^^xsd:anyURI ; + ns1:expression "\\(SOS\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Somali_shilling?oldid=494434126"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Surinam Dollar"@en ; + ns1:currencyCode "SRD"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 968 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Surinamese_dollar"^^xsd:anyURI ; + ns1:expression "\\(SRD\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Surinamese_dollar?oldid=490316270"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Dobra"@en ; + ns1:currencyCode "STN"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 930 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Dobra"^^xsd:anyURI ; + ns1:expression "\\(STD\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Dobra?oldid=475725328"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Syrian Pound"@en ; + ns1:currencyCode "SYP"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 760 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Syrian_pound"^^xsd:anyURI ; + ns1:expression "\\(SYP\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Syrian_pound?oldid=484294722"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Lilangeni"@en ; + ns1:currencyCode "SZL"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 748 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Swazi_lilangeni"^^xsd:anyURI ; + ns1:expression "\\(SZL\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Swazi_lilangeni?oldid=490323340"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Baht"@en ; + ns1:currencyCode "THB"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 764 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Thai_baht"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Thai_baht?oldid=493286022"^^xsd:anyURI ; + ns1:symbol "฿"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Somoni"@en ; + ns1:currencyCode "TJS"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 972 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Tajikistani_somoni"^^xsd:anyURI ; + ns1:expression "\\(TJS\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Tajikistani_somoni?oldid=492500781"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Manat"@en ; + ns1:currencyCode "TMT"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 934 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Manat"^^xsd:anyURI ; + ns1:expression "\\(TMM\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Manat?oldid=486967490"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Tunisian Dinar"@en ; + ns1:currencyCode "TND"^^xsd:string ; + ns1:currencyExponent 3 ; + ns1:currencyNumber 788 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Tunisian_dinar"^^xsd:anyURI ; + ns1:expression "\\(TND\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Tunisian_dinar?oldid=491218035"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Pa'anga"@en ; + ns1:currencyCode "TOP"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 776 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Tongan_pa%CA%BBanga"^^xsd:anyURI ; + ns1:expression "\\(TOP\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Tongan_paʻanga?oldid=482738012"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "New Turkish Lira"@en ; + ns1:currencyCode "TRY"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 949 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Turkish_lira"^^xsd:anyURI ; + ns1:expression "\\(TRY\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Turkish_lira?oldid=494097764"^^xsd:anyURI ; + ns1:symbol "₺"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Trinidad and Tobago Dollar"@en ; + ns1:currencyCode "TTD"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 780 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Trinidad_and_Tobago_dollar"^^xsd:anyURI ; + ns1:expression "\\(TTD\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Trinidad_and_Tobago_dollar?oldid=490325306"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "New Taiwan Dollar"@en ; + ns1:currencyCode "TWD"^^xsd:string ; + ns1:currencyExponent 1 ; + ns1:currencyNumber 901 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/New_Taiwan_dollar"^^xsd:anyURI ; + ns1:expression "\\(TWD\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/New_Taiwan_dollar?oldid=493996933"^^xsd:anyURI ; + ns1:symbol "$"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Tanzanian Shilling"@en ; + ns1:currencyCode "TZS"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 834 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Tanzanian_shilling"^^xsd:anyURI ; + ns1:expression "\\(TZS\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Tanzanian_shilling?oldid=492257527"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Hryvnia"@en ; + ns1:currencyCode "UAH"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 980 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Ukrainian_hryvnia"^^xsd:anyURI ; + ns1:expression "\\(UAH\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Ukrainian_hryvnia?oldid=493064633"^^xsd:anyURI ; + ns1:symbol "₴"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Uganda Shilling"@en ; + ns1:currencyCode "UGX"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 800 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Ugandan_shilling"^^xsd:anyURI ; + ns1:expression "\\(UGX\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Ugandan_shilling?oldid=495383966"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "US Dollar"@en ; + ns1:currencyCode "USD"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 840 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "$"^^xsd:string, + "US$"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "United States Dollar (next day) (funds code)"@en ; + ns1:currencyCode "USN"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 997 ; + ns1:expression "\\(USN\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "United States Dollar (same day) (funds code)"@en ; + ns1:currencyCode "USS"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 998 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Peso Uruguayo"@en ; + ns1:currencyCode "UYU"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 858 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Uruguayan_peso"^^xsd:anyURI ; + ns1:expression "\\(UYU\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Uruguayan_peso?oldid=487528781"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Uzbekistan Som"@en ; + ns1:currencyCode "UZS"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 860 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Uzbekistani_som"^^xsd:anyURI ; + ns1:expression "\\(UZS\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Uzbekistani_som?oldid=490522228"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Venezuelan bolvar"@en ; + ns1:currencyCode "VES"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 928 ; + ns1:expression "\\(VEB\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Vietnamese ??ng"@en ; + ns1:currencyCode "VND"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 704 ; + ns1:expression "\\(VND\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Vatu"@en ; + ns1:currencyCode "VUV"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 548 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Vanuatu_vatu"^^xsd:anyURI ; + ns1:expression "\\(VUV\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Vanuatu_vatu?oldid=494667103"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Samoan Tala"@en ; + ns1:currencyCode "WST"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 882 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Samoan_tala"^^xsd:anyURI ; + ns1:expression "\\(WST\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Samoan_tala?oldid=423898531"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "CFA Franc BEAC"@en ; + ns1:currencyCode "XAF"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 950 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Silver (one Troy ounce)"@en ; + ns1:currencyCode "XAG"^^xsd:string ; + ns1:currencyNumber 961 ; + ns1:expression "\\(XAG\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:ucumCode "[oz_tr]{Ag}"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Gold (one Troy ounce)"@en ; + ns1:currencyCode "XAU"^^xsd:string ; + ns1:currencyNumber 959 ; + ns1:expression "\\(XAU\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:ucumCode "[oz_tr]{Au}"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "European Composite Unit (EURCO) (Bonds market unit)"@en ; + ns1:currencyCode "XBA"^^xsd:string ; + ns1:currencyNumber 955 ; + ns1:expression "\\(XBA\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "European Monetary Unit (E.M.U.-6) (Bonds market unit)"@en ; + ns1:currencyCode "XBB"^^xsd:string ; + ns1:currencyNumber 956 ; + ns1:expression "\\(XBB\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "European Unit of Account 9 (E.U.A.-9) (Bonds market unit)"@en ; + ns1:currencyCode "XBC"^^xsd:string ; + ns1:currencyNumber 957 ; + ns1:expression "\\(XBC\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "European Unit of Account 17 (E.U.A.-17) (Bonds market unit)"@en ; + ns1:currencyCode "XBD"^^xsd:string ; + ns1:currencyNumber 958 ; + ns1:expression "\\(XBD\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "East Caribbean Dollar"@en ; + ns1:currencyCode "XCD"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 951 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/East_Caribbean_dollar"^^xsd:anyURI ; + ns1:expression "\\(XCD\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/East_Caribbean_dollar?oldid=493020176"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Special Drawing Rights"@en ; + ns1:currencyCode "XDR"^^xsd:string ; + ns1:currencyNumber 960 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Special_Drawing_Rights"^^xsd:anyURI ; + ns1:expression "\\(XDR\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Special_Drawing_Rights?oldid=467224374"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Gold franc (special settlement currency)"@en ; + ns1:currencyCode "XFO"^^xsd:string ; + ns1:expression "\\(XFO\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "UIC franc (special settlement currency)"@en ; + ns1:currencyCode "XFU"^^xsd:string ; + ns1:expression "\\(XFU\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "CFA Franc BCEAO"@en ; + ns1:currencyCode "XOF"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 952 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Palladium (one Troy ounce)"@en ; + ns1:currencyCode "XPD"^^xsd:string ; + ns1:currencyNumber 964 ; + ns1:expression "\\(XPD\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:ucumCode "[oz_tr]{Pd}"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "CFP franc"@en ; + ns1:currencyCode "XPF"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 953 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Platinum (one Troy ounce)"@en ; + ns1:currencyCode "XPT"^^xsd:string ; + ns1:currencyNumber 962 ; + ns1:expression "\\(XPT\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:ucumCode "[oz_tr]{Pt}"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Yemeni Rial"@en ; + ns1:currencyCode "YER"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 886 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Yemeni_rial"^^xsd:anyURI ; + ns1:expression "\\(YER\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Yemeni_rial?oldid=494507603"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "South African Rand"@en ; + ns1:currencyCode "ZAR"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 710 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/South_African_rand"^^xsd:anyURI ; + ns1:expression "\\(ZAR\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/South_African_rand?oldid=493780395"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "R"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Zambian Kwacha"@en ; + ns1:currencyCode "ZMW"^^xsd:string ; + ns1:currencyExponent 0 ; + ns1:currencyNumber 967 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Zambian_kwacha"^^xsd:anyURI ; + ns1:expression "\\(ZMK\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Zambian_kwacha?oldid=490328608"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:CurrencyUnit ; + rdfs:label "Zimbabwe Dollar"@en ; + ns1:currencyCode "ZWL"^^xsd:string ; + ns1:currencyExponent 2 ; + ns1:currencyNumber 932 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Zimbabwean_dollar"^^xsd:anyURI ; + ns1:expression "\\(ZWD\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Zimbabwean_dollar?oldid=491532675"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A-1E0L-3I0M0H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance -1 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -3 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A-1E1L-3I0M0H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance -1 ; + ns1:dimensionExponentForElectricCurrent 1 ; + ns1:dimensionExponentForLength -3 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E-1L1I0M0H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent -1 ; + ns1:dimensionExponentForLength 1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L I^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector, + ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-0pt5I0M1H0T-2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -0.5 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^-0.5 M T^-2\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-1I0M0H-1T-2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature -1 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^-1 T^-2 Θ^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-1I0M1H1T-3D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 1 ; + ns1:dimensionExponentForTime -3 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-2I0M0H0T-2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-2I0M1H1T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 1 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-2I0M2H0T-6D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 2 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -6 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-2I1M-1H0T3D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -2 ; + ns1:dimensionExponentForLuminousIntensity 1 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 3 ; + ns1:dimensionlessExponent 0 ; + ns1:latexDefinition "\\(U L^-2 M^-1 T^3 J\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-3I0M1H0T-3D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -3 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -3 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I0M0H2T-1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 2 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I0M0H2T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 2 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I0M1H0T-4D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -4 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I0M1H0T2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 2 ; + ns1:dimensionlessExponent 0 ; + ns1:latexDefinition "\\(M T^2\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I0M2H0T-2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 2 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L1I0M0H0T-3D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -3 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L1I0M0H1T-1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 1 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L2I0M-1H1T-1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 1 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L2I0M0H0T-4D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -4 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L2I0M0H0T2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 2 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L3I0M-1H-1T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 3 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature -1 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^3 M^-1 Θ^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L3I0M0H1T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 3 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 1 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L4I0M0H0T-1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 4 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E1L0I0M-1H0T4D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 1 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 4 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E2L0I0M0H0T1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 2 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 1 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:symbol "T I I^2"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A1E0L-3I0M-1H0T2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 1 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -3 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 2 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A1E0L0I0M1H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 1 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + rdfs:isDefinedBy . + + a ns1:BinaryPrefix, + ns1:Prefix ; + rdfs:label "Exbi"@en ; + dcterms:description "A binary prefix for expressing a value with a scaling of \\(1024^{6}\\), or \\(2^{60}\\)."^^ns1:LatexString ; + ns1:prefixMultiplier 1.529215e+17 ; + ns1:symbol "Ei"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:BinaryPrefix, + ns1:Prefix ; + rdfs:label "Gibi"@en ; + dcterms:description "A binary prefix for expressing a value with a scaling of \\(1024^{3}\\), or \\(2^{30}\\)."^^ns1:LatexString ; + ns1:prefixMultiplier 1.073742e+09 ; + ns1:symbol "Gi"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:BinaryPrefix, + ns1:Prefix ; + rdfs:label "Kibi"@en ; + dcterms:description "A binary prefix for expressing a value with a scaling of \\(1024\\), or \\(2^{10}\\)."^^ns1:LatexString ; + ns1:prefixMultiplier 1.024e+03 ; + ns1:symbol "Ki"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:BinaryPrefix, + ns1:Prefix ; + rdfs:label "Mebi"@en ; + dcterms:description "A binary prefix for expressing a value with a scaling of \\(1024^{2}\\), or \\(2^{20}\\)."^^ns1:LatexString ; + ns1:prefixMultiplier 1.048576e+06 ; + ns1:symbol "Mi"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:BinaryPrefix, + ns1:Prefix ; + rdfs:label "Pebi"@en ; + dcterms:description "A binary prefix for expressing a value with a scaling of \\(1024^{5}\\), or \\(2^{50}\\)."^^ns1:LatexString ; + ns1:prefixMultiplier 1.258999e+14 ; + ns1:symbol "Pi"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DecimalPrefix, + ns1:Prefix ; + rdfs:label "Quecto"@en ; + dcterms:description "'quecto' is a decimal prefix for expressing a value with a scaling of \\(10^{-30}\\)."^^ns1:LatexString ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Quecto"^^xsd:anyURI ; + ns1:informativeReference "https://www.nist.gov/pml/owm/metric-si-prefixes"^^xsd:anyURI ; + ns1:prefixMultiplier 1e-30 ; + ns1:symbol "q"^^xsd:string ; + ns1:ucumCode "q"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DecimalPrefix, + ns1:Prefix ; + rdfs:label "Quetta"@en ; + dcterms:description "'quetta' is a decimal prefix for expressing a value with a scaling of \\(10^{30}\\)."^^ns1:LatexString ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Quetta"^^xsd:anyURI ; + ns1:informativeReference "https://www.nist.gov/pml/owm/metric-si-prefixes"^^xsd:anyURI ; + ns1:prefixMultiplier 1e+30 ; + ns1:symbol "Q"^^xsd:string ; + ns1:ucumCode "Q"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DecimalPrefix, + ns1:Prefix ; + rdfs:label "Ronna"@en ; + dcterms:description "'ronna' is a decimal prefix for expressing a value with a scaling of \\(10^{27}\\)."^^ns1:LatexString ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Ronna"^^xsd:anyURI ; + ns1:informativeReference "https://www.nist.gov/pml/owm/metric-si-prefixes"^^xsd:anyURI ; + ns1:prefixMultiplier 1e+27 ; + ns1:symbol "R"^^xsd:string ; + ns1:ucumCode "R"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DecimalPrefix, + ns1:Prefix ; + rdfs:label "Ronto"@en ; + dcterms:description "'ronto' is a decimal prefix for expressing a value with a scaling of \\(10^{-27}\\)."^^ns1:LatexString ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Ronto"^^xsd:anyURI ; + ns1:informativeReference "https://www.nist.gov/pml/owm/metric-si-prefixes"^^xsd:anyURI ; + ns1:prefixMultiplier 1e-27 ; + ns1:symbol "r"^^xsd:string ; + ns1:ucumCode "r"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:BinaryPrefix, + ns1:Prefix ; + rdfs:label "Tebi"@en ; + dcterms:description "A binary prefix for expressing a value with a scaling of \\(1024^4}\\), or \\(2^{40}\\)."^^ns1:LatexString ; + ns1:prefixMultiplier 1.099512e+12 ; + ns1:symbol "Ti"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Absolute Activity"@en ; + dcterms:description "The \"Absolute Activity\" is the exponential of the ratio of the chemical potential to \\(RT\\) where \\(R\\) is the gas constant and \\(T\\) the thermodynamic temperature."^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://goldbook.iupac.org/A00019.html"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\lambda_B = e^{\\frac{\\mu_B}{RT}}\\), where \\(\\mu_B\\) is the chemical potential of substance \\(B\\), \\(R\\) is the molar gas constant, and \\(T\\) is thermodynamic temperature."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\lambda_B\\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Absolute Humidity"@en ; + 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."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Humidity"^^xsd:anyURI, + "http://en.wikipedia.org/wiki/Humidity#Absolute_humidity"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:latexDefinition """\\(AH = \\frac{\\mathcal{M}_\\omega}{\\vee_{net}}\\), +where \\(\\mathcal{M}_\\omega\\) is the mass of water vapor per unit volume of total air and \\(\\vee_{net}\\) is water vapor mixture."""^^ns1:LatexString ; + ns1:symbol "AH"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Absorptance"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Absorbance"^^xsd:anyURI, + "https://en.wikipedia.org/wiki/Absorptance"^^xsd:anyURI, + "https://www.researchgate.net/post/Absorptance_or_absorbance"^^xsd:anyURI ; + ns1: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."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\alpha\\)"^^ns1:LatexString ; + ns1:plainTextDescription "Absorptance is the ratio of the radiation absorbed by a surface to that incident upon it. Also known as absorbance."^^xsd:string ; + ns1:systemDerivedQuantityKind ns1:SOQ_SI ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Acceptor Ionization Energy"@en ; + dcterms:description "\"Acceptor Ionization Energy\" is the ionization energy of an acceptor."^^rdf:HTML ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Ionization_energy"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Acceptor Ionization Energy\" is the ionization energy of an acceptor."^^xsd:string ; + ns1:symbol "E_a"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader ; + skos:closeMatch . + + a ns1:QuantityKind ; + rdfs:label "Acidity"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Acid"^^xsd:anyURI, + "https://en.wikipedia.org/wiki/PH"^^xsd:anyURI ; + ns1:plainTextDescription "Chemicals or substances having a pH less than 7 are said to be acidic; lower pH means higher acidity."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Activity Coefficient"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Activity_coefficient"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(f_B = \\frac{\\lambda_B}{(\\lambda_B^*x_B)}\\), where \\(\\lambda_B\\) the absolute activity of substance \\(B\\), \\(\\lambda_B^*\\) is the absolute activity of the pure substance \\(B\\) at the same temperature and pressure, and \\(x_B\\) is the amount-of-substance fraction of substance \\(B\\)."^^ns1:LatexString ; + ns1:plainTextDescription "An \"Activity Coefficient\" is a factor used in thermodynamics to account for deviations from ideal behaviour in a mixture of chemical substances. In an ideal mixture, the interactions between each pair of chemical species are the same (or more formally, the enthalpy change of solution is zero) and, as a result, properties of the mixtures can be expressed directly in terms of simple concentrations or partial pressures of the substances present e.g. Raoult's law. Deviations from ideality are accommodated by modifying the concentration by an activity coefficient. "^^xsd:string ; + ns1:symbol "f_B"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Angular Momentum per Angle"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Area Angle"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Asset"@en ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "An Asset is an economic resource owned by a business or company. Simply stated, assets are things of value that can be readily converted into cash (although cash itself is also considered an asset)."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Atom Scattering Factor"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://reference.iucr.org/dictionary/Atomic_scattering_factor"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:latexDefinition "\\(f = \\frac{E_a}{E_e}\\), where \\(E_a\\) is the radiation amplitude scattered by the atom and \\(E_e\\) is the radiation ampliture scattered by a single electron."^^ns1:LatexString ; + ns1:plainTextDescription "\"Atom Scattering Factor\" is measure of the scattering power of an isolated atom."^^xsd:string ; + ns1:symbol "f"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Atomic Number"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Atomic_number"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31895"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:plainTextDescription "The \"Atomic Number\", also known as the proton number, is the number of protons found in the nucleus of an atom and therefore identical to the charge number of the nucleus. A nuclide is a species of atom with specified numbers of protons and neutrons. Nuclides with the same value of Z but different values of N are called isotopes of an element. The ordinal number of an element in the periodic table is equal to the atomic number. The atomic number equals the charge of the nucleus in units of the elementary charge."^^xsd:string ; + ns1:symbol "Z"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Average Logarithmic Energy Decrement"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://everything2.com/title/Average+logarithmic+energy+decrement+per+collision"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\xi\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Average Logarithmic Energy Decrement\" is a measure of the amount of energy a neutron loses upon colliding with various nuclei. It is the average value of the increase in lethargy in elastic collisions between neutrons and nuclei whose kinetic energy is negligible compared with that of the neutrons."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Acidity"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Base_(chemistry)"^^xsd:anyURI, + "https://en.wikipedia.org/wiki/PH"^^xsd:anyURI ; + ns1:plainTextDescription "Chemicals or substances having a pH higher than 7 are said to be basic; higher pH means higher basicity."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Binding Fraction"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://encyclopedia2.thefreedictionary.com/binding+fraction"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(b = \\frac{B_r}{A}\\), where \\(B_r\\) is the relative mass defect and \\(A\\) is the nucleon number."^^ns1:LatexString ; + ns1:plainTextDescription "The \"Binding Fraction\" is the ratio of the binding energy of a nucleus to the atomic mass number."^^xsd:string ; + ns1:symbol "b"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Bioconcentration Factor"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "The bioconcentration factor is the ratio of the concentration of a chemical substance in biota over the concentration of the same chemical substance in water. It is related to the octanol-water partition coefficient."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Biodegredation Half Life"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "A time that quantifies how long it takes to reduce a substance's concentration by 50% from any concentration point in time in a water or soil environment by either bacteria or another living organism."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Burn Rate"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Center of Gravity in the X axis"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:symbol "cg"^^xsd:string ; + ns1:url "http://www.grc.nasa.gov/WWW/k-12/airplane/cg.html"^^xsd:anyURI ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Center of Gravity in the Y axis"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:symbol "cg"^^xsd:string ; + ns1:url "http://www.grc.nasa.gov/WWW/k-12/airplane/cg.html"^^xsd:anyURI ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Center of Gravity in the Z axis"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:symbol "cg"^^xsd:string ; + ns1:url "http://www.grc.nasa.gov/WWW/k-12/airplane/cg.html"^^xsd:anyURI ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Charge Number"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Charge_number"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:plainTextDescription "The \"Charge Number\", or just valance of an ion is the coefficient that, when multiplied by the elementary charge, gives the ion's charge."^^xsd:string ; + ns1:symbol "z"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Chemical Affinity"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Chemical_affinity"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(A = -\\sum \\nu_b\\mu_B\\), where \\(\\nu_b\\) is the stoichiometric number of substance \\(B\\) and \\(\\mu_B\\) is the chemical potential of substance \\(B\\)."^^ns1:LatexString ; + ns1:plainTextDescription "In chemical physics and physical chemistry, \"Chemical Affinity\" is the electronic property by which dissimilar chemical species are capable of forming chemical compounds. Chemical affinity can also refer to the tendency of an atom or compound to combine by chemical reaction with atoms or compounds of unlike composition."^^xsd:string ; + ns1:symbol "A"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Chemical Potential"@en ; + ns1:applicableUnit , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Chemical_potential"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\mu_B = (\\frac{\\partial G}{\\partial n_B})_{T,p,n_i}\\), where \\(G\\) is Gibbs energy, and \\(n_B\\) is the amount of substance \\(B\\)."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\mu_B\\)"^^ns1:LatexString ; + ns1: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."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Chromaticity"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Chromaticity"^^xsd:anyURI ; + ns1:plainTextDescription "Chromaticity is an objective specification of the quality of a color regardless of its luminance"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Coercivity"@en ; + dcterms:description "\\(\\textit{Coercivity}\\), also referred to as \\(\\textit{Coercive Field Strength}\\), is the magnetic field strength to be applied to bring the magnetic flux density in a substance from its remaining magnetic flux density to zero. This is defined as the coercive field strength in a substance when either the magnetic flux density or the magnetic polarization and magnetization is brought from its value at magnetic saturation to zero by monotonic reduction of the applied magnetic field strength. The quantity which is brought to zero should be stated, and the appropriate symbol used: \\(H_{cB}\\), \\(H_{cJ}\\) or \\(H_{cM}\\) for the coercivity relating to the magnetic flux density, the magnetic polarization or the magnetization respectively, where \\(H_{cJ} = H_{cM}\\)."^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-69"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:symbol "H_{c,B}"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:QuantityKind ; + rdfs:label "Coupling Factor"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=161-03-18"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "For inductive coupling between two inductive elements, \\(k = \\frac{\\left | L_{mn} \\right |}{\\sqrt{L_m L_n}}\\), where \\(L_m\\) and \\(L_n\\) are their self inductances, and \\(L_{mn}\\) is their mutual inductance."^^ns1:LatexString ; + ns1: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."^^xsd:string ; + ns1:symbol "k"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Debye-Waller Factor"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Debye–Waller_factor"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:latexDefinition "\\(u = R - R_0\\), where \\(R\\) is the particle position vector and \\(R_0\\) is the equilibrium position vector of a particle."^^ns1:LatexString ; + ns1:plainTextDescription "\"Debye-Waller Factor\" (DWF), named after Peter Debye and Ivar Waller, is used in condensed matter physics to describe the attenuation of x-ray scattering or coherent neutron scattering caused by thermal motion. Also, a factor by which the intensity of a diffraction line is reduced because of the lattice vibrations."^^xsd:string ; + ns1:symbol "D, B"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Decay Constant"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Exponential_decay"^^xsd:anyURI, + "http://www.britannica.com/EBchecked/topic/154945/decay-constant"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "Relative variation \\(\\frac{dN}{N}\\) of the number \\(N\\) of atoms or nuclei in a system, due to spontaneous emission from these atoms or nuclei during an infinitesimal time interval, divided by its duration \\(dt\\), thus \\(\\lambda = -\\frac{1}{N}\\frac{dN}{dt}\\)."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\lambda\\)"^^ns1:LatexString ; + ns1:plainTextDescription "The \"Decay Constant\" is the proportionality between the size of a population of radioactive atoms and the rate at which the population decreases because of radioactive decay."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Degree of Dissociation"@en ; + ns1:applicableUnit ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Faraday_constant"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Dissociation_(chemistry)"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\alpha\\)"^^ns1:LatexString ; + ns1:plainTextDescription "The \"Degree of Dissociation\" is the fraction of original solute molecules that have dissociated."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Density of states"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Density_of_states"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Density of States\" is the number of vibrational modes in an infinitesimal interval of angular frequency divided by the range of that interval and by volume."^^xsd:string ; + ns1:symbol "g"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Diastolic Blood Pressure"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780199549351.001.0001/acref-9780199549351-e-1162"^^xsd:anyURI ; + ns1:plainTextDescription "The pressure of blood in the arteries which rises to a maximum as blood is pumped out by the left ventricle (systole) and drops to a minimum in diastole. The systolic/diastolic pressure is normally ~120/80 mmHg in a young adult."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Diffusion Coefficient"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Mass_diffusivity"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(C_B \\left \\langle \\nu_B \\right \\rangle = -D grad C_B\\), where \\(C_B\\) the local molecular concentration of substance \\(B\\) in the mixture and \\(\\left \\langle \\nu_B \\right \\rangle\\) is the local average velocity of the molecules of \\(B\\)."^^ns1:LatexString ; + ns1: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."^^xsd:string ; + ns1:symbol "D"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Dissipance"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Dissipation_factor"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\delta = \\frac{P_d}{P_i}\\), where \\(P_d\\) is the dissipated sound power, and \\(P_i\\) is the incident sound power."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\delta\\)"^^ns1:LatexString ; + ns1: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."^^xsd:string ; + ns1:systemDerivedQuantityKind ns1:SOQ_SI ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Donor Ionization Energy"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Ionization_energy"^^xsd:anyURI ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Donor Ionization Energy\" is the ionization energy of a donor."^^xsd:string ; + ns1:symbol "E_d"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader ; + skos:closeMatch . + + a ns1:QuantityKind ; + rdfs:label "Dose Equivalent Quality Factor"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Equivalent_dose"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "\"Dose Equivalent Quality Factor\" is a factor in the caculation and measurement of dose equivalent, by which the absorbed dose is to be weighted in order to account for different biological effectiveness of radiations, for radiation protection purposes."^^xsd:string ; + ns1:symbol "Q"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Effective Multiplication Factor"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Nuclear_chain_reaction#Effective_neutron_multiplication_factor"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "The \"Effective Multiplication Factor\" is the multiplication factor for a finite medium."^^xsd:string ; + ns1:symbol "k_{eff}"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader ; + skos:closeMatch . + + a ns1:QuantityKind ; + rdfs:label "Einstein Transition Probability"@en ; + dcterms:description "Given two atomic states of energy \\(E_j\\) and \\(E_k\\). Let \\(E_j > E_k\\). Assume the atom is bathed in radiation of energy density \\(u(w)\\). Transitions between these states can take place in three different ways. Spontaneous, induced/stimulated emission, and induced absorption. \\(A_jk\\) represents the Einstein transition probability for spontaneous emission."^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://electron6.phys.utk.edu/qm2/modules/m10/einstein.htm"^^xsd:anyURI ; + ns1: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\\)."^^ns1:LatexString ; + ns1:symbol "A_jkN_j"^^xsd:string ; + ns1:systemDerivedQuantityKind ns1:SOQ_SI ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Electric Charge Linear Density"@en ; + ns1:applicableUnit ; + ns1:expression "\\(linear-charge-density\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Charge_density"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\rho_l = \\frac{dQ}{dl}\\), where \\(Q\\) is electric charge and \\(l\\) is length."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\rho_l\\)"^^ns1:LatexString, + "\\(\\tau\\)"^^ns1:LatexString ; + ns1:plainTextDescription "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:QuantityKind ; + rdfs:label "Electric Current per Angle"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Electric Polarizability"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Polarizability"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\alpha_{i,j} = \\frac{\\partial p_i}{\\partial E_j}\\), where \\(p_i\\) is the cartesian component along the \\(i-axis\\) of the electric dipole moment induced by the applied electric field strength acting on the molecule, and \\(E_j\\) is the component along the \\(j-axis\\) of this electric field strength."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\alpha\\)"^^ns1:LatexString ; + ns1: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."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Electric Susceptibility"@en ; + ns1:applicableUnit ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Permittivity"^^xsd:anyURI ; + ns1:expression "\\(e-susceptibility\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\chi = \\frac{P}{(\\epsilon_0 E)}\\), where \\(P\\) is electric polorization, \\(\\epsilon_0\\) is the electric constant, and \\(E\\) is electric field strength."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\chi\\)"^^ns1:LatexString ; + ns1: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."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + . + + a ns1:QuantityKind ; + rdfs:label "Electrolytic Conductivity"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Conductivity_(electrolytic)"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(x = \\frac{J}{E}\\), where \\(J\\) is the electrolytic current density and \\(E\\) is the electric field strength."^^ns1:LatexString ; + ns1:plainTextDescription "\"Electrolytic Conductivity\" of an electrolyte solution is a measure of its ability to conduct electricity."^^xsd:string ; + ns1:symbol "x"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Electromagnetic Permeability Ratio"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:plainTextDescription "The ratio of the electromagnetic permeability of a specific medium to the electromagnetic permeability of free space."^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Emissivity"@en ; + dcterms:description "Emissivity of a material (usually written \\(\\varepsilon\\) or e) is the relative ability of its surface to emit energy by radiation."^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Emissivity"^^xsd:anyURI ; + ns1: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."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\varepsilon\\)"^^ns1:LatexString ; + ns1:systemDerivedQuantityKind ns1:SOQ_SI ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Square Energy"@en ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Equilibrium Constant on Concentration Basis"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Equilibrium_constant"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(K_c = \\Pi_B(c_B)^{-\\nu_B}\\), for solutions"^^ns1:LatexString ; + ns1:latexSymbol "\\(K_c\\)"^^ns1:LatexString ; + ns1:plainTextDescription "The \"Equlilbrium Constant\", also known as the thermodynamic equilibrium constant, is an expression that gives us a ratio of the products and reactants of a reaction at equilibrium with respect to a specific unit."^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:comment "The unit is unit:MOL-PER-M3 raised to the N where N is the summation of stoichiometric numbers. I don't know what to do with this."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Equilibrium Constant on Pressure Basis"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Equilibrium_constant"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(K_p = \\Pi_B(p_B)^{-\\nu_B}\\), for gases"^^ns1:LatexString ; + ns1:latexSymbol "\\(K_p\\)"^^ns1:LatexString ; + ns1:plainTextDescription "The \"Equlilbrium Constant\", also known as the thermodynamic equilibrium constant, is an expression that gives us a ratio of the products and reactants of a reaction at equilibrium with respect to a specific unit."^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Combined Non Evaporative Heat Transfer Coefficient"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:plainTextDescription "\"Evaporative Heat Transfer Coefficient\" is the areic heat transfer coefficient multiplied by the water vapor pressure difference between skind and the environment, and by the exchange area."^^xsd:string ; + ns1:symbol "h_e"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Fast Fission Factor"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Four_factor_formula"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\varphi\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Fast Fission Factor\" in an infinite medium, is the ratio of the mean number of neutrons produced by fission due to neutrons of all energies to the mean number of neutrons produced by fissions due to thermal neutrons only."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Fish Biotransformation Half Life"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "A time that quantifies how long its takes to transform 50% of a substance's total concentration from any concentration point in time in fish via whole body metabolic reactions."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Force Magnitude"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://wiki.answers.com/Q/What_is_magnitude_of_force"^^xsd:anyURI ; + ns1:plainTextDescription "The 'magnitude' of a force is its 'size' or 'strength', regardless of the direction in which it acts."^^xsd:string ; + ns1:symbol "U"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Force per Electric Charge"@en ; + dcterms:description "The electric field depicts the force exerted on other electrically charged objects by the electrically charged particle the field is surrounding. The electric field is a vector field with SI units of newtons per coulomb (\\(N C^{-1}\\)) or, equivalently, volts per metre (\\(V m^{-1}\\) ). The SI base units of the electric field are \\(kg m s^{-3} A^{-1}\\). The strength or magnitude of the field at a given point is defined as the force that would be exerted on a positive test charge of 1 coulomb placed at that point"^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Electric_field"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "g-Factor of Nucleus"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Landé_g-factor"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(g = \\frac{\\mu}{I\\mu_B}\\), where \\(\\mu\\) is the magnitude of magnetic dipole moment, \\(I\\) is the nuclear angular momentum quantum number, and \\(\\mu_B\\) is the Bohr magneton."^^ns1:LatexString ; + ns1:plainTextDescription "The \"g-Factor of Nucleus\" is associated with the spin and magnetic moments of protons, neutrons, and many nuclei."^^xsd:string ; + ns1:symbol "g"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Gap Energy"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Band_gap"^^xsd:anyURI ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Gap Energy\" is the difference in energy between the lowest level of conduction band and the highest level of valence band. It is an energy range in a solid where no electron states can exist."^^xsd:string ; + ns1:symbol "E_g"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Gene Family Abundance"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://learn.gencore.bio.nyu.edu/"^^xsd:anyURI ; + ns1:plainTextDescription "The abundance of each gene family in the community. Gene families are groups of evolutionarily-related protein-coding sequences that often perform similar functions. Gene family abundance is reported in RPK (reads per kilobase) units to normalize for gene length."^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Generalized Coordinate"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Generalized_coordinates"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(q_i\\), where \\(q_i\\) is one of the coordinates that is used to describe the position of the system under consideration, and \\(N\\) is the lowest number of coordinates necessary to fully define the position of the system."^^ns1:LatexString ; + ns1:plainTextDescription "Generalized Coordinates refers to the parameters that describe the configuration of the system relative to some reference configuration. These parameters must uniquely define the configuration of the system relative to the reference configuration."^^xsd:string ; + ns1:symbol "q_i"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Generalized Force"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Generalized_forces"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\delta A = \\sum Q_i\\delta q_i\\), where \\(A\\) is work and \\(q_i\\) is a generalized coordinate."^^ns1:LatexString ; + ns1:plainTextDescription "Generalized Forces find use in Lagrangian mechanics, where they play a role conjugate to generalized coordinates."^^xsd:string ; + ns1:symbol "Q_i"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Generalized Force"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Momentum"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(p_i = \\frac{\\partial L}{\\partial \\dot{q_i}}\\), where \\(L\\) is the Langrange function and \\(\\dot{q_i}\\) is a generalized velocity."^^ns1:LatexString ; + ns1:plainTextDescription "Generalized Momentum, also known as the canonical or conjugate momentum, extends the concepts of both linear momentum and angular momentum. To distinguish it from generalized momentum, the product of mass and velocity is also referred to as mechanical, kinetic or kinematic momentum."^^xsd:string ; + ns1:symbol "p_i"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Generalized Velocity"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Generalized_coordinates"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\dot{q_i} = \\frac{dq_i}{dt}\\), where \\(q_i\\) is the generalized coordinate and \\(t\\) is time."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\dot{q_i}\\)"^^ns1:LatexString ; + ns1:plainTextDescription "Generalized Velocities are the time derivatives of the generalized coordinates of the system."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "API Gravity"@en ; + ns1:applicableUnit ; + ns1:baseSIUnitDimensions "\\(qkdv:A0E0L0I0M0H0T0D1\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://en.wikipedia.org/wiki/API_gravity"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:plainTextDescription """The American Petroleum Institute gravity, or API gravity, is a measure of how heavy or light a petroleum liquid is compared to water: if its API gravity is greater than 10, it is lighter and floats on water; if less than 10, it is heavier and sinks. + +API gravity is thus an inverse measure of a petroleum liquid's density relative to that of water (also known as specific gravity). It is used to compare densities of petroleum liquids. For example, if one petroleum liquid is less dense than another, it has a greater API gravity. Although API gravity is mathematically a dimensionless quantity (see the formula below), it is referred to as being in 'degrees'. API gravity is graduated in degrees on a hydrometer instrument. API gravity values of most petroleum liquids fall between 10 and 70 degrees."""^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Growing Degree Days (Cereals)"^^xsd:string ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "The sum of excess temperature over 5.5°C, where the temperature is the mean of the minimum and maximum atmospheric temperature in a day. This measure is appropriate for most cereal crops."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Gruneisen Parameter"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Grüneisen_parameter"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\gamma = \\frac{\\alpha_V}{x_T c_V\\rho}\\), where \\(\\alpha_V\\) is the cubic expansion coefficient, \\(x_T\\) is isothermal compressibility, \\(c_V\\) is specific heat capacity at constant volume, and \\(\\rho\\) is mass density."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\gamma\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Gruneisen Parameter\" named after Eduard Grüneisen, describes the effect that changing the volume of a crystal lattice has on its vibrational properties, and, as a consequence, the effect that changing temperature has on the size or dynamics of the lattice."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Head End Pressure"@en ; + ns1:abbreviation "HEP"^^xsd:string ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Heart Rate"@en ; + ns1:applicableUnit ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Heart_rate"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.medterms.com/script/main/art.asp?articlekey=3674"^^xsd:anyURI, + "http://www.oxfordreference.com/view/10.1093/oi/authority.20110803100354463"^^xsd:anyURI ; + ns1:plainTextDescription "The number of heartbeats per unit of time, usually per minute. The heart rate is based on the number of contractions of the ventricles (the lower chambers of the heart). The heart rate may be too fast (tachycardia) or too slow (bradycardia). The average adult pulse rate at rest is 60–80 per minute, but exercise, injury, illness, and emotion may produce much faster rates."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Henry's Law Volatility Constant"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "A quantity kind that is a proportionality constant that relates the partial pressure of a gas above a liquid and the concentration of the gas dissolved in the liquid. The numerator contains the gaseous concentration and the denominator contains the liquid concentration."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Hyperfine Structure Quantum Number"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Hyperfine_structure"^^xsd:anyURI, + "http://en.wikipedia.org/wiki/Quantum_number"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:plainTextDescription "The \"Hyperfine Structure Quantum Number\" is a quantum number of an atom describing inclination of the nuclear spin with respect to a quantization axis given by the magnetic field produced by the orbital electrons."^^xsd:string ; + ns1:symbol "F"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Incidence Proportion"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Cumulative_incidence"^^xsd:anyURI, + "https://en.wikipedia.org/wiki/Incidence_(epidemiology)"^^xsd:anyURI ; + ns1:plainTextDescription "Incidence proportion (also known as cumulative incidence) is the number of new cases within a specified time period divided by the size of the population initially at risk. For example, if a population initially contains 1,000 non-diseased persons and 28 develop a condition over two years of observation, the incidence proportion is 28 cases per 1,000 persons per two years, i.e. 2.8% per two years."^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Incidence Rate"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Incidence_(epidemiology)"^^xsd:anyURI ; + ns1:plainTextDescription "The incidence rate is a measure of the frequency with which a disease or other incident occurs over a specified time period. It is also known as the incidence density rate or person-time incidence rate, when the denominator is the combined person-time of the population at risk (the sum of the time duration of exposure across all persons exposed)"^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Infinite Multiplication Factor"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Four_factor_formula"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexSymbol "\\(k_\\infty\\)"^^ns1:LatexString ; + ns1:plainTextDescription "The \"Infinite Multiplication Factor\" is the multiplication factor for an infinite medium or for an infinite repeating lattice."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader ; + skos:closeMatch . + + a ns1:QuantityKind ; + rdfs:label "InternalConversionFactor"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Internal_conversion_coefficient"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "The \"InternalConversionFactor\" describes the rate of internal conversion. It is the ratio of the number of internal conversion electrons to the number of gamma quanta emitted by the radioactive atom in a given transition."^^xsd:string ; + ns1:symbol "a"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Inverse Square Time"@en ; + dcterms:isReplacedBy ; + ns1:deprecated true ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Ion Density"@en ; + ns1:applicableUnit , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.answers.com/topic/ion-density"^^xsd:anyURI ; + ns1:latexDefinition """\\(n^+ = \\frac{N^+}{V}\\), \\(n^- = \\frac{N^-}{V}\\) + +where \\(N^+\\) and \\(N^-\\) are the number of positive and negative ions, respectively, in a 3D domain with volume \\(V\\)."""^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "\"Ion Density\" is the number of ions per unit volume. Also known as ion concentration."^^xsd:string ; + ns1:symbol "N, n^+, n^-"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Ion Transport Number"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Ion_transport_number"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(t_B = \\frac{i_B}{i}\\), where \\(i_B\\) is the electric current carried by the ion \\(B\\) and \\(i\\) is the total electric current."^^ns1:LatexString ; + ns1:plainTextDescription "The \"Ion Transport Number\" is a quantity which indicates the different contribution of ions to the electric current in electrolytes due to different electrical mobility."^^xsd:string ; + ns1:symbol "t_B"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Landau-Ginzburg Number"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Ginzburg–Landau_theory"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:latexDefinition "At zero thermodynamic temperature \\(\\kappa = \\frac{\\lambda_L}{(\\varepsilon\\sqrt{2})}\\), where \\(\\lambda_L\\) is London penetration depth and \\(\\varepsilon\\) is coherence length."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\kappa\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Landau-Ginzburg Number\", also known as the Ginzburg-Landau parameter, describes the relationship between London penetration depth and coherence length."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Lande g-Factor"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/G-factor_(physics)"^^xsd:anyURI, + "http://en.wikipedia.org/wiki/Landé_g-factor"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(g = \\frac{\\mu}{J\\mu_B}\\), where \\(\\mu\\) is the magnitude of magnetic dipole moment, \\(J\\) is the total angular momentum quantum number, and \\(\\mu_B\\) is the Bohr magneton."^^ns1:LatexString ; + ns1:plainTextDescription "The \"Lande g-Factor\" is a particular example of a g-factor, namely for an electron with both spin and orbital angular momenta. It is named after Alfred Landé, who first described it in 1921."^^xsd:string ; + ns1:symbol "g"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Lattice Vector"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.matter.org.uk/diffraction/geometry/lattice_vectors.htm"^^xsd:anyURI ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Lattice Vector\" is a translation vector that maps the crystal lattice on itself."^^xsd:string ; + ns1:symbol "R"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Leakage Factor"@en ; + ns1:applicableUnit ; + ns1:expression "\\(leakage-factor\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=221-04-12"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\sigma = 1 - k^2\\), where \\(k\\) is the coupling factor."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\sigma\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Leakage Factor\" is the ratio of the total magnetic flux to the useful magnetic flux of a magnetic circuit."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Length per Unit Electric Current"@en ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Length Percentage"@en ; + dcterms:isReplacedBy ; + ns1:applicableUnit ; + ns1:deprecated true ; + ns1:hasDimensionVector ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Length Ratio"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Length Temperature Time"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Lethargy"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.scribd.com/doc/51548050/149/Lethargy"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(u = \\ln(\\frac{E_0}{E})\\), where \\(E_0\\) is a reference energy."^^ns1:LatexString ; + ns1:plainTextDescription "The \"Lethargy\" is a dimensionless logarithm of the ratio of the energy of source neutrons to the energy of neutrons after a collision."^^xsd:string ; + ns1:symbol "u"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Linear Compressibility"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Linear Compressibility is a measure of the relative length change of a solid as a response to a normal force change."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Linear Electric Current"@en ; + ns1:applicableUnit , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.asknumbers.com/ElectricalConversion.aspx"^^xsd:anyURI ; + ns1:plainTextDescription "\"Linear Electric Linear Current\" is the electric current per unit line."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Octanol Air Partition Coefficient"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "A dimensionless ratio that is the logarithm of the ratio of a compound's concentration within a two phase mixture of liquid octanol and gaseous air at equilibrium. More simply, it is a comparison of the solubilities of the compound solute in these two immiscible substances."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Logarithm of Octanol Water Partition Coefficient"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "A dimensionless ratio that is the logarithm of the ratio of a compound's concentration within a two phase mixture of octanol and water at equilibrium. More simply, it is a comparison of the solubilities of the compound solute in these two immiscible liquids. This property is used to measure the lipophilicity and the hydrophilicity of a substance."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Long-Range Order Parameter"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Long-Range Order Parameter\" is the fraction of atoms in an Ising ferromagnet having magnetic moments in one direction, minus the fraction having magnetic moments in the opposite direction."^^xsd:string ; + ns1:symbol "R, s"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Lorenz Coefficient"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.matter.org.uk/diffraction/geometry/lattice_vectors.htm"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:latexDefinition "\\(L = \\frac{\\lambda}{\\sigma T}\\), where \\(\\lambda\\) is thermal conductivity, \\(\\sigma\\) is electric conductivity, and \\(T\\) is thermodynamic temperature."^^ns1:LatexString ; + ns1:plainTextDescription "\"Lorenz Coefficient\" is part mof the Lorenz curve."^^xsd:string ; + ns1:symbol "L"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Loss Factor"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(d = \\frac{1}{Q}\\), where \\(Q\\) is quality factor."^^ns1:LatexString ; + ns1:plainTextDescription "\"Loss Factor} is the inverse of \\textit{Quality Factor} and is the ratio of the \\textit{resistance} and modulus of \\textit{reactance\"."^^xsd:string ; + ns1:symbol "d"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + , + . + + a ns1:QuantityKind ; + rdfs:label "Lower Critical Magnetic Flux Density"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Lower Critical Magnetic Flux Density\" for type II superconductors, is the threshold magnetic flux density for magnetic flux entering the superconductor."^^xsd:string ; + ns1:symbol "B_{c1}"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader ; + skos:closeMatch . + + a ns1:QuantityKind ; + rdfs:label "Luminous Efficacy"@en ; + ns1:applicableUnit ; + ns1:expression "\\(lm/w\\)"^^ns1:LatexString ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Luminous_efficacy"^^xsd:anyURI ; + ns1:latexDefinition "\\(K = \\frac{\\Phi_v}{\\Phi}\\), where \\(\\Phi_v\\) is the luminous flux and \\(\\Phi\\) is the corresponding radiant flux."^^ns1:LatexString ; + ns1: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."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Luminous Flux"@en ; + ns1:applicableUnit ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Luminous_flux"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Luminous_flux"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\Phi_v = K_m \\int_{0}^{\\infty}{\\Phi_\\lambda(\\lambda)}{V(\\lambda)d\\lambda}\\), where \\(K_m\\) is the maximum spectral luminous efficacy, \\(\\Phi_\\lambda(\\lambda)\\) is the spectral radiant flux, \\(V(\\lambda)\\) is the spectral luminous efficiency, and \\(\\lambda\\) is the wavelength."^^ns1:LatexString ; + ns1: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."^^xsd:string ; + ns1:symbol "F"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Luminous Flux Ratio"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Luminous_flux"^^xsd:anyURI ; + ns1:plainTextDescription "Luminous Flux Ratio (or Relative Luminous Flux or Relative Luminous Power) is the measure of the perceived power of light. It differs from radiant flux, the measure of the total power of light emitted, in that luminous flux is adjusted to reflect the varying sensitivity of the human eye to different wavelengths of light. It is expressed as a percentage or fraction of full power."^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Ion Concentration"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC1/HTML/link/ifcluminousintensitydistributionmeasure.htm"^^xsd:anyURI ; + ns1:plainTextDescription "\"Luminous Intensity Distribution\" is a measure of the luminous intensity of a light source that changes according to the direction of the ray. It is normally based on some standardized distribution light distribution curves. Usually measured in Candela/Lumen (cd/lm) or (cd/klm)."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Mach Number"@en ; + dcterms:description "\"Mach Number\" is a dimensionless quantity representing the speed of an object moving through air or other fluid divided by the local speed of sound. It is commonly used to represent the speed of an object when it is traveling close to or above the speed of sound. The Mach number is commonly used both with objects traveling at high speed in a fluid, and with high-speed fluid flows inside channels such as nozzles, diffusers or wind tunnels. As it is defined as a ratio of two speeds, it is a dimensionless number."^^rdf:HTML ; + ns1:applicableUnit ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Mach_number"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Mach_number"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31896"^^xsd:anyURI ; + ns1:latexDefinition "\\(Ma = \\frac{v_o}{c_o}\\), where \\(v_0\\) is speed, and \\(c_o\\) is speed of sound."^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31896"^^xsd:anyURI ; + ns1:plainTextDescription "\"Mach Number\" is a dimensionless quantity representing the speed of an object moving through air or other fluid divided by the local speed of sound. It is commonly used to represent the speed of an object when it is traveling close to or above the speed of sound. The Mach number is commonly used both with objects traveling at high speed in a fluid, and with high-speed fluid flows inside channels such as nozzles, diffusers or wind tunnels. As it is defined as a ratio of two speeds, it is a dimensionless number."^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + ns1:symbol "Ma"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader ; + skos:closeMatch . + + a ns1:QuantityKind ; + rdfs:label "Madelung Constant"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Madelung_constant"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:latexDefinition "For a uni-univalent ionic crystal of specified structure, the binding energy \\(V_b\\) per pair of ions is \\(V_b = \\alpha\\frac{e^2}{4\\pi \\varepsilon_0 a}\\), where \\(e\\) is the elementary charge, \\(\\varepsilon_0\\) is the electric constant, and \\(a\\) is the lattice constant which should be specified."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\alpha\\)"^^ns1:LatexString ; + ns1: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."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Magnetic Susceptability"@en ; + dcterms:description "\"Magnetic Susceptability\" is a scalar or tensor quantity the product of which by the magnetic constant \\(\\mu_0\\) and by the magnetic field strength \\(H\\) is equal to the magnetic polarization \\(J\\). The definition given applies to an isotropic medium. For an anisotropic medium permeability is a second order tensor."^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:expression "\\(\\kappa = \\frac{M}{H}\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-37"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\kappa = \\frac{M}{H}\\), where \\(M\\) is magnetization, and \\(H\\) is magnetic field strength."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\kappa\\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + , + . + + a ns1:QuantityKind ; + rdfs:label "Mass Absorption Coefficient"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://medical-dictionary.thefreedictionary.com/mass+absorption+coefficient"^^xsd:anyURI ; + ns1:latexDefinition "\\(a_m = \\frac{a}{\\rho}\\), where \\(a\\) is the linear absorption coefficient and \\(\\rho\\) is the mass density of the medium."^^ns1:LatexString ; + ns1:latexSymbol "\\(a_m\\)"^^ns1:LatexString ; + ns1:plainTextDescription "The mass absorption coefficient is the linear absorption coefficient divided by the density of the absorber."^^xsd:string ; + ns1:systemDerivedQuantityKind ns1:SOQ_SI ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Mass Amount of Substance"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Mass Concentration of Water"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:latexDefinition "\\(w = m/V\\), where \\(m\\) is mass of water, irrespective of the form of aggregation, and \\(V\\) is volume. Mass concentration of water at saturation is denoted \\(w_{sat}\\)."^^ns1:LatexString ; + ns1:plainTextDescription "\"Mass Concentration of Water Valour} is one of a number of \\textit{Concentration\" quantities defined by ISO 8000."^^xsd:string ; + ns1:symbol "w"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Mass Concentration of Water Vapour"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:latexDefinition "\\(w = m/V\\), where \\(m\\) is mass of water vapour and \\(V\\) is total gas volume. Mass concentration of water vapour at saturation is denoted \\(v_{sat}\\)."^^ns1:LatexString ; + ns1:plainTextDescription "\"Mass Concentration of Water} is one of a number of \\textit{Concentration\" quantities defined by ISO 8000."^^xsd:string ; + ns1:symbol "v"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Mass Defect"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Binding_energy"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(B = Zm(^{1}\\textrm{H}) + Nm_n - m_a\\), where \\(Z\\) is the proton number of the atom, \\(m(^{1}\\textrm{H})\\) is atomic mass of \\(^{1}\\textrm{H}\\), \\(N\\) is the neutron number, \\(m_n\\) is the rest mass of the neutron, and \\(m_a\\) is the rest mass of the atom."^^ns1:LatexString ; + ns1:plainTextDescription "The \"Mass Defect\", also termed mass deficit, or mass packing fraction, describes mass change (decrease) in bound systems, particularly atomic nuclei."^^xsd:string ; + ns1:symbol "B"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Mass Energy Transfer Coefficient"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://physics.nist.gov/PhysRefData/XrayMassCoef/chap3.html"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\frac{\\mu_{tr}}{\\rho} = -\\frac{1}{\\rho}\\frac{1}{R}\\frac{dR_{tr}}{dl}\\), where \\(dR_{tr}\\) is the mean energy that is transferred to kinetic energy of charged particles by interactions of the incident radiation \\(R\\) in traversing a distance \\(dl\\) in the material of density \\(\\rho\\)."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\frac{\\mu_{tr}}{\\rho}\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Mass Energy Transfer Coefficient\" is that fraction of the mass attenuation coefficient which contributes to the production of kinetic energy in charged particles."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Mass Fraction"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Mass_fraction_(chemistry)"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(w_B = \\frac{m_B}{m}\\), where \\(m_B\\) is the mass of substance \\(B\\) and \\(m\\) is the total."^^ns1:LatexString ; + ns1:plainTextDescription "The \"Mass Fraction\" is the fraction of one substance with mass to the mass of the total mixture ."^^xsd:string ; + ns1:symbol "w_B"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Mass Number"@en ; + dcterms:description "The \"Mass Number\" (A), also called atomic mass number or nucleon number, is the total number of protons and neutrons (together known as nucleons) in an atomic nucleus. Nuclides with the same value of \\(A\\) are called isobars."^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Mass_number"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(A = Z + N\\), where \\(Z\\) is the atomic number and \\(N\\) is the neutron number."^^ns1:LatexString ; + ns1:symbol "A"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Mass Concentration of Water To Dry Matter"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:latexDefinition "\\(u = m/m_d\\), where \\(m\\) is mass of water vapour and \\(m_d\\) is mass of dry matter. Mass ratio of water to dry matter at saturation is denoted \\(u_{sat}\\)."^^ns1:LatexString ; + ns1:plainTextDescription "\"Mass Ratio of Water to Dry Matter} is one of a number of \\textit{Concentration Ratio\" quantities defined by ISO 8000."^^xsd:string ; + ns1:symbol "u"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Mass Ratio of Water Vapour to Dry Gas"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:latexDefinition "\\(x = m/m_d\\), where \\(m\\) is mass of water vapour and \\(m_d\\) is mass of dry gas. Mass ratio of water vapour to dry gas at saturation is denoted \\(x_{sat}\\)."^^ns1:LatexString ; + ns1:plainTextDescription "\"Mass Ratio of Water Vapour to Dry Gas} is one of a number of \\textit{Concentration Ratio\" quantities defined by ISO 8000."^^xsd:string ; + ns1:symbol "x"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Max Operating Thrust"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:altLabel "MOT"^^xsd:string ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Mechanical Mobility"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Microbial Formation"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Mobility"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Electron_mobility"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\mu\\)"^^ns1:LatexString ; + ns1: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."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Mobility Ratio"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://baervan.nmt.edu/research_groups/reservoir_sweep_improvement/pages/clean_up/mobility.html"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:latexDefinition "\\(b = \\frac{\\mu_n}{\\mu_p}\\), where \\(\\mu_n\\) and \\(\\mu_p\\) are mobilities for electrons and holes, respectively."^^ns1:LatexString ; + ns1:plainTextDescription "\"MobilityRatio\" describes permeability of a porous material to a given phase divided by the viscosity of that phase."^^xsd:string ; + ns1:symbol "b"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Modulus Of Impedance"@en ; + dcterms:description """"Modulus Of Impedance} is the absolute value of the quantity \\textit{impedance". Apparent impedance is defined more generally as + +the quotient of rms voltage and rms electric current; it is often denoted by \\(Z\\)."""^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Absolute_value"^^xsd:anyURI, + "http://en.wikipedia.org/wiki/Electrical_impedance"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(Z = \\left | \\underline{Z} \\right |\\), where \\(\\underline{Z}\\) is impedance."^^ns1:LatexString ; + ns1:symbol "Z"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:QuantityKind ; + rdfs:label "Modulus of Subgrade Reaction"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC1/HTML/link/ifcmodulusofsubgradereactionmeasure.htm"^^xsd:anyURI ; + ns1:plainTextDescription "Modulus of Subgrade Reaction is a geotechnical measure describing interaction between foundation structures and the soil. May also be known as bedding measure. Usually measured in N/m3."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Molar Conductivity"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Molar_conductivity"^^xsd:anyURI, + "http://encyclopedia2.thefreedictionary.com/molar+conductivity"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\Gamma_m = \\frac{x}{c_B}\\), where \\(x\\) is the electrolytic conductivity and \\(c_B\\) is the amount-of-substance concentration."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\Gamma_m\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Molar Conductivity\" is the conductivity of an electrolyte solution divided by the molar concentration of the electrolyte, and so measures the efficiency with which a given electrolyte conducts electricity in solution."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Molar Entropy"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Standard_molar_entropy"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(S_m = \\frac{S}{n}\\), where \\(S\\) is entropy and \\(n\\) is amount of substance."^^ns1:LatexString ; + ns1:plainTextDescription "The \"Standard Molar Entropy\" is the entropy content of one mole of substance, under standard conditions (not standard temperature and pressure STP)."^^xsd:string ; + ns1:symbol "S_m"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Molar Optical Rotatory Power"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://goldbook.iupac.org/O04313.html"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\alpha_n = \\alpha \\frac{A}{n}\\), where \\(\\alpha\\) is the angle of optical rotation, and \\(n\\) is the amount of substance of the optically active component in the path of a linearly polarized light beam of cross sectional area \\(A\\)."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\alpha_n\\)"^^ns1:LatexString ; + ns1:plainTextDescription "The \"Molar Optical Rotatory Power\" Angle of optical rotation divided by the optical path length through the medium and by the amount concentration giving the molar optical rotatory power."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Molecular Mass"@en ; + ns1:applicableUnit ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Molecular_mass"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Molecular_mass#Relative_molecular_mass"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:plainTextDescription "The molecular mass, or molecular weight of a chemical compound is the mass of one molecule of that compound, relative to the unified atomic mass unit, u. Molecular mass should not be confused with molar mass, which is the mass of one mole of a substance."^^xsd:string ; + ns1:symbol "M"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Momentum per Angle"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Mutual Inductance"@en ; + dcterms:description "\\(\\textit{Mutual Inductance}\\) is the non-diagonal term of the inductance matrix. For two loops, the symbol \\(M\\) is used for \\(L_{12}\\)."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-36"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(L_{mn} = \\frac{\\Psi_m}{I_n}\\), where \\(I_n\\) is an electric current in a thin conducting loop \\(n\\) and \\(\\Psi_m\\) is the linked flux caused by that electric current in another loop \\(m\\)."^^ns1:LatexString ; + ns1:symbol "L_{mn}"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Napierian Absorbance"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://eilv.cie.co.at/term/798"^^xsd:anyURI ; + ns1:latexDefinition "\\(A_e(\\lambda) = -ln(\\tau(\\lambda))\\), where \\(\\tau\\) is the transmittance at a given wavelength \\(\\lambda\\)."^^ns1:LatexString ; + ns1:plainTextDescription "Napierian Absorbance is the natural (Napierian) logarithm of the reciprocal of the spectral internal transmittance."^^xsd:string ; + ns1:symbol "A_e, B"^^xsd:string ; + ns1:systemDerivedQuantityKind ns1:SOQ_SI ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Diffusion Coefficient"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://encyclopedia2.thefreedictionary.com/Diffusion+of+Neutrons"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(D_n = -\\frac{J_x}{\\frac{\\partial dn}{\\partial dx}}\\), where \\(J_x\\) is the \\(x-component\\) of the particle current and \\(n\\) is the particle number density."^^ns1:LatexString ; + ns1:plainTextDescription "The \"Diffusion Coefficient\" is "^^xsd:string ; + ns1:symbol "D"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Neutron Number"@en ; + dcterms:description "\"Neutron Number\", symbol \\(N\\), is the number of neutrons in a nuclide. Nuclides with the same value of \\(N\\) but different values of \\(Z\\) are called isotones. \\(N - Z\\) is called the neutron excess number."^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Neutron_number"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31895"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:symbol "N"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Neutron Yield per Absorption"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Fission_product_yield"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\eta\\)"^^ns1:LatexString ; + ns1:plainTextDescription "The \"Neutron Yield per Absorption\" is the average number of fission neutrons, both prompt and delayed, emitted per neutron absorbed in a fissionable nuclide or in a nuclear fuel, as specified."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Neutron Yield per Fission"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Fission_product_yield"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\nu\\)"^^ns1:LatexString ; + ns1:plainTextDescription "The \"Neutron Yield per Fission\" is the average number of fission neutrons, both prompt and delayed, emitted per fission event."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Non-Leakage Probability"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Six_factor_formula"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\Lambda\\)"^^ns1:LatexString ; + ns1:plainTextDescription "The \"Non-Leakage Probability\" is the probability that a neutron will not escape from the reactor during the slowing-down process or while it diffuses as a thermal neutron"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Positive Length"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "\"NonNegativeLength\" is a measure of length greater than or equal to zero."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Nozzle Throat Diameter"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Spin Quantum Number"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Quantum_number"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(I^2 = \\hbar^2 I(I + 1)\\), where \\(\\hbar\\) is the Planck constant."^^ns1:LatexString ; + ns1:plainTextDescription "The \"Spin Quantum Number\" describes the spin (intrinsic angular momentum) of the electron within that orbital, and gives the projection of the spin angular momentum S along the specified axis"^^xsd:string ; + ns1:symbol "I"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Nucleon number"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "Number of nucleons in an atomic nucleus.A = Z+N. Nuclides with the same value of A are called isobars."^^xsd:string ; + ns1:symbol "A"^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "mass-number"^^xsd:string ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Number of Particles"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Particle_number"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:plainTextDescription "\"Number of Particles\", also known as the particle number, of a thermodynamic system, conventionally indicated with the letter N, is the number of constituent particles in that system."^^xsd:string ; + ns1:symbol "N_B"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Order of Reflection"@en ; + dcterms:description "\"Order of Reflection\" is \\(n\\) in the Bragg's Law equation."^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.answers.com/topic/order-of-reflection"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:symbol "n"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Osmotic Coefficient"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Osmotic_coefficient"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\varphi = -(M_A\\sum b_B)^{-1} \\ln a_A\\), where \\(M_A\\) is the molar mass of the solvent \\(A\\), \\(\\sum\\) denotes summation over all the solutes, \\(b_B\\) is the molality of solute \\(B\\), and \\(a_A\\) is the activity of solvent \\(A\\)."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\varphi\\)"^^ns1:LatexString ; + ns1:plainTextDescription "The \"Osmotic Coefficient\" is a quantity which characterises the deviation of a solvent from ideal behavior."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Packing Fraction"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Atomic_packing_factor"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(f = \\frac{\\Delta_r}{A}\\), where \\(\\Delta_r\\) is the relative mass excess and \\(A\\) is the nucleon number."^^ns1:LatexString ; + ns1:plainTextDescription "The \"Packing Fraction\" is the fraction of volume in a crystal structure that is occupied by atoms."^^xsd:string ; + ns1:symbol "f"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Particle Source Density"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "\"Particle Source Density\" is the rate of production of particles in a 3D domain divided by the volume of that element."^^xsd:string ; + ns1:symbol "S"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Permeability Ratio"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Relative_permeability"^^xsd:anyURI ; + ns1:plainTextDescription "The ratio of the effective permeability of a porous phase to the absolute permeability."^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Permeance"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Permeance"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\Lambda = \\frac{1}{R_m}\\), where \\(R_m\\) is reluctance."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\Lambda\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Permeance\" is the inverse of reluctance. Permeance is a measure of the quantity of flux for a number of current-turns in magnetic circuit. A magnetic circuit almost acts as though the flux is \"conducted\", therefore permeance is larger for large cross sections of a material and smaller for longer lengths. This concept is analogous to electrical conductance in the electric circuit."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:QuantityKind ; + rdfs:label "Permittivity Ratio"@en ; + ns1:applicableUnit ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Permittivity"^^xsd:anyURI ; + ns1:expression "\\(rel-permittivity\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\epsilon_r = \\epsilon / \\epsilon_0\\), where \\(\\epsilon\\) is permittivity and \\(\\epsilon_0\\) is the electric constant."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\epsilon_r\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Permittivity Ratio\" is the ratio of permittivity to the permittivity of a vacuum."^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Photon Intensity"@en ; + dcterms:description "A measure of flux of photons per solid angle"^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Photon_counting"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Photon Radiance"@en ; + dcterms:description "A measure of flux of photons per surface area per solid angle"^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Photon_counting"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Photosynthetic Photon Flux"^^xsd:string ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://www.dormgrow.com/par/"^^xsd:anyURI ; + ns1:plainTextDescription "Photosynthetic Photon Flux (PPF) is a measurement of the total number of photons emitted by a light source each second within the PAR wavelength range and is measured in μmol/s. Lighting manufacturers may specify their grow light products in terms of PPF. It can be considered as analogous to measuring the luminous flux (lumens) of visible light which would typically require the use of an integrating sphere or a goniometer system with spectroradiometer sensor."^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "PPF"^^xsd:string ; + prov:wasDerivedFrom . + + a ns1:QuantityKind ; + rdfs:label "Poisson Ratio"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Poisson%27s_ratio"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\mu = \\frac{\\Delta \\delta}{\\Delta l}\\), where \\(\\Delta \\delta\\) is the lateral contraction and \\(\\Delta l\\) is the elongation."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\mu\\)"^^ns1:LatexString ; + ns1:plainTextDescription "The Poisson Ratio is the negative ratio of transverse to axial strain. In fact, when a sample object is stretched (or squeezed), to an extension (or contraction) in the direction of the applied load, it corresponds a contraction (or extension) in a direction perpendicular to the applied load. The ratio between these two quantities is the Poisson's ratio."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Position Vector"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Position_(vector)"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:latexDefinition "\\(r = \\overrightarrow{OP}\\), where \\(O\\) and \\(P\\) are two points in space."^^ns1:LatexString ; + ns1:plainTextDescription "A \"Position Vector\", also known as location vector or radius vector, is a Euclidean vector which represents the position of a point P in space in relation to an arbitrary reference origin O."^^xsd:string ; + ns1:symbol "r"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Power Factor"@en ; + dcterms:description "\"Power Factor\", under periodic conditions, is the ratio of the absolute value of the active power \\(P\\) to the apparent power \\(S\\)."^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:expression "\\(power-factor\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-46"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\lambda = \\left | P \\right | / \\left | S \\right |\\), where \\(P\\) is active power and \\(S\\) is apparent power."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\lambda\\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + . + + a ns1:QuantityKind ; + rdfs:label "Power per Area Angle"@en ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Pressure Loss per Length"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Friction_loss"^^xsd:anyURI ; + ns1:plainTextDescription "\"Pressure Loss per Length\" refers to the power lost in overcoming the friction between two moving surfaces. Also referred to as \"Friction Loss\"."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Pressure Percentage"@en ; + dcterms:isReplacedBy ; + ns1:applicableUnit ; + ns1:deprecated true ; + ns1:hasDimensionVector ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Prevalence"^^xsd:string ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Prevalence"^^xsd:anyURI ; + ns1:plainTextDescription "In epidemiology, prevalence is the proportion of a particular population found to be affected by a medical condition (typically a disease or a risk factor such as smoking or seatbelt use) at a specific time. (Wikipedia)"^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Propellant Burn Rate"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Propellant Mass"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:symbol "M_f"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Propellant Temperature"@en ; + ns1:applicableUnit , + , + , + , + , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Radiance"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Radiance"^^xsd:anyURI ; + ns1:latexDefinition "\\(L = \\frac{dI}{dA}\\frac{1}{cos\\alpha}\\), where \\(dI\\) is the radiant intensity emitted from an element of the surface area \\(dA\\), and angle \\(\\alpha\\) is the angle between the normal to the surface and the given direction."^^ns1:LatexString ; + ns1:plainTextDescription "\"Radiance\" is a radiometric measure that describes the amount of light that passes through or is emitted from a particular area, and falls within a given solid angle in a specified direction."^^xsd:string ; + ns1:symbol "L"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Radiance Factor"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.encyclo.co.uk/define/radiance%20factor"^^xsd:anyURI ; + ns1: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\\)."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\beta\\)"^^ns1:LatexString ; + ns1: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."^^xsd:string ; + ns1:systemDerivedQuantityKind ns1:SOQ_SI ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Radiant Energy"@en ; + ns1:abbreviation "M-L2-PER-T2"^^xsd:string ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Radiant_energy"^^xsd:anyURI ; + ns1:latexDefinition "\\(Q_e\\)"^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1: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."^^xsd:string ; + ns1:symbol "Q_e"^^xsd:string, + "R"^^xsd:string ; + ns1:systemDerivedQuantityKind ns1:SOQ_SI ; + rdfs:isDefinedBy ; + skos:broader ; + skos:closeMatch . + + a ns1:QuantityKind ; + rdfs:label "Radiant Energy Density"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Radiant_energy_density"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31892"^^xsd:anyURI ; + ns1:latexDefinition "\\(w\\), \\(\\rho = \\frac{dQ}{dV}\\), where \\(dQ\\) is the radiant energy in an elementary three-dimensional domain, and \\(dV\\) is the volume."^^ns1:LatexString ; + ns1:latexSymbol "\\(w, \\rho\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Radiant Energy Density\", or radiant power, is the radiant energy per unit volume."^^xsd:string ; + ns1:systemDerivedQuantityKind ns1:SOQ_SI ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Radiosity"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Radiosity is the total emitted and reflected radiation leaving a surface."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Ratio of Specific Heat Capacities"@en ; + dcterms:description "The specific heat ratio of a gas is the ratio of the specific heat at constant pressure, \\(c_p\\), to the specific heat at constant volume, \\(c_V\\). It is sometimes referred to as the \"adiabatic index} or the \\textit{heat capacity ratio} or the \\textit{isentropic expansion factor} or the \\textit{adiabatic exponent} or the \\textit{isentropic exponent\"."^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.citizendium.org/wiki/Specific_heat_ratio"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\gamma = c_p / c_V\\), where \\(c\\) is the specific heat of a gas, \\(c_p\\) is specific heat capacity at constant pressure, \\(c_V\\) is specific heat capacity at constant volume."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\gamma\\)"^^ns1:LatexString, + "\\(\\varkappa\\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:QuantityKind ; + rdfs:label "Reactivity"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Nuclear_chain_reaction"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\rho = \\frac{k_{eff} - 1}{k_{eff}}\\), where \\(k_{eff}\\) is the effective multiplication factor."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\rho\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Reactivity\" characterizes the deflection of reactor from the critical state."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Recombination Coefficient"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://encyclopedia2.thefreedictionary.com/recombination+coefficient"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(-\\frac{dn^+}{dt} = -\\frac{dn^-}{dt} = an^+n^-\\), where \\(n^+\\) and \\(n^-\\) are the ion number densities of positive and negative ions, respectively, recombined during an infinitesimal time interval with duration \\(dt\\)."^^ns1:LatexString ; + ns1:plainTextDescription "The \"Recombination Coefficient\" is the rate of recombination of positive ions with electrons or negative ions in a gas, per unit volume, divided by the product of the number of positive ions per unit volume and the number of electrons or negative ions per unit volume."^^xsd:string ; + ns1:symbol "a"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Reflectance Factor"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.thefreedictionary.com/reflectance+factor"^^xsd:anyURI ; + ns1: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."^^ns1:LatexString ; + ns1: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."^^xsd:string ; + ns1:symbol "R"^^xsd:string ; + ns1:systemDerivedQuantityKind ns1:SOQ_SI ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Refractive index"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Refractive_index"^^xsd:anyURI ; + ns1:latexDefinition "\\(n = \\frac{c_0}{c}\\), where \\(c_0\\) is the speed of light in vacuum, and \\(c\\) is the speed of light in the medium."^^ns1:LatexString ; + ns1: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."^^xsd:string ; + ns1:symbol "n"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Relative Luminous Flux"@en ; + dcterms:isReplacedBy ; + ns1:applicableUnit ; + ns1:deprecated true ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Luminous_flux"^^xsd:anyURI ; + ns1:plainTextDescription "Relative Luminous Flux or Relative Luminous Power is the measure of the perceived power of light. It differs from radiant flux, the measure of the total power of light emitted, in that luminous flux is adjusted to reflect the varying sensitivity of the human eye to different wavelengths of light. It is expressed as a percentage or fraction of full power."^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Relative Mass Concentration of Vapour"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\varphi = v / v_{sat}\\), where \\(v\\) is mass concentration of water vapour, \\(v_{sat}\\) is its mass concentration of water vapour at saturation (at the same temperature). For normal cases, the relative partial pressure may be assumed to be equal to relative mass concentration of vapour."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\varphi\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Relative Mass Concentration of Vapour\" is one of a number of \"Relative Concentration\" quantities defined by ISO 8000."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:QuantityKind ; + rdfs:label "Relative Mass Density"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Relative_density"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(d = \\frac{\\rho}{\\rho_0}\\), where \\(\\rho\\) is mass density of a substance and \\(\\rho_0\\) is the mass density of a reference substance under conditions that should be specified for both substances."^^ns1:LatexString ; + ns1:plainTextDescription "Relative density, or specific gravity, is the ratio of the density (mass of a unit volume) of a substance to the density of a given reference material."^^xsd:string ; + ns1:symbol "d"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Relative Mass Excess"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Mass_excess"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\Delta_r = \\frac{\\Delta}{m_u}\\), where \\(\\Delta\\) is the mass excess and \\(m_u\\) is the unified atomic mass constant."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\Delta_r\\)"^^ns1:LatexString ; + ns1:plainTextDescription "The \"Relative Mass Excess\" is the mass excess between the monoisotopic mass of an element and the mass of its A + 1 or its A + 2 isotopic cluster (extrapolated from relative mass defect)."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Relative Mass Ratio of Vapour"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\psi = x / x_{sat}\\), where \\(x\\) is mass ratio of water vapour to dry gas, \\(x_{sat}\\) is its mass raio of water vapour to dry gas at saturation (at the same temperature)."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\psi\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Relative Mass Ratio of Vapour\" is one of a number of \"Relative Concentration\" quantities defined by ISO 8000."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Resistance Percentage"@en ; + dcterms:isReplacedBy ; + ns1:applicableUnit ; + ns1:deprecated true ; + ns1:hasDimensionVector ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Resistance Ratio"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Resonance Escape Probability"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Four_factor_formula"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "The \"Resonance Escape Probability\" is the fraction of fission neutrons that manage to slow down from fission to thermal energies without being absorbed. In an infinite medium, the probability that a neutron slowing down will traverse all or some specified portion of the range of resonance energies without being absorbed."^^xsd:string ; + ns1:symbol "p"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Respiratory Rate"@en ; + ns1:applicableUnit ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Respiratory_rate"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Respiratory_rate"^^xsd:anyURI ; + ns1:plainTextDescription "Respiratory rate (Vf, Rf or RR) is also known by respiration rate, pulmonary ventilation rate, ventilation rate, or breathing frequency is the number of breaths taken within a set amount of time, typically 60 seconds. A normal respiratory rate is termed eupnea, an increased respiratory rate is termed tachypnea and a lower than normal respiratory rate is termed bradypnea."^^xsd:string ; + ns1:symbol "Vf, Rf or RR"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Reynolds Number"@en ; + ns1:applicableUnit ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Reynolds_number"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Reynolds_number"^^xsd:anyURI ; + ns1:latexDefinition "\\(Re = \\frac{\\rho uL}{\\mu} = \\frac{uL}{\\nu}\\), where \\(\\rho\\) is mass density, \\(u\\) is speed, \\(L\\) is length, \\(\\mu\\) is dynamic viscosity, and \\(\\nu\\) is kinematic viscosity."^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31896"^^xsd:anyURI ; + ns1:plainTextDescription "The \"Reynolds Number\" (Re) is a dimensionless number that gives a measure of the ratio of inertial forces to viscous forces and consequently quantifies the relative importance of these two types of forces for given flow conditions."^^xsd:string ; + ns1:symbol "Re"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader ; + skos:closeMatch . + + a ns1:QuantityKind ; + rdfs:label "Richardson Constant"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Thermionic_emission"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:latexDefinition "The thermionic emission current, \\(J\\), for a metal is \\(J = AT^2\\exp{(-\\frac{\\Phi}{kT})}\\), where \\(T\\) is thermodynamic temperature, \\(k\\) is the Boltzmann constant, and \\(\\Phi\\) is a work function."^^ns1:LatexString ; + ns1:plainTextDescription "\"Richardson Constant\" is a constant used in developing thermionic emission current density for a metal."^^xsd:string ; + ns1:symbol "A"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Scalar Magnetic Potential"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-58"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\mathbf{H} = -grad V_m\\), where \\(\\mathbf{H}\\) is magnetic field strength."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\varphi\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Scalar Magnetic Potential\" is the scalar potential of an irrotational magnetic field strength. The negative of the gradient of the scalar magnetic potential is the irrotational magnetic field strength. The magnetic scalar potential is not unique since any constant scalar field can be added to it without changing its gradient."^^xsd:string ; + ns1:symbol "V_m"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:QuantityKind ; + rdfs:label "Section Area Integral"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://standards.buildingsmart.org/IFC/RELEASE/IFC4/ADD1/HTML/link/ifcsectionalareaintegralmeasure.htm"^^xsd:anyURI ; + ns1:plainTextDescription "The sectional area integral measure is typically used in torsional analysis. It is usually measured in M⁵."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Seebeck Coefficient"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Thermopower"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:latexDefinition "\\(S_{ab} = \\frac{dE_{ab}}{dT}\\), where \\(E_{ab}\\) is the thermosource voltage between substances a and b, \\(T\\) is the thermodynamic temperature of the hot junction."^^ns1:LatexString ; + ns1:plainTextDescription "\"Seebeck Coefficient\", or thermopower, or thermoelectric power of a material is a measure of the magnitude of an induced thermoelectric voltage in response to a temperature difference across that material."^^xsd:string ; + ns1:symbol "S_{ab}"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Short-Range Order Parameter"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:latexSymbol "\\(r, \\sigma\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Short-Range Order Parameter\" is the fraction of the nearest-neighbor atom pairs in an Ising ferromagnet having magnetic moments in one direction, minus the fraction having magnetic moments in the opposite direction."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Signal Detection Threshold"@en ; + ns1:applicableUnit ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Signal Strength"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Signal_strength"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "In telecommunications, particularly in radio, signal strength refers to the magnitude of the electric field at a reference point that is a significant distance from the transmitting antenna. It may also be referred to as received signal level or field strength. Typically, it is expressed in voltage per length or signal power received by a reference antenna. High-powered transmissions, such as those used in broadcasting, are expressed in dB-millivolts per metre (dBmV/m)."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader , + . + + a ns1:QuantityKind ; + rdfs:label "Sound exposure"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.acoustic-glossary.co.uk/definitions-s.htm"^^xsd:anyURI ; + ns1:latexDefinition "\\(E = \\int_{t1}^{t2}p^2dt\\), where \\(t1\\) and \\(t2\\) are the starting and ending times for the integral and \\(p\\) is the sound pressure."^^ns1:LatexString ; + ns1:plainTextDescription "Sound Exposure is the energy of the A-weighted sound calculated over the measurement time(s). For a given period of time, an increase of 10 dB(A) in sound pressure level corresponds to a tenfold increase in E."^^xsd:string ; + ns1:symbol "E"^^xsd:string ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Sound intensity"@en ; + ns1:abbreviation "w/m2"^^xsd:string ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Sound_intensity"^^xsd:anyURI ; + ns1:latexDefinition "\\(I = pv\\), where \\(p\\) is the sound pressure and \\(v\\) is sound particle velocity."^^ns1:LatexString ; + ns1:plainTextDescription "Sound intensity or acoustic intensity (\\(I\\)) is defined as the sound power \\(P_a\\) per unit area \\(A\\). The usual context is the noise measurement of sound intensity in the air at a listener's location as a sound energy quantity."^^xsd:string ; + ns1:symbol "I"^^xsd:string ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Sound volume velocity"@en ; + dcterms:description "Sound Volume Velocity is the product of particle velocity \\(v\\) and the surface area \\(S\\) through which an acoustic wave of frequency \\(f\\) propagates. Also, the surface integral of the normal component of the sound particle velocity over the cross-section (through which the sound propagates). It is used to calculate acoustic impedance."^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Acoustic_impedance"^^xsd:anyURI ; + ns1:latexDefinition "\\(q= vS\\), where \\(v\\) is sound particle velocity and \\(S\\) is the surface area through which an acoustic wave of frequence \\(f\\) propagates."^^ns1:LatexString ; + ns1:symbol "q"^^xsd:string ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Specific Optical Rotatory Power"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://goldbook.iupac.org/O04313.html"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\alpha_m = \\alpha \\frac{A}{m}\\), where \\(\\alpha\\) is the angle of optical rotation, and \\(m\\) is the mass of the optically active component in the path of a linearly polarized light beam of cross sectional area \\(A\\)."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\alpha_m\\)"^^ns1:LatexString ; + ns1:plainTextDescription "The \"Specific Optical Rotatory Power\" Angle of optical rotation divided by the optical path length through the medium and by the mass concentration of the substance giving the specific optical rotatory power."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Square Energy"@en ; + dcterms:isReplacedBy ; + ns1:deprecated true ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Standard Absolute Activity"@en ; + dcterms:description "The \"Standard Absolute Activity\" is proportional to the absoulte activity of the pure substance \\(B\\) at the same temperature and pressure multiplied by the standard pressure."^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Activity_coefficient"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\lambda_B^\\Theta = \\lambda_B^*(p^\\Theta)\\), where \\(\\lambda_B^\\Theta\\) the absolute activity of the pure substance \\(B\\) at the same temperature and pressure, and \\(p^\\Theta\\) is standard pressure."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\lambda_B^\\Theta\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Statistical Weight"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Statistical_weight"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:plainTextDescription "A \"Statistical Weight\" is the relative probability (possibly unnormalized) of a particular feature of a state."^^xsd:string ; + ns1:symbol "g"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Stochastic Process"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Stochastic_process"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Stochastic_process"^^xsd:anyURI ; + ns1:plainTextDescription "In probability theory, a stochastic process, or sometimes random process is a collection of random variables; this is often used to represent the evolution of some random value, or system, over time. This is the probabilistic counterpart to a deterministic process (or deterministic system)."^^xsd:string ; + ns1:symbol "X"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Stoichiometric Number"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Stoichiometry"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\nu_B\\)"^^ns1:LatexString ; + ns1:plainTextDescription "Chemical reactions, as macroscopic unit operations, consist of simply a very large number of elementary reactions, where a single molecule reacts with another molecule. As the reacting molecules (or moieties) consist of a definite set of atoms in an integer ratio, the ratio between reactants in a complete reaction is also in integer ratio. A reaction may consume more than one molecule, and the \"Stoichiometric Number\" counts this number, defined as positive for products (added) and negative for reactants (removed)."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Structure Factor"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Structure_factor"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:latexDefinition "\\(F(h, k, l) = \\sum_{n=1}^N f_n\\exp{[2\\pi i(hx_n + ky_n +lz_n)]}\\), where \\(f_n\\) is the atomic scattering factor for atom \\(n\\), and \\(x_n\\), \\(y_n\\), and \\(z_n\\) are fractional coordinates in the unit cell; for \\(h\\), \\(k\\), and \\(l\\)."^^ns1:LatexString ; + ns1:plainTextDescription "\"Structure Factor\" is a mathematical description of how a material scatters incident radiation."^^xsd:string ; + ns1:symbol "F(h, k, l)"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Surface Activity Density"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(a_s = \\frac{A}{S}\\), where \\(S\\) is the total area of the surface of a sample and \\(A\\) is its activity."^^ns1:LatexString ; + ns1:plainTextDescription "The \"Surface Activity Density\" is undefined."^^xsd:string ; + ns1:symbol "a_s"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Surface Tension"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimension ns1:DIM_ISO-MT-2 ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Surface_tension"^^xsd:anyURI ; + ns1: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."^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:plainTextDescription "\"Surface Tension\" is a contractive tendency of the surface of a liquid that allows it to resist an external force."^^xsd:string ; + ns1:symbol "γ"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Systolic Blood Pressure"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780199549351.001.0001/acref-9780199549351-e-1162"^^xsd:anyURI ; + ns1:plainTextDescription "The pressure of blood in the arteries which rises to a maximum as blood is pumped out by the left ventricle (systole) and drops to a minimum in diastole. The systolic/diastolic pressure is normally ~120/80 mmHg in a young adult."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Temporal Summation Function"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Summation_(neurophysiology)#Temporal_summation"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:plainTextDescription "\"Temporal Summation Function\" is the ability of the human eye to produce a composite signal from the signals coming into an eye during a short time interval."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Thermal Diffusion Factor"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.thermopedia.com/content/1189/"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\alpha_T = \\frac{k_T}{(x_A x_B)}\\), where \\(k_T\\) is the thermal diffusion ratio, and \\(x_A\\) and \\(x_B\\) are the local amount-of-substance fractions of the two substances \\(A\\) and \\(B\\)."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\alpha_T\\)"^^ns1:LatexString ; + ns1:plainTextDescription "Thermal diffusion is a phenomenon in which a temperature gradient in a mixture of fluids gives rise to a flow of one constituent relative to the mixture as a whole. in the context of the equation that describes thermal diffusion, the \"Thermal Diffusion Factor\" is ."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Thermal Diffusion Ratio"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.thermopedia.com/content/1189/"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "In a steady state of a binary mixture in which thermal diffusion occurs, \\(grad x_B = -(\\frac{k_T}{T}) grad T\\), where \\(x_B\\) is the amount-of-substance fraction of the heavier substance \\(B\\), and \\(T\\) is the local thermodynamic temperature."^^ns1:LatexString ; + ns1:plainTextDescription "The \"Thermal Diffusion Ratio\" is proportional to the product of the component concentrations."^^xsd:string ; + ns1:symbol "k_T"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Thermal Diffusion Coefficient"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.thermopedia.com/content/1189/"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(D_T = kT \\cdot D\\), where \\(k_T\\) is the thermal diffusion ratio, and \\(D\\) is the diffusion coefficient."^^ns1:LatexString ; + ns1:plainTextDescription "The \"Thermal Diffusion Coefficient\" is ."^^xsd:string ; + ns1:symbol "D_T"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Thermal Utilization Factor"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Four_factor_formula"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "The \"Thermal Utilization Factor\" in an infinite medium, is the ratio of the number of thermal absorbed in a fissionable nuclide or in a nuclear fuel, as specified, to the total number of thermal neutrons absorbed."^^xsd:string ; + ns1:symbol "f"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Thomson Coefficient"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.daviddarling.info/encyclopedia/T/Thomson_effect.html"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\mu\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Thomson Coefficient\" represents Thomson heat power developed, divided by the electric current and the temperature difference."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Time Percentage"@en ; + dcterms:isReplacedBy ; + ns1:applicableUnit ; + ns1:deprecated true ; + ns1:hasDimensionVector ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Time Ratio"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Time Squared"@en ; + dcterms:isReplacedBy ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Time_Squared"^^xsd:anyURI ; + ns1:deprecated true ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Total Angular Momentum Quantum Number"@en ; + dcterms:description "The \"Total Angular Quantum Number\" describes the magnitude of total angular momentum \\(J\\), where \\(j\\) refers to a specific particle and \\(J\\) is used for the whole system."^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Quantum_number"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:symbol "j"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader ; + skos:closeMatch , + , + . + + a ns1:QuantityKind ; + rdfs:label "Total Current Density"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(J_{tot}= J + J_D\\), where \\(J\\) is electric current density and \\(J_D\\) is displacement current density."^^ns1:LatexString ; + ns1:latexSymbol "\\(J_{tot}\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Total Current Density\" is the sum of the electric current density and the displacement current density."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + . + + a ns1:QuantityKind ; + rdfs:label "Total Ionization"@en ; + dcterms:description "\"Total Ionization\" by a particle, total mean charge, divided by the elementary charge, \\(e\\), of all positive ions produced by an ionizing charged particle along its entire path and along the paths of any secondary charged particles."^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Ionization#Classical_ionization"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(N = \\int N_i dl\\)."^^ns1:LatexString ; + ns1:symbol "N_i"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Transmittance Density"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:latexDefinition "\\(A_{10}(\\lambda) = -lg(\\tau(\\lambda))\\), where \\(\\tau\\) is the transmittance at a given wavelength \\(\\lambda\\)."^^ns1:LatexString ; + ns1:plainTextDescription "Transmittance is the fraction of incident light (electromagnetic radiation) at a specified wavelength that passes through a sample."^^xsd:string ; + ns1:symbol "A_10, D"^^xsd:string ; + ns1:systemDerivedQuantityKind ns1:SOQ_SI ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Turbidity"@en ; + ns1:applicableUnit ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Turbidity"^^xsd:anyURI ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Turbidity"^^xsd:anyURI ; + ns1: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."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Turns"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "\"Turns\" is the number of turns in a winding."^^xsd:string ; + ns1:symbol "N"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Upper Critical Magnetic Flux Density"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Upper Critical Magnetic Flux Density\" for type II superconductors, is the threshold magnetic flux density for disappearance of bulk superconductivity."^^xsd:string ; + ns1:symbol "B_{c2}"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader ; + skos:closeMatch . + + a ns1:QuantityKind ; + rdfs:label "Vacuum Thrust"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:expression "\\(VT\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Ventilation Rate per Floor Area"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Ventilation_(architecture)#Ventilation_rates_for_indoor_air_quality"^^xsd:anyURI ; + ns1:plainTextDescription "Ventilation Rate is often expressed by the volumetric flowrate of outdoor air introduced to a building. However, ASHRAE now recommends ventilation rates dependent upon floor area."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Video Frame Rate"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Frame_rate"^^xsd:anyURI ; + ns1:plainTextDescription "Frame rate (also known as frame frequency) is the frequency (rate) at which an imaging device produces unique consecutive images called frames. The term applies equally well to computer graphics, video cameras, film cameras, and motion capture systems. Frame rate is most often expressed in frames per second (FPS) and is also expressed in progressive scan monitors as hertz (Hz)."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Voltage Percentage"@en ; + dcterms:isReplacedBy ; + ns1:applicableUnit ; + ns1:deprecated true ; + ns1:hasDimensionVector ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Voltage Ratio"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Work"@en ; + dcterms:description "The net work is equal to the change in kinetic energy. This relationship is called the work-energy theorem: \\(Wnet = K. E._f − K. E._o \\), where \\(K. E._f\\) is the final kinetic energy and \\(K. E._o\\) is the original kinetic energy. Potential energy, also referred to as stored energy, is the ability of a system to do work due to its position or internal structure. Change in potential energy is equal to work. The potential energy equations can also be derived from the integral form of work, \\(\\Delta P. E. = W = \\int F \\cdot dx\\)."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Work_(physics)"^^xsd:anyURI, + "http://www.cliffsnotes.com/study_guide/Work-and-Energy.topicArticleId-10453,articleId-10418.html"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(A = \\int Pdt\\), where \\(P\\) is power and \\(t\\) is time."^^ns1:LatexString ; + ns1: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."^^xsd:string ; + ns1:symbol "A"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Ampere Square Metre"@en, + "Ampere Square Meter"@en-us ; + dcterms:description "The SI unit of electromagnetic moment."^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$A-M^2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA106"^^xsd:string ; + ns1:informativeReference "http://encyclopedia2.thefreedictionary.com/ampere+meter+squared"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:symbol "A·m²"^^xsd:string ; + ns1:ucumCode "A.m2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A5"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ampere Per Square Centimetre"@en, + "Ampere Per Square Centimeter"@en-us ; + dcterms:description "SI base unit ampere divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 10000.0 ; + ns1:conversionMultiplierSN 1e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB052"^^xsd:string ; + ns1:plainTextDescription "SI base unit ampere divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^xsd:string ; + ns1:symbol "A/cm²"^^xsd:string ; + ns1:ucumCode "A.cm-2"^^ns1:UCUMcs, + "A/cm2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A4"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ampere per Degree Celsius"@en ; + dcterms:description "A measure used to express how a current is subject to temperature. Originally used in Wien's Law to describe phenomena related to filaments. One use today is to express how a current generator derates with temperature."^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$A/degC$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://books.google.com/books?id=zkErAAAAYAAJ&pg=PA60&lpg=PA60&dq=ampere+per+degree"^^xsd:anyURI, + "http://web.mit.edu/course/21/21.guide/use-tab.htm"^^xsd:anyURI ; + ns1:symbol "A/°C"^^xsd:string ; + ns1:ucumCode "A.Cel-1"^^ns1:UCUMcs, + "A/Cel"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Ampere per Gram"@en ; + dcterms:description """$\\textit{Ampere per gram}$ is a practical unit to describe an (applied) current relative to the involved amount of material. + This unit is often found in electrochemistry to standardize test conditions and compare various scales of investigated materials. + """^^ns1:LatexString ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:conversionOffset 0.0 ; + ns1:conversionOffsetSN 0e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "A/g"^^xsd:string ; + ns1:ucumCode "A.g-1"^^ns1:UCUMcs, + "A/g"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ampere per Square Metre Square Kelvin"@en, + "Ampere per Square Meter Square Kelvin"@en-us ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$a/m^2-k^2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB353"^^xsd:string ; + ns1:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:symbol "A/(m²·K²)"^^xsd:string ; + ns1:ucumCode "A.m-2.K-2"^^ns1:UCUMcs, + "A/(m2.K2)"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A6"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ampere Per Square Millimetre"@en, + "Ampere Per Square Millimeter"@en-us ; + dcterms:description "SI base unit ampere divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB051"^^xsd:string ; + ns1:plainTextDescription "SI base unit ampere divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2"^^xsd:string ; + ns1:symbol "A/mm²"^^xsd:string ; + ns1:ucumCode "A.mm-2"^^ns1:UCUMcs, + "A/mm2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A7"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Ampere per Radian"@en ; + dcterms:description "$\\textit{Ampere per Radian}$ is a derived unit for measuring the amount of current per unit measure of angle, expressed in ampere per radian."^^ns1:LatexString ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$a-per-rad$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "A/rad"^^xsd:string ; + ns1:ucumCode "A.rad-1"^^ns1:UCUMcs, + "A/rad"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Ampere Turn"@en ; + dcterms:description "The $\\textit{ampere-turn}$ was the MKS unit of magnetomotive force (MMF), represented by a direct current of one ampere flowing in a single-turn loop in a vacuum. \"Turns\" refers to the winding number of an electrical conductor comprising an inductor. The ampere-turn was replaced by the SI unit, $ampere$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "AT"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Atmosphere Cubic Metre per Mole"@en, + "Atmosphere Cubic Meter per Mole"@en-us ; + dcterms:description """ + The unit $\\textit{Atmosphere Cubic Metre per Mole}$ consists of the power of the SI base unit metre with the exponent 3 multiplied by the unit atmosphere divided by the SI base unit mol. + """^^ns1:LatexString ; + ns1:conversionMultiplier 101325.0 ; + ns1:conversionMultiplierSN 1.01325e+05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "atm·m³/mol"^^xsd:string ; + ns1:ucumCode "atm.m3.mol-1"^^ns1:UCUMcs, + "atm.m3/mol"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Abampere Square centimetre"@en, + "Abampere Square centimeter"@en-us ; + dcterms:description """ + The unit $\\textit{Abampere Square Centimeter}$ is the unit of magnetic moment in the electromagnetic centimeter-gram-second system. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:expression "$aAcm2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:informativeReference "http://wordinfo.info/unit/4266"^^xsd:anyURI ; + ns1:symbol "abA·cm²"^^xsd:string ; + ns1:ucumCode "Bi.cm2"^^ns1:UCUMcs ; + ns2:todo "Determine type for magnetic moment"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Abampere per Square Centimetre"@en, + "Abampere per Square Centimeter"@en-us ; + dcterms:description """ + The unit $\\textit{Abampere Per Square Centimeter}$, symbol $aA/cm^2$, is a unit in the category of Electric current density. + It is also known as $\\textit{abamperes per square centimeter}$, $\\textit{abampere/square centimeter}$, + and $\\textit{abampere per square centimetre}$. + This unit is commonly used in the cgs unit system. + $\\textit{Abampere Per Square Centimeter}$ has a dimension of $L^{-2}I$ where $L$ is length, and $I$ is electric current. + It can be converted to the corresponding standard SI unit $A/m^{2}$ by multiplying its value by a factor of 100000. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 100000.0 ; + ns1:conversionMultiplierSN 1e+05 ; + ns1:derivedUnitOfSystem ; + ns1:expression "$aba-per-cm2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://wordinfo.info/results/abampere"^^xsd:anyURI, + "http://www.efunda.com/glossary/units/units--electric_current_density--abampere_per_square_centimeter.cfm"^^xsd:anyURI ; + ns1:symbol "abA/cm²"^^xsd:string ; + ns1:ucumCode "Bi.cm-2"^^ns1:UCUMcs, + "Bi/cm2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Statampere per Square Centimetre"@en, + "Statampere per Square Centimeter"@en-us ; + dcterms:description """ + The $\\textit{Statampere per Square Centimeter}$ is a unit of electric current density in the c.g.s. system of units. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.000003335641 ; + ns1:conversionMultiplierSN 3.335641e-06 ; + ns1:derivedUnitOfSystem ; + ns1:expression "$statA / cm^{2}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "statA/cm²"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Attofarad"@en ; + dcterms:description """ + The $\\textit{AttoFarad}$ is 0,000 000 000 000 000 001-fold of the SI derived unit $farad$. + """^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 0.000000000000000001 ; + ns1:conversionMultiplierSN 1e-18 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA319"^^xsd:string ; + ns1:plainTextDescription "0.000000000000000001-fold of the SI derived unit farad"^^xsd:string ; + ns1:prefix ; + ns1:symbol "aF"^^xsd:string ; + ns1:ucumCode "aF"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H48"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Attojoule Second"@en ; + dcterms:description """ + The $\\textit{AttoJoule Second}$ is the unit for the Planck's constant as product of the SI derived unit joule and the SI base unit second. + """^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000000000001 ; + ns1:conversionMultiplierSN 1e-18 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB151"^^xsd:string ; + ns1:plainTextDescription "unit of the Planck's constant as product of the SI derived unit joule and the SI base unit second"^^xsd:string ; + ns1:symbol "aJ·s"^^xsd:string ; + ns1:ucumCode "aJ.s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B18"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Bar Per Bar"@en ; + dcterms:description "pressure relation consisting of the unit bar divided by the unit bar"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA325"^^xsd:string ; + ns1:plainTextDescription "pressure relation consisting of the unit bar divided by the unit bar"^^xsd:string ; + ns1:symbol "bar/bar"^^xsd:string ; + ns1:ucumCode "bar.bar-1"^^ns1:UCUMcs, + "bar/bar"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J56"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Bar Per Kelvin"@en ; + dcterms:description "unit with the name bar divided by the SI base unit kelvin"^^rdf:HTML ; + ns1:conversionMultiplier 100000.0 ; + ns1:conversionMultiplierSN 1e+05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA324"^^xsd:string ; + ns1:plainTextDescription "unit with the name bar divided by the SI base unit kelvin"^^xsd:string ; + ns1:symbol "bar/K"^^xsd:string ; + ns1:ucumCode "bar.K-1"^^ns1:UCUMcs, + "bar/K"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F81"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Dry Barrel (US)"@en ; + dcterms:description "non SI-conform unit of the volume in the USA which applies to a resolution from 1912: 1 dry barrel (US) equals approximately to 115.63 litre"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.1156281989625 ; + ns1:conversionMultiplierSN 1.156282e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB117"^^xsd:string ; + ns1:plainTextDescription "non SI-conform unit of the volume in the USA which applies to a resolution from 1912: 1 dry barrel (US) equals approximately to 115.63 litre"^^xsd:string ; + ns1:symbol "bbl{US dry}"^^xsd:string ; + ns1:uneceCommonCode "BLD"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Heart Beats per Minute"@en ; + dcterms:description "\"Heart Beat per Minute\" is a unit for 'Heart Rate' expressed as $BPM$."^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "BPM"^^xsd:string ; + ns1:ucumCode "/min{H.B.}"^^ns1:UCUMcs, + "min-1{H.B.}"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Bit per Second"@en ; + dcterms:description "A bit per second (B/s) is a unit of data transfer rate equal to 1 bits per second."^^rdf:HTML ; + ns1:conversionMultiplier 0.69314718055994530941723212145818 ; + ns1:conversionMultiplierSN 6.931472e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA343"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Data_rate_units#Kilobyte_per_second"^^xsd:anyURI ; + ns1:symbol "b/s"^^xsd:string ; + ns1:ucumCode "Bd"^^ns1:UCUMcs, + "bit.s-1"^^ns1:UCUMcs, + "bit/s"^^ns1:UCUMcs ; + ns1:udunitsCode "Bd"^^xsd:string, + "bps"^^xsd:string ; + ns1:uneceCommonCode "B10"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "بيكريل"@ar, + "бекерел"@bg, + "becquerel"@cs, + "Becquerel"@de, + "μπεκερέλ"@el, + "becquerel"@en, + "becquerel"@es, + "بکرل"@fa, + "becquerel"@fr, + "בקרל"@he, + "बैक्वेरल"@hi, + "becquerel"@hu, + "becquerel"@it, + "ベクレル"@ja, + "becquerelium"@la, + "becquerel"@ms, + "bekerel"@pl, + "becquerel"@pt, + "becquerel"@ro, + "беккерель"@ru, + "becquerel"@sl, + "bekerel"@tr, + "贝克勒尔"@zh ; + dcterms:description """ + The $\\textit{Becquerel}$ is the SI derived unit of activity, usually meaning radioactivity. + Radioactivity is caused when atoms disintegrate, ejecting energetic particles. + One becquerel is the radiation caused by one disintegration per second; + this is equivalent to about $27.0270 \\text{picocuries (pCi)}$. + The unit is named for a French physicist, Antoine-Henri Becquerel (1852-1908), + the discoverer of radioactivity. + Note: both the becquerel and the hertz are basically defined as one event per second, + yet they measure different things. + The hertz is used to measure the rates of events that happen periodically in a fixed and definite cycle. + The becquerel is used to measure the rates of events that happen sporadically and unpredictably, + not in a definite cycle. + """^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Becquerel"^^xsd:anyURI ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA111"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Becquerel?oldid=493710036"^^xsd:anyURI ; + ns1:omUnit ; + ns1:siExactMatch ; + ns1:symbol "Bq"^^xsd:string ; + ns1:ucumCode "Bq"^^ns1:UCUMcs ; + ns1:udunitsCode "Bq"^^xsd:string ; + ns1:uneceCommonCode "BQL"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Becquerels per litre"@en ; + dcterms:description "One radioactive disintegration per second from a one part in 10**3 of the SI unit of volume (cubic metre)."@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "Bq/L"^^xsd:string ; + ns1:ucumCode "Bq.L-1"^^ns1:UCUMcs, + "Bq/L"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Becquerel per Square Metre"@en, + "Becquerel per Square Meter"@en-us ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$Bq/m^2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:symbol "Bq/m²"^^xsd:string ; + ns1:ucumCode "Bq.m-2"^^ns1:UCUMcs, + "Bq/m2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Becquerel per Cubic Metre"@en, + "Becquerel per Cubic Meter"@en-us ; + dcterms:description "Becquerel Per Cubic Meter ($Bq/m3$) is a unit in the category of Radioactivity concentration. It is also known as becquerels per cubic meter, becquerel per cubic metre, becquerels per cubic metre, becquerel/cubic inch. This unit is commonly used in the SI unit system. Becquerel Per Cubic Meter (Bq/m3) has a dimension of $L{-3}T{-1}$ where $L$ is length, and $T$ is time. It essentially the same as the corresponding standard SI unit $/s\\cdot m{3}$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$Bq/m^3$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB126"^^xsd:string ; + ns1:informativeReference "http://www.efunda.com/glossary/units/units--radioactivity_concentration--becquerel_per_cubic_meter.cfm"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "The SI derived unit of unit in the category of Radioactivity concentration."^^xsd:string ; + ns1:symbol "Bq/m³"^^xsd:string ; + ns1:ucumCode "Bq.m-3"^^ns1:UCUMcs, + "Bq/m3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A19"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Becquerels second per cubic metre"@en ; + dcterms:description "TBD"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "Bq·s/m³"^^xsd:string ; + ns1:ucumCode "Bq.s.m-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Breath per Minute"@en ; + dcterms:description "A unit of respiratory rate."^^rdf:HTML ; + ns1:expression "$breaths/min$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "breath/min"^^xsd:string ; + ns1:ucumCode "/min{breath}"^^ns1:UCUMcs, + "min-1{breath}"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Brewster"@en ; + dcterms:description "The brewster (B) is a non-SI unit used to measure the susceptibility of a material to photoelasticity, or the value of the stress-optic coefficient of the material. The unit has dimensions reciprocal to those of stress. One brewster is defined to be equal to 10^-12 square metres per newton (m^2/N or 1/Pa) or 10^-13 square centimetres per dyne (cm^2/dyn). The unit is named after David Brewster, who discovered stress-induced birefringence in 1816."^^rdf:HTML ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Brewster_(unit)"^^xsd:anyURI ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + ns1:siUnitsExpression "nm/mm/MPa"^^xsd:string ; + ns1:symbol "B"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "BTU Foot"@en ; + dcterms:description "${\\bf BTU_{IT} \\, Foot}$ is an Imperial unit for $\\textit{Thermal Energy Length}$ expressed as $Btu-ft$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 321.581024 ; + ns1:conversionMultiplierSN 3.21581e+02 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$Btu-ft$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "Btu{IT}·ft"^^xsd:string ; + ns1:ucumCode "[Btu_IT].[ft_i]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "BTU (IT) Foot per Square Foot Hour Degree Fahrenheit"@en ; + dcterms:description """ + $BTU_{IT}$, \\italic{Foot per Square Foot Hour Degree Fahrenheit} is an Imperial unit for 'Thermal Conductivity' expressed as $Btu_{it} \\cdot ft/(hr \\cdot ft^2 \\cdot degF)$. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1.730734666 ; + ns1:conversionMultiplierSN 1.730735e+00 ; + ns1:expression "$Btu(IT) ft/(hr ft^2 degF)$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA115"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Thermal_conductivity"^^xsd:anyURI, + "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/"^^xsd:anyURI ; + ns1:plainTextDescription "British thermal unit (international table) foot per hour Square foot degree Fahrenheit is the unit of the thermal conductivity according to the Imperial system of units."^^xsd:string ; + ns1:symbol "Btu{IT}·ft/(ft²·hr·°F)"^^xsd:string ; + ns1:ucumCode "[Btu_IT].[ft_i].[ft_i]-2.h-1.[degF]-1"^^ns1:UCUMcs, + "[Btu_IT].[ft_i]/([ft_i]2.h.[degF])"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J40"^^xsd:string ; + ns2:comment "qudt:exactMatch: unit:BTU_IT-FT-PER-HR-FT2-DEG_F"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "BTU Inch"@en ; + dcterms:description """ + ${\\bf BTU \\, Inch}$ is an Imperial unit for 'Thermal Energy Length' expressed as $Btu-in$. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 26.7984187 ; + ns1:conversionMultiplierSN 2.679842e+01 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$Btu-in$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "Btu{IT}·in"^^xsd:string ; + ns1:ucumCode "[Btu_IT].[in_i]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "BTU (IT) per Degree Fahrenheit"@en ; + dcterms:description """$\\textit{British Thermal Unit (IT) Per Fahrenheit Degree}$ ($Btu (IT)/^\\circ F$) is a measure of heat capacity. + It can be converted to the corresponding standard SI unit $J/K$ by multiplying its value by a factor of $1899.10534$. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1899.100535 ; + ns1:conversionMultiplierSN 1.899101e+03 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$Btu/degF$"^^ns1:LatexString, + "$btu-per-degF$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB271"^^xsd:string ; + ns1:symbol "Btu{IT}/°F"^^xsd:string ; + ns1:ucumCode "[Btu_IT].[degF]-1"^^ns1:UCUMcs, + "[Btu_IT]/[degF]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N60"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "BTU per Degree Rankine"@en ; + dcterms:description """$\\textit{BTU per Degree Rankine}$ is an Imperial unit for 'Heat Capacity' expressed as $Btu/degR$. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1899.100535 ; + ns1:conversionMultiplierSN 1.899101e+03 ; + ns1:expression "$btu-per-degR$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB273"^^xsd:string ; + ns1:symbol "Btu{IT}/°R"^^xsd:string ; + ns1:ucumCode "[Btu_IT].[degR]-1"^^ns1:UCUMcs, + "[Btu_IT]/[degR]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N62"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British thermal unit (international table) per square foot hour"^^xsd:string ; + dcterms:description "unit of the surface heat flux according to the Imperial system of units"^^xsd:string ; + ns1:conversionMultiplier 3.154590745063048768072844787664884 ; + ns1:conversionMultiplierSN 3.154591e+00 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB263"^^xsd:string ; + ns1:symbol "BtuIT/(ft²·h)"^^xsd:string ; + ns1:ucumCode "[Btu_IT].[ft_i]-2.h-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N50"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British thermal unit (international table) per square foot second"^^xsd:string ; + dcterms:description "unit of the surface heat flux according to the Imperial system of units"^^xsd:string ; + ns1:conversionMultiplier 11356.52668222697556506224123559358 ; + ns1:conversionMultiplierSN 1.135653e+04 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB266"^^xsd:string ; + ns1:symbol "BtuIT/(ft²·s)"^^xsd:string ; + ns1:ucumCode "[Btu_IT].[ft_i]-2.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N53"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "BTU per Pound Mole"@en ; + dcterms:description "${\\bf BTU \\, per \\, Pound \\,Mole}$ is an Imperial unit for 'Energy And Work Per Mass Amount Of Substance' expressed as $Btu/(lb-mol)$."^^ns1:LatexString ; + dcterms:isReplacedBy ; + ns1:applicableSystem , + ; + ns1:deprecated true ; + ns1:expression "$Btu/(lb-mol)$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "Btu{IT}/(mol-lb)"^^xsd:string ; + ns1:ucumCode "[Btu_IT].[mol_lb]-1"^^ns1:UCUMcs, + "[Btu_IT]/[mol_lb]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "BTU per Pound Mole Degree Fahrenheit"@en ; + dcterms:description "${\\bf BTU \\, per \\, Pound \\, Mole \\, Degree \\, Fahrenheit}$ is an Imperial unit for 'Molar Heat Capacity' expressed as $Btu/(lb-mol-degF)$."^^ns1:LatexString ; + dcterms:isReplacedBy ; + ns1:applicableSystem , + ; + ns1:definedUnitOfSystem ; + ns1:deprecated true ; + ns1:expression "$Btu/(lb-mol-degF)$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "Btu{IT}/(lb-mol·°F)"^^xsd:string ; + ns1:ucumCode "[Btu_IT].[mol_lb]-1.[degF]-1"^^ns1:UCUMcs, + "[Btu_IT]/([mol_lb].[degF])"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "BTU per Pound Mole"@en ; + dcterms:description "${\\bf BTU \\, per \\, Pound \\,Mole}$ is an Imperial unit for 'Energy And Work Per Mass Amount Of Substance' expressed as $Btu/(lb-mol)$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 2.326 ; + ns1:conversionMultiplierSN 2.326e+00 ; + ns1:expression "$Btu/(lb-mol)$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "Btu{IT}/(mol-lb)"^^xsd:string ; + ns1:ucumCode "[Btu_IT].[mol_lb]-1"^^ns1:UCUMcs, + "[Btu_IT]/[mol_lb]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "BTU per Pound Mole Degree Fahrenheit"@en ; + dcterms:description "${\\bf BTU \\, per \\, Pound \\, Mole \\, Degree \\, Fahrenheit}$ is an Imperial unit for 'Molar Heat Capacity' expressed as $Btu/(lb-mol-degF)$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 4.186799999999999665056000000000028 ; + ns1:conversionMultiplierSN 4.1868e+00 ; + ns1:definedUnitOfSystem ; + ns1:expression "$Btu/(lb-mol-degF)$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "Btu{IT}/(lb-mol·°F)"^^xsd:string ; + ns1:ucumCode "[Btu_IT].[mol_lb]-1.[degF]-1"^^ns1:UCUMcs, + "[Btu_IT]/([mol_lb].[degF])"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British Thermal Unit (international Table) Per Second Foot Degree Rankine"@en ; + dcterms:description "unit of the thermal conductivity according to the Imperial system of units"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 6230.644798937007375564164116535475 ; + ns1:conversionMultiplierSN 6.230645e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB107"^^xsd:string ; + ns1:plainTextDescription "unit of the thermal conductivity according to the Imperial system of units"^^xsd:string ; + ns1:symbol "Btu{IT}/(s·ft·°R)"^^xsd:string ; + ns1:ucumCode "[Btu_IT].s-1.[ft_i]-1.[degR]-1"^^ns1:UCUMcs, + "[Btu_IT]/(s.[ft_i].[degR])"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A22"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "BTU (TH) Foot per Square Foot Hour Degree Fahrenheit"@en ; + dcterms:description """ + The $\\textit{BTU (TH) Foot per Square Foot Hour Degree Fahrenheit}$ is an Imperial unit for 'Thermal Conductivity' defined as: + $$Btu_{th} \\cdot ft/(hr \\cdot ft^2 \\cdot degF)$$. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1.729577206 ; + ns1:conversionMultiplierSN 1.729577e+00 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$Btu(IT) ft/(hr ft^2 degF)$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Thermal_conductivity"^^xsd:anyURI, + "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/"^^xsd:anyURI ; + ns1:symbol "Btu{th}·ft/(ft²·hr·°F)"^^xsd:string ; + ns1:ucumCode "[Btu_IT].[ft_i]-2.h-1.[degF]-1"^^ns1:UCUMcs, + "[Btu_IT]/([ft_i]2.h.[degF])"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British Thermal Unit (thermochemical) Foot Per Hour Square Foot degree Fahrenheit"@en ; + dcterms:description """ + The $\\textit{British Thermal Unit (thermochemical) Foot Per Hour Square Foot degree Fahrenheit}$ is a unit of thermal conductivity in the Imperial system of units. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1.73 ; + ns1:conversionMultiplierSN 1.73e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA123"^^xsd:string ; + ns1:plainTextDescription "unit of the thermal conductivity according to the Imperial system of units"^^xsd:string ; + ns1:symbol "Btu{th}·ft/(hr·ft²·°F)"^^xsd:string ; + ns1:ucumCode "[Btu_th].[ft_i].h-1.[ft_i]-2.[degF]-1"^^ns1:UCUMcs, + "[Btu_th].[ft_i]/(h.[ft_i]2.[degF])"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J46"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "BTU (TH) Inch per Square Foot Hour Degree Fahrenheit"@en ; + dcterms:description "${\\bf BTU_{th}}$, Inch per Square Foot Hour Degree Fahrenheit, is an Imperial unit for 'Thermal Conductivity' expressed as $Btu-in/(hr-ft^{2}-degF)$. A thermochemical British thermal unit inch per second per square foot per degree Fahrenheit is a unit of thermal conductivity in the US Customary Units and British Imperial Units. $1 Btu_{th} \\cdot in/(hr \\cdot ft^{2} \\cdot degF)$ shows that one thermochemical BTU of heat per one hour moves through one square foot of material, which is one foot thick due to a temperature difference of one degree Fahrenheit."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.144131434 ; + ns1:conversionMultiplierSN 1.441314e-01 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$Btu(th)-in-per-hr-ft2-degF$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA125"^^xsd:string ; + ns1:informativeReference "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/"^^xsd:anyURI ; + ns1:latexSymbol "$Btu_{th} \\cdot in/(hr \\cdot ft^{2} \\cdot degF)$"^^ns1:LatexString ; + ns1:plainTextDescription "Unit of thermal conductivity according to the Imperial system of units"^^xsd:string ; + ns1:symbol "Btu{th}·in/(ft²·hr·°F)"^^xsd:string ; + ns1:ucumCode "[Btu_th].[in_i].[ft_i]-2.h-1.[degF]-1"^^ns1:UCUMcs, + "[Btu_th].[in_i]/([ft_i]2.h.[degF])"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J48"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "BTU (TH) Inch per Square Foot Second Degree Fahrenheit"@en ; + dcterms:description """ + The $\\textit{BTU (TH) Inch per Square Foot Second Degree Fahrenheit}$ is an Imperial unit for 'Thermal Conductivity' expressed as: + $$Btu_{th} \\cdot in/(ft^{2} \\cdot s \\cdot degF)$$. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 518.8732 ; + ns1:conversionMultiplierSN 5.188732e+02 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$Btu(it)-in-per-s-ft2-degF$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA126"^^xsd:string ; + ns1:informativeReference "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/"^^xsd:anyURI ; + ns1:plainTextDescription "Unit of thermal conductivity according to the Imperial system of units"^^xsd:string ; + ns1:symbol "Btu{th}·in/(ft²·s·°F)"^^xsd:string ; + ns1:ucumCode "[Btu_th].[in_i].[ft_i]-2.s-1.[degF]-1"^^ns1:UCUMcs, + "[Btu_th].[in_i]/([ft_i]2.s.[degF])"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "bushel (UK)"@en ; + dcterms:description "A bushel is an imperial unit of dry volume, equivalent in each of these systems to 4 pecks or 8 gallons. It is used for volumes of dry commodities (not liquids), most often in agriculture. It is abbreviated as bsh. or bu. In modern usage, the dry volume is usually only nominal, with bushels referring to standard weights instead."^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.03636872 ; + ns1:conversionMultiplierSN 3.636872e-02 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Bushel"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA344"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Bushel?oldid=476704875"^^xsd:anyURI ; + ns1:symbol "bsh{UK}"^^xsd:string ; + ns1:ucumCode "[bu_br]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "BUI"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "bushel (US)"@en ; + dcterms:description "A bushel is an imperial and U.S. customary unit of dry volume, equivalent in each of these systems to 4 pecks or 8 gallons. It is used for volumes of dry commodities (not liquids), most often in agriculture. It is abbreviated as bsh. or bu. In modern usage, the dry volume is usually only nominal, with bushels referring to standard weights instead."^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.03523907 ; + ns1:conversionMultiplierSN 3.523907e-02 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Bushel"^^xsd:anyURI ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA353"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Bushel?oldid=476704875"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "bsh{US}"^^xsd:string ; + ns1:ucumCode "[bu_us]"^^ns1:UCUMcs ; + ns1:udunitsCode "bu"^^xsd:string ; + ns1:uneceCommonCode "BUA"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Coulomb mal Quadratmeter je Volt"@de, + "coulomb square metre per volt"@en, + "Coulomb Square Meter Per Volt"@en-us, + "کولن متر مربع بر ولت"@fa, + "coulomb per metro quadrato al volt"@it, + "库伦平方米每伏特"@zh ; + dcterms:description "Coulomb Square Meter (C-m2-per-volt) is a unit in the category of Electric polarizability."^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$C m^{2} v^{-1}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB486"^^xsd:string ; + ns1:symbol "C·m²/V"^^xsd:string ; + ns1:ucumCode "C.m2.V-1"^^ns1:UCUMcs, + "C.m2/V"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A27"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Coulomb Per Cubic Centimetre"@en, + "Coulomb Per Cubic Centimeter"@en-us ; + dcterms:description "derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 3"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB120"^^xsd:string ; + ns1:plainTextDescription "derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 3"^^xsd:string ; + ns1:symbol "C/cm³"^^xsd:string ; + ns1:ucumCode "C.cm-3"^^ns1:UCUMcs, + "C/cm3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A28"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Coulomb Per Kilogram Second"@en ; + dcterms:description "The SI unit of exposure rate"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$C/kg-s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA132"^^xsd:string ; + ns1:informativeReference "http://en.wikibooks.org/wiki/Basic_Physics_of_Nuclear_Medicine/Units_of_Radiation_Measurement"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:symbol "C/(kg·s)"^^xsd:string ; + ns1:ucumCode "C.kg-1.s-1"^^ns1:UCUMcs, + "C/(kg.s)"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A31"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Coulomb Per Cubic Millimetre"@en, + "Coulomb Per Cubic Millimeter"@en-us ; + dcterms:description "derived SI unit coulomb divided by the 0.000 000 001-fold of the power of the SI base unit metre by exponent 3"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000000.0 ; + ns1:conversionMultiplierSN 1e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB119"^^xsd:string ; + ns1:plainTextDescription "derived SI unit coulomb divided by the 0.000 000 001-fold of the power of the SI base unit metre by exponent 3"^^xsd:string ; + ns1:symbol "C/mm³"^^xsd:string ; + ns1:ucumCode "C.mm-3"^^ns1:UCUMcs, + "C/mm3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A30"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Calorie (international Table) Per Second Centimetre Kelvin"@en, + "Calorie (international Table) Per Second Centimeter Kelvin"@en-us ; + dcterms:description "unit of the thermal conductivity according to the Imperial system of units"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 418.68 ; + ns1:conversionMultiplierSN 4.1868e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB108"^^xsd:string ; + ns1:plainTextDescription "unit of the thermal conductivity according to the Imperial system of units"^^xsd:string ; + ns1:symbol "cal{IT}/(s·cm·K)"^^xsd:string ; + ns1:ucumCode "cal_IT.s-1.cm-1.K-1"^^ns1:UCUMcs, + "cal_IT/(s.cm.K)"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D71"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Calorie (thermochemical) Per Centimetre Second Degree Celsius"@en, + "Calorie (thermochemical) Per Centimeter Second Degree Celsius"@en-us ; + dcterms:description "unit of the thermal conductivity according to the Imperial system of units"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 418.4 ; + ns1:conversionMultiplierSN 4.184e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA365"^^xsd:string ; + ns1:plainTextDescription "unit of the thermal conductivity according to the Imperial system of units"^^xsd:string ; + ns1:symbol "cal/(cm·s·°C)"^^xsd:string ; + ns1:ucumCode "cal_th.cm-1.s-1.Cel-1"^^ns1:UCUMcs, + "cal_th/(cm.s.Cel)"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J78"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Calorie (thermochemical) Per Second Centimetre Kelvin"@en, + "Calorie (thermochemical) Per Second Centimeter Kelvin"@en-us ; + dcterms:description "unit of the thermal conductivity according to the Imperial system of units"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 418.4 ; + ns1:conversionMultiplierSN 4.184e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB109"^^xsd:string ; + ns1:plainTextDescription "unit of the thermal conductivity according to the Imperial system of units"^^xsd:string ; + ns1:symbol "cal/(s·cm·K)"^^xsd:string ; + ns1:ucumCode "cal_th.s-1.cm-1.K-1"^^ns1:UCUMcs, + "cal_th/(s.cm.K)"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D38"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Candela per Square Inch"@en ; + dcterms:description "\"Candela per Square Inch\" is a unit for 'Luminance' expressed as $cd/in^{2}$."^^ns1:LatexString ; + ns1:conversionMultiplier 1550.0031000062002 ; + ns1:conversionMultiplierSN 1.550003e+03 ; + ns1:expression "$cd/in^{2}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB257"^^xsd:string ; + ns1:symbol "cd/in²"^^xsd:string ; + ns1:ucumCode "cd.[in_i]-2"^^ns1:UCUMcs, + "cd/[in_i]2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P28"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Candela per Lumen"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "cd/lm"^^xsd:string ; + ns1:ucumCode "cd.lm-1"^^ns1:UCUMcs, + "cd/lm"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "candela per square metre"@en, + "candela per square meter"@en-us ; + dcterms:description "The candela per square metre ($cd/m^2$) is the derived SI unit of luminance. The unit is based on the candela, the SI unit of luminous intensity, and the square metre, the SI unit of area. Nit (nt) is a deprecated non-SI name also used for this unit ($1 nit = 1 cd/m^2$). As a measure of light emitted per unit area, this unit is frequently used to specify the brightness of a display device. Most consumer desktop liquid crystal displays have luminances of 200 to 300 $cd/m^2$; the sRGB spec for monitors targets 80 cd/m2. HDTVs range from 450 to about 1000 cd/m2. Typically, calibrated monitors should have a brightness of $120 cd/m^2$. $Nit$ is believed to come from the Latin word nitere, to shine."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$cd/m^2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA371"^^xsd:string ; + ns1:symbol "cd/m²"^^xsd:string ; + ns1:ucumCode "cd.m-2"^^ns1:UCUMcs, + "cd/m2"^^ns1:UCUMcs ; + ns1:udunitsCode "nt"^^xsd:string ; + ns1:uneceCommonCode "A24"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Colony Forming Unit"@en ; + dcterms:description "\"Colony Forming Unit\" is a unit for 'Microbial Formation' expressed as $CFU$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Colony-forming_unit"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Colony-forming_unit?oldid=473146689"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "CFU"^^xsd:string ; + ns1:ucumCode "[CFU]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Clo"@en ; + dcterms:description "A C.G.S System unit for $\\textit{Thermal Insulance}$ expressed as \"clo\"."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.155 ; + ns1:conversionMultiplierSN 1.55e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA374"^^xsd:string ; + ns1:symbol "clo"^^xsd:string ; + ns1:uneceCommonCode "J83"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cord"@en ; + dcterms:description "The cord is a unit of measure of dry volume used in Canada and the United States to measure firewood and pulpwood. A cord is the amount of wood that, when 'ranked and well stowed' (arranged so pieces are aligned, parallel, touching and compact), occupies a volume of 128 cubic feet (3.62 cubic metres). This corresponds to a well stacked woodpile 4 feet (122 cm) wide, 4 feet (122 cm) high, and 8 feet (244 cm) long; or any other arrangement of linear measurements that yields the same volume. The name cord probably comes from the use of a cord or string to measure it. "^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 3.62 ; + ns1:conversionMultiplierSN 3.62e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Cord"^^xsd:anyURI ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB289"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Cord?oldid=490232340"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "cord"^^xsd:string ; + ns1:ucumCode "[crd_us]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M68"^^xsd:string, + "WCD"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Candlepower"@en ; + dcterms:description "\"Candlepower\" (abbreviated as cp) is a now-obsolete unit which was used to express levels of light intensity in terms of the light emitted by a candle of specific size and constituents. In modern usage Candlepower equates directly to the unit known as the candela."^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Candlepower"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Candlepower?oldid=491140098"^^xsd:anyURI ; + ns1:symbol "cp"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "US Liquid Cup"@en ; + dcterms:description "\"US Liquid Cup\" is a unit for 'Liquid Volume' expressed as $cup$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00023658825 ; + ns1:conversionMultiplierSN 2.365883e-04 ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "cup"^^xsd:string ; + ns1:ucumCode "[cup_us]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G21"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cup (US)"@en ; + dcterms:description "unit of the volume according to the Anglo-American system of units"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0002365882 ; + ns1:conversionMultiplierSN 2.365882e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA404"^^xsd:string ; + ns1:plainTextDescription "unit of the volume according to the Anglo-American system of units"^^xsd:string ; + ns1:symbol "cup{US}"^^xsd:string ; + ns1:ucumCode "[cup_us]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G21"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Statcoulomb per Mole"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000000333564 ; + ns1:conversionMultiplierSN 3.33564e-10 ; + ns1:expression "$statC/mol$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "statC/mol"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Centilitre"@en, + "Centilitre"@en-us ; + dcterms:description "0.01-fold of the unit litre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.00001 ; + ns1:conversionMultiplierSN 1e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA373"^^xsd:string ; + ns1:plainTextDescription "0.01-fold of the unit litre"^^xsd:string ; + ns1:symbol "cL"^^xsd:string ; + ns1:ucumCode "cL"^^ns1:UCUMcs ; + ns1:uneceCommonCode "CLT"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Centimetre Per Kelvin"@en, + "Centimeter Per Kelvin"@en-us ; + dcterms:description "0.01-fold of the SI base unit metre divided by the SI base unit kelvin"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA376"^^xsd:string ; + ns1:plainTextDescription "0.01-fold of the SI base unit metre divided by the SI base unit kelvin"^^xsd:string ; + ns1:symbol "cm/K"^^xsd:string ; + ns1:ucumCode "cm.K-1"^^ns1:UCUMcs, + "cm/K"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F51"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Centimetre Second Degree Celsius"@en, + "Centimeter Second Degree Celsius"@en-us ; + dcterms:description """$\\textit{Centimeter Second Degree Celsius}$ is a C.G.S System unit for 'Length Temperature Time' expressed as $cm-s-degC$. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:expression "$cm-s-degC$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "cm·s·°C"^^xsd:string ; + ns1:ucumCode "cm.s.Cel-1"^^ns1:UCUMcs, + "cm.s/Cel"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Square Centimetre Minute"@en, + "Square Centimeter Minute"@en-us ; + dcterms:description "\"Square centimeter minute\" is a unit for 'Area Time' expressed as $cm^{2} . m$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.006 ; + ns1:conversionMultiplierSN 6e-03 ; + ns1:expression "$cm^{2}m$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "cm²·min"^^xsd:string ; + ns1:ucumCode "cm2.min"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Square Centimetre Second"@en, + "Square Centimeter Second"@en-us ; + dcterms:description "\"Square Centimeter Second\" is a C.G.S System unit for 'Area Time' expressed as $cm^2 . s$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0001 ; + ns1:conversionMultiplierSN 1e-04 ; + ns1:derivedUnitOfSystem , + ; + ns1:expression "$cm^2 . s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "cm²·s"^^xsd:string ; + ns1:ucumCode "cm2.s"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Centimetre Per Cubic Centimetre"@en, + "Cubic Centimeter Per Cubic Centimeter"@en-us ; + dcterms:description "volume ratio consisting of the 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1: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"^^xsd:string ; + ns1:symbol "cm³/cm³"^^xsd:string ; + ns1:ucumCode "cm3.cm-3"^^ns1:UCUMcs, + "cm3/cm3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Centimetres per Gram"@en, + "Cubic Centimeters per Gram"@en-us ; + dcterms:description "Cubic Centimeter per Gram is a unit in the category of Specific Volume."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:exactMatch ; + ns1:expression "$cm3/g$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAD918"^^xsd:string ; + ns1:symbol "cm³/g"^^xsd:string ; + ns1:ucumCode "cm3.g-1"^^ns1:UCUMcs, + "cm3/g"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Centimetre Per Kelvin"@en, + "Cubic Centimeter Per Kelvin"@en-us ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA386"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit kelvin"^^xsd:string ; + ns1:symbol "cm³/K"^^xsd:string ; + ns1:ucumCode "cm3.K-1"^^ns1:UCUMcs, + "cm3/K"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G27"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Centimetre Per Cubic Metre"@en, + "Cubic Centimeter Per Cubic Meter"@en-us ; + dcterms:description "volume ratio consisting of the 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA394"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "cm³/m³"^^xsd:string ; + ns1:ucumCode "cm3.m-3"^^ns1:UCUMcs, + "cm3/m3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J87"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Centipoise"@en ; + dcterms:description """$\\textit{Centipoise}$ is a C.G.S System unit for 'Dynamic Viscosity' expressed as $cP$. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA356"^^xsd:string ; + ns1:plainTextDescription "0.01-fold of the CGS unit of the dynamic viscosity poise"^^xsd:string ; + ns1:symbol "cP"^^xsd:string ; + ns1:ucumCode "cP"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C7"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Centistokes"@en ; + dcterms:description """$\\textit{Centistokes}$ is a C.G.S System unit for 'Kinematic Viscosity' expressed as $cSt$. + """^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA359"^^xsd:string ; + ns1:symbol "cSt"^^xsd:string ; + ns1:ucumCode "cSt"^^ns1:UCUMcs ; + ns1:uneceCommonCode "4C"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Curie"@en ; + 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 $."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 37000000000.0 ; + ns1:conversionMultiplierSN 3.7e+10 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Curie"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA138"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Curie?oldid=495080313"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "Ci"^^xsd:string ; + ns1:ucumCode "Ci"^^ns1:UCUMcs ; + ns1:udunitsCode "Ci"^^xsd:string ; + ns1:uneceCommonCode "CUR"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Degree per Square Second"@en ; + dcterms:description "$\\textit{Degree per Square Second}$ is an Imperial unit for $\\textit{Angular Acceleration}$ expressed as $deg/s^2$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0174532925 ; + ns1:conversionMultiplierSN 1.745329e-02 ; + ns1:expression "$deg/s^2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB407"^^xsd:string ; + ns1:symbol "°/s²"^^xsd:string ; + ns1:ucumCode "deg.s-2"^^ns1:UCUMcs, + "deg/s2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M45"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Square degree"@en ; + dcterms:description "A square degree is a non-SI unit measure of solid angle. It is denoted in various ways, including deg, sq. deg. and $\\circ^2$. Just as degrees are used to measure parts of a circle, square degrees are used to measure parts of a sphere. Analogous to one degree being equal to $\\pi /180 radians$, a square degree is equal to ($\\pi /180)$ or about 1/3283 steradian. The number of square degrees in a whole sphere is or approximately 41 253 deg. This is the total area of the 88 constellations in the list of constellations by area. For example, observed from the surface of the Earth, the Moon has a diameter of approximately $0.5^\\circ$, so it covers a solid angle of approximately 0.196 deg, which is $4.8 \\times 10$ of the total sky sphere."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 0.00030461742 ; + ns1:conversionMultiplierSN 3.046174e-04 ; + ns1:expression "$deg^2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "°²"^^xsd:string ; + ns1:ucumCode "deg2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Degree API"@en ; + dcterms:description "unit for the determination of the density of petroleum at 60 degrees F (15.56 degrees C)"^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 0.0 ; + ns1:conversionMultiplierSN 0e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA027"^^xsd:string ; + ns1:plainTextDescription "unit for the determination of the density of petroleum at 60 degrees F (15.56 degrees C)"^^xsd:string ; + ns1:symbol "°API"^^xsd:string ; + ns1:uneceCommonCode "J13"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Degree Balling"@en ; + 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 ; + ns1:conversionMultiplier 0.0 ; + ns1:conversionMultiplierSN 0e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA031"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "°Balling"^^xsd:string ; + ns1:uneceCommonCode "J17"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Degree Baume (origin Scale)"@en ; + dcterms:description """graduation of the areometer scale for determination of densitiy of fluids. + +The Baumé scale is a pair of hydrometer scales developed by French pharmacist Antoine Baumé in 1768 to measure density of various liquids. The unit of the Baumé scale has been notated variously as degrees Baumé, B°, Bé° and simply Baumé (the accent is not always present). One scale measures the density of liquids heavier than water and the other, liquids lighter than water. The Baumé of distilled water is 0. The API gravity scale is based on errors in early implementations of the Baumé scale."""^^xsd:string ; + ns1:conversionMultiplier 0.0 ; + ns1:conversionMultiplierSN 0e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA028"^^xsd:string ; + ns1:plainTextDescription """graduation of the areometer scale for determination of densitiy of fluids. + +The Baumé scale is a pair of hydrometer scales developed by French pharmacist Antoine Baumé in 1768 to measure density of various liquids. The unit of the Baumé scale has been notated variously as degrees Baumé, B°, Bé° and simply Baumé (the accent is not always present). One scale measures the density of liquids heavier than water and the other, liquids lighter than water. The Baumé of distilled water is 0. The API gravity scale is based on errors in early implementations of the Baumé scale."""^^xsd:string ; + ns1:symbol "°Bé{origin}"^^xsd:string ; + ns1:uneceCommonCode "J14"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Degree Baume (US Heavy)"@en ; + dcterms:description "graduation of the areometer scale for determination of density of fluids according to the Anglo-American system of units, which are heavier than water"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0 ; + ns1:conversionMultiplierSN 0e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA029"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "°Bé{US Heavy}"^^xsd:string ; + ns1:uneceCommonCode "J15"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Degree Baume (US Light)"@en ; + dcterms:description "graduation of the areometer scale for determination of density of fluids according to the Anglo-American system of units, which are lighter than water"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0 ; + ns1:conversionMultiplierSN 0e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA030"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "°Bé{US Light}"^^xsd:string ; + ns1:uneceCommonCode "J16"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Degree Brix"@en ; + 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 ; + ns1:conversionMultiplier 0.0 ; + ns1:conversionMultiplierSN 0e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA032"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "°Bx"^^xsd:string ; + ns1:uneceCommonCode "J18"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Degree Oechsle"@en ; + dcterms:description "unit of the density of the must, as measure for the proportion of the soluble material in the grape must"^^rdf:HTML ; + ns1:conversionMultiplier 0.0 ; + ns1:conversionMultiplierSN 0e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA048"^^xsd:string ; + ns1:plainTextDescription "unit of the density of the must, as measure for the proportion of the soluble material in the grape must"^^xsd:string ; + ns1:symbol "°Oe"^^xsd:string ; + ns1:uneceCommonCode "J27"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Degree Plato"@en ; + dcterms:description "unit for the mixing ratio of the original gravity in the beer brew at 17.5 °C before the fermentation"^^rdf:HTML ; + ns1:conversionMultiplier 0.0 ; + ns1:conversionMultiplierSN 0e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA049"^^xsd:string ; + ns1:plainTextDescription "unit for the mixing ratio of the original gravity in the beer brew at 17.5 °C before the fermentation"^^xsd:string ; + ns1:symbol "°P"^^xsd:string ; + ns1:uneceCommonCode "PLA"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Degree Twaddell"@en ; + dcterms:description "unit of the density of fluids, which are heavier than water"^^rdf:HTML ; + ns1:conversionMultiplier 0.0 ; + ns1:conversionMultiplierSN 0e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA054"^^xsd:string ; + ns1:plainTextDescription "unit of the density of fluids, which are heavier than water"^^xsd:string ; + ns1:symbol "°Tw"^^xsd:string ; + ns1:uneceCommonCode "J31"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Degree Celsius Centimetre"@en, + "Degree Celsius Centimeter"@en-us ; + dcterms:description "$\\textit{Degree Celsius Centimeter}$ is a C.G.S System unit for 'Length Temperature' expressed as $cm-degC$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:expression "$cm-degC$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "°C·cm"^^xsd:string ; + ns1:ucumCode "Cel.cm"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Degree Celsius Per Kelvin"@en ; + dcterms:description """ + The unit $\\textit{Degree Celsius Per Kelvin}$ is Degree Celsius divided by the SI base unit kelvin. + """^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA034"^^xsd:string ; + ns1:plainTextDescription "unit with the name Degree Celsius divided by the SI base unit kelvin"^^xsd:string ; + ns1:symbol "°C/K"^^xsd:string ; + ns1:ucumCode "Cel.K-1"^^ns1:UCUMcs, + "Cel/K"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E98"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Degree Celsius week"@en ; + dcterms:description "temperature multiplied by unit of time."@en ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 604800.0 ; + ns1:conversionMultiplierSN 6.048e+05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "°C·wk"^^xsd:string ; + ns1:ucumCode "Cel.wk"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Growing Degree Days (Cereals)"@en ; + dcterms:description "The sum of excess temperature over 5.5°C, where the temperature is the mean of the minimum and maximum atmospheric temperature in a day. This measure is appropriate for most cereal crops."^^rdf:HTML ; + ns1:conversionMultiplier 86400.0 ; + ns1:conversionMultiplierSN 8.64e+04 ; + ns1:conversionOffset 0.0 ; + ns1:conversionOffsetSN 0e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "The sum of excess temperature over 5.5°C, where the temperature is the mean of the minimum and maximum atmospheric temperature in a day. This measure is appropriate for most cereal crops."^^xsd:string ; + ns1:symbol "GDD"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Degree Fahrenheit Hour"@en ; + dcterms:description ""^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 2000.00000000000016 ; + ns1:conversionMultiplierSN 2e+03 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$degF-hr$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "°F·hr"^^xsd:string ; + ns1:ucumCode "[degF].h"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Degree Fahrenheit Hour Square Foot per British Thermal Unit (international Table)"@en ; + dcterms:description "unit of the thermal resistor according to the Imperial system of units"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.1761101836823058548197662335811061 ; + ns1:conversionMultiplierSN 1.761102e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA043"^^xsd:string ; + ns1:plainTextDescription "unit of the thermal resistor according to the Imperial system of units"^^xsd:string ; + ns1:symbol "°F·hr·ft²/Btu{IT}"^^xsd:string ; + ns1:ucumCode "[degF].h-1.[ft_i]-2.[Btu_IT]-1"^^ns1:UCUMcs, + "[degF]/(h.[ft_i]2.[Btu_IT])"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J22"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Degree Fahrenheit Hour Square Foot per British Thermal Unit (thermochemical)"@en ; + dcterms:description "unit of the thermal resistor according to the according to the Imperial system of units"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.1762280394439072243097885617308536 ; + ns1:conversionMultiplierSN 1.76228e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA040"^^xsd:string ; + ns1:plainTextDescription "unit of the thermal resistor according to the according to the Imperial system of units"^^xsd:string ; + ns1:symbol "°F·hr·ft²/Btu{th}"^^xsd:string ; + ns1:ucumCode "[degF].h-1.[ft_i]-2.[Btu_th]-1"^^ns1:UCUMcs, + "[degF]/(h.[ft_i]2.[Btu_th])"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J19"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Degree Fahrenheit Hour per BTU"@en ; + dcterms:description "$\\textit{Degree Fahrenheit Hour per BTU}$ is an Imperial unit for 'Thermal Resistance' expressed as $degF-hr/Btu$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1.895634240626634551676309339081973 ; + ns1:conversionMultiplierSN 1.895634e+00 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$degF-hr/Btu$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "°F·hr/Btu{IT}"^^xsd:string ; + ns1:ucumCode "[degF].h.[Btu_IT]-1"^^ns1:UCUMcs, + "[degF].h/[Btu_IT]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N84"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Degree Fahrenheit Per Kelvin"@en ; + dcterms:description "traditional unit degree Fahrenheit for temperature according to the Anglo-American system of units divided by the SI base unit Kelvin"^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 0.5555556 ; + ns1:conversionMultiplierSN 5.555556e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA041"^^xsd:string ; + ns1:plainTextDescription "traditional unit degree Fahrenheit for temperature according to the Anglo-American system of units divided by the SI base unit Kelvin"^^xsd:string ; + ns1:symbol "°F/K"^^xsd:string ; + ns1:ucumCode "[degF].K-1"^^ns1:UCUMcs, + "[degF]/K"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J20"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Degree Fahrenheit per Square Second"@en ; + dcterms:description """ + The unit $\\textit{Degree Fahrenheit per Square Second}$ is a C.G.S System unit for expressing the acceleration + of a temperature expressed as $degF / s^2$. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.5555555555555556 ; + ns1:conversionMultiplierSN 5.555556e-01 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$degF / s^2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "'Degree Fahrenheit per Square Second' is a unit for expressing the acceleration of a temperature expressed as 'degF /s2'."^^xsd:string ; + ns1:symbol "°F/s²"^^xsd:string ; + ns1:ucumCode "[degF].s-2"^^ns1:UCUMcs, + "[degF]/s2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Diopter"@en ; + dcterms:description """ + The unit $\\textit{Dioptre}$, or $\\textit{Diopter}$, is a unit of measurement for the optical power of a lens or curved mirror, + which is equal to the reciprocal of the focal length measured in metres (that is, $1/metre$). + For example, a $3 \\; dioptre$ lens brings parallel rays of light to focus at $1/3\\,metre$. + The same unit is also sometimes used for other reciprocals of distance, particularly radii of curvature + and the vergence of optical beams. + Though the diopter is based on the SI-metric system it has not been included in the standard so that there is + no international name or abbreviation for this unit of measurement within the international system of units + this unit for optical power would need to be specified explicitly as the inverse metre. + """^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Dioptre"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB371"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Dioptre?oldid=492506920"^^xsd:anyURI ; + ns1:symbol "D"^^xsd:string ; + ns1:ucumCode "[diop]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "Q25"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Dyne Second Per Centimetre"@en, + "Dyne Second Per Centimeter"@en-us ; + dcterms:description "CGS unit of the mechanical impedance"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB144"^^xsd:string ; + ns1:plainTextDescription "CGS unit of the mechanical impedance"^^xsd:string ; + ns1:symbol "dyn·s/cm"^^xsd:string ; + ns1:ucumCode "dyn.s.cm-1"^^ns1:UCUMcs, + "dyn.s/cm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A51"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Dyne Second Per Cubic Centimetre"@en, + "Dyne Second Per Cubic Centimeter"@en-us ; + dcterms:description "CGS unit of the acoustic image impedance of the medium"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 10.0 ; + ns1:conversionMultiplierSN 1e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB102"^^xsd:string ; + ns1:plainTextDescription "CGS unit of the acoustic image impedance of the medium"^^xsd:string ; + ns1:symbol "dyn·s/cm³"^^xsd:string ; + ns1:ucumCode "dyn.s.cm-3"^^ns1:UCUMcs, + "dyn.s/cm3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A50"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Debye"@en ; + dcterms:description "\"Debye\" is a C.G.S System unit for 'Electric Dipole Moment' expressed as $D$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00000000000000000000000000000333564 ; + ns1:conversionMultiplierSN 3.33564e-30 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Debye"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Debye?oldid=492149112"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "D"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Decibars per year"@en ; + dcterms:description "A rate of change of pressure expressed in decibars over a period of an average calendar year (365.25 days)."@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00031688 ; + ns1:conversionMultiplierSN 3.1688e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "dbar/yr"^^xsd:string ; + ns1:ucumCode "dbar.a-1"^^ns1:UCUMcs, + "dbar/a"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Decibel Carrier Unit"@en ; + dcterms:description "\"Decibel Carrier Unit\" is a unit for 'Signal Detection Threshold' expressed as $dBc$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD894"^^xsd:string ; + ns1:symbol "dBc"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Decimetre Per Cubic Metre"@en, + "Cubic Decimeter Per Cubic Meter"@en-us ; + dcterms:description "volume ratio consisting of the 0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA417"^^xsd:string ; + ns1:plainTextDescription "volume ratio consisting of the 0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ; + ns1:symbol "dm³/m³"^^xsd:string ; + ns1:ucumCode "dm3.m-3"^^ns1:UCUMcs, + "dm3/m3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J91"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "decisiemens per metre"@en, + "decisiemens per meter"@en-us ; + dcterms:description "Decisiemens per metre."^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.1 ; + ns1:conversionMultiplierSN 1e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "Decisiemens per metre."^^xsd:string ; + ns1:symbol "dS/m"^^xsd:string ; + ns1:ucumCode "dS.m-1"^^ns1:UCUMcs, + "dS/m"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Denier"@en ; + 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 ; + ns1:conversionMultiplier 0.00000011 ; + ns1:conversionMultiplierSN 1.1e-07 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Denier"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB244"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Denier?oldid=463382291"^^xsd:anyURI, + "http://en.wikipedia.org/wiki/Units_of_textile_measurement#Denier"^^xsd:anyURI ; + ns1:symbol "D"^^xsd:string ; + ns1:ucumCode "[den]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A49"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Erg Per Centimetre"@en, + "Erg Per Centimeter"@en-us ; + dcterms:description "CGS unit of the length-related energy"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.00001 ; + ns1:conversionMultiplierSN 1e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB145"^^xsd:string ; + ns1:plainTextDescription "CGS unit of the length-related energy"^^xsd:string ; + ns1:symbol "erg/cm"^^xsd:string ; + ns1:ucumCode "erg.cm-1"^^ns1:UCUMcs, + "erg/cm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A58"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Erg Per Gram Second"@en ; + dcterms:description "CGS unit of the mass-related power"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0001 ; + ns1:conversionMultiplierSN 1e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB147"^^xsd:string ; + ns1:plainTextDescription "CGS unit of the mass-related power"^^xsd:string ; + ns1:symbol "erg/(g·s)"^^xsd:string ; + ns1:ucumCode "erg.g-1.s-1"^^ns1:UCUMcs, + "erg/(g.s)"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A62"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Electronvolt Per Angstrom"@en ; + dcterms:description "unit electronvolt divided by the unit angstrom"^^rdf:HTML ; + ns1:conversionMultiplier 0.000000001602176634 ; + ns1:conversionMultiplierSN 1.602177e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:latexSymbol "$ev/\\AA$"^^ns1:LatexString ; + ns1:plainTextDescription "unit electronvolt divided by the unit angstrom"^^xsd:string ; + ns1:symbol "eV/Å"^^xsd:string ; + ns1:ucumCode "eV.Ao-1"^^ns1:UCUMcs, + "eV/Ao"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Electronvolt Per Metre"@en, + "Electronvolt Per Meter"@en-us ; + dcterms:description "unit electronvolt divided by the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0000000000000000001602176634 ; + ns1:conversionMultiplierSN 1.602177e-19 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA426"^^xsd:string ; + ns1:plainTextDescription "unit electronvolt divided by the SI base unit metre"^^xsd:string ; + ns1:symbol "eV/m"^^xsd:string ; + ns1:ucumCode "eV.m-1"^^ns1:UCUMcs, + "eV/m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A54"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Fractional area"@en ; + dcterms:description "\"Fractional area\" is a unit for 'Solid Angle' expressed as $fa$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 12.5663706 ; + ns1:conversionMultiplierSN 1.256637e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "fa"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "فاراد"@ar, + "фарад"@bg, + "farad"@cs, + "Farad"@de, + "φαράντ"@el, + "farad"@en, + "faradio"@es, + "فاراد"@fa, + "farad"@fr, + "פאראד"@he, + "फैराड"@hi, + "farad"@hu, + "farad"@it, + "ファラド"@ja, + "faradium"@la, + "farad"@ms, + "farad"@pl, + "farad"@pt, + "farad"@ro, + "фарада"@ru, + "farad"@sl, + "farad"@tr, + "法拉"@zh ; + dcterms:description "The SI unit of electric capacitance. Very early in the study of electricity scientists discovered that a pair of conductors separated by an insulator can store a much larger charge than an isolated conductor can store. The better the insulator, the larger the charge that the conductors can hold. This property of a circuit is called capacitance, and it is measured in farads. One farad is defined as the ability to store one coulomb of charge per volt of potential difference between the two conductors. This is a natural definition, but the unit it defines is very large. In practical circuits, capacitance is often measured in microfarads, nanofarads, or sometimes even in picofarads (10-12 farad, or trillionths of a farad). The unit is named for the British physicist Michael Faraday (1791-1867), who was known for his work in electricity and electrochemistry."^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Farad"^^xsd:anyURI ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA144"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Farad?oldid=493070876"^^xsd:anyURI ; + ns1:omUnit ; + ns1:siExactMatch ; + ns1:siUnitsExpression "C/V"^^xsd:string ; + ns1:symbol "F"^^xsd:string ; + ns1:ucumCode "F"^^ns1:UCUMcs ; + ns1:udunitsCode "F"^^xsd:string ; + ns1:uneceCommonCode "FAR"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Farad Per Kilometre"@en, + "Farad Per Kilometer"@en-us ; + dcterms:description "SI derived unit farad divided by the 1 000-fold of the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA145"^^xsd:string ; + ns1:plainTextDescription "SI derived unit farad divided by the 1 000-fold of the SI base unit metre"^^xsd:string ; + ns1:symbol "F/km"^^xsd:string ; + ns1:ucumCode "F.km-1"^^ns1:UCUMcs, + "F/km"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H33"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Abfarad"@en ; + 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."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1000000000.0 ; + ns1:conversionMultiplierSN 1e+09 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Abfarad"^^xsd:anyURI ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Abfarad?oldid=407124018"^^xsd:anyURI, + "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-13"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "abF"^^xsd:string ; + ns1:ucumCode "GF"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Abfarad per Centimetre"@en, + "Abfarad per Centimeter"@en-us ; + 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 ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 100000000000.0 ; + ns1:conversionMultiplierSN 1e+11 ; + ns1:derivedUnitOfSystem ; + ns1:expression "$abf-per-cm$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "abF/cm"^^xsd:string ; + ns1:ucumCode "GF.cm-1"^^ns1:UCUMcs, + "GF/cm"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Statfarad"@en ; + dcterms:description """ + The $\\text{Statfarad (statF)}$ is a unit in the category of Electric capacitance. + It is also known as $statfarads$. + This unit is commonly used in the cgs unit system. + $Statfarad$ has a dimension of $M^{-1}L^{-2}T^4I^2$ where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. + It can be converted to the corresponding standard SI unit F by multiplying its value by a factor of 1.11265E-012. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.000000000000000001112650056053618432174089964848 ; + ns1:conversionMultiplierSN 1.11265e-18 ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://www.efunda.com/glossary/units/units--electric_capacitance--statfarad.cfm"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "statF"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Frame per Second"@en ; + dcterms:description "\"Frame per Second\" is a unit for 'Video Frame Rate' expressed as $fps$."^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "fps"^^xsd:string ; + ns1:ucumCode "/s{frame}"^^ns1:UCUMcs, + "s-1{frame}"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Foot Lambert"@en ; + dcterms:description "\"Foot Lambert\" is a C.G.S System unit for 'Luminance' expressed as $ft-L$."^^ns1:LatexString ; + dcterms:isReplacedBy ; + ns1:applicableSystem ; + ns1:conversionMultiplier 3.4262591 ; + ns1:conversionMultiplierSN 3.426259e+00 ; + ns1:definedUnitOfSystem ; + ns1:deprecated true ; + ns1:expression "$ft-L$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB258"^^xsd:string ; + ns1:symbol "ft·L"^^xsd:string ; + ns1:ucumCode "[ft_i].Lmb"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P29"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Foot Per Degree Fahrenheit"@en ; + dcterms:description "unit foot as a linear measure according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.54864 ; + ns1:conversionMultiplierSN 5.4864e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA441"^^xsd:string ; + ns1:plainTextDescription "unit foot as a linear measure according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit"^^xsd:string ; + ns1:symbol "ft/°F"^^xsd:string ; + ns1:ucumCode "[ft_i].[lbf_av].[degF]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K13"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Square Foot Degree Fahrenheit"@en ; + dcterms:description "$\\textit{Square Foot Degree Fahrenheit}$ is an Imperial unit for 'Area Temperature' expressed as $ft^{2}-degF$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.051612800000000004129024 ; + ns1:conversionMultiplierSN 5.16128e-02 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$ft^{2}-degF$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "ft²·°F"^^xsd:string ; + ns1:ucumCode "[sft_i].[degF]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Square Foot Hour Degree Fahrenheit"@en ; + dcterms:description "$\\textit{Square Foot Hour Degree Fahrenheit}$ is an Imperial unit for 'Area Time Temperature' expressed as $ft^{2}-hr-degF$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 185.8060800000000148644864 ; + ns1:conversionMultiplierSN 1.858061e+02 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$ft^{2}-hr-degF$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "ft²·hr·°F"^^xsd:string ; + ns1:ucumCode "[sft_i].h.[degF]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Square Foot Hour Degree Fahrenheit per BTU"@en ; + dcterms:description "$\\textit{Square Foot Hour Degree Fahrenheit per BTU}$ is an Imperial unit for 'Thermal Insulance' expressed as $(degF-hr-ft^{2})/Btu$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.1761101836823058548197662335811061 ; + ns1:conversionMultiplierSN 1.761102e-01 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$sqft-hr-degF/btu$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "ft²·hr·°F/Btu{IT}"^^xsd:string ; + ns1:ucumCode "[sft_i].h.[degF].[Btu_IT]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Square Foot per BTU Inch"@en ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.00346673589 ; + ns1:conversionMultiplierSN 3.466736e-03 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$ft2-per-btu-in$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "ft²/(Btu{IT}·in)"^^xsd:string ; + ns1:ucumCode "[sft_i].[Btu_IT]-1.[in_i]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Square Foot Second Degree Fahrenheit"@en ; + dcterms:description "$\\textit{Square Foot Second Degree Fahrenheit}$ is an Imperial unit for 'Area Time Temperature' expressed as $ft^{2}\\cdot s\\cdot degF$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.051612800000000004129024 ; + ns1:conversionMultiplierSN 5.16128e-02 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$ft^{2}-s-degF$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "ft²·s·°F"^^xsd:string ; + ns1:ucumCode "[sft_i].s.[degF]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Foot Per Degree Fahrenheit"@en ; + dcterms:description "power of the unit foot as a linear measure according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.05097033 ; + ns1:conversionMultiplierSN 5.097033e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA457"^^xsd:string ; + ns1:plainTextDescription "power of the unit foot as a linear measure according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit"^^xsd:string ; + ns1:symbol "ft³/°F"^^xsd:string ; + ns1:ucumCode "[cft_i].[degF]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K21"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Femtograms per litre"@en ; + dcterms:description "One 10**18 part of the SI standard unit of mass of the measurand per litre volume of matrix.."@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000000001 ; + ns1:conversionMultiplierSN 1e-15 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "fg/L"^^xsd:string ; + ns1:ucumCode "fg.L-1"^^ns1:UCUMcs, + "fg/L"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Femtomoles per kilogram"@en ; + dcterms:description "A 10**15 part quantity of substance of the measurand per kilogram mass of matrix."@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000000000001 ; + ns1:conversionMultiplierSN 1e-15 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "fmol/kg"^^xsd:string ; + ns1:ucumCode "fmol.kg-1"^^ns1:UCUMcs, + "fmol/kg"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Imperial Gallon"@en ; + dcterms:description "A British gallon used in liquid and dry measurement approximately 1.2 U.S. gallons, or 4.54 liters"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00454609 ; + ns1:conversionMultiplierSN 4.54609e-03 ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "gal{Imp}"^^xsd:string ; + ns1:ucumCode "[gal_br]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "GLI"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gallon (UK)"@en ; + dcterms:description "unit of the volume for fluids according to the Imperial system of units"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00454609 ; + ns1:conversionMultiplierSN 4.54609e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA500"^^xsd:string ; + ns1:plainTextDescription "unit of the volume for fluids according to the Imperial system of units"^^xsd:string ; + ns1:symbol "gal{UK}"^^xsd:string ; + ns1:ucumCode "[gal_br]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "GLI"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "US Gallon"@en ; + dcterms:description "\"US Gallon\" is a unit for 'Liquid Volume' expressed as $galUS$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.003785412 ; + ns1:conversionMultiplierSN 3.785412e-03 ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA505"^^xsd:string ; + ns1:symbol "gal{US}"^^xsd:string ; + ns1:ucumCode "[gal_us]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "GLL"^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "Queen Anne's wine gallon"^^xsd:string . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "US Gallon per Day"@en ; + dcterms:description "\"US Gallon per Day\" is a unit for 'Volume Per Unit Time' expressed as $gal/d$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0000000438126389 ; + ns1:conversionMultiplierSN 4.381264e-08 ; + ns1:definedUnitOfSystem ; + ns1:expression "$gal/d$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA506"^^xsd:string ; + ns1:symbol "gal{US}/day"^^xsd:string ; + ns1:ucumCode "[gal_us].d-1"^^ns1:UCUMcs, + "[gal_us]/d"^^ns1:UCUMcs ; + ns1:uneceCommonCode "GB"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "US Gallon per Minute"@en ; + dcterms:description "\"US Gallon per Minute\" is a C.G.S System unit for 'Volume Per Unit Time' expressed as $gal/min$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0000630902 ; + ns1:conversionMultiplierSN 6.30902e-05 ; + ns1:definedUnitOfSystem ; + ns1:expression "$gal/min$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA508"^^xsd:string ; + ns1:symbol "gal{US}/min"^^xsd:string ; + ns1:ucumCode "[gal_us].min-1"^^ns1:UCUMcs, + "[gal_us]/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G2"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Dry Gallon US"@en ; + dcterms:description "\"Dry Gallon US\" is a unit for 'Dry Volume' expressed as $dry_gal$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00440488377 ; + ns1:conversionMultiplierSN 4.404884e-03 ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB118"^^xsd:string ; + ns1:symbol "gal{US Dry}"^^xsd:string ; + ns1:ucumCode "[gal_wi]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "GLD"^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "Winchester gallon"^^xsd:string, + "corn gallon"^^xsd:string . + + a ns1:Unit ; + rdfs:label "Gilbert"@en ; + dcterms:description "The fundamental unit of magnetomotive force ($mmf$) in electromagnetic units is called a Gilbert. It is the $mmf$ which will produce a magnetic field strength of one Gauss (Maxwell per Square Centimeter) in a path one centimeter long."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.795774715 ; + ns1:conversionMultiplierSN 7.957747e-01 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Gilbert"^^xsd:anyURI ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB211"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Gilbert?oldid=492755037"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "Gb"^^xsd:string ; + ns1:ucumCode "Gb"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N97"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gram Millimetre"@en, + "Gram Millimeter"@en-us ; + dcterms:description "unit of the imbalance as product of the 0.001-fold of the SI base unit kilogram and the 0.001-fold of the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB381"^^xsd:string ; + ns1:plainTextDescription "unit of the imbalance as product of the 0.001-fold of the SI base unit kilogram and the 0.001-fold of the SI base unit metre"^^xsd:string ; + ns1:symbol "g·mm"^^xsd:string ; + ns1:ucumCode "g.mm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H84"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gram Per Square Centimetre"@en, + "Gram Per Square Centimeter"@en-us ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre and exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 10.0 ; + ns1:conversionMultiplierSN 1e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB103"^^xsd:string ; + ns1:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre and exponent 2"^^xsd:string ; + ns1:symbol "g/cm²"^^xsd:string ; + ns1:ucumCode "g.cm-2"^^ns1:UCUMcs, + "g/cm2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "25"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gram Per Cubic Centimetre"@en, + "Gram Per Cubic Centimeter"@en-us ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the 0.000 001-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA469"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "g/cm³"^^xsd:string ; + ns1:ucumCode "g.cm-3"^^ns1:UCUMcs, + "g/cm3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "23"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gram Per Day"@en ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the unit day"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.00000001157407 ; + ns1:conversionMultiplierSN 1.157407e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA472"^^xsd:string ; + ns1:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the unit day"^^xsd:string ; + ns1:symbol "g/day"^^xsd:string ; + ns1:ucumCode "g.d-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F26"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gram Degree Celsius"@en ; + dcterms:description "$\\textit{Gram Degree Celsius}$ is a C.G.S System unit for 'Mass Temperature' expressed as $g \\cdot degC$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:expression "$g-degC$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "g/°C"^^xsd:string ; + ns1:ucumCode "d.Cel-1"^^ns1:UCUMcs, + "d/Cel"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gram Per Cubic Decimetre"@en, + "Gram Per Cubic Decimeter"@en-us ; + 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 ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA475"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "g/dm³"^^xsd:string ; + ns1:ucumCode "g.dm-3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F23"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gram Per Hour"@en ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the unit hour"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0000002777778 ; + ns1:conversionMultiplierSN 2.777778e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA478"^^xsd:string ; + ns1:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the unit hour"^^xsd:string ; + ns1:symbol "g/hr"^^xsd:string ; + ns1:ucumCode "g.h-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F27"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gram Per Kilometre"@en, + "Gram Per Kilometer"@en-us ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the 1000-fold of the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the 1000-fold of the SI base unit metre"^^xsd:string ; + ns1:symbol "g/km"^^xsd:string ; + ns1:ucumCode "g.km-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gram Per Litre"@en, + "Gram Per Liter"@en-us ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the unit litre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA482"^^xsd:string ; + ns1:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the unit litre"^^xsd:string ; + ns1:symbol "g/L"^^xsd:string ; + ns1:ucumCode "g.L-1"^^ns1:UCUMcs, + "g/L"^^ns1:UCUMcs ; + ns1:uneceCommonCode "GL"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gram Per Metre"@en, + "Gram Per Meter"@en-us ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA485"^^xsd:string ; + ns1:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the SI base unit metre"^^xsd:string ; + ns1:symbol "g/m"^^xsd:string ; + ns1:ucumCode "g.m-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "GF"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gram Per Square Metre"@en, + "Gram Per Square Meter"@en-us ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA486"^^xsd:string ; + ns1:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ; + ns1:symbol "g/m²"^^xsd:string ; + ns1:ucumCode "g.m-2"^^ns1:UCUMcs, + "g/m2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "GM"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "grams per square metre day"@en, + "grams per square meter day"@en-us ; + dcterms:description "A metric unit of volume over time indicating the amount generated across one square meter over a day."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000011574073 ; + ns1:conversionMultiplierSN 1.157407e-08 ; + ns1:expression "$g-m^{-2}-day^{-1}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "A metric unit of volume over time indicating the amount generated across one square meter over a day."^^xsd:string ; + ns1:symbol "g/(m²·day)"^^xsd:string ; + ns1:ucumCode "g.m-2.d-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gram Per Cubic Metre"@en, + "Gram Per Cubic Meter"@en-us ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA487"^^xsd:string ; + ns1:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ; + ns1:symbol "g/m³"^^xsd:string ; + ns1:ucumCode "g.m-3"^^ns1:UCUMcs, + "g/m3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A93"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gram Per Minute"@en ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the unit minute"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.00001666667 ; + ns1:conversionMultiplierSN 1.666667e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA490"^^xsd:string ; + ns1:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the unit minute"^^xsd:string ; + ns1:symbol "g/min"^^xsd:string ; + ns1:ucumCode "g.min-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F28"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gram Per Mole"@en ; + dcterms:description "0.01-fold of the SI base unit kilogram divided by the SI base unit mol"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA496"^^xsd:string ; + ns1:plainTextDescription "0.01-fold of the SI base unit kilogram divided by the SI base unit mol"^^xsd:string ; + ns1:symbol "g/mol"^^xsd:string ; + ns1:ucumCode "g.mol-1"^^ns1:UCUMcs, + "g/mol"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A94"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gram Per Millilitre"@en, + "Gram Per Millilitre"@en-us ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the unit litre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA493"^^xsd:string ; + ns1:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the unit litre"^^xsd:string ; + ns1:symbol "g/mL"^^xsd:string ; + ns1:ucumCode "g.mL-1"^^ns1:UCUMcs, + "g/mL"^^ns1:UCUMcs ; + ns1:uneceCommonCode "GJ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gram Per Millimetre"@en, + "Gram Per Millimeter"@en-us ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the 0.001-fold the SI base unit meter"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB376"^^xsd:string ; + ns1:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the 0.001-fold the SI base unit meter"^^xsd:string ; + ns1:symbol "g/mm"^^xsd:string ; + ns1:ucumCode "g.mm-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H76"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gram Per Second"@en ; + dcterms:description "0,001fold of the SI base unit kilogram divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA497"^^xsd:string ; + ns1:plainTextDescription "0,001fold of the SI base unit kilogram divided by the SI base unit second"^^xsd:string ; + ns1:symbol "g/s"^^xsd:string ; + ns1:ucumCode "g.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F29"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "grams Carbon per square metre day"@en, + "grams Carbon per square meter day"@en-us ; + 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 ; + ns1:conversionMultiplier 0.000000011574073 ; + ns1:conversionMultiplierSN 1.157407e-08 ; + ns1:expression "$g C-m^{-2}-day^{-1}$."^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "A metric unit of volume over time indicating the amount generated across one square meter over a day. Used to express productivity of an ecosystem."^^xsd:string ; + ns1:symbol "g{carbon}/(m²·day)"^^xsd:string ; + ns1:ucumCode "g.m-2.d-1{C}"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "grams Nitrogen per square metre day"@en, + "grams Nitrogen per square meter day"@en-us ; + 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 ; + ns1:conversionMultiplier 0.000000011574073 ; + ns1:conversionMultiplierSN 1.157407e-08 ; + ns1:expression "$g N-m^{-2}-day^{-1}$."^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "A metric unit of volume over time indicating the amount of Nitrogen generated across one square meter over a day. Used to express productivity of an ecosystem."^^xsd:string ; + ns1:symbol "g{nitrogen}/(m²·day)"^^xsd:string ; + ns1:ucumCode "g.m-2.d-1{N}"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Grain Per Gallon (US)"@en ; + dcterms:description "unit of the density according to the Anglo-American system of units"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.01711806 ; + ns1:conversionMultiplierSN 1.711806e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA524"^^xsd:string ; + ns1:plainTextDescription "unit of the density according to the Anglo-American system of units"^^xsd:string ; + ns1:symbol "gr{UK}/gal{US}"^^xsd:string ; + ns1:ucumCode "[gr].[gal_us]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K41"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Gigabit per Second"@en ; + 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 ; + ns1:conversionMultiplier 693147180.55994530941723212145818 ; + ns1:conversionMultiplierSN 6.931472e+08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA156"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Data-rate_units#Gigabit_per_second"^^xsd:anyURI ; + ns1:symbol "Gbps"^^xsd:string ; + ns1:ucumCode "Gbit.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B80"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gigabecquerel"@en ; + dcterms:description "1,000,000,000-fold of the derived SI unit becquerel"^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 1000000000.0 ; + ns1:conversionMultiplierSN 1e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB047"^^xsd:string ; + ns1:plainTextDescription "1 000 000 000-fold of the derived SI unit becquerel"^^xsd:string ; + ns1:prefix ; + ns1:symbol "GBq"^^xsd:string ; + ns1:ucumCode "GBq"^^ns1:UCUMcs ; + ns1:uneceCommonCode "GBQ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gigaohm"@en ; + dcterms:description "1,000,000,000-fold of the SI derived unit ohm"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000000.0 ; + ns1:conversionMultiplierSN 1e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA147"^^xsd:string ; + ns1:plainTextDescription "1 000 000 000-fold of the SI derived unit ohm"^^xsd:string ; + ns1:prefix ; + ns1:symbol "GΩ"^^xsd:string ; + ns1:ucumCode "GOhm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A87"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gigapascal Cubed Centimetre per Gram"@en, + "Gigapascal Cubed Centimeter per Gram"@en-us ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "GPa·cm³/g"^^xsd:string ; + ns1:ucumCode "GPa.cm3.g-1"^^ns1:UCUMcs, + "GPa.cm3/g"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Hartley per Second"@en ; + dcterms:description "The \"Hartley per Second\" is a unit of information rate."^^rdf:HTML ; + ns1:conversionMultiplier 2.3025850929940456840179914546844 ; + ns1:conversionMultiplierSN 2.302585e+00 ; + ns1:expression "$Hart/s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB347"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Ban_(information)"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31898"^^xsd:anyURI ; + ns1:symbol "Hart/s"^^xsd:string ; + ns1:uneceCommonCode "Q18"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Hour Square Foot"@en ; + dcterms:description "\"Hour Square Foot\" is an Imperial unit for 'Area Time' expressed as $hr-ft^{2}$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 334.450944 ; + ns1:conversionMultiplierSN 3.344509e+02 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$hr-ft^{2}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "hr·ft²"^^xsd:string ; + ns1:ucumCode "h.[ft_i]2"^^ns1:UCUMcs, + "h.[sft_i]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Hectopascal Litre Per Second"@en, + "Hectopascal Liter Per Second"@en-us ; + dcterms:description "product out of the 100-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.1 ; + ns1:conversionMultiplierSN 1e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA530"^^xsd:string ; + ns1:plainTextDescription "product out of the 100-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second"^^xsd:string ; + ns1:symbol "hPa·L/s"^^xsd:string ; + ns1:ucumCode "hPa.L.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F93"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Hectopascal Cubic Metre Per Second"@en, + "Hectopascal Cubic Meter Per Second"@en-us ; + dcterms:description "product out of the 100-fold of the SI unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 100.0 ; + ns1:conversionMultiplierSN 1e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA531"^^xsd:string ; + ns1:plainTextDescription "product out of the 100-fold of the SI unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^xsd:string ; + ns1:symbol "hPa·m³/s"^^xsd:string ; + ns1:ucumCode "hPa.m3.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F94"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Hectopascal Per Bar"@en ; + dcterms:description "100-fold of the SI derived unit pascal divided by the unit bar"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA529"^^xsd:string ; + ns1:plainTextDescription "100-fold of the SI derived unit pascal divided by the unit bar"^^xsd:string ; + ns1:symbol "hPa/bar"^^xsd:string ; + ns1:ucumCode "hPa.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E99"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Hectopascals per hour"@en ; + dcterms:description "A change in pressure of one hundred Newtons per square metre (100 Pascals) per hour. Equivalent to a change of one millibar per hour."@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0277777777777778 ; + ns1:conversionMultiplierSN 2.777778e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "hPa/hr"^^xsd:string ; + ns1:ucumCode "hPa.h-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Hectopascal Per Kelvin"@en ; + dcterms:description "100-fold of the SI derived unit pascal divided by the SI base unit kelvin"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 100.0 ; + ns1:conversionMultiplierSN 1e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA528"^^xsd:string ; + ns1:plainTextDescription "100-fold of the SI derived unit pascal divided by the SI base unit kelvin"^^xsd:string ; + ns1:symbol "hPa/K"^^xsd:string ; + ns1:ucumCode "hPa.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F82"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Inch Per Degree Fahrenheit"@en ; + dcterms:description "unit inch according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.04572 ; + ns1:conversionMultiplierSN 4.572e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA540"^^xsd:string ; + ns1:plainTextDescription "unit inch according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit"^^xsd:string ; + ns1:symbol "in/°F"^^xsd:string ; + ns1:ucumCode "[in_i].[degF]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K45"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Quartic Inch"@en ; + dcterms:description "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 4"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0000004162314 ; + ns1:conversionMultiplierSN 4.162314e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAA545"^^xsd:string ; + ns1:plainTextDescription "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 4"^^xsd:string ; + ns1:symbol "in⁴"^^xsd:string ; + ns1:ucumCode "[in_i]4"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D69"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "International Unit per Litre"@en, + "International Unit per Liter"@en-us ; + dcterms:description """ +The $\\textit{International Unit per Liter}$ is a unit for 'Serum Or Plasma Level' expressed as $IU/L$. +The magnitude of one $IU/L$ depends on the material, so there is no single conversion multiplier. +"""^^ns1:LatexString ; + ns1:expression "$IU/L$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "IU/L"^^xsd:string ; + ns1:ucumCode "[IU].L-1"^^ns1:UCUMcs, + "[IU]/L"^^ns1:UCUMcs, + "[iU].L-1"^^ns1:UCUMcs, + "[iU]/L"^^ns1:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:Unit ; + rdfs:label "International Unit per milligram"@en ; + dcterms:description """ +

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

"""^^rdf:HTML ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:conversionOffset 0.0 ; + ns1:conversionOffsetSN 0e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "International Units per milligramme."^^xsd:string ; + ns1:symbol "IU/mg"^^xsd:string ; + ns1:ucumCode "[IU].mg-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Joule Square Metre"@en, + "Joule Square Meter"@en-us ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA181"^^xsd:string ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:symbol "J·m²"^^xsd:string ; + ns1:ucumCode "J.m2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D73"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Joule Square Metre per Kilogram"@en, + "Joule Square Meter per Kilogram"@en-us ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$j-m2/kg$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB487"^^xsd:string ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:symbol "J·m²/kg"^^xsd:string ; + ns1:ucumCode "J.m2.kg-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B20"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Joule per Cubic Metre Kelvin"@en, + "Joule per Cubic Meter Kelvin"@en-us ; + dcterms:description "$\\textit{Joule per Cubic Meter Kelvin}$ is a unit for 'Volumetric Heat Capacity' expressed as $J/(m^{3} K)$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$J/(m^{3} K)$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "J/(m³·K)"^^xsd:string ; + ns1:ucumCode "J.m-3.K-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Joule per Quartic Metre"@en, + "Joule per Quartic Meter"@en-us ; + dcterms:description """ + The unit $\\textit{Joule Per Quartic Meter}$ ($J/m^4$) is a unit for the spectral concentration of radiant energy density (in terms of wavelength), or the spectral radiant energy density (in terms of wave length). + This unit is commonly used in the SI unit system. + """^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$J/m^4$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA177"^^xsd:string ; + ns1:symbol "J/m⁴"^^xsd:string ; + ns1:ucumCode "J.m-4"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B14"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kelvin day"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 86400.0 ; + ns1:conversionMultiplierSN 8.64e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "K·day"^^xsd:string ; + ns1:ucumCode "K.d"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kelvin metres"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "K·m"^^xsd:string ; + ns1:ucumCode "K.m"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kelvin Metre Per Watt"@en, + "Kelvin Meter Per Watt"@en-us ; + dcterms:description "product of the SI base unit kelvin and the SI base unit metre divided by the derived SI unit watt"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB488"^^xsd:string ; + ns1:plainTextDescription "product of the SI base unit kelvin and the SI base unit metre divided by the derived SI unit watt"^^xsd:string ; + ns1:symbol "K·m/W"^^xsd:string ; + ns1:ucumCode "K.m.W-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H35"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kelvin Per Kelvin"@en ; + dcterms:description "SI base unit kelvin divided by the SI base unit kelvin"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA186"^^xsd:string, + "0112/2///62720#UAD694"^^xsd:string ; + ns1:plainTextDescription "SI base unit kelvin divided by the SI base unit kelvin"^^xsd:string ; + ns1:symbol "K/K"^^xsd:string ; + ns1:ucumCode "K.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F02"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kelvin per metre"@en ; + dcterms:description "A change of temperature on the Kelvin temperature scale in one SI unit of length."@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "K/m"^^xsd:string ; + ns1:ucumCode "K.m-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kelvin per Square Second"@en ; + dcterms:description "$\\textit{Kelvin per Square Second}$ is a unit for 'Temperature Per Time Squared' expressed as $K / s^2$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$K / s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "K/s²"^^xsd:string ; + ns1:ucumCode "K.s-2"^^ns1:UCUMcs, + "K/s^2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kelvin je Watt"@de, + "kelvin per watt"@en, + "kelvin al watt"@it ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$K/W$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA187"^^xsd:string ; + ns1:symbol "K/W"^^xsd:string ; + ns1:ucumCode "K.W-1"^^ns1:UCUMcs, + "K/W"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B21"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kelvin second"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "K·s"^^xsd:string ; + ns1:ucumCode "K.s"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "كاتال"@ar, + "катал"@bg, + "katal"@cs, + "Katal"@de, + "κατάλ"@el, + "katal"@en, + "katal"@es, + "کاتال"@fa, + "katal"@fr, + "קטל"@he, + "कटल"@hi, + "katal"@hu, + "katal"@it, + "カタール"@ja, + "katal"@ms, + "katal"@pl, + "katal"@pt, + "katal"@ro, + "катал"@ru, + "katal"@sl, + "katal"@tr, + "开特"@zh ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Katal"^^xsd:anyURI ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB196"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Katal?oldid=486431865"^^xsd:anyURI ; + ns1:omUnit ; + ns1:siExactMatch ; + ns1:symbol "kat"^^xsd:string ; + ns1:ucumCode "kat"^^ns1:UCUMcs ; + ns1:udunitsCode "kat"^^xsd:string ; + ns1:uneceCommonCode "KAT"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kiloampere Per Square Metre"@en, + "Kiloampere Per Square Meter"@en-us ; + dcterms:description "1 000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA559"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ; + ns1:symbol "kA/m²"^^xsd:string ; + ns1:ucumCode "kA.m-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B23"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilobit per Second"@en ; + dcterms:description "A kilobit per second (kB/s) is a unit of data transfer rate equal to 1,000 bits per second."^^rdf:HTML ; + ns1:conversionMultiplier 693.14718055994530941723212145818 ; + ns1:conversionMultiplierSN 6.931472e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA586"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Data_rate_units#Kilobit_per_second"^^xsd:anyURI ; + ns1:symbol "kbps"^^xsd:string ; + ns1:ucumCode "kbit.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C74"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilobecquerel"@en ; + dcterms:description "1 000-fold of the SI derived unit becquerel"^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA561"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the SI derived unit becquerel"^^xsd:string ; + ns1:prefix ; + ns1:symbol "kBq"^^xsd:string ; + ns1:ucumCode "kBq"^^ns1:UCUMcs ; + ns1:uneceCommonCode "2Q"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilobyte per Second"@en ; + dcterms:description "A kilobyte per second (kByte/s) is a unit of data transfer rate equal to 1000 bytes per second or 8000 bits per second."^^rdf:HTML ; + ns1:conversionMultiplier 5545.1774444795624753378569716654 ; + ns1:conversionMultiplierSN 5.545177e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB306"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Data_rate_units#Kilobyte_per_second"^^xsd:anyURI ; + ns1:symbol "kB/s"^^xsd:string ; + ns1:ucumCode "kBy.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P94"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilocoulomb Per Cubic Metre"@en, + "Kilocoulomb Per Cubic Meter"@en-us ; + dcterms:description "1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA565"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ; + ns1:symbol "kC/m³"^^xsd:string ; + ns1:ucumCode "kC.m-3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B27"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilocalorie per Centimetre Second Degree Celsius"@en, + "Kilocalorie per Centimeter Second Degree Celsius"@en-us ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 418400.0 ; + ns1:conversionMultiplierSN 4.184e+05 ; + ns1:expression "$kilocal-per-cm-sec-degc$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "kcal/(cm·s·°C)"^^xsd:string ; + ns1:ucumCode "kcal.cm-1.s-1.Cel-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilocalorie per Mole Degree Celsius"@en ; + dcterms:description "$\\textit{Kilocalorie per Mole Degree Celsius}$ is a unit for 'Molar Heat Capacity' expressed as $kcal/(mol-degC)$."^^ns1:LatexString ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 4184.0 ; + ns1:conversionMultiplierSN 4.184e+03 ; + ns1:expression "$kcal/(mol-degC)$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "kcal/(mol·°C)"^^xsd:string ; + ns1:ucumCode "kcal.mol-1.Cel-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilocalorie (international Table) Per Hour Metre Degree Celsius"@en, + "Kilocalorie (international Table) Per Hour Meter Degree Celsius"@en-us ; + dcterms:description "1 000-fold of the no longer approved unit international calorie for energy divided by the product of the SI base unit metre, the unit hour for time and the unit degree Celsius for temperature"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.163 ; + ns1:conversionMultiplierSN 1.163e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA588"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the no longer approved unit international calorie for energy divided by the product of the SI base unit metre, the unit hour for time and the unit degree Celsius for temperature"^^xsd:string ; + ns1:symbol "kcal{IT}/(hr·m·°C)"^^xsd:string ; + ns1:ucumCode "kcal_IT.h-1.m-1.Cel-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K52"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilo Electron Volt per Micrometre"@en, + "Kilo Electron Volt per Micrometer"@en-us ; + dcterms:description "\"Kilo Electron Volt per Micrometer\" is a unit for 'Linear Energy Transfer' expressed as $keV/microM$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0000000001602176634 ; + ns1:conversionMultiplierSN 1.602177e-10 ; + ns1:expression "$keV/microM$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "keV/µm"^^xsd:string ; + ns1:ucumCode "keV.um-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilogram Kelvin"@en ; + dcterms:description "$\\textit{Kilogram Kelvin}$ is a unit for 'Mass Temperature' expressed as $kg-K$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:expression "$kg-K$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "kg·K"^^xsd:string ; + ns1:ucumCode "kg.K"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kilogram metre per second squared"^^xsd:string ; + dcterms:description "product of the SI base unit kilogram and the SI base unit metre divided by the power of the SI base unit second by exponent 2"^^xsd:string ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB355"^^xsd:string ; + ns1:symbol "kg·m/s²"^^xsd:string ; + ns1:ucumCode "kg.m.s-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M77"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilogram Per Square Centimetre"@en, + "Kilogram Per Square Centimeter"@en-us ; + dcterms:description "SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 10000.0 ; + ns1:conversionMultiplierSN 1e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB174"^^xsd:string ; + ns1:plainTextDescription "SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^xsd:string ; + ns1:symbol "kg/cm²"^^xsd:string ; + ns1:ucumCode "kg.cm-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D5"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilogram Per Cubic Centimetre"@en, + "Kilogram Per Cubic Centimeter"@en-us ; + dcterms:description "SI base unit kilogram divided by the 0.000 001-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA597"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "kg/cm³"^^xsd:string ; + ns1:ucumCode "kg.cm-3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G31"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilogram Per Day"@en ; + dcterms:description "SI base unit kilogram divided by the unit day"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.00001157407 ; + ns1:conversionMultiplierSN 1.157407e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA601"^^xsd:string ; + ns1:plainTextDescription "SI base unit kilogram divided by the unit day"^^xsd:string ; + ns1:symbol "kg/day"^^xsd:string ; + ns1:ucumCode "kg.d-1"^^ns1:UCUMcs, + "kg/d"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F30"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilogram Per Cubic Decimetre"@en, + "Kilogram Per Cubic Decimeter"@en-us ; + dcterms:description "SI base unit kilogram divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA604"^^xsd:string ; + ns1:plainTextDescription "SI base unit kilogram divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3"^^xsd:string ; + ns1:symbol "kg/dm³"^^xsd:string ; + ns1:ucumCode "kg.dm-3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B34"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilogram per Hectare"@en ; + dcterms:description "Kilogram Per Hectare is a unit of mass per area. Kilogram Per Hectare (kg/ha) has a dimension of ML-2 where $M$ is mass, and $L$ is length. It can be converted to the corresponding standard SI unit kg/m2 by multiplying its value by a factor of 0.0001."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0001 ; + ns1:conversionMultiplierSN 1e-04 ; + ns1:expression "$kg/hare$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "kg/ha"^^xsd:string ; + ns1:ucumCode "kg.har-1"^^ns1:UCUMcs, + "kg/har"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilogram Per Kilomol"@en ; + dcterms:description "SI base unit kilogram divided by the 1 000-fold of the SI base unit mol"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA611"^^xsd:string ; + ns1:plainTextDescription "SI base unit kilogram divided by the 1 000-fold of the SI base unit mol"^^xsd:string ; + ns1:symbol "kg/kmol"^^xsd:string ; + ns1:ucumCode "kg.kmol-1"^^ns1:UCUMcs, + "kg/kmol"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F24"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilogram Per Litre"@en, + "Kilogram Per Liter"@en-us ; + dcterms:description "SI base unit kilogram divided by the unit litre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA612"^^xsd:string ; + ns1:plainTextDescription "SI base unit kilogram divided by the unit litre"^^xsd:string ; + ns1:symbol "kg/L"^^xsd:string ; + ns1:ucumCode "kg.L-1"^^ns1:UCUMcs, + "kg/L"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B35"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilograms per metre hour"@en ; + dcterms:description "One SI standard unit of mass over one SI standard unit of length over 3600 times one SI standard unit of time."@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000277777777777778 ; + ns1:conversionMultiplierSN 2.777778e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB432"^^xsd:string ; + ns1:symbol "kg/(m·hr)"^^xsd:string ; + ns1:ucumCode "kg.m-1.h-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N40"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilograms per metre second"@en ; + dcterms:description "unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the SI base unit second"^^xsd:string ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB429"^^xsd:string, + "0112/2///62720#UAD529"^^xsd:string ; + ns1:symbol "kg/(m·s)"^^xsd:string ; + ns1:ucumCode "kg.m-1.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N37"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilogram per Square Metre Square Second"@en, + "Kilogram per Square Meter Square Second"@en-us ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "kg/(m²·s²)"^^xsd:string ; + ns1:ucumCode "kg.m-2.s-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilogram Per Minute"@en ; + dcterms:description "SI base unit kilogram divided by the unit minute"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.01666667 ; + ns1:conversionMultiplierSN 1.666667e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA624"^^xsd:string ; + ns1:plainTextDescription "SI base unit kilogram divided by the unit minute"^^xsd:string ; + ns1:symbol "kg/min"^^xsd:string ; + ns1:ucumCode "kg.min-1"^^ns1:UCUMcs, + "kg/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F31"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilojoule Per Kilogram Kelvin"@en ; + dcterms:description "1 000-fold of the SI derived unit joule divided by the product of the SI base unit kilogram and the SI base unit kelvin"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA571"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the SI derived unit joule divided by the product of the SI base unit kilogram and the SI base unit kelvin"^^xsd:string ; + ns1:symbol "kJ/(kg·K)"^^xsd:string ; + ns1:ucumCode "kJ.(kg.K)-1"^^ns1:UCUMcs, + "kJ.kg-1.K-1"^^ns1:UCUMcs, + "kJ/(kg.K)"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B43"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Square kilometres per square second"@en, + "Square Kilometers per Square Second"@en-us ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "km²/s²"^^xsd:string ; + ns1:ucumCode "km2.s-2"^^ns1:UCUMcs, + "km2/s2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Kilometre per Square Second"@en, + "Cubic Kilometer per Square Second"@en-us ; + dcterms:description "$\\textit{Cubic Kilometer per Square Second}$ is a unit for $\\textit{Standard Gravitational Parameter}$ expressed as $km^3/s^2$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000000.0 ; + ns1:conversionMultiplierSN 1e+09 ; + ns1:expression "$km^3/s^2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "km³/s²"^^xsd:string ; + ns1:ucumCode "km3.s-2"^^ns1:UCUMcs, + "km3/s2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilomole"@en ; + dcterms:description "1 000-fold of the SI base unit mol"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA640"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the SI base unit mol"^^xsd:string ; + ns1:prefix ; + ns1:symbol "kmol"^^xsd:string ; + ns1:ucumCode "kmol"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B45"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilomole Per Hour"@en ; + dcterms:description "1 000-fold of the SI base unit mole divided by the unit for time hour"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.277777777777778 ; + ns1:conversionMultiplierSN 2.777778e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA641"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the SI base unit mole divided by the unit for time hour"^^xsd:string ; + ns1:symbol "kmol/hr"^^xsd:string ; + ns1:ucumCode "kmol.h-1"^^ns1:UCUMcs, + "kmol/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K58"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilomole Per Minute"@en ; + dcterms:description "1 000-fold of the SI base unit mole divided by the unit for time minute"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 16.66666666666666666666666666666667 ; + ns1:conversionMultiplierSN 1.666667e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA645"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the SI base unit mole divided by the unit for time minute"^^xsd:string ; + ns1:symbol "kmol/min"^^xsd:string ; + ns1:ucumCode "kmol.min-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K61"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilomole Per Second"@en ; + dcterms:description "1 000-fold of the SI base unit mol divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA646"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the SI base unit mol divided by the SI base unit second"^^xsd:string ; + ns1:symbol "kmol/s"^^xsd:string ; + ns1:ucumCode "kmol.s-1"^^ns1:UCUMcs, + "kmol/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E94"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilo Newton Square Metre"@en, + "Kilo Newton Square Meter"@en-us ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "kN·m²"^^xsd:string ; + ns1:ucumCode "kN.m2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kiloohm"@en ; + dcterms:description "1 000-fold of the SI derived unit ohm"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA555"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the SI derived unit ohm"^^xsd:string ; + ns1:prefix ; + ns1:symbol "kΩ"^^xsd:string ; + ns1:ucumCode "kOhm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B49"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilopascal Per Bar"@en ; + dcterms:description "1 000-fold of the SI derived unit pascal divided by the unit bar"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA577"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the SI derived unit pascal divided by the unit bar"^^xsd:string ; + ns1:symbol "kPa/bar"^^xsd:string ; + ns1:ucumCode "kPa.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F03"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilopascal Per Kelvin"@en ; + dcterms:description "1 000-fold of the SI derived unit pascal divided by the SI base unit kelvin"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA576"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the SI derived unit pascal divided by the SI base unit kelvin"^^xsd:string ; + ns1:symbol "kPa/K"^^xsd:string ; + ns1:ucumCode "kPa.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F83"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilopascal Per Millimetre"@en, + "Kilopascal Per Millimeter"@en-us ; + dcterms:description "1 000-fold of the derived SI unit pascal divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB060"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the derived SI unit pascal divided by the 0.001-fold of the SI base unit metre"^^xsd:string ; + ns1:symbol "kPa/mm"^^xsd:string ; + ns1:ucumCode "kPa.mm-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "34"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilosiemens Per Metre"@en, + "Kilosiemens Per Meter"@en-us ; + dcterms:description "1 000-fold of the SI derived unit siemens divided by the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA579"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the SI derived unit siemens divided by the SI base unit metre"^^xsd:string ; + ns1:symbol "kS/m"^^xsd:string ; + ns1:ucumCode "kS.m-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B54"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilovolt Ampere Reactive"@en ; + dcterms:description "1 000-fold of the unit var"^^rdf:HTML ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA648"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the unit var"^^xsd:string ; + ns1:symbol "kV·A{Reactive}"^^xsd:string ; + ns1:ucumCode "kV.A{reactive}"^^ns1:UCUMcs ; + ns1:uneceCommonCode "KVR"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kiloweber Per Metre"@en, + "Kiloweber Per Meter"@en-us ; + dcterms:description "1 000-fold of the SI derived unit weber divided by the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA585"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the SI derived unit weber divided by the SI base unit metre"^^xsd:string ; + ns1:symbol "kWb/m"^^xsd:string ; + ns1:ucumCode "kWb.m-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B56"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Litre Per Kelvin"@en, + "Liter Per Kelvin"@en-us ; + dcterms:description "unit litre divided by the SI base unit kelvin"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA650"^^xsd:string ; + ns1:plainTextDescription "unit litre divided by the SI base unit kelvin"^^xsd:string ; + ns1:symbol "L/K"^^xsd:string ; + ns1:ucumCode "L.K-1"^^ns1:UCUMcs, + "L/K"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G28"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Litre Per Litre"@en, + "Liter Per Liter"@en-us ; + dcterms:description "volume ratio consisting of the unit litre divided by the unit litre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA658"^^xsd:string ; + ns1:plainTextDescription "volume ratio consisting of the unit litre divided by the unit litre"^^xsd:string ; + ns1:symbol "L/L"^^xsd:string ; + ns1:ucumCode "L.L-1"^^ns1:UCUMcs, + "L/L"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K62"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Litre per Second Square Metre"@en, + "Liter per Second Square Meter"@en-us ; + dcterms:description "Ventilation rate in Litres per second divided by the floor area"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "Ventilation rate in Litres per second divided by the floor area"^^xsd:string ; + ns1:symbol "L/(s·m²)"^^xsd:string ; + ns1:ucumCode "L.s-1.m-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Lambert"@en ; + dcterms:description "The lambert (symbol $L$, $la$ or $Lb$) is a non-SI unit of luminance. A related unit of luminance, the foot-lambert, is used in the lighting, cinema and flight simulation industries. The SI unit is the candela per square metre ($cd/m^2$)."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.31830988618 ; + ns1:conversionMultiplierSN 3.183099e-01 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Lambert"^^xsd:anyURI ; + ns1:derivedCoherentUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB259"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Lambert?oldid=494078267"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "L"^^xsd:string ; + ns1:ucumCode "Lmb"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P30"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Foot Lambert"@en ; + dcterms:description "\"Foot Lambert\" is a C.G.S System unit for 'Luminance' expressed as $ft-L$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 3.4262591 ; + ns1:conversionMultiplierSN 3.426259e+00 ; + ns1:definedUnitOfSystem ; + ns1:expression "$ft-L$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "ft-L"^^xsd:string ; + ns1:ucumCode "[ft-Lmb]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P29"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Pound Degree Fahrenheit"@en ; + dcterms:description "$\\textit{Pound Degree Fahrenheit}$ is an Imperial unit for 'Mass Temperature' expressed as $lb-degF$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.251995761111111131270772 ; + ns1:conversionMultiplierSN 2.519958e-01 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$lb-degF$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "lbm·°F"^^xsd:string ; + ns1:ucumCode "[lb_av].[degF]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Pound Degree Rankine"@en ; + dcterms:description "$\\textit{Pound Degree Rankine}$ is an Imperial unit for 'Mass Temperature' expressed as $lb-degR$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.251995761111111131270772 ; + ns1:conversionMultiplierSN 2.519958e-01 ; + ns1:definedUnitOfSystem ; + ns1:expression "$lb-degR$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "lbm·°R"^^xsd:string ; + ns1:ucumCode "[lb_av].[degR]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound Mass (avoirdupois) Inch"@en ; + dcterms:description "unit of the unbalance (product of avoirdupois pound according to the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units)"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.011521246198 ; + ns1:conversionMultiplierSN 1.152125e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB194"^^xsd:string ; + ns1:plainTextDescription "unit of the unbalance (product of avoirdupois pound according to the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units)"^^xsd:string ; + ns1:symbol "lbm·in"^^xsd:string ; + ns1:ucumCode "[lb_av].[in_i]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "IA"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Pound Mole"@en ; + dcterms:description """ + The $\\text{Pound Mole}$ is a unit for $\\textit{'Mass Amount Of Substance'}$ expressed as $lb-mol$. + """^^ns1:LatexString ; + dcterms:isReplacedBy ; + ns1:conversionMultiplier 0.45359237 ; + ns1:conversionMultiplierSN 4.535924e-01 ; + ns1:deprecated true ; + ns1:expression "$lb-mol$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB402"^^xsd:string ; + ns1:symbol "lb-mol"^^xsd:string ; + ns1:ucumCode "[mol_lb]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P44"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Pound Mole Degree Fahrenheit"@en ; + dcterms:description """ + The $\\text{Pound Mole Degree Fahrenheit}$ is a unit for $\\text{Mass Amount Of Substance Temperature}$ expressed as $lb-mol-degF$. + """^^ns1:LatexString ; + dcterms:isReplacedBy ; + ns1:deprecated true ; + ns1:expression "$lb-mol-degF$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "lb-mol·°F"^^xsd:string ; + ns1:ucumCode "[mol_lb].[degF]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound (avoirdupois) Per Day"@en ; + dcterms:description "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit for time day"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.000005249912 ; + ns1:conversionMultiplierSN 5.249912e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA673"^^xsd:string ; + ns1:plainTextDescription "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit for time day"^^xsd:string ; + ns1:symbol "lbm/day"^^xsd:string ; + ns1:ucumCode "[lb_av].d-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K66"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound per Foot"@en ; + dcterms:description "\"Pound per Foot\" is an Imperial unit for 'Mass Per Length' expressed as $lb/ft$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1.4881639435695537 ; + ns1:conversionMultiplierSN 1.488164e+00 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$lb/ft$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA670"^^xsd:string ; + ns1:symbol "lb/ft"^^xsd:string ; + ns1:ucumCode "[lb_av].[ft_i]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P2"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound per Foot Hour"@en ; + dcterms:description "\"Pound per Foot Hour\" is an Imperial unit for 'Dynamic Viscosity' expressed as $lb/(ft-hr)$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0004133788732137649 ; + ns1:conversionMultiplierSN 4.133789e-04 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$lb/(ft-hr)$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA674"^^xsd:string ; + ns1:symbol "lbm/(ft·hr)"^^xsd:string ; + ns1:ucumCode "[lb_av].[ft_i]-1.h-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K67"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound per Foot Second"@en ; + dcterms:description "\"Pound per Foot Second\" is an Imperial unit for 'Dynamic Viscosity' expressed as $lb/(ft-s)$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1.4881639435695537 ; + ns1:conversionMultiplierSN 1.488164e+00 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$lb/(ft-s)$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA675"^^xsd:string ; + ns1:symbol "lbm/(ft·s)"^^xsd:string ; + ns1:ucumCode "[lb_av].[ft_i]-1.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K68"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound Mass (avoirdupois) Per Square Foot"@en ; + dcterms:description "unit for areal-related mass as a unit pound according to the avoirdupois system of units divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 4.882428 ; + ns1:conversionMultiplierSN 4.882428e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB262"^^xsd:string ; + ns1:plainTextDescription "unit for areal-related mass as a unit pound according to the avoirdupois system of units divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2"^^xsd:string ; + ns1:symbol "lbm/ft²"^^xsd:string ; + ns1:ucumCode "[lb_av].[ft_i]-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "FP"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound per Inch"@en ; + dcterms:description "\"Pound per Inch\" is an Imperial unit for 'Mass Per Length' expressed as $lb/in$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 17.857967322834646 ; + ns1:conversionMultiplierSN 1.785797e+01 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$lb/in$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB071"^^xsd:string ; + ns1:symbol "lbm/in"^^xsd:string ; + ns1:ucumCode "[lb_av].[in_i]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "PO"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound (avoirdupois) Per Second"@en ; + dcterms:description "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the SI base unit for time second"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.4535924 ; + ns1:conversionMultiplierSN 4.535924e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA692"^^xsd:string ; + ns1:plainTextDescription "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the SI base unit for time second"^^xsd:string ; + ns1:symbol "lbm/s"^^xsd:string ; + ns1:ucumCode "[lb_av].s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K81"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound Force Per Square Inch Degree Fahrenheit"@en ; + dcterms:description "composed unit for pressure (pound-force per square inch) divided by the unit degree Fahrenheit for temperature"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 12410.56 ; + ns1:conversionMultiplierSN 1.241056e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA702"^^xsd:string ; + ns1:plainTextDescription "composed unit for pressure (pound-force per square inch) divided by the unit degree Fahrenheit for temperature"^^xsd:string ; + ns1:symbol "lbf/(in²·°F)"^^xsd:string ; + ns1:ucumCode "[lbf_av].[sin_i]-1.[degF]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K86"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound Force per Square Inch Second"@en ; + dcterms:description "\"Pound Force per Square Inch Second\" is a unit for 'Force Per Area Time' expressed as $lbf / in^{2}-s$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 6894.75789 ; + ns1:conversionMultiplierSN 6.894758e+03 ; + ns1:expression "$lbf / in^{2}-s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "lbf/(in²·s)"^^xsd:string ; + ns1:ucumCode "[lbf_av].[sin_i]-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound Force per Pound"@en ; + dcterms:description "\"Pound Force per Pound\" is an Imperial unit for 'Thrust To Mass Ratio' expressed as $lbf/lb$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 9.80665085 ; + ns1:conversionMultiplierSN 9.806651e+00 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$lbf/lb$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "lbf/lbm"^^xsd:string ; + ns1:ucumCode "[lbf_av].[lb_av]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound Force Second per Square Foot"@en ; + dcterms:description "\"Pound Force Second per Square Foot\" is an Imperial unit for 'Dynamic Viscosity' expressed as $lbf-s/ft^{2}$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 47.8802631 ; + ns1:conversionMultiplierSN 4.788026e+01 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$lbf-s/ft^2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA707"^^xsd:string ; + ns1:symbol "lbf·s/ft²"^^xsd:string ; + ns1:ucumCode "[lbf_av].s.[sft_i]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K91"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound Force Second per Square Inch"@en ; + dcterms:description "\"Pound Force Second per Square Inch\" is an Imperial unit for 'Dynamic Viscosity' expressed as $lbf-s/in^{2}$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 6894.75789 ; + ns1:conversionMultiplierSN 6.894758e+03 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$lbf-s/in^{2}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA708"^^xsd:string ; + ns1:symbol "lbf·s/in²"^^xsd:string ; + ns1:ucumCode "[lbf_av].s.[sin_i]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K92"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound Mass"@en ; + dcterms:description "A pound of mass, based on the international standard definition of the pound of mass as exactly 0.45359237 kg."^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.45359237 ; + ns1:conversionMultiplierSN 4.535924e-01 ; + ns1:definedUnitOfSystem , + ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "lbm"^^xsd:string ; + ns1:ucumCode "[lb_av]"^^ns1:UCUMcs ; + ns1:udunitsCode "lb"^^xsd:string ; + ns1:uneceCommonCode "LBR"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "لومن"@ar, + "лумен"@bg, + "lumen"@cs, + "Lumen"@de, + "λούμεν"@el, + "lumen"@en, + "lumen"@es, + "لومن"@fa, + "lumen"@fr, + "לומן"@he, + "ल्यूमैन"@hi, + "lumen"@hu, + "lumen"@it, + "ルーメン"@ja, + "lumen"@la, + "lumen"@ms, + "lumen"@pl, + "lumen"@pt, + "lumen"@ro, + "лумен"@ru, + "lumen"@sl, + "lümen"@tr, + "流明"@zh ; + dcterms:description "The SI unit for measuring the flux of light being produced by a light source or received by a surface. The intensity of a light source is measured in candelas. One lumen represents the total flux of light emitted, equal to the intensity in candelas multiplied by the solid angle in steradians into which the light is emitted. A full sphere has a solid angle of $4\\cdot\\pi$ steradians. A light source that uniformly radiates one candela in all directions has a total luminous flux of $1 cd\\cdot 4 \\pi sr = 4 \\pi cd \\cdot sr \\approx 12.57 \\; \\text{lumens}$. \"Lumen\" is a Latin word for light."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Lumen"^^xsd:anyURI ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA718"^^xsd:string ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Lumen_(unit)"^^xsd:anyURI ; + ns1:omUnit ; + ns1:siExactMatch ; + ns1:siUnitsExpression "cd.sr"^^xsd:string ; + ns1:symbol "lm"^^xsd:string ; + ns1:ucumCode "lm"^^ns1:UCUMcs ; + ns1:udunitsCode "LM"^^xsd:string ; + ns1:uneceCommonCode "LUM"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Lumen per Watt"@en ; + dcterms:description "A measurement of luminous efficacy, which is the light output in lumens using one watt of electricity."^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$lm-per-w$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA719"^^xsd:string ; + ns1:symbol "lm/W"^^xsd:string ; + ns1:ucumCode "lm.W-1"^^ns1:UCUMcs, + "lm/W"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B61"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "lumen second"@en ; + dcterms:description "In photometry, the lumen second is the SI derived unit of luminous energy. It is based on the lumen, the SI unit of luminous flux, and the second, the SI base unit of time. The lumen second is sometimes called the talbot (symbol T). An older name for the lumen second was the lumberg."^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$lm s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA722"^^xsd:string ; + ns1:symbol "lm·s"^^xsd:string ; + ns1:ucumCode "lm.s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B62"^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "lumberg"^^xsd:string, + "talbot"^^xsd:string . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Lux Hour"@en ; + dcterms:description "The SI unit for measuring the illumination (illuminance) of a surface. One lux is defined as an illumination of one lumen per square meter or 0.0001 phot. In considering the various light units, it's useful to think about light originating at a point and shining upon a surface. The intensity of the light source is measured in candelas; the total light flux in transit is measured in lumens (1 lumen = 1 candelau00b7steradian); and the amount of light received per unit of surface area is measured in lux (1 lux = 1 lumen/square meter). One lux is equal to approximately 0.09290 foot candle."^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 3600.0 ; + ns1:conversionMultiplierSN 3.6e+03 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Lux"^^xsd:anyURI ; + ns1:expression "$lx hr$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA724"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Lux?oldid=494700274"^^xsd:anyURI ; + ns1:siUnitsExpression "lm-hr/m^2"^^xsd:string ; + ns1:symbol "lx·hr"^^xsd:string ; + ns1:ucumCode "lx.h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B63"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Metre Kelvin per Watt"@en, + "Meter Kelvin per Watt"@en-us ; + dcterms:description "$\\textit{Meter Kelvin per Watt}$ is a unit for 'Thermal Resistivity' expressed as $K-m/W$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$K-m/W$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "m·K/W"^^xsd:string ; + ns1:ucumCode "m.K.W-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H35"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Metre Kilogram"@en, + "Meter Kilogram"@en-us ; + dcterms:description "product of SI base units metre and kilogram given as dimensional product dim Q = L**$a} M**$b} T**$g} I**$d} $TH**$e} N**$z} J**$i}"^^xsd:string ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$m-kg$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD674"^^xsd:string ; + ns1:symbol "m·kg"^^xsd:string ; + ns1:ucumCode "m.kg"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Metre per Farad"@en, + "Meter per Farad"@en-us ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$m-per-f$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "m/F"^^xsd:string ; + ns1:ucumCode "m.F-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Metre per Kelvin"@en, + "Meter per Kelvin"@en-us ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$m-per-k$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA728"^^xsd:string, + "0112/2///62720#UAD682"^^xsd:string ; + ns1:symbol "m/K"^^xsd:string ; + ns1:ucumCode "m/K"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F52"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Square Metre Hour Degree Celsius Per Kilocalorie (international Table)"@en, + "Square Meter Hour Degree Celsius Per Kilocalorie (international Table)"@en-us ; + dcterms:description "product of the power of the SI base unit metre with the exponent 2, of the unit hour for time and the unit degree Celsius for temperature divided by the 1000-fold of the out of use unit for energy international calorie"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.859845 ; + ns1:conversionMultiplierSN 8.59845e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA749"^^xsd:string ; + ns1:plainTextDescription "product of the power of the SI base unit metre with the exponent 2, of the unit hour for time and the unit degree Celsius for temperature divided by the 1000-fold of the out of use unit for energy international calorie"^^xsd:string ; + ns1:symbol "m²·hr·°C/kcal{IT}"^^xsd:string ; + ns1:ucumCode "m2.h.Cel/kcal_IT"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L14"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Square Metre Kelvin"@en, + "Square Meter Kelvin"@en-us ; + dcterms:description "$\\textit{Square Meter Kelvin}$ is a unit for 'Area Temperature' expressed as $m^{2}-K$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$m^{2}-K$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "m²·K"^^xsd:string ; + ns1:ucumCode "m2.K"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Square Metre Kelvin per Watt"@en, + "Square Meter Kelvin per Watt"@en-us ; + dcterms:description "$\\textit{Square Meter Kelvin per Watt}$ is a unit for 'Thermal Insulance' expressed as $(K^{2})m/W$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$(K^{2})m/W$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA746"^^xsd:string ; + ns1:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ; + ns1:symbol "m²·K/W"^^xsd:string ; + ns1:ucumCode "m2.K.W-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D19"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Square metres per gram"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "m²/g"^^xsd:string ; + ns1:ucumCode "m2.g-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Square metres per gram of dry sediment"@en ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "m²/g{dry sediment}"^^xsd:string ; + ns1:ucumCode "m2.g-1{dry}"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "square metres per hectare"@en, + "square meters per hectare"@en-us ; + dcterms:description "Square metres per hectare."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0001 ; + ns1:conversionMultiplierSN 1e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "Square metres per hectare."^^xsd:string ; + ns1:symbol "m²/ha"^^xsd:string ; + ns1:ucumCode "m2.har-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Square Metre per Joule"@en, + "Square Meter per Joule"@en-us ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Steradian"^^xsd:anyURI ; + ns1:expression "$m^2/j$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA745"^^xsd:string ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:symbol "m²/J"^^xsd:string ; + ns1:ucumCode "m2.J-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D20"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Square Metre per Kelvin"@en, + "Square Meter per Kelvin"@en-us ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$m2-per-k$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "m²/K"^^xsd:string ; + ns1:ucumCode "m2.K-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "square metre per square metre"@en, + "square meter per square meter"@en-us ; + dcterms:description "A square metre unit of area per square metre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:conversionOffset 0.0 ; + ns1:conversionOffsetSN 0e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "A square metre unit of area per square metre"^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + ns1:symbol "m²/m²"^^xsd:string ; + ns1:ucumCode "m2.m-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Square Metre Per Newton"@en, + "Square Meter Per Newton"@en-us ; + dcterms:description "power of the SI base unit metre with the exponent 2 divided by the derived SI unit newton"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB492"^^xsd:string ; + ns1:plainTextDescription "power of the SI base unit metre with the exponent 2 divided by the derived SI unit newton"^^xsd:string ; + ns1:symbol "m²/N"^^xsd:string ; + ns1:ucumCode "m2.N-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H59"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Square Metre per Steradian"@en, + "Square Meter per Steradian"@en-us ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Steradian"^^xsd:anyURI ; + ns1:expression "$m^2/sr$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA755"^^xsd:string, + "0112/2///62720#UAD507"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Steradian?oldid=494317847"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:symbol "m²/sr"^^xsd:string ; + ns1:ucumCode "m2.sr-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D24"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Square Metre per Steradian Joule"@en, + "Square Meter per Steradian Joule"@en-us ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Steradian"^^xsd:anyURI ; + ns1:expression "$m^2/sr-j$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA756"^^xsd:string ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:symbol "m²/(sr·J)"^^xsd:string ; + ns1:ucumCode "m2.sr-1.J-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D25"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Quadratmeter je Volt und Sekunde"@de, + "square metre per volt second"@en, + "Square Meter per Volt Second"@en-us, + "metro quadrato al volt e al secondo"@it ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$m^2/v-s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA748"^^xsd:string ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:symbol "m²/(V·s)"^^xsd:string ; + ns1:ucumCode "m2.V-1.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D26"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Square Metre Steradian"@en, + "Square Meter Steradian"@en-us ; + dcterms:description "\"Square Meter Steradian\" is a unit for 'Area Angle' expressed as $m^{2}-sr$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$m^{2}-sr$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "m²·sr"^^xsd:string ; + ns1:ucumCode "m2.sr"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Metre per Coulomb"@en, + "Cubic Meter per Coulomb"@en-us ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$m^3/c$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB143"^^xsd:string ; + ns1:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:symbol "m³/C"^^xsd:string ; + ns1:ucumCode "m3.C-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A38"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Cubic Metre per Hectare"@en, + "Cubic Meter per Hectare"@en-us ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0001 ; + ns1:conversionMultiplierSN 1e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA757"^^xsd:string ; + ns1:symbol "m³/ha"^^xsd:string ; + ns1:ucumCode "m3.har-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Cubic Metre per Kelvin"@en, + "Cubic Meter per Kelvin"@en-us ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$m3-per-k$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA758"^^xsd:string, + "0112/2///62720#UAD699"^^xsd:string ; + ns1:symbol "m³/K"^^xsd:string ; + ns1:ucumCode "m3.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G29"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Cubic Metre per Kilogram Square Second"@en, + "Cubic Meter per Kilogram Square Second"@en-us ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$m^{3} kg^{-1} s^{-2}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "m³/(kg·s²)"^^xsd:string ; + ns1:ucumCode "m3.(kg.s2)-1"^^ns1:UCUMcs, + "m3.kg-1.s-2"^^ns1:UCUMcs, + "m3/(kg.s2)"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Metre Per Square Metre"@en, + "Cubic Meter Per Square Meter"@en-us ; + dcterms:description "power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ; + ns1:symbol "m³/m²"^^xsd:string ; + ns1:ucumCode "m3.m-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H60"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Metre Per Cubic Metre"@en, + "Cubic Meter Per Cubic Meter"@en-us ; + dcterms:description "power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA767"^^xsd:string, + "0112/2///62720#UAD706"^^xsd:string ; + ns1:plainTextDescription "power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ; + ns1:symbol "m³/m³"^^xsd:string ; + ns1:ucumCode "m3.m-3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H60"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Metre per Square Second"@en, + "Cubic Meter per Square Second"@en-us ; + dcterms:description "$\\textit{Cubic Meter per Square Second}$ is a C.G.S System unit for $\\textit{Standard Gravitational Parameter}$ expressed as $m^3/s^2$"^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$m^3/s^2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "m³/s²"^^xsd:string ; + ns1:ucumCode "m3.s-2"^^ns1:UCUMcs, + "m3/s2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Quintic Metre"@en, + "Quintic Meter"@en-us ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$m^{5}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "m⁵"^^xsd:string ; + ns1:ucumCode "m5"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Sextic Metre"@en, + "Sextic Meter"@en-us ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$m^{6}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "m⁶"^^xsd:string ; + ns1:ucumCode "m6"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DimensionlessUnit, + ns1:Unit ; + rdfs:label "Mach"@en ; + dcterms:description "\"Mach\" is a unit for 'Dimensionless Ratio' expressed as $mach$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Mach"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB595"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Mach?oldid=492058934"^^xsd:anyURI ; + ns1:symbol "Mach"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Mohm"@en ; + dcterms:description """ + The $\\textit{Mohm}$ is a unit of mechanical mobility for sound waves, being the reciprocal of the mechanical $ohm$ unit of impedance, i.e., for an acoustic medium, the ratio of the flux or volumic speed (area times particle speed) of the resulting waves through it to the effective sound pressure (i.e. force) causing them, the unit being qualified, according to the units used, as m.k.s. or c.g.s. + The mechanical ohm is defined as: + $$Mohm \\equiv 1\\,dyn\\cdot\\,s\\cdot cm^{-1} \\text{ or } 10^{-3} N\\cdot s\\cdot m^{-1}$$. + """^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:expression "$mohm$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-914"^^xsd:anyURI ; + ns1:latexDefinition "$1\\:{mohm_{cgs}} = 1\\:\\frac {cm} {dyn.s}\\: (=\\:1\\:\\frac s g \\:in\\:base\\:c.g.s.\\:terms)$"^^ns1:LatexString, + "$1\\:{mohm_{mks}} = 10^{3}\\:\\frac m {N.s}\\:(=\\:10^{3}\\: \\frac s {kg}\\:in\\:base\\:m.k.s.\\:terms)$"^^ns1:LatexString ; + ns1:symbol "mohm"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Mole Degree Celsius"@en ; + dcterms:description """$\\textit{Mole Degree Celsius}$ is a C.G.S System unit for $\\textit{Temperature Amount Of Substance}$ expressed as $mol-degC$. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$mol-deg-c$"^^ns1:LatexString, + "$mol-degC$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "mol·°C"^^xsd:string ; + ns1:ucumCode "mol.Cel"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Mole Kelvin"@en ; + dcterms:description """ + The $\\textit{Mole Kelvin}$ is a unit for $\\textit{Temperature Amount Of Substance}$ expressed as $mol-K$. + """^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "mol·K"^^xsd:string ; + ns1:ucumCode "mol.K"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Mole Per Hour"@en ; + dcterms:description "SI base unit mole divided by the unit for time hour"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000277778 ; + ns1:conversionMultiplierSN 2.77778e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA884"^^xsd:string ; + ns1:plainTextDescription "SI base unit mole divided by the unit for time hour"^^xsd:string ; + ns1:symbol "mol/hr"^^xsd:string ; + ns1:ucumCode "mol.h-1"^^ns1:UCUMcs, + "mol/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L23"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Mole per Kilogram Pascal"@en ; + dcterms:description "Mole Per Kilogram Pascal ($mol/kg-pa$) is a unit of Molar Mass variation due to Pressure."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$mol/(kg.pa)$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB317"^^xsd:string ; + ns1:symbol "mol/(kg·Pa)"^^xsd:string ; + ns1:ucumCode "mol.kg-1.Pa-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P51"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Mole Per Minute"@en ; + dcterms:description "SI base unit mole divided by the unit for time minute"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.016666667 ; + ns1:conversionMultiplierSN 1.666667e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA894"^^xsd:string ; + ns1:plainTextDescription "SI base unit mole divided by the unit for time minute"^^xsd:string ; + ns1:symbol "mol/min"^^xsd:string ; + ns1:ucumCode "mol.min-1"^^ns1:UCUMcs, + "mol/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L30"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Mole Per Second"@en ; + dcterms:description "SI base unit mol divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA895"^^xsd:string, + "0112/2///62720#UAD519"^^xsd:string ; + ns1:plainTextDescription "SI base unit mol divided by the SI base unit second"^^xsd:string ; + ns1:symbol "mol/s"^^xsd:string ; + ns1:ucumCode "mol.s-1"^^ns1:UCUMcs, + "mol/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E95"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Pound Mole"@en ; + dcterms:description "The $\\textit{Pound Mole}$ is a unit for \\textit{'Mass Amount Of Substance'} expressed as $lb-mol$.

."^^ns1:LatexString ; + ns1:conversionMultiplier 453.59237 ; + ns1:conversionMultiplierSN 4.535924e+02 ; + ns1:expression "$lb-mol$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference ""^^xsd:anyURI ; + ns1:symbol "lb-mol"^^xsd:string ; + ns1:ucumCode "[mol_lb]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Pound Mole Degree Fahrenheit"@en ; + dcterms:description "$\\textit{Pound Mole Degree Fahrenheit}$ is a unit for 'Mass Amount Of Substance Temperature' expressed as $lb-mol-degF$."^^ns1:LatexString ; + ns1:conversionMultiplier 251.995761111111131270772 ; + ns1:conversionMultiplierSN 2.519958e+02 ; + ns1:expression "$lb-mol-degF$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "lb-mol·°F"^^xsd:string ; + ns1:ucumCode "[mol_lb].[degF]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Megaampere Per Square Metre"@en, + "Megaampere Per Square Meter"@en-us ; + 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 ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA203"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "MA/m²"^^xsd:string ; + ns1:ucumCode "MA.m-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B66"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Megabit per Second"@en ; + 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 ; + ns1:conversionMultiplier 693147.18055994530941723212145818 ; + ns1:conversionMultiplierSN 6.931472e+05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA226"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Data_rate_units"^^xsd:anyURI ; + ns1:symbol "mbps"^^xsd:string ; + ns1:ucumCode "MBd"^^ns1:UCUMcs, + "Mbit/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E20"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Megabecquerel"@en ; + dcterms:description "1,000,000-fold of the derived unit becquerel"^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA205"^^xsd:string ; + ns1:plainTextDescription "1,000,000-fold of the derived unit becquerel"^^xsd:string ; + ns1:prefix ; + ns1:symbol "MBq"^^xsd:string ; + ns1:ucumCode "MBq"^^ns1:UCUMcs ; + ns1:uneceCommonCode "4N"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Megacoulomb Per Cubic Metre"@en, + "Megacoulomb Per Cubic Meter"@en-us ; + 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 ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA208"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "MC/m³"^^xsd:string ; + ns1:ucumCode "MC.m-3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B69"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Mega Electron Volt per Centimetre"@en, + "Mega Electron Volt per Centimeter"@en-us ; + dcterms:description "\"Mega Electron Volt per Centimeter\" is a unit for 'Linear Energy Transfer' expressed as $MeV/cm$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.00000000001602176634 ; + ns1:conversionMultiplierSN 1.602177e-11 ; + ns1:expression "$MeV/cm$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "MeV/cm"^^xsd:string ; + ns1:ucumCode "MeV.cm-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Megagram Per Cubic Metre"@en, + "Megagram Per Cubic Meter"@en-us ; + dcterms:description "1 000-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA229"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ; + ns1:symbol "Mg/m³"^^xsd:string ; + ns1:ucumCode "Mg.m-3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B72"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Mega Hertz per Kelvin"@en ; + dcterms:description "$\\textit{Mega Hertz per Kelvin}$ is a unit for 'Inverse Time Temperature' expressed as $MHz K^{-1}$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:expression "$MHz K^{-1}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "MHz/K"^^xsd:string ; + ns1:ucumCode "MHz.K-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "MegaJoule per Kelvin"@en ; + dcterms:description "MegaJoule Per Kelvin (MegaJ/K) is a unit in the category of Entropy."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:expression "$MegaJ/K$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "MJ/K"^^xsd:string ; + ns1:ucumCode "MJ.K-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Megaohm"@en ; + dcterms:description "1,000,000-fold of the derived unit ohm"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA198"^^xsd:string ; + ns1:plainTextDescription "1,000,000-fold of the derived unit ohm"^^xsd:string ; + ns1:prefix ; + ns1:symbol "MΩ"^^xsd:string ; + ns1:ucumCode "MOhm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B75"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Megapascal Square Root Metre"@en, + "Megapascal Square Root Meter"@en-us ; + dcterms:description "1,000,000-fold of the derived unit Pascal Square Root Meter"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "1,000,000-fold of the derived unit Pascal Square Root Meter"^^xsd:string ; + ns1:prefix ; + ns1:symbol "MPa√m"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Megapascal Square Root Metre"@en, + "Megapascal Square Root Meter"@en-us ; + dcterms:description "1,000,000-fold of the derived unit Pascal Square Root Meter"^^rdf:HTML ; + dcterms:isReplacedBy ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:deprecated true ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "1,000,000-fold of the derived unit Pascal Square Root Meter"^^xsd:string ; + ns1:prefix ; + ns1:symbol "MPa√m"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Megapascal Per Bar"@en ; + dcterms:description "1,000,000-fold of the SI derived unit pascal divided by the unit bar"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 10.0 ; + ns1:conversionMultiplierSN 1e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA217"^^xsd:string ; + ns1:plainTextDescription "1,000,000-fold of the SI derived unit pascal divided by the unit bar"^^xsd:string ; + ns1:symbol "MPa/bar"^^xsd:string ; + ns1:ucumCode "MPa.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F05"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Megapascal Per Kelvin"@en ; + dcterms:description "1,000,000-fold of the SI derived unit pascal divided by the SI base unit kelvin"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA216"^^xsd:string ; + ns1:plainTextDescription "1,000,000-fold of the SI derived unit pascal divided by the SI base unit kelvin"^^xsd:string ; + ns1:symbol "MPa/K"^^xsd:string ; + ns1:ucumCode "MPa.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F85"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Megasiemens Per Metre"@en, + "Megasiemens Per Meter"@en-us ; + dcterms:description "1,000,000-fold of the SI derived unit siemens divided by the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA220"^^xsd:string ; + ns1:plainTextDescription "1,000,000-fold of the SI derived unit siemens divided by the SI base unit metre"^^xsd:string ; + ns1:symbol "MS/m"^^xsd:string ; + ns1:ucumCode "MS.m-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B77"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Megavolt Ampere Reactive"@en ; + dcterms:description "1,000,000-fold of the unit volt ampere reactive"^^rdf:HTML ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB199"^^xsd:string ; + ns1:plainTextDescription "1,000,000-fold of the unit volt ampere reactive"^^xsd:string ; + ns1:symbol "MV·A{Reactive}"^^xsd:string ; + ns1:ucumCode "MV.A{reactive}"^^ns1:UCUMcs ; + ns1:uneceCommonCode "MAR"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Microbecquerel"@en ; + dcterms:description "0.000001-fold of the SI derived unit becquerel"^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA058"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI derived unit becquerel"^^xsd:string ; + ns1:prefix ; + ns1:symbol "μBq"^^xsd:string ; + ns1:ucumCode "uBq"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H08"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Microbecquerels per kilogram"@en ; + dcterms:description "One radioactive disintegration per hundred thousand seconds from an SI standard unit of mass of sample."@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "μBq/kg"^^xsd:string ; + ns1:ucumCode "uBq.kg-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Microbecquerels per litre"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "μBq/L"^^xsd:string ; + ns1:ucumCode "uBq.L-1"^^ns1:UCUMcs, + "uBq/L"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Microcoulomb Per Cubic Metre"@en, + "Microcoulomb Per Cubic Meter"@en-us ; + dcterms:description "0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA061"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ; + ns1:symbol "µC/m³"^^xsd:string ; + ns1:ucumCode "uC.m-3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B87"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "MicroCurie"@en ; + dcterms:description "Another commonly used measure of radioactivity, the microcurie: $1 \\micro Ci = 3.7 \\times 10 disintegrations per second = 2.22 \\times 10 disintegrations per minute$. A radiotherapy machine may have roughly 1000 Ci of a radioisotope such as caesium-137 or cobalt-60. This quantity of radioactivity can produce serious health effects with only a few minutes of close-range, un-shielded exposure. The typical human body contains roughly $0.1\\micro Ci$ of naturally occurring potassium-40. "^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 37000.0 ; + ns1:conversionMultiplierSN 3.7e+04 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Curie"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA062"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Curie?oldid=495080313"^^xsd:anyURI ; + ns1:symbol "μCi"^^xsd:string ; + ns1:ucumCode "uCi"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M5"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "microfarad"@en ; + dcterms:description "The \"microfarad\" (symbolized $\\mu F$) is a unit of capacitance, equivalent to 0.000001 (10 to the -6th power) farad. The microfarad is a moderate unit of capacitance. In utility alternating-current (AC) and audio-frequency (AF) circuits, capacitors with values on the order of $1 \\mu F$ or more are common. At radio frequencies (RF), a smaller unit, the picofarad (pF), is often used."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA063"^^xsd:string ; + ns1:prefix ; + ns1:symbol "μF"^^xsd:string ; + ns1:ucumCode "uF"^^ns1:UCUMcs ; + ns1:uneceCommonCode "4O"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Microfarad Per Kilometre"@en, + "Microfarad Per Kilometer"@en-us ; + dcterms:description "0.000001-fold of the SI derived unit farad divided by the 1,000-fold of the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA064"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI derived unit farad divided by the 1,000-fold of the SI base unit metre"^^xsd:string ; + ns1:symbol "µF/km"^^xsd:string ; + ns1:ucumCode "uF.km-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H28"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Microfarad Per Metre"@en, + "Microfarad Per Meter"@en-us ; + dcterms:description "0.000001-fold of the SI derived unit farad divided by the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA065"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI derived unit farad divided by the SI base unit metre"^^xsd:string ; + ns1:symbol "µF/m"^^xsd:string ; + ns1:ucumCode "uF.m-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B89"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Microgram per square centimetre"@en ; + dcterms:description "A unit of mass per area, equivalent to 0.01 grammes per square metre"^^rdf:HTML ; + dcterms:isReplacedBy ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:deprecated true ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "A unit of mass per area, equivalent to 0.01 grammes per square metre"^^xsd:string ; + ns1:symbol "µg/cm²"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Microgram per square centimetre"@en ; + dcterms:description "A unit of mass per area, equivalent to 0.01 grammes per square metre"^^rdf:HTML ; + ns1:conversionMultiplier 0.00001 ; + ns1:conversionMultiplierSN 1e-05 ; + ns1:conversionOffset 0.0 ; + ns1:conversionOffsetSN 0e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "A unit of mass per area, equivalent to 0.01 grammes per square metre"^^xsd:string ; + ns1:symbol "µG/cm²"^^xsd:string ; + ns1:ucumCode "u[g].cm-2"^^ns1:UCUMcs, + "ug.cm-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Microgram Per Litre"@en, + "Microgram Per Liter"@en-us ; + dcterms:description "0.000000001-fold of the SI base unit kilogram divided by the unit litre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA084"^^xsd:string ; + ns1:plainTextDescription "0.000000001-fold of the SI base unit kilogram divided by the unit litre"^^xsd:string ; + ns1:symbol "μg/L"^^xsd:string ; + ns1:ucumCode "ug.L-1"^^ns1:UCUMcs, + "ug/L"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H29"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Micrograms per square metre day"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0000000000000115740740740741 ; + ns1:conversionMultiplierSN 1.157407e-14 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "μg/(m²·day)"^^xsd:string ; + ns1:ucumCode "ug.m-2.d-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Microgram Per Cubic Metre"@en, + "Microgram Per Cubic Meter"@en-us ; + dcterms:description "0.000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA085"^^xsd:string ; + ns1:plainTextDescription "0.000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ; + ns1:symbol "μg/m³"^^xsd:string ; + ns1:ucumCode "ug.m-3"^^ns1:UCUMcs, + "ug/m3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "GQ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "MicroGray"@en ; + dcterms:description "0.000001 fold of the SI unit of radiation dose. Radiation carries energy, and when it is absorbed by matter the matter receives this energy. The dose is the amount of energy deposited per unit of mass. One gray is defined to be the dose of one joule of energy absorbed per kilogram of matter, or 100 rad. The unit is named for the British physician L. Harold Gray (1905-1965), an authority on the use of radiation in the treatment of cancer."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Grey"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Grey?oldid=494774160"^^xsd:anyURI ; + ns1:omUnit ; + ns1:prefix ; + ns1:siUnitsExpression "J/kg"^^xsd:string ; + ns1:symbol "μGy"^^xsd:string ; + ns1:ucumCode "uGy"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Microhenry Per Metre"@en, + "Microhenry Per Meter"@en-us ; + dcterms:description "0.000001-fold of the SI derived unit henry divided by the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA069"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI derived unit henry divided by the SI base unit metre"^^xsd:string ; + ns1:symbol "µH/m"^^xsd:string ; + ns1:ucumCode "uH.m-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B91"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Microlitre Per Litre"@en, + "Microlitre Per Liter"@en-us ; + dcterms:description "volume ratio as 0.000001-fold of the unit litre divided by the unit litre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA089"^^xsd:string ; + ns1:plainTextDescription "volume ratio as 0.000001-fold of the unit litre divided by the unit litre"^^xsd:string ; + ns1:symbol "μL/L"^^xsd:string ; + ns1:ucumCode "uL.L-1"^^ns1:UCUMcs, + "uL/L"^^ns1:UCUMcs ; + ns1:udunitsCode "ppmv"^^xsd:string ; + ns1:uneceCommonCode "J36"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Micrometre Per Kelvin"@en, + "Micrometer Per Kelvin"@en-us ; + dcterms:description "0.000001-fold of the SI base unit metre divided by the SI base unit kelvin"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA091"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI base unit metre divided by the SI base unit kelvin"^^xsd:string ; + ns1:symbol "µm/K"^^xsd:string ; + ns1:ucumCode "um.K-1"^^ns1:UCUMcs, + "um/K"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F50"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Mikrometer pro Newton"@de, + "Micro metre per Newton"@en, + "Micro meter per Newton"@en-us ; + dcterms:description "Micro metres measured per Newton"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:conversionOffset 0.0 ; + ns1:conversionOffsetSN 0e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "Micro metres measured per Newton"^^xsd:string ; + ns1:symbol "µm/N"^^xsd:string ; + ns1:ucumCode "um.N-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic microns per cubic metre"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000000000001 ; + ns1:conversionMultiplierSN 1e-18 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + ns1:symbol "µm³/m³"^^xsd:string ; + ns1:ucumCode "um3.m-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic microns per millilitre"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + ns1:symbol "µm³/mL"^^xsd:string ; + ns1:ucumCode "um3.mL-1"^^ns1:UCUMcs, + "um3/mL"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Micromho"@en ; + dcterms:description "0.000001-fold of the obsolete unit mho of the electric conductance"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB201"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the obsolete unit mho of the electric conductance"^^xsd:string ; + ns1:prefix ; + ns1:symbol "µ℧"^^xsd:string ; + ns1:ucumCode "umho"^^ns1:UCUMcs ; + ns1:uneceCommonCode "NR"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Micromole"@en ; + dcterms:description "0.000001-fold of the SI base unit mol"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA093"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI base unit mol"^^xsd:string ; + ns1:prefix ; + ns1:symbol "μmol"^^xsd:string ; + ns1:ucumCode "umol"^^ns1:UCUMcs ; + ns1:uneceCommonCode "FH"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Micromoles per kilogram"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "µmol/kg"^^xsd:string ; + ns1:ucumCode "umol.kg-1"^^ns1:UCUMcs, + "umol/kg"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Micromoles per square metre second"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "µmol/(m²·s)"^^xsd:string ; + ns1:ucumCode "umol.m-2.s-1"^^ns1:UCUMcs, + "umol/m2/s"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Micromoles per second"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "µmol/s"^^xsd:string ; + ns1:ucumCode "umol.s-1"^^ns1:UCUMcs, + "umol/s"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Microohm"@en ; + dcterms:description "0.000001-fold of the SI derived unit ohm"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA055"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI derived unit ohm"^^xsd:string ; + ns1:prefix ; + ns1:symbol "μΩ"^^xsd:string ; + ns1:ucumCode "uOhm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B94"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Micropoise"@en ; + dcterms:description "0.000001-fold of the CGS unit of the dynamic viscosity poise"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0000001 ; + ns1:conversionMultiplierSN 1e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA072"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the CGS unit of the dynamic viscosity poise"^^xsd:string ; + ns1:symbol "μP"^^xsd:string ; + ns1:ucumCode "uP"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J32"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Microsiemens Per Centimetre"@en, + "Microsiemens Per Centimeter"@en-us ; + dcterms:description "0.000001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.0001 ; + ns1:conversionMultiplierSN 1e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA075"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre"^^xsd:string ; + ns1:symbol "μS/cm"^^xsd:string ; + ns1:ucumCode "uS.cm-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G42"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Microsiemens Per Metre"@en, + "Microsiemens Per Meter"@en-us ; + dcterms:description "0.000001-fold of the SI derived unit Siemens divided by the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA076"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI derived unit Siemens divided by the SI base unit metre"^^xsd:string ; + ns1:symbol "μS/m"^^xsd:string ; + ns1:ucumCode "uS.m-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G43"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "MicroSievert"@en ; + dcterms:description "Although the sievert has the same dimensions as the gray (i.e. joules per kilogram), it measures a different quantity. To avoid any risk of confusion between the absorbed dose and the equivalent dose, the corresponding special units, namely the gray instead of the joule per kilogram for absorbed dose and the sievert instead of the joule per kilogram for the dose equivalent, should be used. 0.000001-fold of the SI derived unit sievert."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Sievert"^^xsd:anyURI ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Sievert?oldid=495474333"^^xsd:anyURI, + "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1284"^^xsd:anyURI ; + ns1:omUnit ; + ns1:prefix ; + ns1:siUnitsExpression "J/kg"^^xsd:string ; + ns1:symbol "µSv"^^xsd:string ; + ns1:ucumCode "uSv"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "MicroSievert per hour"@en ; + dcterms:description "0.000001-fold of the derived SI unit sievert divided by the unit hour"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000277778 ; + ns1:conversionMultiplierSN 2.77778e-10 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Sievert"^^xsd:anyURI ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB466"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Sievert?oldid=495474333"^^xsd:anyURI, + "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1284"^^xsd:anyURI ; + ns1:omUnit ; + ns1:siUnitsExpression "J/kg"^^xsd:string ; + ns1:symbol "µSv/hr"^^xsd:string ; + ns1:ucumCode "uSv.h-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P72"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Milliampere Hour per Gram"@en ; + dcterms:description """$\\textit{Milliampere hour per gram}$ is a practical unit of electric charge relative to the mass of the (active) parts. + 1mAh/g describes the capability of a material to store charge equivalent to 1h charge with 1mA per gram. + The unit is often used in electrochemistry to describe the properties of active components like electrodes. + """^^ns1:LatexString ; + ns1:conversionMultiplier 3600.0 ; + ns1:conversionMultiplierSN 3.6e+03 ; + ns1:conversionOffset 0.0 ; + ns1:conversionOffsetSN 0e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "mA·h/g"^^xsd:string ; + ns1:ucumCode "mA.h.g-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millibar Per Bar"@en ; + dcterms:description "0.01-fold of the unit bar divided by the unit bar"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA812"^^xsd:string ; + ns1:plainTextDescription "0.01-fold of the unit bar divided by the unit bar"^^xsd:string ; + ns1:symbol "mbar/bar"^^xsd:string ; + ns1:ucumCode "mbar.bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F04"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millibar Per Kelvin"@en ; + dcterms:description "0.001-fold of the unit bar divided by the unit temperature kelvin"^^rdf:HTML ; + ns1:conversionMultiplier 100.0 ; + ns1:conversionMultiplierSN 1e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA811"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the unit bar divided by the unit temperature kelvin"^^xsd:string ; + ns1:symbol "mbar/K"^^xsd:string ; + ns1:ucumCode "mbar.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F84"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "MilliBecquerel"@en ; + dcterms:description "0.001-fold of the unit becquerel"^^xsd:string ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAC503"^^xsd:string ; + ns1:symbol "mBq"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millibecquerels per gram"@en ; + dcterms:description "One radioactive disintegration per thousand seconds per 1000th SI unit of sample mass."@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "mBq/g"^^xsd:string ; + ns1:ucumCode "mBq.g-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millibecquerels per kilogram"@en ; + dcterms:description "One radioactive disintegration per thousand seconds from an SI standard unit of mass of sample."@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "mBq/kg"^^xsd:string ; + ns1:ucumCode "mBq.kg-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millibecquerels per litre"@en ; + dcterms:description "One radioactive disintegration per second from the SI unit of volume (cubic metre). Equivalent to Becquerels per cubic metre."@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "mBq/L"^^xsd:string ; + ns1:ucumCode "mBq.L-1"^^ns1:UCUMcs, + "mBq/L"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millicoulomb Per Cubic Metre"@en, + "Millicoulomb Per Cubic Meter"@en-us ; + dcterms:description "0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA785"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ; + ns1:symbol "mC/m³"^^xsd:string ; + ns1:ucumCode "mC.m-3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D88"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millicurie"@en ; + dcterms:description "0.001-fold of the SI derived unit curie"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 37000000.0 ; + ns1:conversionMultiplierSN 3.7e+07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA786"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the SI derived unit curie"^^xsd:string ; + ns1:symbol "mCi"^^xsd:string ; + ns1:ucumCode "mCi"^^ns1:UCUMcs ; + ns1:uneceCommonCode "MCU"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millifarad"@en ; + dcterms:description "0.001-fold of the SI derived unit farad"^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA787"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the SI derived unit farad"^^xsd:string ; + ns1:prefix ; + ns1:symbol "mF"^^xsd:string ; + ns1:ucumCode "mF"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C10"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milligram Per Square Centimetre"@en, + "Milligram Per Square Centimeter"@en-us ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA818"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2"^^xsd:string ; + ns1:symbol "mg/cm²"^^xsd:string ; + ns1:ucumCode "mg.cm-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H63"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milligram Per Day"@en ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the unit day"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.00000000001157407 ; + ns1:conversionMultiplierSN 1.157407e-11 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA819"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the unit day"^^xsd:string ; + ns1:symbol "mg/day"^^xsd:string ; + ns1:ucumCode "mg.d-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F32"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milligram Per Hectare"@en ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the 10,000-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0000000001 ; + ns1:conversionMultiplierSN 1e-10 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA818"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the 10,000-fold of the power of the SI base unit metre with the exponent 2"^^xsd:string ; + ns1:symbol "mg/ha"^^xsd:string ; + ns1:ucumCode "mg.har-1"^^ns1:UCUMcs, + "mg/har"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milligram Per Hour"@en ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the unit hour"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0000000002777778 ; + ns1:conversionMultiplierSN 2.777778e-10 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA823"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the unit hour"^^xsd:string ; + ns1:symbol "mg/hr"^^xsd:string ; + ns1:ucumCode "mg.h-1"^^ns1:UCUMcs, + "mg/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "4M"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milligram Per Litre"@en, + "Milligram Per Liter"@en-us ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the unit litre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA827"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the unit litre"^^xsd:string ; + ns1:symbol "mg/L"^^xsd:string ; + ns1:ucumCode "mg.L-1"^^ns1:UCUMcs, + "mg/L"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M1"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milligram Per Metre"@en, + "Milligram Per Meter"@en-us ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA828"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the SI base unit metre"^^xsd:string ; + ns1:symbol "mg/m"^^xsd:string ; + ns1:ucumCode "mg.m-1"^^ns1:UCUMcs, + "mg/m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C12"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milligram Per Square Metre"@en, + "Milligram Per Square Meter"@en-us ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA829"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ; + ns1:symbol "mg/m²"^^xsd:string ; + ns1:ucumCode "mg.m-2"^^ns1:UCUMcs, + "mg/m2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "GO"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milligrams per square metre day"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0000000000115740740740741 ; + ns1:conversionMultiplierSN 1.157407e-11 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "mg/(m²·day)"^^xsd:string ; + ns1:ucumCode "mg.m-2.d-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milligrams per square metre hour"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000277777777777778 ; + ns1:conversionMultiplierSN 2.777778e-10 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "mg/(m²·hr)"^^xsd:string ; + ns1:ucumCode "mg.m-2.h-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milligrams per square metre second"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "mg/(m²·s)"^^xsd:string ; + ns1:ucumCode "mg.m-2.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milligram Per Cubic Metre"@en, + "Milligram Per Cubic Meter"@en-us ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA830"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ; + ns1:symbol "mg/m³"^^xsd:string ; + ns1:ucumCode "mg.m-3"^^ns1:UCUMcs, + "mg/m3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "GP"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milligram Per Minute"@en ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the unit minute"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.00000001666667 ; + ns1:conversionMultiplierSN 1.666667e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA833"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the unit minute"^^xsd:string ; + ns1:symbol "mg/min"^^xsd:string ; + ns1:ucumCode "mg/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F33"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milligram Per Second"@en ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA836"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the SI base unit second"^^xsd:string ; + ns1:symbol "mg/s"^^xsd:string ; + ns1:ucumCode "mg/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F34"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milligray"@en ; + dcterms:description "0.001-fold of the SI derived unit gray"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA788"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the SI derived unit gray"^^xsd:string ; + ns1:prefix ; + ns1:symbol "mGy"^^xsd:string ; + ns1:ucumCode "mGy"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C13"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millilitre Per Square Centimetre Minute"@en, + "Millilitre Per Square Centimeter Minute"@en-us ; + dcterms:description "quotient of the 0.001-fold of the unit litre and the unit minute divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.00016666667 ; + ns1:conversionMultiplierSN 1.666667e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA858"^^xsd:string ; + ns1:plainTextDescription "quotient of the 0.001-fold of the unit litre and the unit minute divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2"^^xsd:string ; + ns1:symbol "mL/(cm²·min)"^^xsd:string ; + ns1:ucumCode "mL.cm-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "35"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millilitre Per Square Centimetre Second"@en, + "Millilitre Per Square Centimeter Second"@en-us ; + dcterms:description "unit of the volume flow rate millilitre divided by second related to the transfer area as 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB085"^^xsd:string ; + ns1:plainTextDescription "unit of the volume flow rate millilitre divided by second related to the transfer area as 0.0001-fold of the power of the SI base unit metre by exponent 2"^^xsd:string ; + ns1:symbol "mL/(cm²·s)"^^xsd:string ; + ns1:ucumCode "mL.cm-2.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "35"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millilitre per Gram"@en, + "Milliliter per Gram"@en-us ; + dcterms:description "Milliliter Per Gram is a unit in the category of Specific Volume. It is also known as milliliters per gram, millilitre per gram, millilitres per gram, milliliter/gram, millilitre/gram."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:exactMatch ; + ns1:expression "$mL/g$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "mL/g"^^xsd:string ; + ns1:ucumCode "mL.g-1"^^ns1:UCUMcs, + "mL/g"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millilitre Per Kelvin"@en, + "Millilitre Per Kelvin"@en-us ; + dcterms:description "0.001-fold of the unit litre divided by the SI base unit kelvin"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA845"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the unit litre divided by the SI base unit kelvin"^^xsd:string ; + ns1:symbol "mL/K"^^xsd:string ; + ns1:ucumCode "mL.K-1"^^ns1:UCUMcs, + "mL/K"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G30"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millilitre Per Litre"@en, + "Millilitre Per Liter"@en-us ; + dcterms:description "volume ratio consisting of the 0.001-fold of the unit litre divided by the unit litre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA853"^^xsd:string ; + ns1:plainTextDescription "volume ratio consisting of the 0.001-fold of the unit litre divided by the unit litre"^^xsd:string ; + ns1:symbol "mL/L"^^xsd:string ; + ns1:ucumCode "mL.L-1"^^ns1:UCUMcs, + "mL/L"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L19"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millilitre Per Cubic Metre"@en, + "Millilitre Per Cubic Meter"@en-us ; + dcterms:description "0.001-fold of the unit litre divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA854"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the unit litre divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ; + ns1:symbol "mL/m³"^^xsd:string ; + ns1:ucumCode "mL.m-3"^^ns1:UCUMcs, + "mL/m3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H65"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millimetre Per Kelvin"@en, + "Millimeter Per Kelvin"@en-us ; + dcterms:description "0.001-fold of the SI base unit metre divided by the SI base unit kelvin"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA864"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the SI base unit metre divided by the SI base unit kelvin"^^xsd:string ; + ns1:symbol "mm/K"^^xsd:string ; + ns1:ucumCode "mm.K-1"^^ns1:UCUMcs, + "mm/K"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F53"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Millimetre Per Cubic Metre"@en, + "Cubic Millimeter Per Cubic Meter"@en-us ; + dcterms:description "volume ratio consisting of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA874"^^xsd:string ; + ns1:plainTextDescription "volume ratio consisting of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ; + ns1:symbol "mm³/m³"^^xsd:string ; + ns1:ucumCode "mm3.m-3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L21"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millimole"@en ; + dcterms:description "0.001-fold of the SI base unit mol"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA877"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the SI base unit mol"^^xsd:string ; + ns1:prefix ; + ns1:symbol "mmol"^^xsd:string ; + ns1:ucumCode "mmol"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C18"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milliohm"@en ; + dcterms:description "0.001-fold of the SI derived unit ohm"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA741"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the SI derived unit ohm"^^xsd:string ; + ns1:prefix ; + ns1:symbol "mΩ"^^xsd:string ; + ns1:ucumCode "mOhm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E45"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millipascal Second"@en ; + dcterms:description "0.001-fold of the product of the SI derived unit pascal and the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA797"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the product of the SI derived unit pascal and the SI base unit second"^^xsd:string ; + ns1:symbol "mPa·s"^^xsd:string ; + ns1:ucumCode "mPa.s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C24"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "MilliRad"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00001 ; + ns1:conversionMultiplierSN 1e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "mrad"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milliroentgen Equivalent Man"@en ; + 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 ; + ns1:conversionMultiplier 0.00001 ; + ns1:conversionMultiplierSN 1e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA898"^^xsd:string, + "0112/2///62720#UAB056"^^xsd:string ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Roentgen_equivalent_man"^^xsd:anyURI ; + ns1:plainTextDescription "The roentgen equivalent man (or rem) is a CGS unit of equivalent dose, effective dose, and committed dose, which are measures of the health effect of low levels of ionizing radiation on the human body."^^xsd:string ; + ns1:prefix ; + ns1:symbol "mrem"^^xsd:string ; + ns1:ucumCode "mREM"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L31"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millisiemens Per Centimetre"@en, + "Millisiemens Per Centimeter"@en-us ; + dcterms:description "0.001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.1 ; + ns1:conversionMultiplierSN 1e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA801"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre"^^xsd:string ; + ns1:symbol "mS/cm"^^xsd:string ; + ns1:ucumCode "mS.cm-1"^^ns1:UCUMcs, + "mS/cm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H61"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "MilliSiemens per metre"@en ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "mS/m"^^xsd:string ; + ns1:ucumCode "mS.m-1"^^ns1:UCUMcs, + "mS/m"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millisievert"@en ; + dcterms:description "0.001-fold of the SI derived unit sievert"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA802"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the SI derived unit sievert"^^xsd:string ; + ns1:prefix ; + ns1:symbol "mSv"^^xsd:string ; + ns1:ucumCode "mSv"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C28"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millivolt Per Minute"@en ; + dcterms:description "0.001-fold of the SI derived unit volt divided by the unit minute"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.00001666667 ; + ns1:conversionMultiplierSN 1.666667e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA806"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the SI derived unit volt divided by the unit minute"^^xsd:string ; + ns1:symbol "mV/min"^^xsd:string ; + ns1:ucumCode "mV.min-1"^^ns1:UCUMcs, + "mV/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H62"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milliwatt per Milligram"@en ; + dcterms:description "SI derived unit milliwatt divided by the SI derived unit milligram"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:plainTextDescription "SI derived unit milliwatt divided by the SI derived unit milligram"^^xsd:string ; + ns1:symbol "mW/mg"^^xsd:string ; + ns1:ucumCode "mW.mg-1"^^ns1:UCUMcs, + "mW/mg"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Newtonmeter pro Meter"@de, + "Newton metre per metre"@en, + "Newton meter per meter"@en-us ; + dcterms:description "This is the SI unit for the rolling resistance, which is equivalent to drag force in newton"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:conversionOffset 0.0 ; + ns1:conversionOffsetSN 0e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB463"^^xsd:string ; + ns1:plainTextDescription "This is the SI unit for the rolling resistance, which is equivalent to drag force in newton"^^xsd:string ; + ns1:symbol "N·m/m"^^xsd:string ; + ns1:ucumCode "N.m.m-1"^^ns1:UCUMcs, + "N.m/m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "Q27"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Newtonmetersekunden pro Meter"@de, + "Newton metre seconds per metre"@en, + "Newton meter seconds per meter"@en-us ; + dcterms:description "Newton metre seconds measured per metre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:conversionOffset 0.0 ; + ns1:conversionOffsetSN 0e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:plainTextDescription "Newton metre seconds measured per metre"^^xsd:string ; + ns1:symbol "N·m·s/m"^^xsd:string ; + ns1:ucumCode "N.m.s.m-1"^^ns1:UCUMcs, + "N.m.s/m"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Newtonmetersekunden pro Radian"@de, + "Newton metre seconds per radian"@en, + "Newton meter seconds per radian"@en-us ; + dcterms:description "Newton metre seconds measured per radian"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:conversionOffset 0.0 ; + ns1:conversionOffsetSN 0e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "Newton metre seconds measured per radian"^^xsd:string ; + ns1:symbol "N·m·s/rad"^^xsd:string ; + ns1:ucumCode "N.m.s.rad-1"^^ns1:UCUMcs, + "N.m.s/rad"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Newton Square Metre"@en, + "Newton Square Meter"@en-us ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "N·m²"^^xsd:string ; + ns1:ucumCode "N.m2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Newton Per Ampere"@en ; + dcterms:description "SI derived unit newton divided by the SI base unit ampere"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA236"^^xsd:string ; + ns1:plainTextDescription "SI derived unit newton divided by the SI base unit ampere"^^xsd:string ; + ns1:symbol "N/A"^^xsd:string ; + ns1:ucumCode "N.A-1"^^ns1:UCUMcs, + "N/A"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H40"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Newton per Coulomb"@en ; + dcterms:description "Newton Per Coulomb ( N/C) is a unit in the category of Electric field strength. It is also known as newtons/coulomb. Newton Per Coulomb ( N/C) has a dimension of MLT-3I-1 where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. It essentially the same as the corresponding standard SI unit V/m."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$N/C$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "N/C"^^xsd:string ; + ns1:ucumCode "N.C-1"^^ns1:UCUMcs, + "N/C"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Newton per Kilogram"@en ; + dcterms:description "Gravitational field strength at a point is the gravitational force per unit mass at that point. It is a vector and its S.I. unit is N kg-1."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$N/kg$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "N/kg"^^xsd:string ; + ns1:ucumCode "N.kg-1"^^ns1:UCUMcs, + "N/kg"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Newtons per cubic metre"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "N/m³"^^xsd:string ; + ns1:ucumCode "N.m-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "نيوتن ثانية"@ar, + "newton sekunda"@cs, + "Newtonsekunde"@de, + "newton second"@en, + "newton segundo"@es, + "نیوتون ثانیه"@fa, + "newton-seconde"@fr, + "न्यूटन सैकण्ड"@hi, + "newton per secondo"@it, + "ニュートン秒"@ja, + "newton saat"@ms, + "niutonosekunda"@pl, + "newton-segundo"@pt, + "newton-secundă"@ro, + "ньютон-секунда"@ru, + "newton saniye"@tr, + "牛秒"@zh ; + dcterms:description "product of the SI derived unit newton and the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA251"^^xsd:string ; + ns1:plainTextDescription "product of the SI derived unit newton and the SI base unit second"^^xsd:string ; + ns1:symbol "N·s"^^xsd:string ; + ns1:ucumCode "N.s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C57"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Newtonsekunden pro Meter"@de, + "Newton Second per Metre"@en, + "Newton Second per Meter"@en-us ; + dcterms:description "Newton second measured per metre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:conversionOffset 0.0 ; + ns1:conversionOffsetSN 0e+00 ; + ns1:expression "$N-s/m$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA252"^^xsd:string ; + ns1:plainTextDescription "Newton second measured per metre"^^xsd:string ; + ns1:symbol "N·s/m"^^xsd:string ; + ns1:ucumCode "N.s.m-1"^^ns1:UCUMcs, + "N.s/m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C58"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Newton second per Cubic Metre"@en, + "Newton second per Cubic Meter"@en-us ; + dcterms:description "The SI unit of specific acoustic impedance. When sound waves pass through any physical substance the pressure of the waves causes the particles of the substance to move. The sound specific impedance is the ratio between the sound pressure and the particle velocity it produces. The specific impedance is $1 N \\cdot s \\cdot m^{-3} $ if unit pressure produces unit velocity."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:expression "$N \\cdot s \\cdot m^{-3}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:latexSymbol "\\(N \\cdot s \\cdot m^{-3}\\)"^^ns1:LatexString ; + ns1:symbol "N·s/m³"^^xsd:string ; + ns1:ucumCode "N.s.m-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Newtonsekunden pro Radian"@de, + "Newton seconds per radian"@en, + "Newton seconds per radian"@en-us ; + dcterms:description "Newton seconds measured per radian"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:conversionOffset 0.0 ; + ns1:conversionOffsetSN 0e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "Newton seconds measured per radian"^^xsd:string ; + ns1:symbol "N·s/rad"^^xsd:string ; + ns1:ucumCode "N.s.rad-1"^^ns1:UCUMcs, + "N.s/rad"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Nat per Second"@en ; + dcterms:description "\"Nat per Second\" is information rate in natural units."^^rdf:HTML ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$nat-per-sec$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB348"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Nat?oldid=474010287"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31898"^^xsd:anyURI ; + ns1:symbol "nat/s"^^xsd:string ; + ns1:uneceCommonCode "Q19"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Nephelometry Turbidity Unit"@en ; + dcterms:description "\"Nephelometry Turbidity Unit\" is a C.G.S System unit for 'Turbidity' expressed as $NTU$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "NTU"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Number per hectare"@en ; + dcterms:description "Count of an entity or phenomenon's occurrence in 10,000 times the SI unit area (square metre)."@en ; + ns1:conversionMultiplier 0.0001 ; + ns1:conversionMultiplierSN 1e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "/ha"^^xsd:string ; + ns1:ucumCode "/har"^^ns1:UCUMcs, + "{#}.har-1"^^ns1:UCUMcs, + "{#}/har"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Number per square kilometre"@en ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "/km²"^^xsd:string ; + ns1:ucumCode "{#}.km-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Number per square metre"@en ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "/m²"^^xsd:string ; + ns1:ucumCode "/m2"^^ns1:UCUMcs, + "{#}.m-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Number per square metre day"@en ; + ns1:conversionMultiplier 0.0000115740740740741 ; + ns1:conversionMultiplierSN 1.157407e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "/(m²·day)"^^xsd:string ; + ns1:ucumCode "{#}.m-2.d-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "NanoBecquerel"@en ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "nBq"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Nanobecquerels per litre"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "nBq/L"^^xsd:string ; + ns1:ucumCode "nBq.L-1"^^ns1:UCUMcs, + "nBq/L"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Nanofarad"@en ; + dcterms:description "A common metric unit of electric capacitance equal to $10^{-9} farad$. This unit was previously called the $millimicrofarad$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Farad"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA903"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Farad?oldid=493070876"^^xsd:anyURI ; + ns1:prefix ; + ns1:symbol "nF"^^xsd:string ; + ns1:ucumCode "nF"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C41"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Nanofarad Per Metre"@en, + "Nanofarad Per Meter"@en-us ; + dcterms:description "0.000000001-fold of the SI derived unit farad divided by the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA904"^^xsd:string ; + ns1:plainTextDescription "0.000000001-fold of the SI derived unit farad divided by the SI base unit metre"^^xsd:string ; + ns1:symbol "nF/m"^^xsd:string ; + ns1:ucumCode "nF.m-1"^^ns1:UCUMcs, + "nF/m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C42"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Nanograms per day"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0000000000000000115740740740741 ; + ns1:conversionMultiplierSN 1.157407e-17 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "ng/day"^^xsd:string ; + ns1:ucumCode "ng.d-1"^^ns1:UCUMcs, + "ng/d"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Nanograms per litre"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "ng/L"^^xsd:string ; + ns1:ucumCode "ng.L-1"^^ns1:UCUMcs, + "ng/L"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Nanograms per square metre Pascal second"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Perm_(unit)"^^xsd:anyURI ; + ns1:symbol "kg/(m²·s·Pa)"^^xsd:string ; + ns1:ucumCode "ng.m-2.Pa-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Nanogram Per Cubic Metre"@en, + "Nanogram Per Cubic Meter"@en-us ; + dcterms:description "\"0.000000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3\""^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:plainTextDescription "0.000000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ; + ns1:symbol "ng/m³"^^xsd:string ; + ns1:ucumCode "ng.m-3"^^ns1:UCUMcs ; + rdfs:comment "\"Derived from GM-PER-M3 which exists in QUDT\""^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Nanograms per microlitre"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "ng/µL"^^xsd:string ; + ns1:ucumCode "ng.uL-1"^^ns1:UCUMcs, + "ng/uL"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Nanohenry Per Metre"@en, + "Nanohenry Per Meter"@en-us ; + dcterms:description "0.000000001-fold of the SI derived unit henry divided by the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA906"^^xsd:string ; + ns1:plainTextDescription "0.000000001-fold of the SI derived unit henry divided by the SI base unit metre"^^xsd:string ; + ns1:symbol "nH/m"^^xsd:string ; + ns1:ucumCode "nH.m-1"^^ns1:UCUMcs, + "nH/m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C44"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Nanometer Per Centimeter PSI"@en ; + ns1:conversionMultiplier 0.0000000000145037738 ; + ns1:conversionMultiplierSN 1.450377e-11 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + ns1:siUnitsExpression "nm/cm/PSI"^^xsd:string ; + ns1:symbol "nm/(cm·psi)"^^xsd:string ; + ns1:ucumCode "nm.cm-1.PSI-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Nanomoles per kilogram"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "nmol/kg"^^xsd:string ; + ns1:ucumCode "nmol.kg-1"^^ns1:UCUMcs, + "nmol/kg"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Nanomoles per litre"@en ; + dcterms:description "A scaled unit of amount-of-substance concentration."@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "nmol/L"^^xsd:string ; + ns1:ucumCode "nmol.L-1"^^ns1:UCUMcs, + "nmol/L"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Nanosiemens Per Centimetre"@en, + "Nanosiemens Per Centimeter"@en-us ; + dcterms:description "0.000000001-fold of the SI derived unit Siemens by the 0.01 fol of the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.0000001 ; + ns1:conversionMultiplierSN 1e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA907"^^xsd:string ; + ns1:plainTextDescription "0.000000001-fold of the SI derived unit Siemens by the 0.01 fol of the SI base unit metre"^^xsd:string ; + ns1:symbol "nS/cm"^^xsd:string ; + ns1:ucumCode "nS.cm-1"^^ns1:UCUMcs, + "nS/cm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G44"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Nanosiemens Per Metre"@en, + "Nanosiemens Per Meter"@en-us ; + dcterms:description "0.000000001-fold of the SI derived unit Siemens divided by the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA908"^^xsd:string ; + ns1:plainTextDescription "0.000000001-fold of the SI derived unit Siemens divided by the SI base unit metre"^^xsd:string ; + ns1:symbol "nS/m"^^xsd:string ; + ns1:ucumCode "nS.m-1"^^ns1:UCUMcs, + "nS/m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G45"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Oersted Centimetre"@en, + "Oersted Centimeter"@en-us ; + dcterms:description "\"Oersted Centimeter\" is a C.G.S System unit for 'Magnetomotive Force' expressed as $Oe-cm$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.795774715 ; + ns1:conversionMultiplierSN 7.957747e-01 ; + ns1:expression "$Oe-cm$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "Oe·cm"^^xsd:string ; + ns1:ucumCode "Oe.cm"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ohm Square Metre per Metre"@en, + "Ohm Square Meter per Meter"@en-us ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "Ω·m²/m"^^xsd:string ; + ns1:ucumCode "Ohm2.m.m-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Abohm"@en ; + 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."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Abohm"^^xsd:anyURI ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Abohm?oldid=480725336"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "abΩ"^^xsd:string ; + ns1:ucumCode "nOhm"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Statohm"@en ; + 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."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 898760000000.0 ; + ns1:conversionMultiplierSN 8.9876e+11 ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://whatis.techtarget.com/definition/statohm-stat-W"^^xsd:anyURI ; + ns1:latexSymbol "$stat\\Omega$"^^ns1:LatexString ; + ns1:omUnit ; + ns1:symbol "statΩ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ounce (avoirdupois) Foot"@en ; + dcterms:description "unit of the unbalance as a product of avoirdupois ounce according to the avoirdupois system of units and foot according to the Anglo-American and Imperial system of units"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0086409 ; + ns1:conversionMultiplierSN 8.6409e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB133"^^xsd:string ; + ns1:plainTextDescription "unit of the unbalance as a product of avoirdupois ounce according to the avoirdupois system of units and foot according to the Anglo-American and Imperial system of units"^^xsd:string ; + ns1:symbol "oz·ft"^^xsd:string ; + ns1:ucumCode "[oz_av].[ft_i]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "4R"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ounce (avoirdupois) Inch"@en ; + dcterms:description "unit of the unbalance as a product of avoirdupois ounce according to the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.000720077887375 ; + ns1:conversionMultiplierSN 7.200779e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB132"^^xsd:string ; + ns1:plainTextDescription "unit of the unbalance as a product of avoirdupois ounce according to the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units"^^xsd:string ; + ns1:symbol "oz·in"^^xsd:string ; + ns1:ucumCode "[oz_av].[in_i]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "4Q"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ounce (avoirdupois) Per Day"@en ; + 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 ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.00000032812 ; + ns1:conversionMultiplierSN 3.2812e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA919"^^xsd:string ; + ns1:plainTextDescription "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time day"^^xsd:string ; + ns1:symbol "oz/day"^^xsd:string ; + ns1:ucumCode "[oz_av].d-1"^^ns1:UCUMcs, + "[oz_av]/d"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L33"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Imperial Mass Ounce per Square Foot"@en ; + dcterms:description "\"Ounce per Square Foot\" is an Imperial unit for 'Mass Per Area' expressed as $oz/ft^{2}$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.305151727 ; + ns1:conversionMultiplierSN 3.051517e-01 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "oz/ft^{2}"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB105"^^xsd:string ; + ns1:symbol "oz/ft²{US}"^^xsd:string ; + ns1:ucumCode "[oz_av].[sft_i]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "37"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ounce (avoirdupois) Per Gallon (UK)"@en ; + dcterms:description "unit of the density according to the Imperial system of units"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 6.236 ; + ns1:conversionMultiplierSN 6.236e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA923"^^xsd:string ; + ns1:plainTextDescription "unit of the density according to the Imperial system of units"^^xsd:string ; + ns1:symbol "oz/gal{UK}"^^xsd:string ; + ns1:ucumCode "[oz_av].[gal_br]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L37"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ounce (avoirdupois) Per Gallon (US)"@en ; + dcterms:description "unit of the density according to the Anglo-American system of units"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 7.48915170730603928399457848784464 ; + ns1:conversionMultiplierSN 7.489152e+00 ; + ns1:definedUnitOfSystem , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA924"^^xsd:string ; + ns1:informativeReference "https://cdd.iec.ch/cdd/iec61360/iec61360.nsf/Units/0112-2---62720%23UAA924"^^xsd:anyURI ; + ns1:plainTextDescription "unit of the density according to the Anglo-American system of units"^^xsd:string ; + ns1:symbol "oz/gal{US}"^^xsd:string ; + ns1:ucumCode "[oz_av].[gal_us]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L38"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ounce (avoirdupois) Per Hour"@en ; + 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 ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.00000787487 ; + ns1:conversionMultiplierSN 7.87487e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA920"^^xsd:string ; + ns1:plainTextDescription "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time hour"^^xsd:string ; + ns1:symbol "oz/hr"^^xsd:string ; + ns1:ucumCode "[oz_av].h-1"^^ns1:UCUMcs, + "[oz_av]/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L34"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ounce (avoirdupois) Per Minute"@en ; + dcterms:description "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time minute"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.000472492 ; + ns1:conversionMultiplierSN 4.72492e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA921"^^xsd:string ; + ns1:plainTextDescription "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time minute"^^xsd:string ; + ns1:symbol "oz/min"^^xsd:string ; + ns1:ucumCode "[oz_av].min-1"^^ns1:UCUMcs, + "[oz_av]/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L35"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ounce (avoirdupois) Per Second"@en ; + dcterms:description "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.02834952 ; + ns1:conversionMultiplierSN 2.834952e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA922"^^xsd:string ; + ns1:plainTextDescription "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the SI base unit second"^^xsd:string ; + ns1:symbol "oz/s"^^xsd:string ; + ns1:ucumCode "[oz_av].s-1"^^ns1:UCUMcs, + "[oz_av]/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L36"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Imperial Mass Ounce per Square Yard"@en ; + dcterms:description "\"Ounce per Square Yard\" is an Imperial unit for 'Mass Per Area' expressed as $oz/yd^{2}$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0339057474748823 ; + ns1:conversionMultiplierSN 3.390575e-02 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "oz/yd²"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB104"^^xsd:string ; + ns1:symbol "oz/yd³{US}"^^xsd:string ; + ns1:ucumCode "[oz_av].[syd_i]-1"^^ns1:UCUMcs, + "[oz_av]/[syd_i]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "ON"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ounce (avoirdupois) Per Cubic Yard"@en ; + dcterms:description "unit ounce according to the avoirdupois system of units divided by the power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0370798 ; + ns1:conversionMultiplierSN 3.70798e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA918"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "oz/yd³"^^xsd:string ; + ns1:ucumCode "[oz_av].[cyd_i]-1"^^ns1:UCUMcs, + "[oz_av]/[cyd_i]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G32"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ounce Mass"@en ; + dcterms:description "An ounce of mass is 1/16th of a pound of mass, based on the international standard definition of the pound as exactly 0.45359237 kg."^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.028349523125 ; + ns1:conversionMultiplierSN 2.834952e-02 ; + ns1:definedUnitOfSystem , + ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "oz"^^xsd:string ; + ns1:ucumCode "[oz_av]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "ONZ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "US Liquid Ounce"@en ; + dcterms:description "\"US Liquid Ounce\" is a unit for 'Liquid Volume' expressed as $oz$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0000295735296 ; + ns1:conversionMultiplierSN 2.957353e-05 ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA916"^^xsd:string ; + ns1:symbol "fl oz{US}"^^xsd:string ; + ns1:ucumCode "[foz_us]"^^ns1:UCUMcs ; + ns1:udunitsCode "fl oz"^^xsd:string ; + ns1:uneceCommonCode "OZA"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pascal Square Root Metre"@en, + "Pascal Square Root Meter"@en-us ; + dcterms:description "A metric unit for stress intensity factor and fracture toughness."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "A metric unit for stress intensity factor and fracture toughness."^^xsd:string ; + ns1:symbol "Pa√m"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pascal Square Root Metre"@en, + "Pascal Square Root Meter"@en-us ; + dcterms:description "A metric unit for stress intensity factor and fracture toughness."^^rdf:HTML ; + dcterms:isReplacedBy ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:deprecated true ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "A metric unit for stress intensity factor and fracture toughness."^^xsd:string ; + ns1:symbol "Pa√m"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pascal Per Bar"@en ; + dcterms:description "SI derived unit pascal divided by the unit bar"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00001 ; + ns1:conversionMultiplierSN 1e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA260"^^xsd:string ; + ns1:plainTextDescription "SI derived unit pascal divided by the unit bar"^^xsd:string ; + ns1:symbol "Pa/bar"^^xsd:string ; + ns1:ucumCode "Pa.bar-1"^^ns1:UCUMcs, + "Pa/bar"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F07"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pascal per Hour"@en ; + dcterms:description "A rate of change of pressure measured as the number of Pascals in a period of one hour."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000277777778 ; + ns1:conversionMultiplierSN 2.777778e-04 ; + ns1:expression "$P / hr$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "Pa/hr"^^xsd:string ; + ns1:ucumCode "Pa.h-1"^^ns1:UCUMcs, + "Pa/h"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pascal per Kelvin"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$pascal-per-kelvin$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA259"^^xsd:string ; + ns1:symbol "Pa/K"^^xsd:string ; + ns1:ucumCode "Pa.K-1"^^ns1:UCUMcs, + "Pa/K"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C64"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pascal Per Metre"@en, + "Pascal Per Meter"@en-us ; + dcterms:description "SI derived unit pascal divided by the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA262"^^xsd:string ; + ns1:plainTextDescription "SI derived unit pascal divided by the SI base unit metre"^^xsd:string ; + ns1:symbol "Pa/m"^^xsd:string ; + ns1:ucumCode "Pa.m-1"^^ns1:UCUMcs, + "Pa/m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H42"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pascal per Minute"@en ; + dcterms:description "A rate of change of pressure measured as the number of Pascals in a period of one minute."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0166666667 ; + ns1:conversionMultiplierSN 1.666667e-02 ; + ns1:expression "$P / min$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "Pa/min"^^xsd:string ; + ns1:ucumCode "Pa.min-1"^^ns1:UCUMcs, + "Pa/min"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pascal per Second"@en ; + dcterms:description "A rate of change of pressure measured as the number of Pascals in a period of one second."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$P / s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "Pa/s"^^xsd:string ; + ns1:ucumCode "Pa.s-1"^^ns1:UCUMcs, + "Pa/s"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "باسكال ثانية"@ar, + "pascal sekunda"@cs, + "Pascalsekunde"@de, + "pascal second"@en, + "pascal segundo"@es, + "نیوتون ثانیه"@fa, + "pascal-seconde"@fr, + "पास्कल सैकण्ड"@hi, + "pascal per secondo"@it, + "パスカル秒"@ja, + "pascal saat"@ms, + "paskalosekunda"@pl, + "pascal-segundo"@pt, + "pascal-secundă"@ro, + "паскаль-секунда"@ru, + "pascal sekunda"@sl, + "pascal saniye"@tr, + "帕斯卡秒"@zh ; + dcterms:description "The SI unit of dynamic viscosity, equal to 10 poises or 1000 centipoises. "^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$Pa-s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA265"^^xsd:string ; + ns1:siUnitsExpression "Pa.s"^^xsd:string ; + ns1:symbol "Pa·s"^^xsd:string ; + ns1:ucumCode "Pa.s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C65"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Square Pascal Second"@en ; + dcterms:description "Square Pascal Second ($Pa^2\\cdot s$) is a unit in the category of sound exposure."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$Pa2-s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB339"^^xsd:string ; + ns1:informativeReference "http://www.efunda.com/glossary/units/units--specific_acoustic_impedance--pascal_second_per_meter.cfm"^^xsd:anyURI ; + ns1:siUnitsExpression "Pa2.s"^^xsd:string ; + ns1:symbol "Pa²·s"^^xsd:string ; + ns1:ucumCode "Pa2.s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P42"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Cubic Centimetre"@en, + "Reciprocal Cubic Centimeter"@en-us ; + dcterms:description "reciprocal of the 0.000001-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA383"^^xsd:string ; + ns1:plainTextDescription "reciprocal of the 0.000001-fold of the power of the SI base unit metre with the exponent 3"^^xsd:string ; + ns1:symbol "/cm³"^^xsd:string ; + ns1:ucumCode "cm-3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H50"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Square Electron Volt"@en ; + dcterms:description "Per Square Electron Volt is a denominator unit with dimensions $/eV^2$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 38956440500000000000000000000000000000.0 ; + ns1:conversionMultiplierSN 3.895644e+37 ; + ns1:expression "$/eV^2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "/eV²"^^xsd:string ; + ns1:ucumCode "eV-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Cubic Foot"@en ; + dcterms:description "reciprocal value of the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 35.31466 ; + ns1:conversionMultiplierSN 3.531466e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA453"^^xsd:string ; + ns1:plainTextDescription "reciprocal value of the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3"^^xsd:string ; + ns1:symbol "/ft³"^^xsd:string ; + ns1:ucumCode "/[cft_i]"^^ns1:UCUMcs, + "[cft_i]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K20"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Cubic Inch"@en ; + dcterms:description "reciprocal value of the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 61023.76 ; + ns1:conversionMultiplierSN 6.102376e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA546"^^xsd:string ; + ns1:plainTextDescription "reciprocal value of the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3"^^xsd:string ; + ns1:symbol "/in³"^^xsd:string ; + ns1:ucumCode "/[cin_i]"^^ns1:UCUMcs, + "[cin_i]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K49"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Joule Cubic Metre"@en, + "Reciprocal Joule Cubic Meter"@en-us ; + dcterms:description "unit of the density of states as a reciprocal of the derived unit joule related to the power of the SI base unit metre by exponent 3"^^xsd:string ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$j^{-1}-m^3$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB165"^^xsd:string ; + ns1:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:symbol "/(J·m³)"^^xsd:string ; + ns1:ucumCode "J-1.m-3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C90"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Square Joule"@en ; + dcterms:description "Per Square Joule is a denominator unit with dimensions $/eV^2$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$/J^2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "/J²"^^xsd:string ; + ns1:ucumCode "J-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Square Kilogram"@en ; + dcterms:description "Per Square Kilogram is a denominator unit with dimensions $/kg^2$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$/kg^2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "/kg²"^^xsd:string ; + ns1:ucumCode "kg-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Kilovolt Ampere Hour"@en ; + dcterms:description "reciprocal of the 1,000-fold of the product of the SI derived unit volt and the SI base unit ampere and the unit hour"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA098"^^xsd:string ; + ns1:plainTextDescription "reciprocal of the 1,000-fold of the product of the SI derived unit volt and the SI base unit ampere and the unit hour"^^xsd:string ; + ns1:symbol "/(kV·A·hr)"^^xsd:string ; + ns1:ucumCode "kV-1.A-1.h-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Litre"@en, + "Reciprocal Liter"@en-us ; + dcterms:description "reciprocal value of the unit litre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA667"^^xsd:string ; + ns1:plainTextDescription "reciprocal value of the unit litre"^^xsd:string ; + ns1:symbol "/L"^^xsd:string ; + ns1:ucumCode "/L"^^ns1:UCUMcs, + "L-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K63"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Reciprocal Square Metre"@en, + "Reciprocal Square Meter"@en-us ; + dcterms:description "\"Per Square Meter\" is a denominator unit with dimensions $/m^2$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Steradian"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA739"^^xsd:string, + "0112/2///62720#UAD611"^^xsd:string ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:symbol "/m²"^^xsd:string ; + ns1:ucumCode "/m2"^^ns1:UCUMcs, + "m-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C93"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Mille Psi"@en ; + dcterms:description "thousandth divided by the composed unit for pressure (pound-force per square inch)"^^rdf:HTML ; + ns1:conversionMultiplier 0.0000001450377 ; + ns1:conversionMultiplierSN 1.450377e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAA016"^^xsd:string ; + ns1:plainTextDescription "thousandth divided by the composed unit for pressure (pound-force per square inch)"^^xsd:string ; + ns1:symbol "/ksi"^^xsd:string ; + ns1:uneceCommonCode "J12"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Cubic Millimetre"@en, + "Reciprocal Cubic Millimeter"@en-us ; + dcterms:description "reciprocal value of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000000.0 ; + ns1:conversionMultiplierSN 1e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA870"^^xsd:string ; + ns1:plainTextDescription "reciprocal value of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3"^^xsd:string ; + ns1:symbol "/mm³"^^xsd:string ; + ns1:ucumCode "/mm3"^^ns1:UCUMcs, + "mm-3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L20"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Second Square Metre"@en, + "Reciprocal Second Square Meter"@en-us ; + dcterms:description "$\\textit{Per Second Square Meter}$ is a measure of flux with dimensions $/sec-m^2$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$per-sec-m^2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA974"^^xsd:string ; + ns1:symbol "s⁻¹·m⁻²"^^xsd:string ; + ns1:ucumCode "/(s1.m2)"^^ns1:UCUMcs, + "s-1.m-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C99"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Second Square Metre Steradian"@en, + "Reciprocal Second Square Meter Steradian"@en-us ; + dcterms:description "Per Second Square Meter Steradian is a denominator unit with dimensions $/sec-m^2-sr$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$/sec-m^2-sr$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "/(s·m²·sr)"^^xsd:string ; + ns1:ucumCode "/(s.m2.sr)"^^ns1:UCUMcs, + "s-1.m-2.sr-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D2"^^xsd:string ; + rdfs:comment "It is not clear this unit is ever used. [Editor]"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Cubic Yard"@en ; + dcterms:description "reciprocal value of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1.307951 ; + ns1:conversionMultiplierSN 1.307951e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB033"^^xsd:string ; + ns1:plainTextDescription "reciprocal value of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3"^^xsd:string ; + ns1:symbol "/yd³"^^xsd:string ; + ns1:ucumCode "[cyd_i]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M10"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Percent Relative Humidity"@en ; + dcterms:description "Percent relative humidity is the ratio of the partial pressure of water vapor to the equilibrium vapor pressure of water at a given temperature, expressed as a percentage."^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "Percent relative humidity is the ratio of the partial pressure of water vapor to the equilibrium vapor pressure of water at a given temperature, expressed as a percentage."^^xsd:string ; + ns1:symbol "%RH"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Relative Electromagnetic Permeability"@en ; + dcterms:description "Relative permeability, denoted by the symbol $\\mu _T$, is the ratio of the permeability of a specific medium to the permeability of free space $\\mu _0$"^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Relative_permeability"^^xsd:anyURI ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Relative_permeability"^^xsd:anyURI ; + ns1:latexSymbol "$\\mu\\,T$"^^ns1:LatexString ; + ns1:symbol "μₜ"^^xsd:string ; + ns1:ucumCode "[mu_0]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Relative Permeability"@en ; + 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."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00000125663706 ; + ns1:conversionMultiplierSN 1.256637e-06 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Relative_permeability"^^xsd:anyURI ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Relative_permeability"^^xsd:anyURI ; + ns1:symbol "kᵣ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Metric Perm"@en ; + 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 metre, per millimeter of mercury."@en ; + ns1:conversionMultiplier 0.0000000000868127 ; + ns1:conversionMultiplierSN 8.68127e-11 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Perm_(unit)"^^xsd:anyURI ; + ns1:symbol "perm{Metric}"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "U.S. Perm"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0000000000572135 ; + ns1:conversionMultiplierSN 5.72135e-11 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Perm_(unit)"^^xsd:anyURI ; + ns1:symbol "perm{US}"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "US Liquid Pint"@en ; + dcterms:description "\"US Liquid Pint\" is a unit for 'Liquid Volume' expressed as $pt$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0004731765 ; + ns1:conversionMultiplierSN 4.731765e-04 ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA957"^^xsd:string ; + ns1:symbol "pt{US}"^^xsd:string ; + ns1:ucumCode "[pt_us]"^^ns1:UCUMcs ; + ns1:udunitsCode "pt"^^xsd:string ; + ns1:uneceCommonCode "PT"^^xsd:string, + "PTL"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "US Dry Pint"@en ; + dcterms:description "\"US Dry Pint\" is a C.G.S System unit for 'Dry Volume' expressed as $dry_pt$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000550610471 ; + ns1:conversionMultiplierSN 5.506105e-04 ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA962"^^xsd:string ; + ns1:symbol "pt{US Dry}"^^xsd:string ; + ns1:ucumCode "[dpt_us]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L61"^^xsd:string, + "PTD"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "US Peck"@en ; + dcterms:description "A peck is an imperial and U.S. customary unit of dry volume, equivalent to 2 gallons or 8 dry quarts or 16 dry pints. Two pecks make a kenning (obsolete), and four pecks make a bushel. In Scotland, the peck was used as a dry measure until the introduction of imperial units as a result of the Weights and Measures Act of 1824. The peck was equal to about 9 litres (in the case of certain crops, such as wheat, peas, beans and meal) and about 13 litres (in the case of barley, oats and malt). A firlot was equal to 4 pecks and the peck was equal to 4 lippies or forpets. "^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00880976754 ; + ns1:conversionMultiplierSN 8.809768e-03 ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA948"^^xsd:string ; + ns1:symbol "peck{US Dry}"^^xsd:string ; + ns1:ucumCode "[pk_us]"^^ns1:UCUMcs ; + ns1:udunitsCode "pk"^^xsd:string ; + ns1:uneceCommonCode "G23"^^xsd:string, + "PY"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Poise"@en ; + dcterms:description "The poise is the unit of dynamic viscosity in the centimetre gram second system of units. It is named after Jean Louis Marie Poiseuille."^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.1 ; + ns1:conversionMultiplierSN 1e-01 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Poise"^^xsd:anyURI ; + ns1:derivedCoherentUnitOfSystem ; + ns1:derivedUnitOfSystem , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA255"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Poise?oldid=487835641"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "P"^^xsd:string ; + ns1:ucumCode "P"^^ns1:UCUMcs ; + ns1:uneceCommonCode "89"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Psi Per Psi"@en ; + dcterms:description "composed unit for pressure (pound-force per square inch) divided by the composed unit for pressure (pound-force per square inch)"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA951"^^xsd:string ; + ns1:plainTextDescription "composed unit for pressure (pound-force per square inch) divided by the composed unit for pressure (pound-force per square inch)"^^xsd:string ; + ns1:symbol "psi/psi"^^xsd:string ; + ns1:ucumCode "[psi].[psi]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L52"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Picofarad"@en ; + dcterms:description "\"PicoF\" is a common unit of electric capacitance equal to $10^{-12} farad$. This unit was formerly called the micromicrofarad."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Farad"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA930"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Farad?oldid=493070876"^^xsd:anyURI ; + ns1:prefix ; + ns1:symbol "pF"^^xsd:string ; + ns1:ucumCode "pF"^^ns1:UCUMcs ; + ns1:uneceCommonCode "4T"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Picofarad Per Metre"@en, + "Picofarad Per Meter"@en-us ; + dcterms:description "0.000000000001-fold of the SI derived unit farad divided by the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA931"^^xsd:string ; + ns1:plainTextDescription "0.000000000001-fold of the SI derived unit farad divided by the SI base unit metre"^^xsd:string ; + ns1:symbol "pF/m"^^xsd:string ; + ns1:ucumCode "pF.m-1"^^ns1:UCUMcs, + "pF/m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C72"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Picograms per litre"@en ; + dcterms:description "One 10**15 part of the SI standard unit of mass of the measurand per litre volume of matrix.."@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "pg/L"^^xsd:string ; + ns1:ucumCode "pg.L-1"^^ns1:UCUMcs, + "pg/L"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Picomoles per kilogram"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "pmol/kg"^^xsd:string ; + ns1:ucumCode "pmol.kg-1"^^ns1:UCUMcs, + "pmol/kg"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Picosiemens Per Metre"@en, + "Picosiemens Per Meter"@en-us ; + dcterms:description "0.000000000001-fold of the SI derived unit Siemens divided by the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA934"^^xsd:string ; + ns1:plainTextDescription "0.000000000001-fold of the SI derived unit Siemens divided by the SI base unit metre"^^xsd:string ; + ns1:symbol "pS/m"^^xsd:string ; + ns1:ucumCode "pS.m-1"^^ns1:UCUMcs, + "pS/m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L42"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Planck Current Density"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 133177400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000.0 ; + ns1:conversionMultiplierSN 1.331774e+95 ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "planckcurrentdensity"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Planck Impedance"@en ; + dcterms:description "The Planck impedance is the unit of electrical resistance, denoted by ZP, in the system of natural units known as Planck units. The Planck impedance is directly coupled to the impedance of free space, Z0, and differs in value from Z0 only by a factor of $4\\pi$. If the Planck charge were instead defined to normalize the permittivity of free space, $\\epsilon_0$, rather than the Coulomb constant, $1/(4\\pi\\epsilon_0)$, then the Planck impedance would be identical to the characteristic impedance of free space."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 29.9792458 ; + ns1:conversionMultiplierSN 2.997925e+01 ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Planck_impedance"^^xsd:anyURI ; + ns1:latexDefinition "$Z_P = \\frac{V_P}{I_P}= \\frac{1}{4\\pi\\epsilon_0c}=\\frac{\\mu_oc}{4\\pi}=\\frac{Z_0}{4\\pi}=29.9792458\\Omega$\\where $V_P$ is the Planck voltage, $I_P$ is the Planck current, $c$ is the speed of light in a vacuum, $\\epsilon_0$ is the permittivity of free space, $\\mu_0$ is the permeability of free space, and $Z_0$ is the impedance of free space."^^ns1:LatexString ; + ns1:symbol "Zₚ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Planck Momentum"@en ; + dcterms:description "Planck momentum is the unit of momentum in the system of natural units known as Planck units. It has no commonly used symbol of its own, but can be denoted by, where is the Planck mass and is the speed of light in a vacuum. Then where is the reduced Planck's constant, is the Planck length, is the gravitational constant. In SI units Planck momentum is $\\approx 6.5 kg m/s$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 6.52485 ; + ns1:conversionMultiplierSN 6.52485e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Planck_momentum"^^xsd:anyURI ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Planck_momentum?oldid=493644981"^^xsd:anyURI ; + ns1:symbol "planckmomentum"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "US Dry Quart"@en ; + dcterms:description "\"US Dry Quart\" is a unit for 'Dry Volume' expressed as $dry_qt$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.001101220942715 ; + ns1:conversionMultiplierSN 1.101221e-03 ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA965"^^xsd:string ; + ns1:symbol "qt{US Dry}"^^xsd:string ; + ns1:ucumCode "[dqt_us]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L62"^^xsd:string, + "QTD"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Radian Square Metre per Kilogram"@en, + "Radian Square Meter per Kilogram"@en-us ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$rad m^2 / kg$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB162"^^xsd:string ; + ns1:symbol "rad·m²/kg"^^xsd:string ; + ns1:ucumCode "rad.m2.kg-1"^^ns1:UCUMcs, + "rad.m2/kg"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C83"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Radian Square Metre per Mole"@en, + "Radian Square Meter per Mole"@en-us ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$rad m^2 / mol$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB161"^^xsd:string ; + ns1:symbol "rad·m²/mol"^^xsd:string ; + ns1:ucumCode "rad.m2.mol-1"^^ns1:UCUMcs, + "rad.m2/mol"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C82"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Radian per Square Second"@en ; + dcterms:description "Angular acceleration is the rate of change of angular velocity. In SI units, it is measured in radians per Square second ($rad/s^2$), and is usually denoted by the Greek letter $\\alpha$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$rad/s2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA969"^^xsd:string, + "0112/2///62720#UAD506"^^xsd:string ; + ns1:symbol "rad/s²"^^xsd:string ; + ns1:ucumCode "rad.s-2"^^ns1:UCUMcs, + "rad/s2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "2B"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Rad"@en ; + dcterms:description "The $rad$ is a deprecated unit of absorbed radiation dose, defined as $1 rad = 0.01\\,Gy = 0.01 J/kg$. It was originally defined in CGS units in 1953 as the dose causing 100 ergs of energy to be absorbed by one gram of matter. It has been replaced by the gray in most of the world. A related unit, the $roentgen$, was formerly used to quantify the number of rad deposited into a target when it was exposed to radiation. The F-factor can used to convert between rad and roentgens. The material absorbing the radiation can be human tissue or silicon microchips or any other medium (for example, air, water, lead shielding, etc.)."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/RAD"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/RAD?oldid=493716376"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "rad"^^xsd:string ; + ns1:ucumCode "RAD"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C80"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Rayl"@en ; + dcterms:description "The $Rayl$ is one of two units of specific acoustic impedance. When sound waves pass through any physical substance the pressure of the waves causes the particles of the substance to move. The sound specific impedance is the ratio between the sound pressure and the particle velocity it produces. The specific impedance is one rayl if unit pressure produces unit velocity. It is defined as follows: $1\\; rayl = 1 dyn\\cdot s\\cdot cm^{-3}$ Or in SI as: $1 \\; rayl = 10^{-1}Pa\\cdot s\\cdot m^{-1}$, which equals $10\\,N \\cdot s\\cdot m^{-3}$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Rayl"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Rayl?oldid=433570842"^^xsd:anyURI ; + ns1:symbol "rayl"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Rem"@en ; + dcterms:description "A Rem is a deprecated unit used to measure the biological effects of ionizing radiation. The rem is defined as equal to 0.01 sievert, which is the more commonly used unit outside of the United States. Equivalent dose, effective dose, and committed dose can all be measured in units of rem. These quantities are products of the absorbed dose in rads and weighting factors. These factors must be selected for each exposure situation; there is no universally applicable conversion constant from rad to rem. A rem is a large dose of radiation, so the millirem (mrem), which is one thousandth of a rem, is often used for the dosages commonly encountered, such as the amount of radiation received from medical x-rays and background sources."^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA971"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Roentgen_equivalent_man"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "rem"^^xsd:string ; + ns1:ucumCode "REM"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D91"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Revolution per Square Second"@en ; + dcterms:description "\"Revolution per Square Second\" is a C.G.S System unit for 'Angular Acceleration' expressed as $rev-per-s^2$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 6.28318531 ; + ns1:conversionMultiplierSN 6.283185e+00 ; + ns1:expression "$rev/s2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "rev/s²"^^xsd:string ; + ns1:ucumCode "{#}.s-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Siemens Square metre per mole"@en, + "Siemens Square meter per mole"@en-us ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$s-m2-per-mol$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA280"^^xsd:string ; + ns1:symbol "S·m²/mol"^^xsd:string ; + ns1:ucumCode "S.m2.mol-1"^^ns1:UCUMcs, + "S.m2/mol"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D12"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Siemens Per Centimetre"@en, + "Siemens Per Centimeter"@en-us ; + dcterms:description "SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 100.0 ; + ns1:conversionMultiplierSN 1e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA278"^^xsd:string ; + ns1:plainTextDescription "SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre"^^xsd:string ; + ns1:symbol "S/cm"^^xsd:string ; + ns1:ucumCode "S.cm-1"^^ns1:UCUMcs, + "S/cm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H43"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Second Square Foot"@en ; + dcterms:description "\"Second Square Foot\" is an Imperial unit for 'Area Time' expressed as $s-ft^{2}$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.09290304 ; + ns1:conversionMultiplierSN 9.290304e-02 ; + ns1:definedUnitOfSystem ; + ns1:expression "$s-ft^2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "s·ft²"^^xsd:string ; + ns1:ucumCode "s.[ft_i]2"^^ns1:UCUMcs, + "s.[sft_i]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Second per Radian Cubic Metre"@en, + "Second per Radian Cubic Meter"@en-us ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$sec/rad-m^3$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB352"^^xsd:string ; + ns1:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:symbol "s/(rad·m³)"^^xsd:string ; + ns1:ucumCode "s.rad-1.m-3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "Q22"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Square Second"@en ; + dcterms:description "\"Square Second\" is a unit for 'Square Time' expressed as $s^{2}$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem , + ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$s^2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "s²"^^xsd:string ; + ns1:ucumCode "s2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Shannon per Second"@en ; + dcterms:description "The \"Shannon per Second\" is a unit of information rate."^^rdf:HTML ; + ns1:conversionMultiplier 0.69314718055994530941723212145818 ; + ns1:conversionMultiplierSN 6.931472e-01 ; + ns1:expression "$Sh/s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB346"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Ban_(information)"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31898"^^xsd:anyURI ; + ns1:symbol "Sh/s"^^xsd:string ; + ns1:uneceCommonCode "Q17"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Slug Per Day"@en ; + dcterms:description "unit slug for mass according to an English engineering system divided by the unit day"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00016891087963 ; + ns1:conversionMultiplierSN 1.689109e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA979"^^xsd:string ; + ns1:plainTextDescription "unit slug for mass according to an English engineering system divided by the unit day"^^xsd:string ; + ns1:symbol "slug/day"^^xsd:string ; + ns1:uneceCommonCode "L63"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Slug per Foot"@en ; + dcterms:description "\"Slug per Foot\" is an Imperial unit for 'Mass Per Length' expressed as $slug/ft$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 47.8802591863517 ; + ns1:conversionMultiplierSN 4.788026e+01 ; + ns1:definedUnitOfSystem ; + ns1:expression "$slug/ft$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "slug/ft"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Slug per Foot Second"@en ; + dcterms:description "$\\textit{Slug per Foot Second}$ is a unit for 'Dynamic Viscosity' expressed as $slug/(ft-s)$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 47.8802591863517 ; + ns1:conversionMultiplierSN 4.788026e+01 ; + ns1:definedUnitOfSystem ; + ns1:expression "$slug/(ft-s)$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA980"^^xsd:string ; + ns1:symbol "slug/(ft·s)"^^xsd:string ; + ns1:uneceCommonCode "L64"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Slug per Square Foot"@en ; + dcterms:description "\"Slug per Square Foot\" is an Imperial unit for 'Mass Per Area' expressed as $slug/ft^{2}$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 157.08746452215124 ; + ns1:conversionMultiplierSN 1.570875e+02 ; + ns1:definedUnitOfSystem ; + ns1:expression "$slug/ft^{2}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "slug/ft²"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Slug Per Hour"@en ; + dcterms:description "unit slug for mass slug according to the English engineering system divided by the unit hour"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.004053861111111 ; + ns1:conversionMultiplierSN 4.053861e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA982"^^xsd:string ; + ns1:plainTextDescription "unit slug for mass slug according to the English engineering system divided by the unit hour"^^xsd:string ; + ns1:symbol "slug/hr"^^xsd:string ; + ns1:uneceCommonCode "L66"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Slug Per Minute"@en ; + dcterms:description "unit slug for the mass according to the English engineering system divided by the unit minute"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.243231666666667 ; + ns1:conversionMultiplierSN 2.432317e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA983"^^xsd:string ; + ns1:plainTextDescription "unit slug for the mass according to the English engineering system divided by the unit minute"^^xsd:string ; + ns1:symbol "slug/min"^^xsd:string ; + ns1:uneceCommonCode "L67"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "ستراديان"@ar, + "стерадиан"@bg, + "steradián"@cs, + "Steradiant"@de, + "στερακτίνιο"@el, + "steradian"@en, + "estereorradián"@es, + "استرادیان"@fa, + "stéradian"@fr, + "סטרדיאן"@he, + "घन मीटर"@hi, + "szteradián"@hu, + "steradiante"@it, + "ステラジアン"@ja, + "steradian"@la, + "steradian"@ms, + "steradian"@pl, + "esterradiano"@pt, + "steradian"@ro, + "стерадиан"@ru, + "steradian"@sl, + "steradyan"@tr, + "球面度"@zh ; + dcterms:description "The steradian (symbol: sr) is the SI unit of solid angle. It is used to describe two-dimensional angular spans in three-dimensional space, analogous to the way in which the radian describes angles in a plane. The radian and steradian are special names for the number one that may be used to convey information about the quantity concerned. In practice the symbols rad and sr are used where appropriate, but the symbol for the derived unit one is generally omitted in specifying the values of dimensionless quantities."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Steradian"^^xsd:anyURI ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA986"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Steradian?oldid=494317847"^^xsd:anyURI ; + ns1:omUnit ; + ns1:siExactMatch ; + ns1:symbol "sr"^^xsd:string ; + ns1:ucumCode "sr"^^ns1:UCUMcs ; + ns1:udunitsCode "sr"^^xsd:string ; + ns1:uneceCommonCode "D27"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Stokes"@en ; + dcterms:description "$\\textit{Stokes (St)}$ is a unit in the category of Kinematic viscosity. This unit is commonly used in the cgs unit system. Stokes (St) has a dimension of $L^2T^{-1}$ where $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit $m^2/s$ by multiplying its value by a factor of 0.0001."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0001 ; + ns1:conversionMultiplierSN 1e-04 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Stokes"^^xsd:anyURI ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA281"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Stokes?oldid=426159512"^^xsd:anyURI, + "http://www.efunda.com/glossary/units/units--kinematic_viscosity--stokes.cfm"^^xsd:anyURI ; + ns1:latexDefinition "$(cm^2/s$)"^^ns1:LatexString ; + ns1:omUnit ; + ns1:symbol "St"^^xsd:string ; + ns1:ucumCode "St"^^ns1:UCUMcs ; + ns1:udunitsCode "St"^^xsd:string ; + ns1:uneceCommonCode "91"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Stilb"@en ; + dcterms:description """ + The $\\textit{stilb (sb)}$ is the CGS unit of luminance for objects that are not self-luminous. + It is equal to one candela per square centimeter or 10 nits (candelas per square meter). + The name was coined by the French physicist A. Blondel around 1920. + It comes from the Greek word stilbein meaning 'to glitter'. + It was in common use in Europe up to World War I. + In North America self-explanatory terms such as candle per square inch and candle per square meter were more common. + The unit has since largely been replaced by the SI unit: $\\textit{candela per square meter}. + """^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 10000.0 ; + ns1:conversionMultiplierSN 1e+04 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Stilb"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB260"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Stilb?oldid=375748497"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "sb"^^xsd:string ; + ns1:ucumCode "sb"^^ns1:UCUMcs ; + ns1:udunitsCode "sb"^^xsd:string ; + ns1:uneceCommonCode "P31"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Absiemen"@en ; + 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."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1000000000.0 ; + ns1:conversionMultiplierSN 1e+09 ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://wordinfo.info/unit/4266"^^xsd:anyURI ; + ns1:symbol "aS"^^xsd:string ; + ns1:ucumCode "GS"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "T-M"@en ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "T·m"^^xsd:string ; + ns1:ucumCode "T.m"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "T-SEC"@en ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "T·s"^^xsd:string ; + ns1:ucumCode "T.s"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Tex"@en ; + dcterms:description "Tex is a unit of measure for the linear mass density of fibers and is defined as the mass in grams per 1000 meters. Tex is more likely to be used in Canada and Continental Europe, while denier remains more common in the United States and United Kingdom. The unit code is 'tex'. The most commonly used unit is actually the decitex, abbreviated dtex, which is the mass in grams per 10,000 meters. When measuring objects that consist of multiple fibers the term 'filament tex' is sometimes used, referring to the mass in grams per 1000 meters of a single filament. Tex is used for measuring fiber size in many products, including cigarette filters, optical cable, yarn, and fabric."^^rdf:HTML ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Tex"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB246"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Tex?oldid=457265525"^^xsd:anyURI, + "http://en.wikipedia.org/wiki/Units_of_textile_measurement"^^xsd:anyURI ; + ns1:symbol "tex"^^xsd:string ; + ns1:ucumCode "tex"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D34"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "therm (EC)"^^xsd:string ; + dcterms:description "unit of heat energy in commercial use, within the EU defined: 1 thm (EC) = 100 000 BtuIT"^^xsd:string ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB222"^^xsd:string ; + ns1:symbol "thm{EC}"^^xsd:string ; + ns1:uneceCommonCode "N71"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "therm (U.S.)"^^xsd:string ; + dcterms:description "unit of heat energy in commercial use"^^xsd:string ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB223"^^xsd:string ; + ns1:symbol "thm{US}"^^xsd:string ; + ns1:uneceCommonCode "N72"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "tonne per hectare year"@en ; + dcterms:description "A measure of density equivalent to 1000kg per hectare per year or one Megagram per hectare per year, typically used to express a volume of biomass or crop yield."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.00000000317 ; + ns1:conversionMultiplierSN 3.17e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1: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."^^xsd:string ; + ns1:symbol "t/(ha·yr)"^^xsd:string ; + ns1:ucumCode "t.har-1.year-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Long Ton (uk) Per Day"@en ; + dcterms:description "unit British ton according to the Imperial system of units divided by the unit day"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.011759259259259 ; + ns1:conversionMultiplierSN 1.175926e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB010"^^xsd:string ; + ns1:plainTextDescription "unit British ton according to the Imperial system of units divided by the unit day"^^xsd:string ; + ns1:symbol "ton{UK}/day"^^xsd:string ; + ns1:ucumCode "[lton_av].d-1"^^ns1:UCUMcs, + "[lton_av]/d"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L85"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Short Ton (us) Per Day"@en ; + dcterms:description "unit American ton according to the Anglo-American system of units divided by the unit day"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.010497685185185 ; + ns1:conversionMultiplierSN 1.049769e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB014"^^xsd:string ; + ns1:plainTextDescription "unit American ton according to the Anglo-American system of units divided by the unit day"^^xsd:string ; + ns1:symbol "ton{US}/day"^^xsd:string ; + ns1:ucumCode "[ston_av].d-1"^^ns1:UCUMcs, + "[ston_av]/d"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L88"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Teraohm"@en ; + dcterms:description "1,000,000,000,000-fold of the SI derived unit ohm"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000000000.0 ; + ns1:conversionMultiplierSN 1e+12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA286"^^xsd:string ; + ns1:plainTextDescription "1,000,000,000,000-fold of the SI derived unit ohm"^^xsd:string ; + ns1:prefix ; + ns1:symbol "TΩ"^^xsd:string ; + ns1:ucumCode "TOhm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H44"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Unknown"@en ; + dcterms:description "Placeholder unit for abstract quantities"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "Unknown"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Volt Ampere Reactive"@en ; + dcterms:description "unit with special name for reactive power"^^rdf:HTML ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB023"^^xsd:string ; + ns1:plainTextDescription "unit with special name for reactive power"^^xsd:string ; + ns1:symbol "V·A{Reactive}"^^xsd:string ; + ns1:ucumCode "V.A{reactive}"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D44"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "V-M"@en ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "V·m"^^xsd:string ; + ns1:ucumCode "V.m"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Volt Per Microsecond"@en ; + dcterms:description "SI derived unit volt divided by the 0.000001-fold of the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA297"^^xsd:string ; + ns1:plainTextDescription "SI derived unit volt divided by the 0.000001-fold of the SI base unit second"^^xsd:string ; + ns1:symbol "V/µs"^^xsd:string ; + ns1:ucumCode "V.us-1"^^ns1:UCUMcs, + "V/us"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H24"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Volt per second"@en ; + dcterms:description "'Volt per Second' is a unit of magnetic flux equaling one weber. This is the flux passing through a conducting loop and reduced to zero at a uniform rate in one second inducing an electric potential of one volt in the loop. "^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$V / sec$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA304"^^xsd:string ; + ns1:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1512"^^xsd:anyURI, + "http://www.thefreedictionary.com/Webers"^^xsd:anyURI ; + ns1:symbol "V/s"^^xsd:string ; + ns1:ucumCode "V.s-1"^^ns1:UCUMcs, + "V/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H46"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Square Volt per Square Kelvin"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$v^2/k^2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB172"^^xsd:string ; + ns1:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:symbol "V²/K²"^^xsd:string ; + ns1:ucumCode "V2.K-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D45"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "V_Stat-CentiM"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 2.99792458 ; + ns1:conversionMultiplierSN 2.997925e+00 ; + ns1:expression "$statvolt-centimeter$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "statV·cm"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Watt per Gram"@en ; + dcterms:description "SI derived unit watt divided by the SI derived unit gram"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:plainTextDescription "SI derived unit watt divided by the SI derived unit gram"^^xsd:string ; + ns1:symbol "W/g"^^xsd:string ; + ns1:ucumCode "W.g-1"^^ns1:UCUMcs, + "W/g"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Watt per Kelvin"@en ; + dcterms:description "Watt Per Kelvin ($W/K$) is a unit in the category of Thermal conductivity."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$w-per-K$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA307"^^xsd:string ; + ns1:symbol "W/K"^^xsd:string ; + ns1:ucumCode "W.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D52"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Watt Per Kilogram"@en ; + dcterms:description "SI derived unit watt divided by the SI base unit kilogram"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA316"^^xsd:string ; + ns1:plainTextDescription "SI derived unit watt divided by the SI base unit kilogram"^^xsd:string ; + ns1:symbol "W/kg"^^xsd:string ; + ns1:ucumCode "W.kg-1"^^ns1:UCUMcs, + "W/kg"^^ns1:UCUMcs ; + ns1:uneceCommonCode "WA"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Watt per Metre Kelvin"@en, + "Watt per Meter Kelvin"@en-us ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$W-per-MK$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA309"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Thermal_conductivity"^^xsd:anyURI ; + ns1:latexSymbol "\\(W \\cdot m^{-1} \\cdot K^{-1}\\)"^^ns1:LatexString ; + ns1:symbol "W/(m·K)"^^xsd:string ; + ns1:ucumCode "W.m-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D53"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Watt per Square Metre Pascal"@en, + "Watt per Square Meter Pascal"@en-us ; + dcterms:description "Watt Per Square Meter Per Pascal ($W/m^2-pa$) is a unit of Evaporative Heat Transfer."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$W/(m^2.pa)$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:symbol "W/(m²·Pa)"^^xsd:string ; + ns1:ucumCode "W.m-2.Pa-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Watt per Square Metre Steradian"@en, + "Watt per Square Meter Steradian"@en-us ; + dcterms:description """$\\textit{Watt per steradian per square metre}$ is the SI unit of radiance ($W·sr^{-1}·m^{-2}$), + while that of spectral radiance in frequency is the watt per steradian per square metre + per hertz ($W·sr^{-1}·m^{-2}·Hz^{-1}$) and that of spectral radiance in wavelength is + the watt per steradian per square metre, per metre ($W·sr^{-1}·m^{-3}$), + commonly the watt per steradian per square metre per nanometre ($W·sr^{-1}·m^{-2}·nm^{-1}$). + It has a dimension of $ML^{-4}T^{-3}$ where $M$ is mass, $L$ is length, and $T$ is time. + This unit is the standard SI unit in this category." + """^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$W/(m^2.sr)$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA315"^^xsd:string ; + ns1:informativeReference "http://asd-www.larc.nasa.gov/Instrument/ceres_units.html"^^xsd:anyURI, + "http://www.efunda.com/glossary/units/units--radiance--watt_per_square_meter_per_steradian.cfm"^^xsd:anyURI, + "https://en.wikipedia.org/wiki/Radiance"^^xsd:anyURI ; + ns1:symbol "W/(m²·sr)"^^xsd:string ; + ns1:ucumCode "W.m-2.sr-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D58"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Watt Per Cubic Metre"@en, + "Watt Per Cubic Meter"@en-us ; + dcterms:description "SI derived unit watt divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA312"^^xsd:string ; + ns1:plainTextDescription "SI derived unit watt divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ; + ns1:symbol "W/m³"^^xsd:string ; + ns1:ucumCode "W.m-3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H47"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Watt per Steradian"@en ; + dcterms:description "$\\textit{Watt Per Steradian (W/sr)}$ is the unit in the category of Radiant intensity. It is also known as watts per steradian. This unit is commonly used in the SI unit system. Watt Per Steradian (W/sr) has a dimension of $M\\cdot L^{-2}\\cdot T^{-3}$ where $M$ is mass, $L$ is length, and $T$ is time. This unit is the standard SI unit in this category."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$W sr^{-1}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA314"^^xsd:string ; + ns1:symbol "W/sr"^^xsd:string ; + ns1:ucumCode "W.sr-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D57"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar, + "weberů na metr"@cs, + "Weber je Meter"@de, + "weber per metre"@en, + "Weber Per Meter"@en-us, + "weber por metro"@es, + "وبر بر متر"@fa, + "weber par mètre"@fr, + "प्रति मीटर वैबर"@hi, + "weber al metro"@it, + "ウェーバ毎メートル"@ja, + "weber per meter"@ms, + "weber na metr"@pl, + "weber por metro"@pt, + "weber pe metru"@ro, + "вебер на метр"@ru, + "weber bölü metre"@tr, + "韦伯每米"@zh ; + dcterms:description "SI derived unit weber divided by the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA318"^^xsd:string ; + ns1:plainTextDescription "SI derived unit weber divided by the SI base unit metre"^^xsd:string ; + ns1:symbol "Wb/m"^^xsd:string ; + ns1:ucumCode "Wb.m-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D59"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Weber Per Millimetre"@en, + "Weber Per Millimeter"@en-us ; + dcterms:description "derived SI unit weber divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB074"^^xsd:string ; + ns1:plainTextDescription "derived SI unit weber divided by the 0.001-fold of the SI base unit metre"^^xsd:string ; + ns1:symbol "Wb/mm"^^xsd:string ; + ns1:ucumCode "Wb.mm-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D60"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Yard Per Degree Fahrenheit"@en ; + dcterms:description "unit yard according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1.6459200164592 ; + ns1:conversionMultiplierSN 1.64592e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB031"^^xsd:string ; + ns1:plainTextDescription "unit yard according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit"^^xsd:string ; + ns1:symbol "yd/°F"^^xsd:string ; + ns1:ucumCode "[yd_i].[degF]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L98"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Yard Per Degree Fahrenheit"@en ; + dcterms:description "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1.376198881991088 ; + ns1:conversionMultiplierSN 1.376199e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB036"^^xsd:string ; + ns1:plainTextDescription "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit"^^xsd:string ; + ns1:symbol "yd³/°F"^^xsd:string ; + ns1:ucumCode "[cyd_i].[degF]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M11"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "atomic-number"@en ; + dcterms:description "In chemistry and physics, the atomic number (also known as the proton number) is the number of protons found in the nucleus of an atom and therefore identical to the charge number of the nucleus. It is conventionally represented by the symbol Z. The atomic number uniquely identifies a chemical element. In an atom of neutral charge, the atomic number is also equal to the number of electrons."^^rdf:HTML ; + ns1:applicableSystem ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Atomic_number"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Atomic_number?oldid=490723437"^^xsd:anyURI ; + ns1:symbol "Z"^^xsd:string ; + rdfs:isDefinedBy . + + a ns2:CatalogEntry ; + rdfs:label "QUDT Quantity Kinds Vocabulary Catalog Entry v1.2"^^xsd:string ; + rdfs:isDefinedBy . + +ns3:GMD_DTYPE a ns2:GraphMetaData ; + rdfs:label "DTYPE Schema Version 2.1 Metadata"^^xsd:string ; + dcterms:created "2011-05-29"^^xsd:date ; + dcterms:modified "2023-11-14"^^xsd:date ; + dcterms:title "DTYPE Version 2.1 Metadata"^^xsd:string ; + ns2:description """ +The ontology "dtype" provides a specification of simple data types such as enumerations and codelists. +These are needed in support of the conversion of XML Schemas and UML Models to OWL. +The purpose of "dtype" is to provide a foundation for expressing rich data types. +These data types are typically needed when dealing with OWL representations of data structures derived from XML Schema. +"""^^xsd:string ; + ns2:hasGraphRole ns2:SchemaGraph ; + ns2:hasLicenseType ; + ns2:hasOwner ns2:TopQuadrant ; + ns2:hasSteward ns2:TopQuadrant ; + ns2:intent "The purpose of DTYPE is to provide, by import, a foundation for data types."^^xsd:string ; + ns2:latestPublishedVersion "http://www.linkedmodel.org/doc/2023/SCHEMA_dtype"^^xsd:anyURI ; + ns2:logo "http://www.linkedmodel.org/lib/lm/images/logos/dtype_logo-300x110.png"^^xsd:anyURI ; + ns2:name "DTYPE"^^xsd:string ; + ns2:namespace "http://www.linkedmodel.org/schema/dtype#"^^xsd:anyURI ; + ns2:namespacePrefix "dtype"^^xsd:string ; + ns2:owner "LinkedModel.org"^^xsd:string ; + ns2:previousPublishedVersion "http://www.linkedmodel.org/doc/2015/SCHEMA_dtype-v1.2"^^xsd:anyURI ; + ns2:releaseDate "2023-11-14"^^xsd:date ; + ns2:revision "2.1"^^xsd:string ; + ns2:title "Datatype Schema (DTYPE) - Version 2.1"^^xsd:string ; + ns2:turtleFileURL "http://www.linkedmodel.org/dtype/schema/SCHEMA_dtype.ttl"^^xsd:anyURI ; + ns2:usesNonImportedResource dcterms:abstract, + dcterms:author, + dcterms:created, + dcterms:modified, + dcterms:title, + ; + ns2:withAttributionTo "DTYPE is issued under a Creative Commons Attribution Share Alike 3.0 United States License."^^xsd:string ; + rdfs:isDefinedBy . + +ns3:ValueReference a owl:Class ; + rdfs:label "Value Reference"^^xsd:string ; + dcterms:description """ +A value reference is a pointer to an Enumerated Value. +The original order of the value can be overridden by the "order" attribute. +"""^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf [ a owl:Restriction ; + owl:cardinality 1 ; + owl:onProperty ns3:refersTo ], + [ a owl:Restriction ; + owl:allValuesFrom ns3:EnumeratedValue ; + owl:onProperty ns3:refersTo ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ns3:order ], + owl:Thing . + +ns3:code a owl:DatatypeProperty ; + rdfs:label "code"^^xsd:string ; + dcterms:description """ +A property for expressing a unique value for a member of an enumeration. +The range has been set to "xsd:anySimpleType" to allow for any scalar datatype. +"""^^xsd:string ; + rdfs:comment "A unique value that is assigned to an enumeration member."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:range xsd:anySimpleType . + +ns3:compositeOf a owl:ObjectProperty ; + rdfs:label "composite of"^^xsd:string ; + dcterms:description "A property for constructing composite data structures"^^xsd:string ; + rdfs:isDefinedBy . + +ns3:orderIndex a owl:AnnotationProperty ; + rdfs:label "order index"^^xsd:string ; + dcterms:description """ +The property "dtype:orderIndex" is an annotation property to specify a position that some value or +structure will have. +One use is to specify the place that a resource has in a sequence. +Another use is on property occurrences in class axioms, where "vaem:orderIndex" is placed on a +restriction to specify how that property may be transformed into a representation where ordering has +some importance, for example, in XML Schema sequences. +"""^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:range xsd:integer . + +ns2:Aspect a owl:Class ; + rdfs:label "Aspect Dimension"^^xsd:string ; + dcterms:description "Aspect is used to distinguish among sets of features of a domain or subject area. The term is borrowed from \"aspect-oriented\" programming, where it is used to separate concerns. An ontology may be characterized by this dimension so as to parition features that are orthogonal. For example, in a systems ontology there may be aspects for \"structure\", \"function\", \"behavior\" and \"interface\" or \"interoperability\". A viewpoint can be distinguished by \"aspects\". For example the \"information viewpoint\" of an application can be partitioned into separate graphs for the \"security\", \"operational\" and\"data retention\" aspects."^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:subClassOf ns2:Dimension . + +ns2:Discipline a owl:Class ; + rdfs:label "Discipline Dimension"^^xsd:string ; + dcterms:description "A discipline is a specific area of work or study. Examples of disciplines in the engineering domain are electrical engineering, mechanical engineering and, in the financial domain, risk assessment, investment analysis. In VAEM, discipline is used as a dimension for characterizing an ontology graph"^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:subClassOf ns2:Dimension . + +ns2:Domain a owl:Class ; + rdfs:label "Domain Dimension"^^xsd:string ; + dcterms:description "A domain is a subject area of interest. Examples of domains are \"enterprise\", \"process\", \"organization\" and \"system\". In VAEM, \"Domain\" is used as a dimension for characterizing an ontology graph"^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:subClassOf ns2:Dimension . + +ns2:GMD_QUDT-CONSTANTS a ns2:GraphMetaData ; + rdfs:label "Physical Constant Vocabulary Version 2.1.37 Metadata"^^xsd:string ; + dcterms:contributor "Irene Polikoff"^^xsd:string, + "Jack Hodges"^^xsd:string, + "Ralph Hodgson"^^xsd:string, + "Simon J D Cox"^^xsd:string, + "Steve Ray"^^xsd:string ; + dcterms:created "2010-02-05"^^xsd:date ; + dcterms:creator "James E. Masters"^^xsd:string, + "Steve Ray"^^xsd:string ; + dcterms:modified "2024-03-22T17:05:03.533000-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"^^xsd:string ; + dcterms:subject "Constants"^^xsd:string ; + dcterms:title "QUDT Constants Version 2.1 Vocabulary"^^xsd:string ; + ns2:description "The Constants vocabulary defines terms for and contains the values and standard uncertainties of physical constants, initially populated from the NIST website: The NIST Reference on Constants, Units, and Uncertainty, at http://physics.nist.gov/cuu/index.html"^^xsd:string ; + ns2:graphName "qudt"^^xsd:string ; + ns2:graphTitle "QUDT Constants Version 2.1.37"^^xsd:string ; + ns2:hasGraphRole ns2:VocabularyGraph ; + ns2:hasOwner ns2:QUDT.org ; + ns2:hasSteward ns2:QUDT.org ; + ns2:intent "Provides a vocabulary of Constants for both human and machine use"^^xsd:string ; + ns2:isMetadataFor ; + ns2:latestPublishedVersion "https://qudt.org/doc/2024/03/DOC_VOCAB-CONSTANTS-v2.1.html"^^xsd:anyURI ; + ns2:logo "https://qudt.org/linkedmodels.org/assets/lib/lm/images/logos/qudt_logo-300x110.png"^^xsd:anyURI ; + ns2:namespace "http://qudt.org/vocab/constant/"^^xsd:anyURI ; + ns2:namespacePrefix "constant"^^xsd:string ; + ns2:owner "QUDT.org"^^xsd:string ; + ns2:previousPublishedVersion "https://qudt.org/doc/2024/02/DOC_VOCAB-CONSTANTS-v2.1.html"^^xsd:anyURI ; + ns2:revision "2.1"^^xsd:string ; + ns2:specificity 1 ; + ns2:turtleFileURL "http://qudt.org/2.1/vocab/constant"^^xsd:anyURI ; + ns2:urlForHTML "http://qudt.org/2.1/vocab/constant.html"^^xsd:anyURI ; + ns2:usesNonImportedResource dcterms:abstract, + dcterms:created, + dcterms:creator, + dcterms:modified, + dcterms:title ; + ns2:website "http://qudt.org/2.1/vocab/constant.ttl"^^xsd:anyURI ; + rdfs:isDefinedBy . + +ns2:GMD_QUDT-DIMENSION-VECTORS a ns2:GraphMetaData ; + rdfs:label "QUDT Dimension Vector Vocabulary Metadata Version 2.1.27"^^xsd:string ; + dcterms:contributor "Jack Hodges"^^xsd:string, + "Steve Ray"^^xsd:string ; + dcterms:created "2019-08-01T16:25:54.850000+00:00"^^xsd:dateTime ; + dcterms:creator "Steve Ray"^^xsd:string ; + dcterms:description "Provides the set of all dimension vectors"^^rdf:HTML ; + dcterms:modified "2023-05-10T20:31:33.287000-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"^^xsd:string ; + dcterms:subject "QUANTITY-KIND-DIMENSION-VECTORS"^^xsd:string ; + dcterms:title "QUDT Dimension Vectors Version 2.1 Vocabulary"^^xsd:string ; + ns2:applicableDiscipline "All disciplines"^^xsd:string ; + ns2:applicableDomain "Science, Medicine and Engineering"^^xsd:string ; + ns2:dateCreated "2019-08-01T21:26:38"^^xsd:dateTime ; + ns2: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 ; + ns2:graphTitle "QUDT Dimension Vectors Version 2.1.27"^^xsd:string ; + ns2:hasGraphRole ns2:VocabularyGraph ; + ns2:intent "TBD"^^xsd:string ; + ns2:isMetadataFor ; + ns2:latestPublishedVersion "https://qudt.org/doc/2023/05/DOC_VOCAB-QUANTITY-KIND-DIMENSION-VECTORS-v2.1.html"^^xsd:anyURI ; + ns2:logo "https://qudt.org/linkedmodels.org/assets/lib/lm/images/logos/qudt_logo-300x110.png"^^xsd:string ; + ns2:namespace "http://qudt.org/vocab/dimensionvector/"^^xsd:string ; + ns2:namespacePrefix "qkdv"^^xsd:string ; + ns2:owner "qudt.org"^^xsd:string ; + ns2:previousPublishedVersion "https://qudt.org/doc/2023/04/DOC_VOCAB-QUANTITY-KIND-DIMENSION-VECTORS-v2.1.html"^^xsd:anyURI ; + ns2:revision "2.1"^^xsd:string ; + ns2:specificity 1 ; + ns2:turtleFileURL "http://qudt.org/2.1/vocab/dimensionvector"^^xsd:string ; + ns2:usesNonImportedResource dc:contributor, + dc:creator, + dc:description, + dc:rights, + dc:subject, + dc:title, + dcterms:contributor, + dcterms:created, + dcterms:creator, + dcterms:description, + dcterms:modified, + dcterms:rights, + dcterms:subject, + dcterms:title, + , + skos:closeMatch, + skos:exactMatch ; + ns2:withAttributionTo ; + rdfs:isDefinedBy . + +ns2:GMD_QUDT-PREFIXES a ns2:GraphMetaData ; + rdfs:label "QUDT Prefix Vocabulary Version Metadata 2.1.32"^^xsd:string ; + dcterms:contributor "Jack Hodges"^^xsd:string, + "Michael Ringel"^^xsd:string, + "Ralph Hodgson"^^xsd:string, + "Steve Ray"^^xsd:string ; + dcterms:created "2020-07-15"^^xsd:date ; + dcterms:creator "Steve Ray"^^xsd:string ; + dcterms:modified "2023-10-19T12:29:18.111000-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"^^xsd:string ; + dcterms:subject "Prefixes"^^xsd:string ; + dcterms:title "QUDT Prefixes Version 2.1 Vocabulary"^^xsd:string ; + ns2:description "The Prefixes vocabulary defines the prefixes commonly prepended to units to connote multiplication, either decimal or binary."^^xsd:string ; + ns2:graphName "prefix"^^xsd:string ; + ns2:graphTitle "QUDT Prefixes Version 2.1.32"^^xsd:string ; + ns2:hasGraphRole ns2:VocabularyGraph ; + ns2:hasOwner ns2:QUDT.org ; + ns2:hasSteward ns2:QUDT.org ; + ns2:intent "Provides a vocabulary of prefixes for both human and machine use"^^xsd:string ; + ns2:isMetadataFor ; + ns2:latestPublishedVersion "https://qudt.org/doc/2023/10/DOC_VOCAB-PREFIXES-v2.1.html"^^xsd:anyURI ; + ns2:logo "https://qudt.org/linkedmodels.org/assets/lib/lm/images/logos/qudt_logo-300x110.png"^^xsd:anyURI ; + ns2:namespace "http://qudt.org/vocab/prefix/"^^xsd:anyURI ; + ns2:namespacePrefix "prefix"^^xsd:string ; + ns2:owner "QUDT.org"^^xsd:string ; + ns2:previousPublishedVersion "https://qudt.org/doc/2023/09/DOC_VOCAB-PREFIXES-v2.1.html"^^xsd:anyURI ; + ns2:revision "2.1"^^xsd:string ; + ns2:specificity 1 ; + ns2:turtleFileURL "http://qudt.org/2.1/vocab/prefix"^^xsd:anyURI ; + ns2:urlForHTML "http://qudt.org/2.1/vocab/prefix.html"^^xsd:anyURI ; + ns2:usesNonImportedResource dcterms:abstract, + dcterms:created, + dcterms:creator, + dcterms:modified, + dcterms:title ; + ns2:website "http://qudt.org/2.1/vocab/prefix.ttl"^^xsd:anyURI ; + rdfs:isDefinedBy . + +ns2:GMD_QUDT-QUANTITY-KINDS-ALL a ns2:GraphMetaData ; + rdfs:label "QUDT Quantity Kind Vocabulary Metadata Version 2.1.27"^^xsd:string ; + dcterms:contributor "Jack Hodges"^^xsd:string, + "Steve Ray"^^xsd:string ; + dcterms:created "2019-08-01T16:25:54.850000+00:00"^^xsd:dateTime ; + dcterms:creator "Ralph Hodgson"^^xsd:string, + "Steve Ray"^^xsd:string ; + dcterms:description "Provides the set of all quantity kinds."^^rdf:HTML ; + dcterms:modified "2023-05-10T20:22:17.052000-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"^^xsd:string ; + dcterms:subject "QUANTITY-KINDS-ALL"^^xsd:string ; + dcterms:title "QUDT Quantity Kinds Version 2.1 Vocabulary"^^xsd:string ; + ns2:applicableDiscipline "All disciplines"^^xsd:string ; + ns2:applicableDomain "Science, Medicine and Engineering"^^xsd:string ; + ns2:dateCreated "2019-08-01T21:26:38"^^xsd:dateTime ; + ns2:graphTitle "QUDT Quantity Kinds Version 2.1.27"^^xsd:string ; + ns2:hasGraphRole ns2:VocabularyGraph ; + ns2:intent "Provides a vocabulary of all quantity kinds."^^xsd:string ; + ns2:isMetadataFor ; + ns2:latestPublishedVersion "https://qudt.org/doc/2023/05/DOC_VOCAB-QUANTITY-KINDS-ALL-v2.1.html"^^xsd:anyURI ; + ns2:logo "https://qudt.org/linkedmodels.org/assets/lib/lm/images/logos/qudt_logo-300x110.png"^^xsd:string ; + ns2:namespace "http://qudt.org/vocab/quantitykind/"^^xsd:string ; + ns2:namespacePrefix "quantitykind"^^xsd:string ; + ns2:owner "qudt.org"^^xsd:string ; + ns2:previousPublishedVersion "https://qudt.org/doc/2023/04/DOC_VOCAB-QUANTITY-KINDS-ALL-v2.1.html"^^xsd:anyURI ; + ns2:revision "2.1"^^xsd:string ; + ns2:specificity 1 ; + ns2:turtleFileURL "http://qudt.org/2.1/vocab/quantitykind"^^xsd:string ; + ns2:usesNonImportedResource dc:contributor, + dc:creator, + dc:description, + dc:rights, + dc:subject, + dc:title, + dcterms:contributor, + dcterms:created, + dcterms:creator, + dcterms:description, + dcterms:modified, + dcterms:rights, + dcterms:subject, + dcterms:title, + , + , + , + skos:closeMatch, + skos:exactMatch ; + ns2:withAttributionTo , + ; + rdfs:isDefinedBy . + +ns2:GMD_QUDT-SOU a ns2:GraphMetaData ; + rdfs:label "QUDT System of Units Vocabulary Metadata Version v2.1.32"^^xsd:string ; + dcterms:contributor "Jack Hodges"^^xsd:string, + "Steve Ray"^^xsd:string ; + dcterms:created "2016-07-04"^^xsd:date ; + dcterms:creator "Ralph Hodgson"^^xsd:string ; + dcterms:description "QUDT Systems of Units Vocabulary Version 2.1.32"^^rdf:HTML ; + dcterms:modified "2023-10-19T12:30:31.152000-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"^^xsd:string ; + dcterms:subject "Systems of Units"^^xsd:string ; + dcterms:title "QUDT Systems of Units Version 2.1 Vocabulary"^^xsd:string ; + ns2:graphTitle "QUDT Systems of Units Version 2.1.32"^^xsd:string ; + ns2:hasGraphRole ns2:VocabularyGraph ; + ns2:hasOwner ns2:QUDT ; + ns2:hasSteward ns2:QUDT ; + ns2:intent "The intent of this graph is the specification of all Systems of Units"^^xsd:string ; + ns2:isMetadataFor ; + ns2:latestPublishedVersion "https://qudt.org/doc/2023/10/DOC_VOCAB-SYSTEMS-OF-UNITS-v2.1.html"^^xsd:anyURI ; + ns2:logo "https://qudt.org/linkedmodels.org/assets/lib/lm/images/logos/qudt_logo-300x110.png"^^xsd:anyURI ; + ns2:name "sou"^^xsd:string ; + ns2:namespace "http://qudt.org/vocab/sou/"^^xsd:anyURI ; + ns2:namespacePrefix "sou"^^xsd:string ; + ns2:owner "qudt.org"^^xsd:string ; + ns2:previousPublishedVersion "https://qudt.org/doc/2023/09/DOC_VOCAB-SYSTEMS-OF-UNITS-v2.1.html"^^xsd:anyURI ; + ns2:revision "2.1"^^xsd:string ; + ns2:turtleFileURL "http://qudt.org/2.1/vocab/sou"^^xsd:anyURI ; + ns2:usesNonImportedResource prov:wasInfluencedBy, + prov:wasInformedBy ; + rdfs:isDefinedBy ; + owl:versionIRI . + +ns2:GMD_QUDT-UNITS-ALL a ns2:GraphMetaData ; + rdfs:label "QUDT Unit of Measure Vocabulary Metadata Version 2.1.37"^^xsd:string ; + dcterms:contributor "Jack Hodges"^^xsd:string, + "Simon J D Cox"^^xsd:string, + "Steve Ray"^^xsd:string ; + dcterms:created "2019-07-30"^^xsd:date ; + dcterms:creator "Steve Ray"^^xsd:string ; + dcterms:modified "2024-03-22T15:34:00.036000-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. + +THE UCUM TABLE (IN ALL FORMATS), UCUM DEFINITIONS, AND SPECIFICATION ARE PROVIDED 'AS IS.' ANY EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + """^^xsd:string, + "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"^^xsd:string ; + dcterms:subject "Units-All"^^xsd:string ; + dcterms:title "QUDT Units Version 2.1 Vocabulary"^^xsd:string ; + ns2:description "Standard units of measure for all units."^^xsd:string ; + ns2:graphName "qudt"^^xsd:string ; + ns2:graphTitle "QUDT Units Version 2.1.37"^^xsd:string ; + ns2:hasGraphRole ns2:VocabularyGraph ; + ns2:hasOwner ns2:QUDT.org ; + ns2:hasSteward ns2:QUDT.org ; + ns2:intent "To provide a vocabulary of all units."^^xsd:string ; + ns2:isMetadataFor ; + ns2:latestPublishedVersion "https://qudt.org/doc/2024/03/DOC_VOCAB-UNITS-ALL-v2.1.html"^^xsd:anyURI ; + ns2:logo "https://qudt.org/linkedmodels.org/assets/lib/lm/images/logos/qudt_logo-300x110.png"^^xsd:anyURI ; + ns2:namespace "http://qudt.org/vocab/unit/"^^xsd:anyURI ; + ns2:namespacePrefix "unit"^^xsd:string ; + ns2:owner "QUDT.org"^^xsd:string ; + ns2:previousPublishedVersion "https://qudt.org/doc/2024/02/DOC_VOCAB-UNITS-ALL-v2.1.html"^^xsd:anyURI ; + ns2:revision "2.1"^^xsd:string ; + ns2:turtleFileURL "http://qudt.org/2.1/vocab/unit"^^xsd:anyURI ; + ns2:usesNonImportedResource dcterms:abstract, + dcterms:created, + dcterms:creator, + dcterms:modified, + dcterms:title ; + rdfs:isDefinedBy . + +ns2:GMD_QUDT-UNITS-CURRENCY a ns2:GraphMetaData ; + rdfs:label "QUDT Currency Unit Vocabulary Metadata Version 2.1.27"^^xsd:string ; + dcterms:contributor "Jack Hodges"^^xsd:string, + "Simon J D Cox"^^xsd:string, + "Steve Ray"^^xsd:string ; + dcterms:created "2023-03-14"^^xsd:date ; + dcterms:creator "Steve Ray"^^xsd:string ; + dcterms:modified "2023-05-10T20:02:17.305000-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. + +THE UCUM TABLE (IN ALL FORMATS), UCUM DEFINITIONS, AND SPECIFICATION ARE PROVIDED 'AS IS.' ANY EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + """^^xsd:string, + "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"^^xsd:string ; + dcterms:subject "Units-Currency"^^xsd:string ; + dcterms:title "Currency UNITS Version 2.1 Vocabulary"^^xsd:string ; + ns2:description "Standard units of measure for currency units."^^xsd:string ; + ns2:graphName "qudt"^^xsd:string ; + ns2:graphTitle "QUDT Currency Units Version 2.1.27"^^xsd:string ; + ns2:hasGraphRole ns2:VocabularyGraph ; + ns2:hasOwner ns2:QUDT.org ; + ns2:hasSteward ns2:QUDT.org ; + ns2:intent "To provide a vocabulary of currency units."^^xsd:string ; + ns2:isMetadataFor ; + ns2:latestPublishedVersion "https://qudt.org/doc/2023/05/DOC_VOCAB-UNITS-CURRENCY-v2.1.html"^^xsd:anyURI ; + ns2:logo "https://qudt.org/linkedmodels.org/assets/lib/lm/images/logos/qudt_logo-300x110.png"^^xsd:anyURI ; + ns2:namespace "http://qudt.org/vocab/currency/"^^xsd:string ; + ns2:namespacePrefix "cur"^^xsd:string ; + ns2:owner "QUDT.org"^^xsd:string ; + ns2:previousPublishedVersion "https://qudt.org/doc/2023/04/DOC_VOCAB-UNITS-CURRENCY-v2.1.html"^^xsd:anyURI ; + ns2:revision "2.1"^^xsd:string ; + ns2:turtleFileURL "http://qudt.org/2.1/vocab/currency"^^xsd:anyURI ; + ns2:usesNonImportedResource dcterms:abstract, + dcterms:created, + dcterms:creator, + dcterms:modified, + dcterms:title ; + rdfs:isDefinedBy . + +ns2:GMD_SHACLQUDT-SCHEMA a ns2:GraphMetaData ; + rdfs:label "QUDT SHACL Schema Metadata Version 2.1.37"^^xsd:string ; + dcterms:contributor "Daniel Mekonnen"^^xsd:string, + "David Price"^^xsd:string, + "Jack Hodges"^^xsd:string, + "James E. Masters"^^xsd:string, + "Simon J D Cox"^^xsd:string, + "Steve Ray"^^xsd:string ; + dcterms:created "2011-04-20"^^xsd:date ; + dcterms:creator "Ralph Hodgson"^^xsd:string ; + dcterms:description """

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

+ +

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

+ +

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

"""^^rdf:HTML ; + dcterms:modified "2024-03-22T14:31:08.385000-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. + +THE UCUM TABLE (IN ALL FORMATS), UCUM DEFINITIONS, AND SPECIFICATION ARE PROVIDED 'AS IS.' ANY EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + """^^xsd:string, + "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"^^xsd:string ; + dcterms:subject "QUDT"^^xsd:string ; + dcterms:title "QUDT SHACL Schema - Version 2.1.37"^^xsd:string ; + ns1:informativeReference "http://unitsofmeasure.org/trac"^^xsd:anyURI, + "http://www.bipm.org/en/publications/si-brochure"^^xsd:anyURI, + "http://www.bipm.org/utils/common/documents/jcgm/JCGM_200_2008.pdf"^^xsd:anyURI, + "https://books.google.com/books?id=pIlCAAAAIAAJ&dq=dimensional+analysis&hl=en"^^xsd:anyURI, + "https://www.nist.gov/physical-measurement-laboratory/special-publication-811"^^xsd:anyURI ; + ns2:graphName "qudt"^^xsd:string ; + ns2:graphTitle "Quantities, Units, Dimensions and Types (QUDT) SHACL Schema - Version 2.1.37"^^xsd:string ; + ns2:hasGraphRole ns2:SHACLSchemaGraph ; + ns2:hasOwner ns2:QUDT ; + ns2:hasSteward ns2:QUDT ; + ns2:intent "Specifies the schema for quantities, units and dimensions. Types are defined in other schemas."^^xsd:string ; + ns2:isMetadataFor ; + ns2:latestPublishedVersion "https://qudt.org/doc/2024/03/DOC_SCHEMA-SHACL-QUDT-v2.1.html"^^xsd:anyURI ; + ns2:logo "https://qudt.org/linkedmodels.org/assets/lib/lm/images/logos/qudt_logo-300x110.png"^^xsd:anyURI ; + ns2:namespace "http://qudt.org/schema/qudt/"^^xsd:string ; + ns2:namespacePrefix "qudt"^^xsd:string ; + ns2:owner "qudt.org"^^xsd:string ; + ns2:previousPublishedVersion "https://qudt.org/doc/2024/02/DOC_SCHEMA-SHACL-QUDT-v2.1.html"^^xsd:anyURI ; + ns2:revision "2.1"^^xsd:string ; + ns2:turtleFileURL "http://qudt.org/2.1/schema/shacl/qudt"^^xsd:anyURI ; + ns2:usesNonImportedResource dcterms:abstract, + dcterms:contributor, + dcterms:created, + dcterms:description, + dcterms:modified, + dcterms:rights, + dcterms:source, + dcterms:subject, + dcterms:title, + ; + ns2:withAttributionTo ; + rdfs:isDefinedBy ; + owl:versionIRI . + +ns2:Viewpoint a owl:Class ; + rdfs:label "ViewpointDimension"^^xsd:string ; + dcterms:description "Viewpoint is used to denote how a set of resources, or an individual resource, is relevant to a context of use. The term \"viewpoint\" is adopted from the ISO RM-ODP specifications and its more recent use in enterprise architecture descriptions. The RM-ODP introducesd the concept of viewpoint to describe a system from a particular set of concerns. RM-ODP defines five viewpoints. Together they provide a complete description of a system: enterprise viewpoint, information viewpoint, computational viewpoint, engineering viewpoint, and technology viewpoint. In VAEM, \"Viewpoint\" is used as a dimension for characterizing an ontology graph. The viewpoints of an ontology may not always correpsond directly to those of a system but the idea of describing a subject area of interest from distinct viewpoints is still relevant. A viewpoint can be further distinguished by \"aspects\". For example the \"information viewpoint\" of an application can be partitioned into separate graphs for the \"security\", \"operational\" and\"data retention\" aspects."^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:subClassOf ns2:Dimension . + +ns2:date a owl:DatatypeProperty ; + rdfs:label "date"^^xsd:string ; + dcterms:description "The property \"vaem:date\" is intended for general use as the name implies. The range of the property is set as \"vaem:dateUnion\" so as to allow a value to have a number of forms from a year only to a full timestamp. The property is also the parent of all dates so that queries can be made for any date on an ontology"^^xsd:string ; + rdfs:isDefinedBy , + . + +ns2:filePrefix a owl:DatatypeProperty ; + rdfs:label "file prefix"^^xsd:string ; + dcterms:description "The property \"vaem:filePrefix\" is for specifying a preferred file prefix for a graph. For example a schema graph may be given the file prefix \"SCHEMA\" followed by an underscore \"_\"."^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:range xsd:string . + +ns2:hasAspect a owl:ObjectProperty ; + rdfs:label "has aspect "^^xsd:string ; + dcterms:description "The property \"vaem:hasAspect\" is used to distinguish among sets of features of a domain or subject area. The term is borrowed from \"aspect-oriented\" programming, where it is used to separate concerns. An ontology may be characterized by this dimension so as to parition features that are orthogonal. For example, in a systems ontology we can distinguish aspects for \"structure\", \"function\", \"behavior\" and \"interface\". The property is an \"rdf:Property\" to allow both scalar and object values"^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:subPropertyOf ns2:hasDimension . + +ns2:hasDiscipline a owl:ObjectProperty ; + rdfs:label "has discipline"^^xsd:string ; + dcterms:description "The property \"vaem:hasDiscipline\" is used to indicate relevance of a set of resources, or a resource itself, to a specific discipline of work or study. Examples of disciplines in the engineering domain are electrical engineering, mechanical engineering and, in the financial domain, risk assessment, investment analysis. In VAEM, the property is used as a dimension for characterizing an ontology graph. The property is an \"rdf:Property\" to allow both scalar and object values"^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:subPropertyOf ns2:hasDimension . + +ns2:hasDomain a owl:ObjectProperty ; + rdfs:label "has domain"^^xsd:string ; + dcterms:description "The property \"vaem:hasDomain\" is used to specify how a set of resources, or an individual resource is grounded in a domain, that is, a subject area of interest. Examples of domains are \"enterprise\", \"process\", \"organization\" and \"system\". In VAEM, the property is used as a dimension for characterizing an ontology graph. The property is an \"rdf:Property\" to allow both scalar and object values"^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:subPropertyOf ns2:hasDimension . + +ns2:hasGraphRole a owl:ObjectProperty ; + rdfs:label "has graph role"^^xsd:string ; + dcterms:description "The property \"lms:hasGraphRole\" is used to characterize how a resource participates in an ontology set. The property is used to specify the role that a graph plays, for example, an ontology graph can be a schema, vocabulary, dataset, script, or ruleset"^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:range ns2:GraphRole . + +ns2:hasIdentifier a owl:ObjectProperty ; + rdfs:label "has identifier"^^xsd:string ; + dcterms:description "The property \"vaemhasIdentifier\" is intended for general use as a means to specifiy a unique reference to something. This is an object property that is a sub-property of \"vame:id\""^^xsd:string ; + rdfs:isDefinedBy , + . + +ns2:hasLicenseType a owl:ObjectProperty ; + rdfs:label "has license type"@en-us ; + dcterms:description "The property \"vaem:hasLicenseType\" points to an entry in the VOAG ontology for licenses"^^xsd:string ; + rdfs:isDefinedBy , + . + +ns2:hasOwner a owl:ObjectProperty ; + rdfs:label "has owner"^^xsd:string ; + rdfs:isDefinedBy , + . + +ns2:hasViewpoint a owl:ObjectProperty ; + rdfs:label "has viewpoint"^^xsd:string ; + dcterms:description "The property \"vaem:hasViewpoint\" is used to denote how a set of resources, or an individual resource, is relevant to a context of use. The term \"viewpoint\" is adopted from the ISO RM-ODP specifications and its more recent use in enterprise architecture descriptions. In VAEM, the property is used as a dimension for characterizing an ontology graph. The property is an \"rdf:Property\" to allow both scalar and object values"^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:subPropertyOf ns2:hasDimension . + +ns2:id a owl:DatatypeProperty ; + rdfs:label "id"^^xsd:string ; + dcterms:description "The property \"vaem:id\" is intended for general use as a means to specifiy an identifier. The type of this property is intentionally set to \"rdf:Property\" so that use of the property can allow both object and scaler values. For this reason, the property is rangeless"^^xsd:string ; + rdfs:isDefinedBy , + . + +ns2:intent a owl:DatatypeProperty ; + rdfs:label "intent"^^xsd:string ; + dcterms:description "The property \"vaem:intent\" is used to outline a statement of purpose. This typically expresses one or more desired outcomes"^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:range xsd:string . + +ns2:latestPublishedVersion a owl:DatatypeProperty ; + rdfs:label "latest published version"^^xsd:string ; + dcterms:description "The property \"vaem:latestPublishedVersion\"is a URL to documentation for the latest version of a graph."^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:range xsd:anyURI . + +ns2:namespace a owl:DatatypeProperty ; + rdfs:label "namespace"^^xsd:string ; + dcterms:description "The property \"vaem:namespace\" is the onotlogy URI with which a graph is primarily associated. The intent is to allow multiple graphs to define statements for resources in the same Ontology namespace. For example, a foundation level graph with the base URI of \"http://www.somesite.com/1.0/schema/OurOntology\" may define general concepts for \"OurOntology\". Another graph with the base URI \"http://www.somesite.com/1.0/schema/level2/OurOntology\" may add more specific details to the same \"OurOntology\". Each of these two graphs would carry the same value for \"vaem:namespace\", that is, \"http://www.somesite.com/schema/OurOntology\". In other words, an ontology URI is the URI associated with the resources of a controlled namespace. On the other hand the graph URIs (the base URIs) identify the graphs that hold resources that make up an ontology"^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:range xsd:anyURI . + +ns2:namespacePrefix a owl:DatatypeProperty ; + rdfs:label "namespace prefix"^^xsd:string ; + dcterms:description "The property \"vaem:namespacePrefix\" specifes a short handle or label for the URI of an Ontology. Multiple graphs can define statements for resources in the same Ontololgy namespace. For example, a foundation level graph with the base URI of \"http://www.somesite.com/1.0/schema/OurOntology\" may define general concepts for \"OurOntology\". Another graph with the base URI \"http://www.somesite.com/1.0/schema/level2/OurOntology\" may add more specific details to the same \"OurOntology\". Each of these two graphs would carry the same value for \"vaem:namespacePrefix\", for this example, perhaps, \"ourOntology\""^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:range xsd:string . + +ns2:owner a owl:DatatypeProperty ; + rdfs:label "owner"^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:range xsd:string . + +ns2:previousPublishedVersion a owl:DatatypeProperty ; + rdfs:label "previous published version"^^xsd:string ; + dcterms:description "The property \"vaem:previousPublishedVersion\"is a URL to documentation for the previous version of a graph."^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:range xsd:anyURI . + +ns2:rdfxmlFileURL a owl:DatatypeProperty ; + rdfs:label "RDF/XML file URL"^^xsd:string ; + dcterms:description "The property \"vaem:rdfxmlFileURL\" is used to provide a link to the location of the ontology's RDF/XML file"^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:range xsd:anyURI . + +ns2:revision a owl:DatatypeProperty ; + rdfs:label "revision"^^xsd:string ; + dcterms:description "The property \"vaem:revision\" is a property intended for general use as the name implies."^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:range xsd:string . + +ns2:specificity a owl:DatatypeProperty ; + rdfs:label "specificity"^^xsd:string ; + dcterms:description "The property \"vaem:specificity\" is intended to specify the level of detail of an ontology. The values that can be set for this property are restriced to an integer from 1 to 5. An ontology at level 1 has concepts of more general applicability than one at level 5. By having graphs at different levels of specificity it is possible to support greater modularity for selective imports"^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:range xsd:nonNegativeInteger . + +ns2:turtleFileURL a owl:DatatypeProperty ; + rdfs:label "turtle file URL"^^xsd:string ; + dcterms:description "The property \"vaem:turtleFileURL\" is used to provide a link to the location of the ontology's turtle file"^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:range xsd:anyURI . + +ns2:url a owl:DatatypeProperty ; + rdfs:label "url"^^xsd:string ; + dcterms:description "The property \"vaem:url\" is intended for general use as the name implies. The range of the property is set as an XSD URI"^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:range xsd:anyURI . + +skos:OrderedCollection a owl:Class ; + rdfs:label "Ordered Collection"@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf skos:Collection ; + skos:definition "An ordered collection of concepts, where both the grouping and the ordering are meaningful."@en ; + skos:scopeNote "Ordered collections can be used where you would like a set of concepts to be displayed in a specific order, and optionally under a 'node label'."@en . + +skos:altLabel a rdf:Property, + owl:AnnotationProperty ; + rdfs:label "alternative label"@en ; + rdfs:comment "The range of skos:altLabel is the class of RDF plain literals."@en, + "skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties."@en ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf rdfs:label ; + skos:definition "An alternative lexical label for a resource."@en ; + skos:example "Acronyms, abbreviations, spelling variants, and irregular plural/singular forms may be included among the alternative labels for a concept. Mis-spelled terms are normally included as hidden labels (see skos:hiddenLabel)."@en . + +skos:broadMatch a rdf:Property, + owl:ObjectProperty ; + rdfs:label "has broader match"@en ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf skos:broader, + skos:mappingRelation ; + owl:inverseOf skos:narrowMatch ; + skos:definition "skos:broadMatch is used to state a hierarchical mapping link between two conceptual resources in different concept schemes."@en . + +skos:hasTopConcept a rdf:Property, + owl:ObjectProperty ; + rdfs:label "has top concept"@en ; + rdfs:domain skos:ConceptScheme ; + rdfs:isDefinedBy ; + rdfs:range skos:Concept ; + owl:inverseOf skos:topConceptOf ; + skos:definition "Relates, by convention, a concept scheme to a concept which is topmost in the broader/narrower concept hierarchies for that scheme, providing an entry point to these hierarchies."@en . + +skos:inScheme a rdf:Property, + owl:ObjectProperty ; + rdfs:label "is in scheme"@en ; + rdfs:isDefinedBy ; + rdfs:range skos:ConceptScheme ; + skos:definition "Relates a resource (for example a concept) to a concept scheme in which it is included."@en ; + skos:scopeNote "A concept may be a member of more than one concept scheme."@en . + +skos:narrowMatch a rdf:Property, + owl:ObjectProperty ; + rdfs:label "has narrower match"@en ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf skos:mappingRelation, + skos:narrower ; + owl:inverseOf skos:broadMatch ; + skos:definition "skos:narrowMatch is used to state a hierarchical mapping link between two conceptual resources in different concept schemes."@en . + +skos:notation a rdf:Property, + owl:DatatypeProperty ; + rdfs:label "notation"@en ; + rdfs:isDefinedBy ; + skos:definition "A notation, also known as classification code, is a string of characters such as \"T58.5\" or \"303.4833\" used to uniquely identify a concept within the scope of a given concept scheme."@en ; + skos:scopeNote "By convention, skos:notation is used with a typed literal in the object position of the triple."@en . + +skos:related a rdf:Property, + owl:ObjectProperty, + owl:SymmetricProperty ; + rdfs:label "has related"@en ; + rdfs:comment "skos:related is disjoint with skos:broaderTransitive"@en ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf skos:semanticRelation ; + skos:definition "Relates a concept to a concept with which there is an associative semantic relationship."@en . + +skos:topConceptOf a rdf:Property, + owl:ObjectProperty ; + rdfs:label "is top concept in scheme"@en ; + rdfs:domain skos:Concept ; + rdfs:isDefinedBy ; + rdfs:range skos:ConceptScheme ; + rdfs:subPropertyOf skos:inScheme ; + owl:inverseOf skos:hasTopConcept ; + skos:definition "Relates a concept to the concept scheme that it is a top level concept of."@en . + +sh:AndConstraintComponent-and a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:path sh:and . + +sh:BlankNode a sh:NodeKind ; + rdfs:label "Blank node"@en ; + rdfs:comment "The node kind of all blank nodes."@en ; + rdfs:isDefinedBy sh: . + +sh:BlankNodeOrIRI a sh:NodeKind ; + rdfs:label "Blank node or IRI"@en ; + rdfs:comment "The node kind of all blank nodes or IRIs."@en ; + rdfs:isDefinedBy sh: . + +sh:BlankNodeOrLiteral a sh:NodeKind ; + rdfs:label "Blank node or literal"@en ; + rdfs:comment "The node kind of all blank nodes or literals."@en ; + rdfs:isDefinedBy sh: . + +sh:ClassConstraintComponent-class a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:nodeKind sh:IRI ; + sh:path sh:class . + +sh:ClosedConstraintComponent-closed a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:datatype xsd:boolean ; + sh:path sh:closed . + +sh:ClosedConstraintComponent-ignoredProperties a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:optional true ; + sh:path sh:ignoredProperties . + +sh:DatatypeConstraintComponent-datatype a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:path sh:datatype . + +sh:DisjointConstraintComponent-disjoint a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:nodeKind sh:IRI ; + sh:path sh:disjoint . + +sh:EqualsConstraintComponent-equals a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:nodeKind sh:IRI ; + sh:path sh:equals . + +sh:ExpressionConstraintComponent-expression a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:path sh:expression . + +sh:HasValueConstraintComponent-hasValue a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:path sh:hasValue . + +sh:IRIOrLiteral a sh:NodeKind ; + rdfs:label "IRI or literal"@en ; + rdfs:comment "The node kind of all IRIs or literals."@en ; + rdfs:isDefinedBy sh: . + +sh:InConstraintComponent-in a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:maxCount 1 ; + sh:path sh:in . + +sh:JSConstraint-js a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:path sh:js . + +sh:LanguageInConstraintComponent-languageIn a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:maxCount 1 ; + sh:path sh:languageIn . + +sh:LessThanConstraintComponent-lessThan a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:nodeKind sh:IRI ; + sh:path sh:lessThan . + +sh:LessThanOrEqualsConstraintComponent-lessThanOrEquals a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:nodeKind sh:IRI ; + sh:path sh:lessThanOrEquals . + +sh:MaxCountConstraintComponent-maxCount a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:datatype xsd:integer ; + sh:maxCount 1 ; + sh:path sh:maxCount . + +sh:MaxExclusiveConstraintComponent-maxExclusive a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:path sh:maxExclusive . + +sh:MaxInclusiveConstraintComponent-maxInclusive a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:path sh:maxInclusive . + +sh:MaxLengthConstraintComponent-maxLength a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:datatype xsd:integer ; + sh:maxCount 1 ; + sh:path sh:maxLength . + +sh:MinCountConstraintComponent-minCount a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:datatype xsd:integer ; + sh:maxCount 1 ; + sh:path sh:minCount . + +sh:MinExclusiveConstraintComponent-minExclusive a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:path sh:minExclusive . + +sh:MinInclusiveConstraintComponent-minInclusive a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:path sh:minInclusive . + +sh:MinLengthConstraintComponent-minLength a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:datatype xsd:integer ; + sh:maxCount 1 ; + sh:path sh:minLength . + +sh:NodeConstraintComponent-node a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:path sh:node . + +sh:NodeKindConstraintComponent-nodeKind a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:in ( sh:BlankNode sh:IRI sh:Literal sh:BlankNodeOrIRI sh:BlankNodeOrLiteral sh:IRIOrLiteral ) ; + sh:maxCount 1 ; + sh:path sh:nodeKind . + +sh:NotConstraintComponent-not a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:path sh:not . + +sh:OrConstraintComponent-or a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:path sh:or . + +sh:PatternConstraintComponent-flags a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:datatype xsd:string ; + sh:optional true ; + sh:path sh:flags . + +sh:PatternConstraintComponent-pattern a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:datatype xsd:string ; + sh:path sh:pattern . + +sh:PropertyConstraintComponent-property a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:path sh:property . + +sh:QualifiedMaxCountConstraintComponent-qualifiedMaxCount a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:datatype xsd:integer ; + sh:path sh:qualifiedMaxCount . + +sh:QualifiedMaxCountConstraintComponent-qualifiedValueShape a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:path sh:qualifiedValueShape . + +sh:QualifiedMaxCountConstraintComponent-qualifiedValueShapesDisjoint a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:datatype xsd:boolean ; + sh:optional true ; + sh:path sh:qualifiedValueShapesDisjoint . + +sh:QualifiedMinCountConstraintComponent-qualifiedMinCount a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:datatype xsd:integer ; + sh:path sh:qualifiedMinCount . + +sh:QualifiedMinCountConstraintComponent-qualifiedValueShape a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:path sh:qualifiedValueShape . + +sh:QualifiedMinCountConstraintComponent-qualifiedValueShapesDisjoint a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:datatype xsd:boolean ; + sh:optional true ; + sh:path sh:qualifiedValueShapesDisjoint . + +sh:SPARQLConstraintComponent-sparql a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:path sh:sparql . + +sh:UniqueLangConstraintComponent-uniqueLang a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:datatype xsd:boolean ; + sh:maxCount 1 ; + sh:path sh:uniqueLang . + +sh:XoneConstraintComponent-xone a sh:Parameter ; + rdfs:isDefinedBy sh: ; + sh:path sh:xone . + +sh:and a rdf:Property ; + rdfs:label "and"@en ; + rdfs:comment "RDF list of shapes to validate the value nodes against."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range rdf:List . + +sh:class a rdf:Property ; + rdfs:label "class"@en ; + rdfs:comment "The type that all value nodes must have."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range rdfs:Class . + +sh:closed a rdf:Property ; + rdfs:label "closed"@en ; + rdfs:comment "If set to true then the shape is closed."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range xsd:boolean . - a s223:EnumeratedActuatableProperty ; - s223:hasEnumerationKind s223:EnumerationKind-OnOff . +sh:datatype a rdf:Property ; + rdfs:label "datatype"@en ; + rdfs:comment "Specifies an RDF datatype that all value nodes must have."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range rdfs:Datatype . + +sh:disjoint a rdf:Property ; + rdfs:label "disjoint"@en ; + rdfs:comment "Specifies a property where the set of values must be disjoint with the value nodes."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range rdf:Property . + +sh:equals a rdf:Property ; + rdfs:label "equals"@en ; + rdfs:comment "Specifies a property that must have the same values as the value nodes."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range rdf:Property . + +sh:expression a rdf:Property ; + rdfs:label "expression"@en ; + rdfs:comment "The node expression that must return true for the value nodes."@en ; + rdfs:isDefinedBy sh: . + +sh:flags a rdf:Property ; + rdfs:label "flags"@en ; + rdfs:comment "An optional flag to be used with regular expression pattern matching."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range xsd:string . + +sh:hasValue a rdf:Property ; + rdfs:label "has value"@en ; + rdfs:comment "Specifies a value that must be among the value nodes."@en ; + rdfs:isDefinedBy sh: . + +sh:ignoredProperties a rdf:Property ; + rdfs:label "ignored properties"@en ; + rdfs:comment "An optional RDF list of properties that are also permitted in addition to those explicitly enumerated via sh:property/sh:path."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range rdf:List . + +sh:in a rdf:Property ; + rdfs:label "in"@en ; + rdfs:comment "Specifies a list of allowed values so that each value node must be among the members of the given list."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range rdf:List . + +sh:js a rdf:Property ; + rdfs:label "JavaScript constraint"@en ; + rdfs:comment "Constraints expressed in JavaScript."^^xsd:string ; + rdfs:isDefinedBy sh: ; + rdfs:range sh:JSConstraint . + +sh:languageIn a rdf:Property ; + rdfs:label "language in"@en ; + rdfs:comment "Specifies a list of language tags that all value nodes must have."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range rdf:List . + +sh:lessThan a rdf:Property ; + rdfs:label "less than"@en ; + rdfs:comment "Specifies a property that must have smaller values than the value nodes."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range rdf:Property . + +sh:lessThanOrEquals a rdf:Property ; + rdfs:label "less than or equals"@en ; + rdfs:comment "Specifies a property that must have smaller or equal values than the value nodes."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range rdf:Property . + +sh:maxCount a rdf:Property ; + rdfs:label "max count"@en ; + rdfs:comment "Specifies the maximum number of values in the set of value nodes."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range xsd:integer . + +sh:maxExclusive a rdf:Property ; + rdfs:label "max exclusive"@en ; + rdfs:comment "Specifies the maximum exclusive value of each value node."@en ; + rdfs:isDefinedBy sh: . + +sh:maxInclusive a rdf:Property ; + rdfs:label "max inclusive"@en ; + rdfs:comment "Specifies the maximum inclusive value of each value node."@en ; + rdfs:isDefinedBy sh: . + +sh:maxLength a rdf:Property ; + rdfs:label "max length"@en ; + rdfs:comment "Specifies the maximum string length of each value node."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range xsd:integer . + +sh:minCount a rdf:Property ; + rdfs:label "min count"@en ; + rdfs:comment "Specifies the minimum number of values in the set of value nodes."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range xsd:integer . + +sh:minExclusive a rdf:Property ; + rdfs:label "min exclusive"@en ; + rdfs:comment "Specifies the minimum exclusive value of each value node."@en ; + rdfs:isDefinedBy sh: . + +sh:minInclusive a rdf:Property ; + rdfs:label "min inclusive"@en ; + rdfs:comment "Specifies the minimum inclusive value of each value node."@en ; + rdfs:isDefinedBy sh: . + +sh:minLength a rdf:Property ; + rdfs:label "min length"@en ; + rdfs:comment "Specifies the minimum string length of each value node."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range xsd:integer . + +sh:node a rdf:Property ; + rdfs:label "node"@en ; + rdfs:comment "Specifies the node shape that all value nodes must conform to."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range sh:NodeShape . + +sh:nodeKind a rdf:Property ; + rdfs:label "node kind"@en ; + rdfs:comment "Specifies the node kind (e.g. IRI or literal) each value node."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range sh:NodeKind . + +sh:not a rdf:Property ; + rdfs:label "not"@en ; + rdfs:comment "Specifies a shape that the value nodes must not conform to."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range sh:Shape . + +sh:or a rdf:Property ; + rdfs:label "or"@en ; + rdfs:comment "Specifies a list of shapes so that the value nodes must conform to at least one of the shapes."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range rdf:List . + +sh:pattern a rdf:Property ; + rdfs:label "pattern"@en ; + rdfs:comment "Specifies a regular expression pattern that the string representations of the value nodes must match."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range xsd:string . + +sh:property a rdf:Property ; + rdfs:label "property"@en ; + rdfs:comment "Links a shape to its property shapes."@en ; + rdfs:domain sh:Shape ; + rdfs:isDefinedBy sh: ; + rdfs:range sh:PropertyShape . + +sh:qualifiedMaxCount a rdf:Property ; + rdfs:label "qualified max count"@en ; + rdfs:comment "The maximum number of value nodes that can conform to the shape."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range xsd:integer . + +sh:qualifiedMinCount a rdf:Property ; + rdfs:label "qualified min count"@en ; + rdfs:comment "The minimum number of value nodes that must conform to the shape."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range xsd:integer . + +sh:sparql a rdf:Property ; + rdfs:label "constraint (in SPARQL)"@en ; + rdfs:comment "Links a shape with SPARQL constraints."@en ; + rdfs:domain sh:Shape ; + rdfs:isDefinedBy sh: ; + rdfs:range sh:SPARQLConstraint . + +sh:uniqueLang a rdf:Property ; + rdfs:label "unique languages"@en ; + rdfs:comment "Specifies whether all node values must have a unique (or no) language tag."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range xsd:boolean . - a s223:EnumeratedObservableProperty ; - s223:hasEnumerationKind s223:EnumerationKind-OnOff . +sh:xone a rdf:Property ; + rdfs:label "exactly one"@en ; + rdfs:comment "Specifies a list of shapes so that the value nodes must conform to exactly one of the shapes."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range rdf:List . s223:AbstractSensor a s223:Class, sh:NodeShape ; @@ -3637,14 +54064,14 @@ s223:AbstractSensor a s223:Class, s223:abstract true ; rdfs:comment "This is an abstract class that represents properties that are common to all sensor types."^^xsd:string ; rdfs:subClassOf s223:Equipment ; - sh:property [ rdfs:comment "An AbstractSensor must be associated with exactly one ObservableProperty using the relation observes."^^xsd:string ; + sh:property [ rdfs:comment "If the relation hasMeasurementResolution is present it must associate the AbstractSensor with a QuantifiableProperty."^^xsd:string ; + sh:class s223:QuantifiableProperty ; + sh:path s223:hasMeasurementResolution ], + [ rdfs:comment "An AbstractSensor must be associated with exactly one ObservableProperty using the relation observes."^^xsd:string ; sh:class s223:ObservableProperty ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path s223:observes ], - [ rdfs:comment "If the relation hasMeasurementResolution is present it must associate the AbstractSensor with a QuantifiableProperty."^^xsd:string ; - sh:class s223:QuantifiableProperty ; - sh:path s223:hasMeasurementResolution ] . + sh:path s223:observes ] . s223:Aspect-Effectiveness a s223:Aspect-Effectiveness, s223:Class, @@ -3653,6 +54080,28 @@ s223:Aspect-Effectiveness a s223:Aspect-Effectiveness, rdfs:comment "This class enumerates the possible states of effectiveness"^^xsd:string ; rdfs:subClassOf s223:EnumerationKind-Aspect . +s223:Constituent-CO2 a s223:Class, + s223:Constituent-CO2, + sh:NodeShape ; + rdfs:label "Constituent-CO2"^^xsd:string ; + rdfs:comment "Constituent-CO2"^^xsd:string ; + rdfs:subClassOf s223:Medium-Constituent . + +s223:CoolingCoil a s223:Class, + sh:NodeShape ; + rdfs:label "Cooling coil"^^xsd:string ; + rdfs:comment "A coil that provides cooling."^^xsd:string ; + rdfs:subClassOf s223:Coil ; + sh:property [ rdfs:comment "A cooling coil must be related to the role 'Role-Cooling' using the relation 'hasRole'."^^xsd:string ; + sh:hasValue s223:Role-Cooling ; + sh:minCount 1 ; + sh:path s223:hasRole ] ; + sh:rule [ a sh:TripleRule ; + rdfs:comment "Cooling coils will always have the role Role-Cooling"^^xsd:string ; + sh:object s223:Role-Cooling ; + sh:predicate s223:hasRole ; + sh:subject sh:this ] . + s223:DCNegativeVoltage-190.0V a s223:Class, s223:DCNegativeVoltage-190.0V, sh:NodeShape ; @@ -3779,13 +54228,14 @@ s223:DomainSpace a s223:Class, rdfs:comment "A DomainSpace is a member (or component) of a Zone and is associated with a Domain such as Lighting, HVAC, PhysicalSecurity, etc. Physical spaces enclose Domain spaces."^^xsd:string ; rdfs:subClassOf s223:Connectable ; sh:property [ rdfs:comment "A DomainSpace must be enclosed by a PhysicalSpace."^^xsd:string ; - sh:message "A DomainSpace must be enclosed by a PhysicalSpace."^^xsd:string ; + sh:message "s223: A DomainSpace must be enclosed by a PhysicalSpace."^^xsd:string ; sh:minCount 1 ; sh:path [ sh:inversePath s223:encloses ] ; sh:severity sh:Info ], [ rdfs:comment "A DomainSpace must be associated with exactly one EnumerationKind-Domain using the relation hasDomain."^^xsd:string ; sh:class s223:EnumerationKind-Domain ; sh:maxCount 1 ; + sh:message "s223: A DomainSpace must be associated with exactly one EnumerationKind-Domain using the relation hasDomain."^^xsd:string ; sh:minCount 1 ; sh:path s223:hasDomain ] ; sh:rule [ a sh:TripleRule ; @@ -3799,12 +54249,18 @@ s223:EnumerableProperty a s223:Class, rdfs:label "Enumerable Property"^^xsd:string ; rdfs:comment "An EnumerableProperty is a property with an enumerated (fixed) set of possible values."^^xsd:string ; rdfs:subClassOf s223:Property ; - sh:property [ rdfs:comment "Checks for valid enumeration value consistent with the stated EnumerationKind."^^xsd:string ; + sh:property [ rdfs:comment "An EnumerableProperty must be associated with exactly one EnumerationKind using the relation hasEnumerationKind."^^xsd:string ; + sh:class s223:EnumerationKind ; + sh:maxCount 1 ; + sh:message "s223: An EnumerableProperty must be associated with exactly one EnumerationKind using the relation hasEnumerationKind."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasEnumerationKind ], + [ rdfs:comment "Checks for valid enumeration value consistent with the stated EnumerationKind."^^xsd:string ; sh:path s223:hasValue ; sh:sparql [ a sh:SPARQLConstraint ; rdfs:comment "Checks for valid enumeration value consistent with the stated EnumerationKind."^^xsd:string ; - sh:message "{$this} has an enumeration value of {?value} which is not a valid {?kind}."^^xsd:string ; - sh:prefixes ; + sh:message "s223: {$this} has an enumeration value of {?value} which is not a valid {?kind}."^^xsd:string ; + sh:prefixes ; sh:select """ SELECT $this ?value ?kind WHERE { @@ -3812,19 +54268,7 @@ $this s223:hasValue ?value . $this s223:hasEnumerationKind ?kind . FILTER (NOT EXISTS {?value a/rdfs:subClassOf* ?kind}) . } -"""^^xsd:string ] ], - [ rdfs:comment "An EnumerableProperty must be associated with exactly one EnumerationKind using the relation hasEnumerationKind."^^xsd:string ; - sh:class s223:EnumerationKind ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path s223:hasEnumerationKind ] . - -s223:EnumeratedActuatableProperty a s223:Class, - sh:NodeShape ; - rdfs:label "Enumerated actuatable property"^^xsd:string ; - rdfs:comment "An EnumeratedActuatableProperty is a property with an enumerated (fixed) set of possible values that can be changed (actuated)."^^xsd:string ; - rdfs:subClassOf s223:ActuatableProperty, - s223:EnumerableProperty . +"""^^xsd:string ] ] . s223:ExternalReference a s223:Class, sh:NodeShape ; @@ -3833,40 +54277,249 @@ s223:ExternalReference a s223:Class, rdfs:comment "ExternalReference is an abstract class that represents a thing that contains API or protocol parameter values necessary to associate a property with a value."^^xsd:string ; rdfs:subClassOf s223:Concept . -s223:Medium-NaturalGas a s223:Class, - s223:Medium-NaturalGas, +s223:Fluid-NaturalGas a s223:Class, + s223:Fluid-NaturalGas, sh:NodeShape ; - rdfs:label "Medium-NaturalGas"^^xsd:string ; - rdfs:comment "This class has enumerated instances of natural gas in various states."^^xsd:string ; - rdfs:subClassOf s223:Substance-Medium . + rdfs:label "Fluid-NaturalGas"^^xsd:string ; + rdfs:comment "This class has enumerated subclasses of natural gas in various states."^^xsd:string ; + rdfs:subClassOf s223:Mix-Fluid . + +s223:HeatingCoil a s223:Class, + sh:NodeShape ; + rdfs:label "Heating coil"^^xsd:string ; + rdfs:comment "A coil that provides heating."^^xsd:string ; + rdfs:subClassOf s223:Coil ; + sh:property [ rdfs:comment "A heating coil must be related to the role 'Role-Heating' using the relation 'hasRole'."^^xsd:string ; + sh:hasValue s223:Role-Heating ; + sh:minCount 1 ; + sh:path s223:hasRole ] ; + sh:rule [ a sh:TripleRule ; + rdfs:comment "Heating coils will always have the role Role-Heating"^^xsd:string ; + sh:object s223:Role-Heating ; + sh:predicate s223:hasRole ; + sh:subject sh:this ] . + +s223:Junction a s223:Class, + sh:NodeShape ; + rdfs:label "Junction"^^xsd:string ; + rdfs:comment "A Junction is a modeling construct used when a branching point within a Connection (see `s223:Connection`) is of significance, such as specifying the observation location of a Sensor. When a Junction is used, what might have been modeled as a single, branched Connection is separated into three or more separate Connections, all tied together with the Junction and its associated ConnectionPoints."^^xsd:string ; + rdfs:subClassOf s223:Connectable ; + sh:property [ rdfs:comment "A Junction must be associated with exactly one EnumerationKind-Medium using the relation hasMedium."^^xsd:string ; + sh:class s223:Substance-Medium ; + sh:maxCount 1 ; + sh:message "s223: A Junction must be associated with exactly one EnumerationKind-Medium using the relation hasMedium."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasMedium ], + [ rdfs:comment "Ensure that the Medium identified by all the associated ConnectionPoints via the s223:hasMedium relation are compatible with one another."^^xsd:string ; + sh:name "Test for compatible declared Medium"^^xsd:string ; + sh:path s223:hasMedium ; + sh:sparql [ a sh:SPARQLConstraint ; + rdfs:comment "Inconsistent Medium. Case 2: Two ConnectionPoints with a medium with constituents and a pure Medium."^^xsd:string ; + sh:message "s223: {?cp1} with Medium {?m1} is incompatible with {?cp2} with Medium {?m2}."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this ?cp1 ?m1 ?cp2 ?m2 +WHERE { +$this s223:cnx ?cp1 . +?cp1 a/rdfs:subClassOf* s223:ConnectionPoint . +?cp1 s223:hasMedium ?m1 . +$this s223:cnx ?cp2 . +?cp2 a/rdfs:subClassOf* s223:ConnectionPoint . +?cp2 s223:hasMedium ?m2 . +?m2 s223:composedOf/s223:ofConstituent ?s2 . +FILTER NOT EXISTS {?m1 s223:composedOf ?c1} . +FILTER NOT EXISTS { + ?m2 s223:composedOf/s223:ofConstituent ?s12 . + {?s12 rdfs:subClassOf* ?m1} UNION {?m1 rdfs:subClassOf* ?s12} . +} +} +"""^^xsd:string ] ], + [ rdfs:comment "Ensure that the Medium identified by all the associated ConnectionPoints via the s223:hasMedium relation are compatible with one another."^^xsd:string ; + sh:name "Test for compatible declared Medium"^^xsd:string ; + sh:path s223:hasMedium ; + sh:sparql [ a sh:SPARQLConstraint ; + rdfs:comment "Inconsistent Medium. Case 1: Two ConnectionPoints with pure mediums."^^xsd:string ; + sh:message "s223: {?cp1} with Medium {?m1} is incompatible with {?cp2} with Medium {?m2}."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this ?cp1 ?m1 ?cp2 ?m2 +WHERE { +$this s223:cnx ?cp1 . +?cp1 a/rdfs:subClassOf* s223:ConnectionPoint . +?cp1 s223:hasMedium ?m1 . +$this s223:cnx ?cp2 . +?cp2 a/rdfs:subClassOf* s223:ConnectionPoint . +FILTER (?cp1 != ?cp2 ) . +?cp2 s223:hasMedium ?m2 . +FILTER (?m1 != ?m2 ) . +FILTER NOT EXISTS {?m1 s223:composedOf ?c1} . +FILTER NOT EXISTS {?m2 s223:composedOf ?c2} +FILTER (NOT EXISTS {?m2 rdfs:subClassOf* ?m1}) . +FILTER (NOT EXISTS {?m1 rdfs:subClassOf* ?m2}) . +} +"""^^xsd:string ] ], + [ rdfs:comment "Ensure that the Medium identified by all the associated ConnectionPoints via the s223:hasMedium relation are compatible with one another."^^xsd:string ; + sh:name "Test for compatible declared Medium"^^xsd:string ; + sh:path s223:hasMedium ; + sh:sparql [ a sh:SPARQLConstraint ; + rdfs:comment "Inconsistent Medium. Case 3: Two ConnectionPoints with mediums with constituents."^^xsd:string ; + sh:message "s223: {?cp1} with Medium {?m1} is incompatible with {?cp2} with Medium {?m2}."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this ?cp1 ?m1 ?cp2 ?m2 +WHERE { +$this s223:cnx ?cp1 . +?cp1 a/rdfs:subClassOf* s223:ConnectionPoint . +?cp1 s223:hasMedium ?m1 . +$this s223:cnx ?cp2 . +?cp2 a/rdfs:subClassOf* s223:ConnectionPoint . +?cp2 s223:hasMedium ?m2 . + ?m1 s223:composedOf/s223:ofConstituent ?s1 . + ?m2 s223:composedOf/s223:ofConstituent ?s2 . + FILTER NOT EXISTS { + ?m1 s223:composedOf/s223:ofConstituent ?s11 . + ?m2 s223:composedOf/s223:ofConstituent ?s12 . + FILTER (?s11 = ?s12) . + } + FILTER NOT EXISTS { + ?m1 s223:composedOf/s223:ofConstituent ?s21 . + ?m2 s223:composedOf/s223:ofConstituent ?s22 . + {?s22 rdfs:subClassOf* ?s21} UNION {?s21 rdfs:subClassOf* ?s22} . + } +} +"""^^xsd:string ] ], + [ rdfs:comment "Ensure that the Medium identified by a ConnectionPoint via the s223:hasMedium relation is compatible with the Medium identified by the associated Junction."^^xsd:string ; + sh:name "Test for compatible declared Medium"^^xsd:string ; + sh:path s223:hasMedium ; + sh:sparql [ a sh:SPARQLConstraint ; + rdfs:comment "Inconsistent Medium. Case 4: Junction with constituents and an associated ConnectionPoint with constituents."^^xsd:string ; + sh:message "s223: Junction {$this} with Medium {?m2} is incompatible with {?cp} with Medium {?m1}."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this ?m2 ?cp ?m1 +WHERE { +$this s223:cnx ?cp . +?cp a/rdfs:subClassOf* s223:ConnectionPoint . +?cp s223:hasMedium ?m1 . +$this s223:hasMedium ?m2 . + ?m1 s223:composedOf/s223:ofConstituent ?s1 . + ?m2 s223:composedOf/s223:ofConstituent ?s2 . + FILTER NOT EXISTS { + ?m1 s223:composedOf/s223:ofConstituent ?s11 . + ?m2 s223:composedOf/s223:ofConstituent ?s12 . + FILTER (?s11 = ?s12) . + } + FILTER NOT EXISTS { + ?m1 s223:composedOf/s223:ofConstituent ?s21 . + ?m2 s223:composedOf/s223:ofConstituent ?s22 . + {?s22 rdfs:subClassOf* ?s21} UNION {?s21 rdfs:subClassOf* ?s22} . + } +} +"""^^xsd:string ] ], + [ rdfs:comment "Ensure that the Medium identified by a ConnectionPoint via the s223:hasMedium relation is compatible with the Medium identified by the associated Junction."^^xsd:string ; + sh:name "Test for compatible declared Medium"^^xsd:string ; + sh:path s223:hasMedium ; + sh:sparql [ a sh:SPARQLConstraint ; + rdfs:comment "Inconsistent Medium. Case 1: Two pure mediums."^^xsd:string ; + sh:message "s223: Junction {$this} with Medium {?m2} is incompatible with {?cp} with Medium {?m1}."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this ?m2 ?cp ?m1 +WHERE { +$this s223:cnx ?cp . +?cp a/rdfs:subClassOf* s223:ConnectionPoint . +?cp s223:hasMedium ?m1 . +$this s223:hasMedium ?m2 . +FILTER (?m1 != ?m2 ) . +FILTER NOT EXISTS {?m1 s223:composedOf ?c1} . +FILTER NOT EXISTS {?m2 s223:composedOf ?c2} +FILTER (NOT EXISTS {?m2 rdfs:subClassOf* ?m1}) . +FILTER (NOT EXISTS {?m1 rdfs:subClassOf* ?m2}) . +} +"""^^xsd:string ] ], + [ rdfs:comment "Ensure that the Medium identified by a ConnectionPoint via the s223:hasMedium relation is compatible with the Medium identified by the associated Junction."^^xsd:string ; + sh:name "Test for compatible declared Medium"^^xsd:string ; + sh:path s223:hasMedium ; + sh:sparql [ a sh:SPARQLConstraint ; + rdfs:comment "Inconsistent Medium. Case 2: A Junction with constituents and an associated ConnectionPoint with a pure Medium."^^xsd:string ; + sh:message "s223: Junction {$this} with Medium {?m2} is incompatible with {?cp} with Medium {?m1}."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this ?m2 ?cp ?m1 +WHERE { +$this s223:cnx ?cp . +?cp a/rdfs:subClassOf* s223:ConnectionPoint . +?cp s223:hasMedium ?m1 . +$this s223:hasMedium ?m2 . +?m2 s223:composedOf/s223:ofConstituent ?s2 . +FILTER NOT EXISTS {?m1 s223:composedOf ?c1} . +FILTER NOT EXISTS { + ?m2 s223:composedOf/s223:ofConstituent ?s12 . + {?s12 rdfs:subClassOf* ?m1} UNION {?m1 rdfs:subClassOf* ?s12} . +} +} +"""^^xsd:string ] ], + [ rdfs:comment "Ensure that the Medium identified by a ConnectionPoint via the s223:hasMedium relation is compatible with the Medium identified by the associated Connection."^^xsd:string ; + sh:name "Test for compatible declared Medium"^^xsd:string ; + sh:path s223:hasMedium ; + sh:sparql [ a sh:SPARQLConstraint ; + rdfs:comment "Inconsistent Medium. Case 3: Junction with a pure medium and an associated ConnectionPoint with constituents."^^xsd:string ; + sh:message "s223: Junction {$this} with Medium {?m1} is incompatible with {?cp} with Medium {?m2}."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this ?m2 ?cp ?m1 +WHERE { +$this s223:cnx ?cp . +?cp a/rdfs:subClassOf* s223:ConnectionPoint . +?cp s223:hasMedium ?m2 . +$this s223:hasMedium ?m1 . +?m2 s223:composedOf/s223:ofConstituent ?s2 . +FILTER NOT EXISTS {?m1 s223:composedOf ?c1} . +FILTER NOT EXISTS { + ?m2 s223:composedOf/s223:ofConstituent ?s12 . + {?s12 rdfs:subClassOf* ?m1} UNION {?m1 rdfs:subClassOf* ?s12} . +} +} +"""^^xsd:string ] ] . + +s223:Mix-PowerAndSignal a s223:Class, + s223:Mix-PowerAndSignal, + sh:NodeShape ; + rdfs:label "Mix-Power and signal"^^xsd:string ; + rdfs:comment "Mix-Power and signal"^^xsd:string ; + rdfs:subClassOf s223:Medium-Mix . s223:Phase-Gas a s223:Class, s223:Phase-Gas, sh:NodeShape ; rdfs:label "Phase-Gas"^^xsd:string ; - rdfs:comment "This class has enumerated instances of gas in various thermodynamic states."^^xsd:string ; + rdfs:comment "This class has enumerated subclasses of gas in various thermodynamic states."^^xsd:string ; rdfs:subClassOf s223:EnumerationKind-Phase . s223:Phase-Liquid a s223:Class, s223:Phase-Liquid, sh:NodeShape ; rdfs:label "Phase-Liquid"^^xsd:string ; - rdfs:comment "This class has enumerated instances of liquid in various thermodynamic states."^^xsd:string ; + rdfs:comment "This class has enumerated subclasses of liquid in various thermodynamic states."^^xsd:string ; rdfs:subClassOf s223:EnumerationKind-Phase . -s223:Role-Economizer a s223:Class, - s223:Role-Economizer, - sh:NodeShape ; - rdfs:label "Role-Economizer"^^xsd:string ; - rdfs:comment "Role-Economizer"^^xsd:string ; - rdfs:subClassOf s223:EnumerationKind-Role . - -s223:Role-Exhaust a s223:Class, - s223:Role-Exhaust, +s223:ResistanceHeater a s223:Class, sh:NodeShape ; - rdfs:label "Role-Exhaust"^^xsd:string ; - rdfs:comment "Role-Exhaust"^^xsd:string ; - rdfs:subClassOf s223:EnumerationKind-Role . + rdfs:label "Electrical resistance heater"^^xsd:string ; + rdfs:comment "Resistance heaters provide electrical resistance heating, for example an electric heating coil within a Fan Coil Unit."^^xsd:string ; + rdfs:subClassOf s223:Equipment ; + sh:property [ rdfs:comment "A ResistanceHeater shall have at least one inlet using the medium Electricity."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Constituent-Electricity ; + sh:path s223:hasMedium ] ] ] ], + [ rdfs:comment "ResistanceHeaters must have the role Role-Heating."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasRole ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:Role-Heating ] ] . s223:Voltage-0V a s223:Class, s223:Voltage-0V, @@ -4158,19 +54811,51 @@ s223:Water-ChilledWater a s223:Class, s223:Water-ChilledWater, sh:NodeShape ; rdfs:label "Water-Chilled water"^^xsd:string ; + s223:composedOf [ a s223:QuantifiableProperty ; + rdfs:label "Water conc"^^xsd:string ; + s223:ofConstituent s223:Constituent-H2O ; + ns1:hasQuantityKind ; + ns1:hasUnit ] ; rdfs:comment "Water-Chilled water"^^xsd:string ; - rdfs:subClassOf s223:Medium-Water . + rdfs:subClassOf s223:Fluid-Water . s223:Water-HotWater a s223:Class, s223:Water-HotWater, sh:NodeShape ; rdfs:label "Water-Hot water"^^xsd:string ; + s223:composedOf [ a s223:QuantifiableProperty ; + rdfs:label "Water conc"^^xsd:string ; + s223:ofConstituent s223:Constituent-H2O ; + ns1:hasQuantityKind ; + ns1:hasUnit ] ; rdfs:comment "Water-Hot water"^^xsd:string ; - rdfs:subClassOf s223:Medium-Water . + rdfs:subClassOf s223:Fluid-Water . + +s223:ZoneGroup a s223:Class, + sh:NodeShape ; + rdfs:label "Zone group"^^xsd:string ; + rdfs:comment "A ZoneGroup is a logical grouping (collection) of Zones for some functional or system reason, to identify a domain of control, such as a Lighting Zone, or a heating zone."^^xsd:string ; + rdfs:subClassOf s223:Concept ; + sh:property [ rdfs:comment "A ZoneGroup must be associated with exactly one EnumerationKind-Domain using the relation hasDomain."^^xsd:string ; + sh:class s223:EnumerationKind-Domain ; + sh:maxCount 1 ; + sh:message "s223: A ZoneGroup must be associated with exactly one EnumerationKind-Domain using the relation hasDomain."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasDomain ], + [ rdfs:comment "A ZoneGroup must be associated with at least one Zone using the relation hasZone."^^xsd:string ; + sh:class s223:Zone ; + sh:message "s223: A ZoneGroup must be associated with at least one Zone using the relation hasZone."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasZone ] ; + sh:rule [ a sh:TripleRule ; + rdfs:comment "Infer a hasDomain relation by checking any enclosed Zones to determine the domain."^^xsd:string ; + sh:object [ sh:path ( s223:hasZone s223:hasDomain ) ] ; + sh:predicate s223:hasDomain ; + sh:subject sh:this ] . -s223:commandedByProperty a rdf:Property ; +s223:actuatedByProperty a rdf:Property ; rdfs:label "commanded by Property"^^xsd:string ; - rdfs:comment "The relation commandedByProperty binds an Actuator to the ActuatableProperty that it responds to. This Property will be owned by the equipment that it actuates (see `s223:actuates`)."^^xsd:string . + rdfs:comment "The relation actuatedByProperty binds an Actuator to the ActuatableProperty that it responds to. This Property will be owned by the equipment that it actuates (see `s223:actuates`)."^^xsd:string . s223:connectedThrough a rdf:Property ; rdfs:label "connected through"^^xsd:string ; @@ -4184,198 +54869,7768 @@ s223:hasElectricalPhase a rdf:Property ; rdfs:label "has electrical phase"^^xsd:string ; rdfs:comment "The relation hasElectricalPhase is used to indicate the electrical phase identifier or the relevant electrical phases for a voltage difference for AC electricity inside a Connection."^^xsd:string . -s223:hasOutput a rdf:Property ; - rdfs:label "has function output"^^xsd:string ; - rdfs:comment "The relation hasOutput is used to relate a FunctionBlock (see `s223:FunctionBlock`) to a Property (see `s223:Property`) that is calculated by the FunctionBlock."^^xsd:string . - -rdfs:comment a rdf:Property ; - rdfs:label "comment"^^xsd:string ; - rdfs:comment "Description of constraints for s223."^^xsd:string ; - rdfs:subPropertyOf rdfs:comment . - - a s223:QuantifiableActuatableProperty ; - s223:hasAspect s223:EnumerationKind-Position ; - ns1:hasQuantityKind ; - ns1:hasUnit . - - a s223:Connection, - s223:Duct ; - s223:cnx , - ; - s223:connectsAt , - ; - s223:hasMedium s223:Medium-Air . - - a s223:Connection, - s223:Duct ; - s223:cnx , - ; - s223:connectsAt , - ; - s223:hasMedium s223:Medium-Air . - - a s223:Connection, - s223:Duct ; - s223:cnx , - ; - s223:connectsAt , - ; - s223:hasMedium s223:Medium-Air . - - a s223:Connection, - s223:Duct ; - s223:cnx , - ; - s223:connectsAt , - ; - s223:hasMedium s223:Medium-Air . - - a s223:Connection, - s223:Duct ; - s223:cnx , - ; - s223:connectsAt , - ; - s223:hasMedium s223:Medium-Air . - - a s223:Connection, - s223:Duct ; - s223:cnx , - ; - s223:connectsAt , - ; - s223:hasMedium s223:Medium-Air . - - a s223:Connection, - s223:Duct ; - s223:cnx , - ; - s223:connectsAt , - ; - s223:hasMedium s223:Medium-Air . - - a s223:Connection, - s223:Duct ; - s223:cnx , - ; - s223:connectsAt , - ; - s223:hasMedium s223:Medium-Air . - - a s223:Connection, - s223:Duct ; - s223:cnx , - ; - s223:connectsAt , - ; - s223:hasMedium s223:Medium-Air . - - a s223:Connection, - s223:Duct ; - s223:cnx , - ; - s223:connectsAt , - ; - s223:hasMedium s223:Medium-Air . - - a s223:QuantifiableActuatableProperty ; - s223:hasAspect s223:EnumerationKind-Position ; - ns1:hasQuantityKind ; - ns1:hasUnit . - - a s223:Connection ; - s223:cnx , - ; - s223:connectsAt , - ; - s223:hasMedium s223:Medium-Air . - - a s223:QuantifiableActuatableProperty ; - s223:hasAspect s223:EnumerationKind-Position ; - ns1:hasQuantityKind ; - ns1:hasUnit . - - a s223:QuantifiableActuatableProperty ; - s223:hasAspect s223:EnumerationKind-Position ; - ns1:hasQuantityKind ; - ns1:hasUnit . +s223:hasInput a rdf:Property ; + rdfs:label "has input"^^xsd:string ; + rdfs:comment "The relation hasInput is used to relate a Function (see `s223:Function`) to a Property (see `s223:Property`) that is used as input."^^xsd:string . - a s223:QuantifiableObservableProperty ; - ns1:hasQuantityKind ; - ns1:hasUnit . +s223:ofSubstance a rdf:Property ; + rdfs:label "of substance"^^xsd:string ; + rdfs:comment "The relation ofSubstance is used to associate a Property with a specific Substance."^^xsd:string . - a s223:QuantifiableActuatableProperty ; - s223:hasAspect s223:EnumerationKind-Position ; - ns1:hasQuantityKind ; - ns1:hasUnit . - - a s223:QuantifiableObservableProperty ; - ns1:hasQuantityKind ; - ns1:hasUnit . - - a s223:Connection ; - s223:cnx , - ; - s223:connectsAt , - ; - s223:hasMedium s223:Medium-Air . - - a s223:QuantifiableObservableProperty ; - s223:hasAspect s223:Role-Outside ; - ns1:hasQuantityKind ; - ns1:hasUnit . - - a s223:Connection, - s223:Pipe ; - s223:cnx , - ; - s223:connectsAt , - ; - s223:hasMedium s223:Medium-Water . - - a s223:Connection, - s223:Pipe ; - s223:cnx , - ; - s223:connectsAt , - ; - s223:hasMedium s223:Medium-Water . - - a s223:QuantifiableActuatableProperty ; - s223:hasAspect s223:EnumerationKind-Position ; - ns1:hasQuantityKind ; - ns1:hasUnit . + rdfs:comment """This file can be used to control which extensions are to be loaded with the 223 ontology by importing the appropriate graph(s). Options include: +For validation of the schema, model, or data - http://data.ashrae.org/standard223/1.0/validation/schema (or model or data). +For inferred properties - http://data.ashrae.org/standard223/1.0/inference/model-rules (and/or schema-rules, data-rules). +For G36 extensions - http://data.ashrae.org/standard223/1.0/extensions/g36/core (and/or vav-terminal-unit, multiple-zone-vav-air-handling-unit, etc.)."""^^xsd:string ; + owl:imports , + , + , + , + , + , + ; + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . + +dcterms:author a owl:AnnotationProperty ; + rdfs:label "author"^^xsd:string ; + rdfs:isDefinedBy dcterms: ; + rdfs:range xsd:string . + +ns1:BitEncoding a ns1:BitEncodingType ; + rdfs:label "Bit Encoding"^^xsd:string ; + ns1:bits 1 ; + rdfs:isDefinedBy . + +ns1:ShortUnsignedIntegerEncoding a ns1:BooleanEncodingType, + ns1:IntegerEncodingType ; + rdfs:label "Short Unsigned Integer Encoding"^^xsd:string ; + ns1:bytes 2 ; + rdfs:isDefinedBy . + +ns1:UCUMcs a rdfs:Datatype, + sh:NodeShape ; + rdfs:label "case-sensitive UCUM code"^^xsd:string ; + dcterms:source ; + rdfs:comment "Lexical pattern for the case-sensitive version of UCUM code"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + rdfs:subClassOf xsd:string . + +ns1:UnitConversionGroup a sh:PropertyGroup ; + rdfs:label "Conversion"^^xsd:string ; + rdfs:isDefinedBy ; + sh:order 60.0 . + +ns1:bits a rdf:Property ; + rdfs:label "bits"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:bytes a rdf:Property ; + rdfs:label "bytes"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:coherentUnitOfSystem a rdf:Property ; + rdfs:label "is coherent unit of system"^^xsd:string ; + dcterms:description "A coherent unit of measurement for a unit system is a defined unit that may be expressed as a product of powers of the system's base units with the proportionality factor of one. A system of units is coherent with respect to a system of quantities and equations if the system of units is chosen in such a way that the equations between numerical values have exactly the same form (including the numerical factors) as the corresponding equations between the quantities. For example, the 'newton' and the 'joule'. These two are, respectively, the force that causes one kilogram to be accelerated at 1 metre per second per second, and the work done by 1 newton acting over 1 metre. Being coherent refers to this consistent use of 1. In the old c.g.s. system , with its base units the centimetre and the gram, the corresponding coherent units were the dyne and the erg, respectively the force that causes 1 gram to be accelerated at 1 centimetre per second per second, and the work done by 1 dyne acting over 1 centimetre. So $1 newton = 10^5\\,dyne$, $1 joule = 10^7\\,erg$, making each of the four compatible in a decimal sense within its respective other system, but not coherent therein."^^ns1:LatexString ; + ns1:deprecated true ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf ns1:definedUnitOfSystem . + +ns1:dataStructure a rdf:Property ; + rdfs:label "data structure"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:dbpediaMatch a rdf:Property ; + rdfs:label "dbpedia match"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:definedUnitOfSystem a rdf:Property ; + rdfs:label "defined unit of system"^^xsd:string ; + dcterms:description "This property relates a unit of measure with the unit system that defines the unit."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf ns1:isUnitOfSystem . + +ns1:exactConstant a rdf:Property ; + rdfs:label "exact constant"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:expression a rdf:Property ; + rdfs:label "expression"^^xsd:string ; + dcterms:description "An 'expression' is a finite combination of symbols that are well-formed according to rules that apply to units of measure, quantity kinds and their dimensions."^^rdf:HTML ; + rdfs:isDefinedBy . + +ns1:hasBaseQuantityKind a rdf:Property ; + rdfs:label "has base quantity kind"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf ns1:hasQuantityKind . + +ns1:hasUnitSystem a rdf:Property ; + rdfs:label "has unit system"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:id a rdf:Property ; + rdfs:label "qudt id"^^xsd:string ; + dcterms:description "The \"qudt:id\" is an identifier string that uniquely identifies a QUDT concept. The identifier is constructed using a prefix. For example, units are coded using the pattern: \"UCCCENNNN\", where \"CCC\" is a numeric code or a category and \"NNNN\" is a digit string for a member element of that category. For scaled units there may be an addition field that has the format \"QNN\" where \"NN\" is a digit string representing an exponent power, and \"Q\" is a qualifier that indicates with the code \"P\" that the power is a positive decimal exponent, or the code \"N\" for a negative decimal exponent, or the code \"B\" for binary positive exponents."^^rdf:HTML ; + rdfs:isDefinedBy . + +ns1:isoNormativeReference a rdf:Property ; + rdfs:label "normative reference (ISO)"^^xsd:string ; + dcterms:description "Provides a way to reference the ISO unit definition."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf ns1:normativeReference . + +ns1:lowerBound a rdf:Property ; + rdfs:label "lower bound"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:permissibleMaths a rdf:Property ; + rdfs:label "permissible maths"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:permissibleTransformation a rdf:Property ; + rdfs:label "permissible transformation"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:prefix a rdf:Property ; + rdfs:label "prefix"^^xsd:string ; + rdfs:comment "Associates a unit with the appropriate prefix, if any."^^xsd:string ; + rdfs:isDefinedBy . + +ns1:qkdvDenominator a rdf:Property ; + rdfs:label "denominator dimension vector"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:qkdvNumerator a rdf:Property ; + rdfs:label "numerator dimension vector"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:rationale a rdf:Property ; + rdfs:label "rationale"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:unit a rdf:Property ; + rdfs:label "unit"^^xsd:string ; + dcterms:description "A reference to the unit of measure of a quantity (variable or constant) of interest."^^rdf:HTML ; + dcterms:isReplacedBy ns1:hasUnit ; + ns1:deprecated true ; + rdfs:isDefinedBy . + +ns1:upperBound a rdf:Property ; + rdfs:label "upper bound"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:url a rdf:Property ; + rdfs:label "url"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:value a rdf:Property ; + rdfs:label "value"^^xsd:string ; + dcterms:description "A property to relate an observable thing with a value expressed as a decimal"^^rdf:HTML ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "Permeability of Vacuum"@en ; + dcterms:description """ + The $\\textit{Permeability of Vacuum}$, also known as $\\textit{Magnetic Constant}$, is a scalar constant + $\\mu_0$ such that, in a vacuum the product with the magnetic field vector, $\\overrightarrow{H}$ + is equal to the magnetic flux density vector, $\\overrightarrow{B}$. + """^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Vacuum_permeability"^^xsd:anyURI ; + ns1:exactConstant true ; + ns1:exactMatch ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=705-03-14"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "$\\mu_0 = \\frac{\\overrightarrow{B}}{\\overrightarrow{H}}$, where $\\overrightarrow{B}$ is the B-Filed magnetic vector, and $\\overrightarrow{H}$ is the H-Field magnetic vector. The value of $\\mu_0$ is $\\approx 1.256637e-6\\,henry\\,per\\,metre$."^^ns1:LatexString ; + ns1:latexSymbol "$\\mu_0$"^^ns1:LatexString ; + ns1:quantityValue ; + ns1:ucumCode "[mu_0]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:PhysicalConstant ; + rdfs:label "Permittivity of Vacuum"@en ; + dcterms:description """ + The constant $\\textit{Permittivity of Vacuum}$, also known as the $\\textit{electric constant}$ is a constant + whose value is $\\approx\\,6.854188e-12\\, farad\\,per\\,metre$. Sometimes also referred to as + the $\\textit{Permittivity of Free Space}$. + """^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Permittivity"^^xsd:anyURI ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "$\\epsilon = \\frac{\\mathbf{D}}{\\mathbf{E}}$, where $\\mathbf{D}$ is electric flux density and $\\mathbf{E}$ is electric field strength."^^ns1:LatexString ; + ns1:latexSymbol "$\\epsilon_0$"^^ns1:LatexString ; + ns1:quantityValue ; + ns1:ucumCode "[eps_0]"^^ns1:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + , + . + + a ns1:ConstantValue ; + rdfs:label "Value for Loschmidt constant 273.15 K 101.325 kPa"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 47000000000000000000.0 ; + ns1:standardUncertaintySN 4.7e+19 ; + ns1:value 26867774000000000000000000.0 ; + ns1:valueSN 2.686777e+25 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?n0#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for magnetic constant"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:value 0.0000012566370614 ; + ns1:valueSN 1.256637e-06 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mu0#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for molar gas constant"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000015 ; + ns1:standardUncertaintySN 1.5e-05 ; + ns1:value 8.31446261815324 ; + ns1:valueSN 8.314463e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?r#mid"^^xsd:anyURI . + + a ns1:ConstantValue ; + rdfs:label "Value for Planck constant over 2 pi"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000000000000000000000000000000000000000053 ; + ns1:standardUncertaintySN 5.3e-42 ; + ns1:value 0.0000000000000000000000000000000001054571628 ; + ns1:valueSN 1.054572e-34 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?hbar#mid"^^xsd:anyURI . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A-1E0L2I0M1H0T-1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance -1 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^2 M T^-1 N^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A-1E0L3I0M1H0T-2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance -1 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 3 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^3 M T^-2 N^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A-1E2L0I0M-1H0T3D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance -1 ; + ns1:dimensionExponentForElectricCurrent 2 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 3 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E-1L0I0M1H0T-1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent -1 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(M T^-1 I^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E-1L0I0M1H0T-3D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent -1 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -3 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(M T^-3 I^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E-2L3I0M1H0T-4D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent -2 ; + ns1:dimensionExponentForLength 3 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -4 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^3 M T^-4 I^-2\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E-2L4I0M2H-2T-6D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent -2 ; + ns1:dimensionExponentForLength 4 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 2 ; + ns1:dimensionExponentForThermodynamicTemperature -2 ; + ns1:dimensionExponentForTime -6 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-1I0M0H-1T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature -1 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^-1 Θ^-1\\)"^^ns1:LatexString ; + ns1:latexSymbol "\\(L^{-1} \\Theta^{-1}\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-1I0M0H0T-1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-2I0M2H0T-3D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 2 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -3 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L1I0M0H1T1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 1 ; + ns1:dimensionExponentForTime 1 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L1I0M1H0T-3D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -3 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L2I0M0H-1T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature -1 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^2 Θ^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L3I0M-1H0T-2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 3 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 0 ; + ns1:latexDefinition "\\(L^3 M^-1 T^-2\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L4I0M2H0T-4D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 4 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 2 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -4 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^4 M^2 T^-4\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L5I0M0H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 5 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E1L-2I0M0H-2T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 1 ; + ns1:dimensionExponentForLength -2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature -2 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E1L0I0M-1H1T2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 1 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 1 ; + ns1:dimensionExponentForTime 2 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(M^-1 T^2 I Θ\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E1L2I0M0H0T1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 1 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 1 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^2 T I\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E2L-2I0M-1H0T2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 2 ; + ns1:dimensionExponentForLength -2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 2 ; + ns1:dimensionlessExponent 0 ; + ns1:latexDefinition "\\(L^-2 M^-1 T^2 I^2\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:DecimalPrefix, + ns1:Prefix ; + rdfs:label "Deka"@en ; + dcterms:description "deka is a decimal prefix for expressing a value with a scaling of \\(10^{1}\\)."^^ns1:LatexString ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Deca"^^xsd:anyURI ; + ns1:exactMatch ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Deca?oldid=480093935"^^xsd:anyURI ; + ns1:prefixMultiplier 1e+01 ; + ns1:symbol "da"^^xsd:string ; + ns1:ucumCode "da"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DecimalPrefix, + ns1:Prefix ; + rdfs:label "Yocto"@en ; + dcterms:description "'yocto' is a decimal prefix for expressing a value with a scaling of \\(10^{-24}\\)."^^ns1:LatexString ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Yocto-"^^xsd:anyURI ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Yocto-?oldid=488155799"^^xsd:anyURI ; + ns1:prefixMultiplier 1e-24 ; + ns1:symbol "y"^^xsd:string ; + ns1:ucumCode "y"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DecimalPrefix, + ns1:Prefix ; + rdfs:label "Yotta"@en ; + dcterms:description "'yotta' is a decimal prefix for expressing a value with a scaling of \\(10^{24}\\)."^^ns1:LatexString ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Yotta-"^^xsd:anyURI ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Yotta-?oldid=494538119"^^xsd:anyURI ; + ns1:prefixMultiplier 1e+24 ; + ns1:symbol "Y"^^xsd:string ; + ns1:ucumCode "Y"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DecimalPrefix, + ns1:Prefix ; + rdfs:label "Zepto"@en ; + dcterms:description "'zepto' is a decimal prefix for expressing a value with a scaling of \\(10^{-21}\\)."^^ns1:LatexString ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Zepto-"^^xsd:anyURI ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Zepto-?oldid=476974663"^^xsd:anyURI ; + ns1:prefixMultiplier 1e-21 ; + ns1:symbol "z"^^xsd:string ; + ns1:ucumCode "z"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DecimalPrefix, + ns1:Prefix ; + rdfs:label "Zetta"@en ; + dcterms:description "'zetta' is a decimal prefix for expressing a value with a scaling of \\(10^{21}\\)."^^ns1:LatexString ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Zetta-"^^xsd:anyURI ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Zetta-?oldid=495223080"^^xsd:anyURI ; + ns1:prefixMultiplier 1e+21 ; + ns1:symbol "Z"^^xsd:string ; + ns1:ucumCode "Z"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Acoustic Impediance"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Acoustic_impedance"^^xsd:anyURI ; + ns1:latexDefinition "\\(Z_a= \\frac{p}{q} = \\frac{p}{vS}\\), where \\(p\\) is the sound pressure, \\(q\\) is the sound volume velocity, \\(v\\) is sound particle velocity, and \\(S\\) is the surface area through which an acoustic wave of frequence \\(f\\) propagates."^^ns1:LatexString ; + ns1:plainTextDescription "Acoustic impedance at a surface is the complex quotient of the average sound pressure over that surface by the sound volume flow rate through that surface."^^xsd:string ; + ns1:symbol "Z"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Apparent Power"@en ; + dcterms:description "\"Apparent Power\" is the product of the rms voltage \\(U\\) between the terminals of a two-terminal element or two-terminal circuit and the rms electric current I in the element or circuit. Under sinusoidal conditions, the apparent power is the modulus of the complex power."^^ns1:LatexString ; + ns1:applicableUnit , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-41"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\left | \\underline{S} \\right | = UI\\), where \\(U\\) is rms value of voltage and \\(I\\) is rms value of electric current."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\left | \\underline{S} \\right |\\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Area Thermal Expansion"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/area_thermal_expansion"^^xsd:anyURI ; + ns1:plainTextDescription "When the temperature of a substance changes, the energy that is stored in the intermolecular bonds between atoms changes. When the stored energy increases, so does the length of the molecular bonds. As a result, solids typically expand in response to heating and contract on cooling; this dimensional response to temperature change is expressed by its coefficient of thermal expansion."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Blood Glucose Level"@en ; + dcterms:description "The blood sugar level, blood sugar concentration, or blood glucose level is the amount of glucose present in the blood of humans and other animals. Glucose is a simple sugar and approximately 4 grams of glucose are present in the blood of humans at all times. The body tightly regulates blood glucose levels as a part of metabolic homeostasis. Glucose is stored in skeletal muscle and liver cells in the form of glycogen;[2] in fasted individuals, blood glucose is maintained at a constant level at the expense of glycogen stores in the liver and skeletal muscle. [Wikipedia] \\(\\\\\\) There are two main methods of describing concentrations: by weight, and by molecular count. Weights are in grams, molecular counts in moles. A mole is \\(6.022\\times 10^{23}\\) molecules.) In both cases, the unit is usually modified by \\(milli-\\) or \\(micro-\\) or other prefix, and is always \\(per\\) some volume, often a liter. Conversion factors depend on the molecular weight of the substance in question. \\(\\\\\\) \\(mmol/L\\) is millimoles/liter, and is the world standard unit for measuring glucose in blood. Specifically, it is the designated SI (Systeme International) unit. 'World standard' is not universal; not only the US but a number of other countries use mg/dl. A mole is about \\(6\\times 10^{23}\\) molecules. \\(\\\\\\) \\(mg/dL\\) (milligrams/deciliter) is the traditional unit for measuring bG (blood glucose). There is a trend toward using \\(mmol/L\\) however mg/dL is much in practice. Some use is made of \\(mmol/L\\) as the primary unit with \\(mg/dL\\) quoted in parentheses. This acknowledges the large base of health care providers, researchers and patients who are already familiar with \\(mg/dL|)."^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.faqs.org/faqs/diabetes/faq/part1/section-9.html"^^xsd:anyURI ; + rdfs:comment "citation: https://en.wikipedia.org/wiki/Blood_sugar_level"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:QuantityKind ; + rdfs:label "Blood Glucose Level by Mass"@en ; + dcterms:description "The blood sugar level, blood sugar concentration, or blood glucose level is the amount of glucose present in the blood of humans and other animals. Glucose is a simple sugar and approximately 4 grams of glucose are present in the blood of humans at all times. The body tightly regulates blood glucose levels as a part of metabolic homeostasis. Glucose is stored in skeletal muscle and liver cells in the form of glycogen;[2] in fasted individuals, blood glucose is maintained at a constant level at the expense of glycogen stores in the liver and skeletal muscle. [Wikipedia] \\(\\\\\\) There are two main methods of describing concentrations: by weight, and by molecular count. Weights are in grams, molecular counts in moles. A mole is \\(6.022\\times 10^{23}\\) molecules.) In both cases, the unit is usually modified by \\(milli-\\) or \\(micro-\\) or other prefix, and is always \\(per\\) some volume, often a liter. Conversion factors depend on the molecular weight of the substance in question. \\(\\\\\\) \\(mmol/L\\) is millimoles/liter, and is the world standard unit for measuring glucose in blood. Specifically, it is the designated SI (Systeme International) unit. 'World standard' is not universal; not only the US but a number of other countries use mg/dl. A mole is about \\(6\\times 10^{23}\\) molecules. \\(\\\\\\) \\(mg/dL\\) (milligrams/deciliter) is the traditional unit for measuring bG (blood glucose). There is a trend toward using \\(mmol/L\\) however mg/dL is much in practice. Some use is made of \\(mmol/L\\) as the primary unit with \\(mg/dL\\) quoted in parentheses. This acknowledges the large base of health care providers, researchers and patients who are already familiar with \\(mg/dL|)."^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.faqs.org/faqs/diabetes/faq/part1/section-9.html"^^xsd:anyURI ; + rdfs:comment "citation: https://en.wikipedia.org/wiki/Blood_sugar_level"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:QuantityKind ; + rdfs:label "Bulk Modulus"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Bulk_modulus"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(K = \\frac{p}{\\vartheta}\\), where \\(p\\) is pressure and \\(\\vartheta\\) is volume strain."^^ns1:LatexString ; + ns1:plainTextDescription "The bulk modulus of a substance measures the substance's resistance to uniform compression. It is defined as the ratio of the infinitesimal pressure increase to the resulting relative decrease of the volume."^^xsd:string ; + ns1:symbol "K"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Circulation"@en ; + ns1:applicableUnit , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Circulation_%28fluid_dynamics%29"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:latexSymbol "\\(\\Gamma\\)"^^ns1:LatexString ; + ns1:plainTextDescription "In fluid dynamics, circulation is the line integral around a closed curve of the fluid velocity. It has dimensions of length squared over time."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Combined Non Evaporative Heat Transfer Coefficient"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:latexDefinition "\\(h = h_r + h_c + h_k\\), where \\(h_r\\) is the linear radiative heat transfer coefficient, \\(h_c\\) is the convective heat transfer coefficient, and \\(h_k\\) is the conductive heat transfer coefficient."^^ns1:LatexString ; + ns1:plainTextDescription "\"Combined Non Evaporative Heat Transfer Coefficient\" is the "^^xsd:string ; + ns1:symbol "h"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Concentration"@en ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Concentration"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Concentration"^^xsd:anyURI ; + ns1:plainTextDescription "In chemistry, concentration is defined as the abundance of a constituent divided by the total volume of a mixture. Furthermore, in chemistry, four types of mathematical description can be distinguished: mass concentration, molar concentration, number concentration, and volume concentration. The term concentration can be applied to any kind of chemical mixture, but most frequently it refers to solutes in solutions."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Conduction Speed"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:plainTextDescription "\"Conduction Speed\" is the speed of impulses in nerve fibers."^^xsd:string ; + ns1:symbol "c"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Correlated Colour Temperature"@en, + "Correlated Color Temperature"@en-us ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://www.lrc.rpi.edu/programs/nlpip/lightinganswers/lightsources/whatiscct.asp#:~:text=Correlated%20color%20temperature%20(CCT)%20is,required%20to%20specify%20a%20chromaticity."^^xsd:anyURI ; + ns1:plainTextDescription "Correlated color temperature (CCT) is a measure of light source color appearance defined by the proximity of the light source's chromaticity coordinates to the blackbody locus, as a single number rather than the two required to specify a chromaticity."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Cubic Electric Dipole Moment per Square Energy"@en ; + dcterms:isReplacedBy ; + ns1:deprecated true ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Curie Temperature"@en ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Curie_temperature"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Curie Temperature\" is the critical thermodynamic temperature of a ferromagnet."^^xsd:string ; + ns1:symbol "T_C"^^xsd:string ; + rdfs:isDefinedBy ; + skos:closeMatch , + . + + a ns1:QuantityKind ; + rdfs:label "Currency Per Flight"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Debye Angular Wavenumber"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Debye Angular Wavenumber\" is the cut-off angular wavenumber in the Debye model of the vibrational spectrum of a solid."^^xsd:string ; + ns1:symbol "q_D"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Displacement Current Density"@en ; + dcterms:description "\\(\\textbf{Displacement Current Density}\\) is the time rate of change of the \\(\\textit{Electric Flux Density}\\). This is a measure of how quickly the electric field changes if we observe it as a function of time. This is different than if we look at how the electric field changes spatially, that is, over a region of space for a fixed amount of time."^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Electric_flux"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI, + "http://www.maxwells-equations.com/math/partial-electric-flux.php"^^xsd:anyURI ; + ns1:latexDefinition "\\(J_D = \\frac{\\partial D}{\\partial t}\\), where \\(D\\) is electric flux density and \\(t\\) is time."^^ns1:LatexString ; + ns1:latexSymbol "\\(J_D\\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:QuantityKind ; + rdfs:label "Electric Charge Line Density"@en ; + dcterms:description "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively. The respective SI units are \\(C \\cdot \\), \\(m^{-1}\\), \\(C \\cdot m^{-2}\\) or \\(C \\cdot m^{-3}\\)."^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Charge_density"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\lambda\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Electric Current per Unit Length"@en ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Cubic Electric Dipole Moment per Square Energy"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Quartic Electric Dipole Moment per Cubic Energy"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Electric Displacement"@en ; + dcterms:description "In a dielectric material the presence of an electric field E causes the bound charges in the material (atomic nuclei and their electrons) to slightly separate, inducing a local electric dipole moment. The Electric Displacement Field, \\(D\\), is a vector field that accounts for the effects of free charges within such dielectric materials. This describes also the charge density on an extended surface that could be causing the field."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI, + "http://www.oxfordreference.com/view/10.1093/acref/9780199233991.001.0001/acref-9780199233991-e-895"^^xsd:anyURI ; + ns1:latexDefinition "\\(D = \\epsilon_0 E + P\\), where \\(\\epsilon_0\\) is the electric constant, \\(E\\) is electric field strength, and \\(P\\) is electric polarization."^^ns1:LatexString ; + ns1:symbol "D"^^xsd:string ; + rdfs:isDefinedBy ; + owl:sameAs ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Electric Power"@en ; + dcterms:description "\"Electric Power\" is the rate at which electrical energy is transferred by an electric circuit. In the simple case of direct current circuits, electric power can be calculated as the product of the potential difference in the circuit (V) and the amount of current flowing in the circuit (I): \\(P = VI\\), where \\(P\\) is the power, \\(V\\) is the potential difference, and \\(I\\) is the current. However, in general electric power is calculated by taking the integral of the vector cross-product of the electrical and magnetic fields over a specified area."^^ns1:LatexString ; + ns1:applicableSIUnit , + , + , + ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:latexDefinition "\\(p = ui\\), where \\(u\\) is instantaneous voltage and \\(i\\) is instantaneous electric current."^^ns1:LatexString ; + ns1:symbol "P_E"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Energy Density of States"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Density_of_states"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\rho(E) = n_E(E) = \\frac{dN(E)}{dE}\\frac{1}{V}\\), where \\(N(E)\\) is the total number of states with energy less than \\(E\\), and \\(V\\) is the volume."^^ns1:LatexString ; + ns1:plainTextDescription "\"Energy Density of States\" refers to electrons or other entities, e.g. phonons. It can, for example, refer to amount of substance instead of volume."^^xsd:string ; + ns1:symbol "n_E"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Energy Per Square Magnetic Flux Density"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "\"Energy Per Square Magnetic Flux Density\" is a measure of energy for a unit of magnetic flux density."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Energy and work per mass amount of substance"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Energy Per Square Magnetic Flux Density"@en ; + dcterms:isReplacedBy ; + ns1:deprecated true ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "\"Energy Per Square Magnetic Flux Density\" is a measure of energy for a unit of magnetic flux density."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Fermi Angular Wavenumber"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Heavy_fermion"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:symbol "k_F"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Force per Angle"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Friction"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Friction"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Friction"^^xsd:anyURI ; + ns1: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."^^xsd:string ; + ns1:url "http://wiki.answers.com/Q/What_is_the_symbol_of_friction"^^xsd:anyURI ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Fugacity"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Fugacity"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\tilde{p}_B\\)"^^ns1:LatexString ; + ns1: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."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Gravitational Attraction"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.thefreedictionary.com/gravitational+attraction"^^xsd:anyURI ; + ns1:plainTextDescription "The force of attraction between all masses in the universe; especially the attraction of the earth's mass for bodies near its surface; the more remote the body the less the gravity; the gravitation between two bodies is proportional to the product of their masses and inversely proportional to the square of the distance between them."^^xsd:string ; + ns1:symbol "G"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Group Speed of Sound"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Speed_of_sound"^^xsd:anyURI ; + ns1:latexDefinition "\\(c_g = \\frac{d\\omega}{dk}\\), where \\(\\omega\\) is the angular frequency and \\(k\\) is angular wavenumber."^^ns1:LatexString ; + ns1:plainTextDescription "In a dispersive medium sound speed is a function of sound frequency, through the dispersion relation. The spatial and temporal distribution of a propagating disturbance will continually change. The group speed of sound describes the propagation of the disturbance."^^xsd:string ; + ns1:symbol "c"^^xsd:string ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Illuminance"@en ; + ns1:applicableUnit , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Illuminance"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Illuminance"^^xsd:anyURI ; + ns1:latexDefinition "\\(E_v = \\frac{d\\Phi}{dA}\\), where \\(d\\Phi\\) is the luminous flux incident on an element of the surface with area \\(dA\\)."^^ns1:LatexString ; + ns1: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."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Inverse Permittivity"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Inverse Square Energy"@en ; + dcterms:isReplacedBy ; + ns1:deprecated true ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Inverse Time"@en ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Inverse Square Time"@en ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Ionization Energy"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Ionization_energy"^^xsd:anyURI ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Ionization Energy\" is the energy difference between an electron at rest at infinity and an electron at a certain energy level. The amount of energy required to remove an electron from that atom or molecule in the gas phase."^^xsd:string ; + ns1:symbol "E_i"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Isentropic Exponent"@en ; + dcterms:description "Isentropic exponent is a variant of \"Specific Heat Ratio Capacities}. For an ideal gas \\textit{Isentropic Exponent\"\\(, \\varkappa\\). is equal to \\(\\gamma\\), the ratio of its specific heat capacities \\(c_p\\) and \\(c_v\\) under steady pressure and volume."^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.citizendium.org/wiki/Specific_heat_ratio"^^xsd:anyURI, + "http://en.wikipedia.org/wiki/Compressibility"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\varkappa = -\\frac{V}{p}\\left \\{ \\frac{\\partial p}{\\partial V}\\right \\}_S\\), where \\(V\\) is volume, \\(p\\) is pressure, and \\(S\\) is entropy."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\varkappa\\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:QuantityKind ; + rdfs:label "Kinematic Viscosity"@en ; + dcterms:description "The ratio of the viscosity of a liquid to its density. Viscosity is a measure of the resistance of a fluid which is being deformed by either shear stress or tensile stress. In many situations, we are concerned with the ratio of the inertial force to the viscous force (that is the Reynolds number), the former characterized by the fluid density \\(\\rho\\). This ratio is characterized by the kinematic viscosity (Greek letter \\(\\nu\\)), defined as follows: \\(\\nu = \\mu / \\rho\\). The SI unit of \\(\\nu\\) is \\(m^{2}/s\\). The SI unit of \\(\\nu\\) is \\(kg/m^{1}\\)."^^ns1:LatexString ; + ns1:applicableUnit , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Viscosity"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Viscosity"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\nu = \\frac{\\eta}{\\rho}\\), where \\(\\eta\\) is dynamic viscosity and \\(\\rho\\) is mass density."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\nu\\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + skos:broader , + . + + a ns1:QuantityKind ; + rdfs:label "Linear Density"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Linear_density"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\rho_l = \\frac{dm}{dl}\\), where \\(m\\) is mass and \\(l\\) is length."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\rho_l\\)"^^ns1:LatexString ; + ns1:plainTextDescription "The Linear density, linear mass density or linear mass is a measure of mass per unit of length, and it is a characteristic of strings or other one-dimensional objects."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Linear Strain"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Deformation_(mechanics)"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\xi = \\frac{\\Delta l}{l_0}\\), where \\(\\Delta l\\) is the increase in length and \\(l_0\\) is the length in a reference state to be specified."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\xi\\)"^^ns1:LatexString ; + ns1:plainTextDescription "A strain is a normalized measure of deformation representing the displacement between particles in the body relative to a reference length."^^xsd:string ; + rdfs:isDefinedBy ; + owl:sameAs ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Logarithmic frequency interval"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:latexDefinition "\\(G = \\log_{2}(f2/f1)\\), where \\(f1\\) and \\(f2 \\geq f1\\) are frequencies of two tones."^^ns1:LatexString ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Luminous Exposure"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Luminous_energy"^^xsd:anyURI, + "https://en.wikipedia.org/wiki/Exposure_(photography)#Photometric_and_radiometric_exposure"^^xsd:anyURI ; + ns1:plainTextDescription "Luminous Exposure is the time-integrated illuminance."^^xsd:string ; + ns1:symbol "H_v"^^xsd:string, + "Hv"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Magnetization"@en ; + ns1:applicableUnit , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-52"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(M = dm/dV\\), where \\(m\\) is magentic moment of a substance in a domain with Volume \\(V\\)."^^ns1:LatexString ; + ns1:plainTextDescription "\"Magnetization\" is defined as the ratio of magnetic moment per unit volume. It is a vector-valued quantity."^^xsd:string ; + ns1:symbol "H_i"^^xsd:string, + "M"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Mass Amount of Substance Temperature"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Mass Fraction of Dry Matter"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:latexDefinition "\\(w_d= 1 - w_{h2o}\\), where \\(w_{h2o}\\) is mass fraction of water."^^ns1:LatexString ; + ns1:plainTextDescription "\"Mass Fraction of Dry Matter} is one of a number of \\textit{Concentration\" quantities defined by ISO 8000."^^xsd:string ; + ns1:symbol "w_d"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:QuantityKind ; + rdfs:label "Mass Fraction of Water"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:latexDefinition "\\(w_{H_2o} = \\frac{u}{1+u}\\), where \\(u\\) is mass ratio of water to dry water."^^ns1:LatexString ; + ns1:plainTextDescription "\"Mass Fraction of Water} is one of a number of \\textit{Concentration\" quantities defined by ISO 8000."^^xsd:string ; + ns1:symbol "w_{H_2o}"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:QuantityKind ; + rdfs:label "Mass per Electric Charge"@en ; + dcterms:description "The mass-to-charge ratio ratio (\\(m/Q\\)) is a physical quantity that is widely used in the electrodynamics of charged particles, for example, in electron optics and ion optics. The importance of the mass-to-charge ratio, according to classical electrodynamics, is that two particles with the same mass-to-charge ratio move in the same path in a vacuum when subjected to the same electric and magnetic fields. Its SI units are \\(kg/C\\), but it can also be measured in Thomson (\\(Th\\))."^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Mass-to-charge_ratio"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Modulus of Linear Subgrade Reaction"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC1/HTML/link/ifcmodulusoflinearsubgradereactionmeasure.htm"^^xsd:anyURI ; + ns1:plainTextDescription "Modulus of Linear Subgrade Reaction is a measure for modulus of linear subgrade reaction, which expresses the elastic bedding of a linear structural element per length, such as for a beam. It is typically measured in N/m^2"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Neel Temperature"@en ; + ns1:applicableUnit , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Néel_temperature"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Neel Temperature\" is the critical thermodynamic temperature of an antiferromagnet."^^xsd:string ; + ns1:symbol "T_C"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader ; + skos:closeMatch , + . + + a ns1:QuantityKind ; + rdfs:label "Particle Fluence Rate"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.encyclo.co.uk/define/Fluence%20Rate"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\theta = \\frac{d\\Phi}{dt}\\), where \\(d\\Phi\\) is the increment of the particle fluence during an infinitesimal time interval with duration \\(dt\\)."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\theta\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Particle Fluence Rate\" can be defined as the total number of particles (typically Gamma Ray Photons ) crossing over a sphere of unit cross section which surrounds a Point Source of Ionising Radiation."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Period"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Duration of one cycle of a periodic phenomenon."^^xsd:string ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Phase speed of sound"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Speed_of_sound"^^xsd:anyURI ; + ns1:latexDefinition "\\(c = \\frac{\\omega}{k} = \\lambda f\\), where \\(\\omega\\) is the angular frequency, \\(k\\) is angular wavenumber, \\(\\lambda\\) is the wavelength, and \\(f\\) is the frequency."^^ns1:LatexString ; + ns1:plainTextDescription "In a dispersive medium sound speed is a function of sound frequency, through the dispersion relation. The spatial and temporal distribution of a propagating disturbance will continually change. Each frequency component propagates at its own Phase Velocity of Sound."^^xsd:string ; + ns1:symbol "c"^^xsd:string ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Population"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Population"^^xsd:anyURI ; + ns1:plainTextDescription "Population typically refers to the number of people in a single area, whether it be a city or town, region, country, continent, or the world, but can also represent the number of any kind of entity."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Power Area per Solid Angle"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Poynting Vector"@en ; + ns1:applicableUnit ; + ns1:expression "\\(poynting-vector\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-66"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\mathbf{S} = \\mathbf{E} \\times \\mathbf{H} \\), where \\(\\mathbf{E}\\) is electric field strength and \\mathbf{H} is magnetic field strength."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\mathbf{S} \\)"^^ns1:LatexString ; + ns1: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."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Quality Factor"@en ; + dcterms:description "\"Quality Factor\", of a resonant circuit, is a measure of the \"goodness\" or quality of a resonant circuit. A higher value for this figure of merit correspondes to a more narrow bandwith, which is desirable in many applications. More formally, \\(Q\\) is the ratio of power stored to power dissipated in the circuit reactance and resistance, respectively"^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.sourcetronic.com/electrical-measurement-glossary/quality-factor.html"^^xsd:anyURI, + "http://www.allaboutcircuits.com/vol_2/chpt_6/6.html"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "If \\(\\underline{Z} = R + jX\\), then \\(Q = \\left | X \\right |/R\\), where \\(\\underline{Z}\\) is impedance, \\(R\\) is resistance, and \\(X\\) is reactance."^^ns1:LatexString ; + ns1:symbol "Q"^^xsd:string ; + ns2:todo "Resolve Quality Facor - electronics and also doses"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + . + + a ns1:QuantityKind ; + rdfs:label "Quartic Electric Dipole Moment per Cubic Energy"@en ; + dcterms:isReplacedBy ; + ns1:deprecated true ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Radiant Intensity"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Radiant_intensity"^^xsd:anyURI ; + ns1:latexDefinition "\\(I = \\frac{d\\Phi}{d\\Omega}\\), where \\(d\\Phi\\) is the radiant flux leaving the source in an elementary cone containing the given direction with the solid angle \\(d\\Omega\\)."^^ns1:LatexString ; + ns1:plainTextDescription "Radiant Intensity is a measure of the intensity of electromagnetic radiation. It is defined as power per unit solid angle."^^xsd:string ; + ns1:symbol "I"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Radius"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Radius"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Radius"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:latexDefinition "\\(r = \\frac{d}{2}\\), where \\(d\\) is the circle diameter."^^ns1:LatexString ; + ns1:plainTextDescription "In classical geometry, the \"Radius\" of a circle or sphere is any line segment from its center to its perimeter the radius of a circle or sphere is the length of any such segment."^^xsd:string ; + ns1:symbol "r"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Reactance"@en ; + ns1:applicableUnit ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Electrical_reactance"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Electrical_reactance?oldid=494180019"^^xsd:anyURI, + "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-46"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(X = im \\underline{Z}\\), where \\(\\underline{Z}\\) is impedance and \\(im\\) denotes the imaginary part."^^ns1:LatexString ; + ns1:plainTextDescription "\"Reactance\" is the opposition of a circuit element to a change of electric current or voltage, due to that element's inductance or capacitance. A built-up electric field resists the change of voltage on the element, while a magnetic field resists the change of current. The notion of reactance is similar to electrical resistance, but they differ in several respects. Capacitance and inductance are inherent properties of an element, just like resistance."^^xsd:string ; + ns1:symbol "X"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:QuantityKind ; + rdfs:label "Reluctance"@en ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Magnetic_reluctance"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(R_m = \\frac{U_m}{\\Phi}\\), where \\(U_m\\) is magnetic tension, and \\(\\Phi\\) is magnetic flux."^^ns1:LatexString ; + ns1:plainTextDescription "\"Reluctance\" or magnetic resistance, is a concept used in the analysis of magnetic circuits. It is analogous to resistance in an electrical circuit, but rather than dissipating electric energy it stores magnetic energy. In likeness to the way an electric field causes an electric current to follow the path of least resistance, a magnetic field causes magnetic flux to follow the path of least magnetic reluctance. It is a scalar, extensive quantity, akin to electrical resistance."^^xsd:string ; + ns1:symbol "R_m"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + . + + a ns1:QuantityKind ; + rdfs:label "Serum or Plasma Level"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Slowing-Down Density"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://encyclopedia2.thefreedictionary.com/slowing-down+density"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(q = -\\frac{dn}{dt}\\), where \\(n\\) is the number density and \\(dt\\) is the duration."^^ns1:LatexString ; + ns1:plainTextDescription "\"Slowing-Down Density\" is a measure of the rate at which neutrons lose energy in a nuclear reactor through collisions; equal to the number of neutrons that fall below a given energy per unit volume per unit time."^^xsd:string ; + ns1:symbol "q"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Sound particle velocity"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Particle_velocity"^^xsd:anyURI ; + ns1:latexDefinition "\\(v = \\frac{\\partial\\delta }{\\partial t}\\), where \\(\\delta\\) is sound particle displacement and \\(t\\) is time."^^ns1:LatexString ; + ns1:plainTextDescription "Sound Particle velocity is the velocity v of a particle (real or imagined) in a medium as it transmits a wave. In many cases this is a longitudinal wave of pressure as with sound, but it can also be a transverse wave as with the vibration of a taut string. When applied to a sound wave through a medium of a fluid like air, particle velocity would be the physical speed of a parcel of fluid as it moves back and forth in the direction the sound wave is travelling as it passes."^^xsd:string ; + ns1:symbol "v"^^xsd:string ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Specific Acoustic Impedance"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Specific Electric Charge"^^xsd:string ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Electric charge (often capacity in the context of electrochemical cells) relativ to the mass (often only active components). capacity "^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Specific Electrical Current"^^xsd:string ; + dcterms:description "\"Specific Electric Current\" is a measure to specify the applied current relative to a corresponding mass. This measure is often used for standardization within electrochemistry."^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Specific Heat Pressure"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Specific heat at a constant pressure."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Specific Heat Volume"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Specific heat per constant volume."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Spectral Angular Cross-section"@en ; + dcterms:description "\"Spectral Angular Cross-section\" is the cross-section for ejecting or scattering a particle into an elementary cone with energy \\(E\\) in an energy interval, divided by the solid angle \\(d\\Omega\\) of that cone and the range \\(dE\\) of that interval."^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Cross_section_(physics)"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\sigma = \\int \\int \\sigma_{\\Omega,E} d\\Omega dE\\)"^^ns1:LatexString ; + ns1:latexSymbol "\\(\\sigma_{\\Omega, E}\\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + skos:closeMatch , + . + + a ns1:QuantityKind ; + rdfs:label "Speed of sound"@en ; + ns1:applicableUnit , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Speed_of_sound"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Speed_of_sound"^^xsd:anyURI ; + ns1:latexDefinition "\\(c = \\sqrt{\\frac{K}{\\rho}}\\), where \\(K\\) is the coefficient of stiffness, the bulk modulus (or the modulus of bulk elasticity for gases), and \\(\\rho\\) is the density. Also, \\(c^2 = \\frac{\\partial p}{\\partial \\rho}\\), where \\(p\\) is the pressure and \\(\\rho\\) is the density."^^ns1:LatexString ; + ns1:plainTextDescription "The speed of sound is the distance travelled during a unit of time by a sound wave propagating through an elastic medium."^^xsd:string ; + ns1:symbol "c"^^xsd:string ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Stress"@en ; + dcterms:description "Stress is a measure of the average amount of force exerted per unit area of a surface within a deformable body on which internal forces act. In other words, it is a measure of the intensity or internal distribution of the total internal forces acting within a deformable body across imaginary surfaces. These internal forces are produced between the particles in the body as a reaction to external forces applied on the body. Stress is defined as \\({\\rm{Stress}} = \\frac{F}{A}\\)."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:latexDefinition "\\({\\rm{Stress}} = \\frac{F}{A}\\)"^^ns1:LatexString ; + ns1:latexSymbol "\\(\\sigma\\)"^^ns1:LatexString ; + ns1:url "http://www.freestudy.co.uk/mech%20prin%20h2/stress.pdf"^^xsd:anyURI ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Superconduction Transition Temperature"@en ; + ns1:applicableUnit , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Superconductivity"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Superconduction Transition Temperature\" is the critical thermodynamic temperature of a superconductor."^^xsd:string ; + ns1:symbol "T_c"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader ; + skos:closeMatch , + . + + a ns1:QuantityKind ; + rdfs:label "Surface Coefficient of Heat Transfer"@en ; + ns1:applicableUnit ; + ns1:expression "\\(surface-heat-xfer-coeff\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:latexDefinition "\\(q = h (T_s - T_r)\\), where \\(T_s\\) is areic heat flow rate is the thermodynamic temperature of the surface, and is a reference thermodynamic temperature characteristic of the adjacent surroundings."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\alpha\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Temperature Gradient"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://standards.buildingsmart.org/IFC/RELEASE/IFC4/ADD1/HTML/link/ifctemperaturegradientmeasure.htm"^^xsd:anyURI ; + ns1:plainTextDescription "The temperature gradient measures the difference of a temperature per length, as for instance used in an external wall or its layers. It is usually measured in K/m."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Torque per Length"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Total Atomic Stopping Power"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.answers.com/topic/atomic-stopping-power"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(S_a = \\frac{S}{n}\\), where \\(S\\) is the total linear stopping power and \\(n\\) is the number density of the atoms in the substance."^^ns1:LatexString ; + ns1:plainTextDescription "The \"Total Atomic Stopping Power\" for an ionizing particle passing through an element, is the particle's energy loss per atom within a unit area normal to the particle's path; equal to the linear energy transfer (energy loss per unit path length) divided by the number of atoms per unit volume."^^xsd:string ; + ns1:symbol "S_a"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Voltage Phasor"@en ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-26"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1: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}\\)."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\underline{U}\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Voltage Phasor\" is a representation of voltage as a sinusoidal integral quantity using a complex quantity whose argument is equal to the initial phase and whose modulus is equal to the root-mean-square value. A phasor is a constant complex number, usually expressed in exponential form, representing the complex amplitude (magnitude and phase) of a sinusoidal function of time. Phasors are used by electrical engineers to simplify computations involving sinusoids, where they can often reduce a differential equation problem to an algebraic one."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Volume per Unit Area"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Volumetric Flux"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Volumetric_flux"^^xsd:anyURI ; + ns1:plainTextDescription "In fluid dynamics, the volumetric flux is the rate of volume flow across a unit area (m3·s−1·m−2).[Wikipedia]"^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Warping Constant"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://standards.buildingsmart.org/IFC/RELEASE/IFC4/ADD1/HTML/link/ifcwarpingconstantmeasure.htm"^^xsd:anyURI ; + ns1:plainTextDescription "The \"Warping Constant\" is a measure for the warping constant or warping resistance of a cross section under torsional loading. It is usually measured in m⁶."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Warping Moment"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://standards.buildingsmart.org/IFC/RELEASE/IFC4/ADD1/HTML/link/ifcwarpingmomentmeasure.htm"^^xsd:anyURI ; + ns1:plainTextDescription "The warping moment measure is a measure for the warping moment, which occurs in warping torsional analysis. It is usually measured in kNm²."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ampere per Joule"@en ; + dcterms:description """$\\textit{Ampere per Joule}$ is the inverse measure of $joule-per-ampere$ or $weber$. + The measure for the reciprical of magnetic flux. + """^^ns1:LatexString ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$A/J$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "A/J"^^xsd:string ; + ns1:ucumCode "A.J-1"^^ns1:UCUMcs, + "A/J"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Ampere Turn per Inch"@en ; + dcterms:description """ + The $\\textit{Ampere Turn per Inch}$ is a measure of magnetic field intensity and is equal to 12.5664 Oersted. + """^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 39.3700787 ; + ns1:conversionMultiplierSN 3.937008e+01 ; + ns1:expression "$At/in$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "AT/in"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Ampere Turn per Metre"@en, + "Ampere Turn per Meter"@en-us ; + dcterms:description """ + The $\\textit{Ampere Turn per Metre}$ is the SI unit of magnetic field strength. + One ampere per meter is equal to $\\pi/250$ oersteds (12.566 371 millioersteds) in CGS units. + The ampere per meter is also the SI unit of "magnetization" in the sense of magnetic dipole moment per unit volume; + in this context $1 A/m = 0.001 emu per cubic centimeter$. + """^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$At/m$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "AT/m"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Statampere"@en ; + dcterms:description """ + The unit $\\textit{Statampere}$, symbol $statA$ is a unit in the category of Electric current. + It is also known as statamperes. + This unit is commonly used in the cgs unit system. + $\\textit{Statampere (statA)}$ has a dimension of $I$ where $I$ is electric current. + It can be converted to the corresponding standard SI unit $A$ by multiplying its value by a factor of 3.355641E-010. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0000000003335641 ; + ns1:conversionMultiplierSN 3.335641e-10 ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://www.efunda.com/glossary/units/units--electric_current--statampere.cfm"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "statA"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ban"@en ; + dcterms:description "A ban is a logarithmic unit which measures information or entropy, based on base 10 logarithms and powers of 10, rather than the powers of 2 and base 2 logarithms which define the bit. One ban is approximately $3.32 (log_2 10) bits$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 2.30258509 ; + ns1:conversionMultiplierSN 2.302585e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Ban"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Ban?oldid=472969907"^^xsd:anyURI ; + ns1:symbol "ban"^^xsd:string ; + ns1:uneceCommonCode "Q15"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Barrel (UK Petroleum) Per Day"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000001841587 ; + ns1:conversionMultiplierSN 1.841587e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA331"^^xsd:string ; + ns1:plainTextDescription "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit day"^^xsd:string ; + ns1:symbol "bbl{UK petroleum}/day"^^xsd:string ; + ns1:uneceCommonCode "J59"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Barrel (UK Petroleum) Per Hour"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0000441981 ; + ns1:conversionMultiplierSN 4.41981e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA332"^^xsd:string ; + ns1:plainTextDescription "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit hour"^^xsd:string ; + ns1:symbol "bbl{UK petroleum}/hr"^^xsd:string ; + ns1:uneceCommonCode "J60"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Barrel (UK Petroleum) Per Minute"@en ; + dcterms:description "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit minute"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.002651886 ; + ns1:conversionMultiplierSN 2.651886e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA330"^^xsd:string ; + ns1:plainTextDescription "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit minute"^^xsd:string ; + ns1:symbol "bbl{UK petroleum}/min"^^xsd:string ; + ns1:uneceCommonCode "J58"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Barrel (UK Petroleum) Per Second"@en ; + dcterms:description "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.1591132 ; + ns1:conversionMultiplierSN 1.591132e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA333"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "bbl{UK petroleum}/s"^^xsd:string ; + ns1:uneceCommonCode "J61"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Barrel (US) Per Day"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00000184 ; + ns1:conversionMultiplierSN 1.84e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA335"^^xsd:string ; + ns1:plainTextDescription "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit day"^^xsd:string ; + ns1:symbol "bbl{US petroleum}/day"^^xsd:string ; + ns1:ucumCode "[bbl_us].d-1"^^ns1:UCUMcs, + "[bbl_us]/d"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B1"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Barrel (US) Per Minute"@en ; + dcterms:description "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit minute"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0026498 ; + ns1:conversionMultiplierSN 2.6498e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA337"^^xsd:string ; + ns1:plainTextDescription "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit minute"^^xsd:string ; + ns1:symbol "bbl{US petroleum}/min"^^xsd:string ; + ns1:ucumCode "[bbl_us].min-1"^^ns1:UCUMcs, + "[bbl_us]/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "5A"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Barrel (US Petroleum) Per Hour"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000044163 ; + ns1:conversionMultiplierSN 4.4163e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA336"^^xsd:string ; + ns1:plainTextDescription "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit hour"^^xsd:string ; + ns1:symbol "bbl{UK petroleum}/hr"^^xsd:string ; + ns1:ucumCode "[bbl_us].h-1"^^ns1:UCUMcs, + "[bbl_us]/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J62"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Barrel (US Petroleum) Per Second"@en ; + dcterms:description "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.1589873 ; + ns1:conversionMultiplierSN 1.589873e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA338"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "bbl{UK petroleum}/s"^^xsd:string ; + ns1:ucumCode "[bbl_us].s-1"^^ns1:UCUMcs, + "[bbl_us]/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J62"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CountingUnit, + ns1:Unit ; + rdfs:label "Bit"@en ; + dcterms:description "In information theory, a bit is the amount of information that, on average, can be stored in a discrete bit. It is thus the amount of information carried by a choice between two equally likely outcomes. One bit corresponds to about 0.693 nats (ln(2)), or 0.301 hartleys (log10(2))."^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 0.69314718055994530941723212145818 ; + ns1:conversionMultiplierSN 6.931472e-01 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Bit"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA339"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Bit?oldid=495288173"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "b"^^xsd:string ; + ns1:ucumCode "bit"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J63"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Becquerel per Kilogram"@en ; + dcterms:description "The only unit in the category of Specific radioactivity. It is also known as becquerels per kilogram, becquerel/kilogram. This unit is commonly used in the SI unit system. Becquerel Per Kilogram (Bq/kg) has a dimension of $M{-1}T{-1}$ where $M$ is mass, and $T$ is time. It essentially the same as the corresponding standard SI unit $/kg/s$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$Bq/kg$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA112"^^xsd:string ; + ns1:informativeReference "http://www.efunda.com/glossary/units/units--specific_radioactivity--becquerel_per_kilogram.cfm"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "\"Becquerel per Kilogram\" is used to describe radioactivity, which is often expressed in becquerels per unit of volume or weight, to express how much radioactive material is contained in a sample."^^xsd:string ; + ns1:symbol "Bq/kg"^^xsd:string ; + ns1:ucumCode "Bq.kg-1"^^ns1:UCUMcs, + "Bq/kg"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A18"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "British Thermal Unit (international Table) Inch Per Hour Square Foot Degree Fahrenheit"@en ; + dcterms:description """ + $BTU_{th}$ Inch per Square Foot Hour Degree Fahrenheit is an Imperial unit for 'Thermal Conductivity' expressed as $Btu_{it}-in/(hr-ft^{2}-degF)$. + An International British thermal unit inch per second per square foot per degree Fahrenheit is a unit of thermal conductivity in the US Customary Units and British Imperial Units. + $1\\,Btu_{it} \\cdot in/(hr \\cdot ft^{2} \\cdot degF)$ shows that one thermochemical BTU of heat per one hour moves through one square foot of material, which is one foot thick due to a temperature difference of one degree Fahrenheit. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.144227889 ; + ns1:conversionMultiplierSN 1.442279e-01 ; + ns1:exactMatch ; + ns1:expression "$Btu(it)-in-per-hr-ft2-degF$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA117"^^xsd:string ; + ns1:informativeReference "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/"^^xsd:anyURI ; + ns1:latexSymbol "$Btu_{it} \\cdot in/(hr \\cdot ft^{2} \\cdot degF)$"^^ns1:LatexString ; + ns1:plainTextDescription "BTU (th) Inch per Square Foot Hour Degree Fahrenheit is an Imperial unit for 'Thermal Conductivity', an International British thermal unit inch per second per square foot per degree Fahrenheit is a unit of thermal conductivity in the US Customary Units and British Imperial Units."^^xsd:string ; + ns1:symbol "Btu{IT}·in/(ft²·hr·°F)"^^xsd:string ; + ns1:ucumCode "[Btu_IT].[in_i].[ft_i]-2.h-1.[degF]-1"^^ns1:UCUMcs, + "[Btu_IT].[in_i]/([ft_i]2.h.[degF])"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J41"^^xsd:string ; + ns2:comment "qudt:exactMatch: unit:BTU_IT-IN-PER-HR-FT2-DEG_F"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "BTU (IT) Inch per Square Foot Second Degree Fahrenheit"@en ; + dcterms:description "The unit $BTU_{IT}$, Inch per Square Foot Second Degree Fahrenheit, is an Imperial unit for 'Thermal Conductivity' expressed as $Btu_{it}-in/(ft^{2}-s-degF)$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 519.220399911 ; + ns1:conversionMultiplierSN 5.192204e+02 ; + ns1:exactMatch ; + ns1:expression "$Btu(it)-in-per-s-ft2-degF$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA118"^^xsd:string ; + ns1:informativeReference "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/"^^xsd:anyURI ; + ns1:plainTextDescription "British thermal unit (international table) inch per second Square foot degree Fahrenheit is the unit of the thermal conductivity according to the Imperial system of units."^^xsd:string ; + ns1:symbol "Btu{IT}·in/(ft²·s·°F)"^^xsd:string ; + ns1:ucumCode "[Btu_IT].[in_i].[ft_i]-2.s-1.[degF]-1"^^ns1:UCUMcs, + "[Btu_IT].[in_i]/([ft_i]2.s.[degF])"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J42"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British Thermal Unit (international Table) Inch Per Hour Square Foot degree Fahrenheit"@en ; + dcterms:description "unit of the thermal conductivity according to the Imperial system of units"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.1442279 ; + ns1:conversionMultiplierSN 1.442279e-01 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA117"^^xsd:string ; + ns1:plainTextDescription "unit of the thermal conductivity according to the Imperial system of units"^^xsd:string ; + ns1:symbol "Btu{IT}·in/(hr·ft²·°F)"^^xsd:string ; + ns1:ucumCode "[Btu_IT].[in_i].h-1.[ft_i]-2.[degF]-1"^^ns1:UCUMcs, + "[Btu_IT].[in_i]/(h.[ft_i]2.[degF])"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J41"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British Thermal Unit (international Table) Inch Per Second Square Foot degree Fahrenheit"@en ; + dcterms:description "unit of the thermal conductivity according to the Imperial system of units"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 519.2204 ; + ns1:conversionMultiplierSN 5.192204e+02 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA118"^^xsd:string ; + ns1:plainTextDescription "unit of the thermal conductivity according to the Imperial system of units"^^xsd:string ; + ns1:symbol "Btu{IT}·in/(s·ft²·°F)"^^xsd:string ; + ns1:ucumCode "[Btu_IT].[in_i].s-1.[ft_i]-2.[degF]-1"^^ns1:UCUMcs, + "[Btu_IT].[in_i]/(s.[ft_i]2.[degF])"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J42"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "BTU per Pound Degree Fahrenheit"@en ; + dcterms:description "British Thermal Unit (therm.) Per Pound Per Fahrenheit Degree (Btu (therm.)/lb- degF) is a unit in the category of Specific heat. This unit is commonly used in the UK unit system. British Thermal Unit (therm.) Per Pound Per Fahrenheit Degree (Btu (therm.)/lb-degF) has a dimension of $L2T^{-2}Q^{-1}$ where $L$ is length, $T$ is time, and $Q$ is temperature. It can be converted to the corresponding standard SI unit $J/kg-K$ by multiplying its value by a factor of 4183.99895."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 4186.799999999999665056000000000028 ; + ns1:conversionMultiplierSN 4.1868e+03 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$Btu/(lb-degF)$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + ; + ns1:symbol "Btu{IT}/(lbm·°F)"^^xsd:string ; + ns1:ucumCode "[Btu_IT].[lb_av]-1.[degF]-1"^^ns1:UCUMcs, + "[Btu_IT]/([lb_av].[degF])"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "BTU per Pound Degree Rankine"@en ; + dcterms:description "${\\bf BTU \\, per \\, Pound \\, Degree \\, Rankine}$ is a unit for 'Specific Heat Capacity' expressed as $Btu/(lb-degR)$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 4186.799999999999665056000000000028 ; + ns1:conversionMultiplierSN 4.1868e+03 ; + ns1:definedUnitOfSystem ; + ns1:expression "$Btu/(lb-degR)$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "Btu{IT}/(lbm·°R)"^^xsd:string ; + ns1:ucumCode "[Btu_IT].[lb_av]-1.[degR]-1"^^ns1:UCUMcs, + "[Btu_IT]/([lb_av].[degR])"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British Thermal Unit (international Table) Per Pound of force Degree Fahrenheit"@en ; + dcterms:description "Unit of heat energy according to the Imperial system of units divided by the product of a pound of force and a degree Fahrenheit"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 426.9347648940976900014802607769946 ; + ns1:conversionMultiplierSN 4.269348e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA119"^^xsd:string ; + ns1:plainTextDescription "Unit of heat energy according to the Imperial system of units divided by the product of a pound of force and a degree Fahrenheit"^^xsd:string ; + ns1:symbol "Btu{IT}/(lbf·°F)"^^xsd:string ; + ns1:ucumCode "[Btu_IT].[lbf_av]-1.[degF]-1"^^ns1:UCUMcs, + "[Btu_IT]/([lbf_av].[degF])"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J43"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British Thermal Unit (international Table) Per Pound of force Degree Rankine"@en ; + dcterms:description "Unit of heat energy according to the Imperial system of units divided by the product of a pound of force and a degree Rankine"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 426.9 ; + ns1:conversionMultiplierSN 4.269e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB141"^^xsd:string ; + ns1:plainTextDescription "Unit of heat energy according to the Imperial system of units divided by the product of a pound of force and a degree Rankine"^^xsd:string ; + ns1:symbol "Btu{IT}/(lbf·°R)"^^xsd:string ; + ns1:ucumCode "[Btu_IT].[lbf_av]-1.[degR]-1"^^ns1:UCUMcs, + "[Btu_IT]/([lbf_av].[degR])"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A21"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British Thermal Unit (international Table) Per Minute"@en ; + dcterms:description "unit of the heat energy according to the Imperial system of units divided by the unit minute"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 17.58 ; + ns1:conversionMultiplierSN 1.758e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA120"^^xsd:string ; + ns1:plainTextDescription "unit of the heat energy according to the Imperial system of units divided by the unit minute"^^xsd:string ; + ns1:symbol "Btu{IT}/min"^^xsd:string ; + ns1:ucumCode "[Btu_IT].min-1"^^ns1:UCUMcs, + "[Btu_IT]/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J44"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British Thermal Unit (mean)"@en ; + dcterms:description "unit of the heat energy according to the Imperial system of units"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1055.05585262 ; + ns1:conversionMultiplierSN 1.055056e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA113"^^xsd:string ; + ns1:plainTextDescription "unit of the heat energy according to the Imperial system of units"^^xsd:string ; + ns1:symbol "BTU{mean}"^^xsd:string ; + ns1:ucumCode "[Btu_m]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J39"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "British Thermal Unit (thermochemical) Per Hour"@en ; + dcterms:description "unit of the heat energy according to the Imperial system of units divided by the unit hour"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.2929 ; + ns1:conversionMultiplierSN 2.929e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA124"^^xsd:string ; + ns1:plainTextDescription "unit of the heat energy according to the Imperial system of units divided by the unit hour"^^xsd:string ; + ns1:symbol "Btu{th}/hr"^^xsd:string ; + ns1:ucumCode "[Btu_th].h-1"^^ns1:UCUMcs, + "[Btu_th]/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J47"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British Thermal Unit (thermochemical) Per Pound Degree Fahrenheit"@en ; + dcterms:description "unit of the thermal conductivity according to the Imperial system of units divided by the units pound and degree Fahrenheit"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 4184.000000044092117716975512617227 ; + ns1:conversionMultiplierSN 4.184e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA127"^^xsd:string ; + ns1:plainTextDescription "unit of the thermal conductivity according to the Imperial system of units divided by the units pound and degree Fahrenheit"^^xsd:string ; + ns1:symbol "Btu{th}/(lbm·°F)"^^xsd:string ; + ns1:ucumCode "[Btu_th].[lb_av]-1.[degF]-1"^^ns1:UCUMcs, + "[Btu_th]/([lb_av].[degF])"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J50"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British Thermal Unit (thermochemical) Per Minute"@en ; + dcterms:description "unit of the heat energy according to the Imperial system of units divided by the unit minute"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 17.573 ; + ns1:conversionMultiplierSN 1.7573e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA128"^^xsd:string ; + ns1:plainTextDescription "unit of the heat energy according to the Imperial system of units divided by the unit minute"^^xsd:string ; + ns1:symbol "Btu{th}/min"^^xsd:string ; + ns1:ucumCode "[Btu_th].min-1"^^ns1:UCUMcs, + "[Btu_th]/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J51"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British Thermal Unit (thermochemical) Per Second"@en ; + dcterms:description "unit of the heat energy according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1054.35 ; + ns1:conversionMultiplierSN 1.05435e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA129"^^xsd:string ; + ns1:plainTextDescription "unit of the heat energy according to the Imperial system of units divided by the SI base unit second"^^xsd:string ; + ns1:symbol "Btu{th}/s"^^xsd:string ; + ns1:ucumCode "[Btu_th].s-1"^^ns1:UCUMcs, + "[Btu_th]/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J52"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Bushel (UK) Per Day"@en ; + 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 ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0000004209343 ; + ns1:conversionMultiplierSN 4.209343e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA345"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "bsh{UK}/day"^^xsd:string ; + ns1:ucumCode "[bu_br].d-1"^^ns1:UCUMcs, + "[bu_br]/d"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J64"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Bushel (UK) Per Hour"@en ; + 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 ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.00001010242 ; + ns1:conversionMultiplierSN 1.010242e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA346"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "bsh{UK}/hr"^^xsd:string ; + ns1:ucumCode "[bu_br].h-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J65"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Bushel (UK) Per Minute"@en ; + dcterms:description "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time minute"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0006061453 ; + ns1:conversionMultiplierSN 6.061453e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA347"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "bsh{UK}/min"^^xsd:string ; + ns1:ucumCode "[bu_br].min-1"^^ns1:UCUMcs, + "[bu_br]/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J66"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Bushel (UK) Per Second"@en ; + dcterms:description "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.03636872 ; + ns1:conversionMultiplierSN 3.636872e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA348"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "bsh{UK}/s"^^xsd:string ; + ns1:ucumCode "[bu_br].s-1"^^ns1:UCUMcs, + "[bu_br]/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J67"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Bushel (US Dry) Per Day"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00000040786 ; + ns1:conversionMultiplierSN 4.0786e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA349"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "bsh{US}/day"^^xsd:string ; + ns1:ucumCode "[bu_us].d-1"^^ns1:UCUMcs, + "[bu_us]/d"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J68"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Bushel (US Dry) Per Hour"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000009789 ; + ns1:conversionMultiplierSN 9.789e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA350"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "bsh{US}/hr"^^xsd:string ; + ns1:ucumCode "[bu_us].h-1"^^ns1:UCUMcs, + "[bu_us]/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J69"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Bushel (US Dry) Per Minute"@en ; + dcterms:description "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time minute"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00058732 ; + ns1:conversionMultiplierSN 5.8732e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA351"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "bsh{US}/min"^^xsd:string ; + ns1:ucumCode "[bu_us].min-1"^^ns1:UCUMcs, + "[bu_us]/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J70"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Bushel (US Dry) Per Second"@en ; + dcterms:description "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.03523907 ; + ns1:conversionMultiplierSN 3.523907e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA352"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "bsh{US}/s"^^xsd:string ; + ns1:ucumCode "[bu_us].s-1"^^ns1:UCUMcs, + "[bu_us]/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J71"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CountingUnit, + ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Byte"@en ; + dcterms:description "The byte is a unit of digital information in computing and telecommunications that most commonly consists of eight bits."^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 5.5451774444795624753378569716654 ; + ns1:conversionMultiplierSN 5.545177e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Byte"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA354"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Byte?oldid=493588918"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "B"^^xsd:string ; + ns1:ucumCode "By"^^ns1:UCUMcs ; + ns1:uneceCommonCode "AD"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "كولوم متر"@ar, + "coulomb metr"@cs, + "Coulombmeter"@de, + "coulomb metre"@en, + "Coulomb Meter"@en-us, + "culombio metro"@es, + "نیوتون متر"@fa, + "coulomb-mètre"@fr, + "कूलम्ब मीटर"@hi, + "coulomb per metro"@it, + "クーロンメートル"@ja, + "coulomb meter"@ms, + "coulomb-metro"@pt, + "coulomb-metru"@ro, + "кулон-метр"@ru, + "coulomb metre"@tr, + "库伦米"@zh ; + dcterms:description """ + The $\\text{Coulomb Meter (C-m)}$ is a unit in the category of Electric dipole moment. + It is also known as atomic unit, u.a., au, ua. + This unit is commonly used in the SI unit system. + Coulomb Meter (C-m) has a dimension of LTI where $L$ is length, $T$ is time, and $I$ is electric current. + This unit is the standard SI unit in this category. + """^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA133"^^xsd:string ; + ns1:symbol "C·m"^^xsd:string ; + ns1:ucumCode "C.m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A26"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Coulomb mal Quadratmeter"@de, + "coulomb square metre"@en, + "Coulomb Square Meter"@en-us, + "کولن متر مربع"@fa, + "coulomb per metro quadrato"@it, + "coulomb meter persegi"@ms, + "库仑平方米"@zh ; + dcterms:description "Coulomb Square Meter (C-m2) is a unit in the category of Electric quadrupole moment. This unit is commonly used in the SI unit system. Coulomb Square Meter (C-m2) has a dimension of L2TI where $L$ is length, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$C m^{2}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "C·m²"^^xsd:string ; + ns1:ucumCode "C.m2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Coulomb per Metre"@en, + "Coulomb per Meter"@en-us ; + dcterms:description "\"Coulomb per Meter\" is a unit for 'Electric Charge Line Density' expressed as $C/m$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$C/m$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB337"^^xsd:string ; + ns1:symbol "C/m"^^xsd:string ; + ns1:ucumCode "C.m-1"^^ns1:UCUMcs, + "C/m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P10"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Square Coulomb Square Metre per Joule"@en, + "Square Coulomb Square Meter per Joule"@en-us ; + dcterms:description "\"Square Coulomb Square Meter per Joule\" is a unit for 'Polarizability' expressed as $C^{2} m^{2} J^{-1}$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$C^{2} m^{2} J^{-1}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "C²·m²/J"^^xsd:string ; + ns1:ucumCode "C2.m2.J-1"^^ns1:UCUMcs, + "C2.m2/J"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Coulomb Metre per Square Joule"@en, + "Cubic Coulomb Meter per Square Joule"@en-us ; + dcterms:description "\"Cubic Coulomb Meter per Square Joule\" is a unit for 'Cubic Electric Dipole Moment Per Square Energy' expressed as $C^{3} m^{3} J^{-2}$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$C^{3} m J^{-2}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "C³·m/J²"^^xsd:string ; + ns1:ucumCode "C3.m.J-2"^^ns1:UCUMcs, + "C3.m/J2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Quartic Coulomb Metre per Cubic Energy"@en, + "Quartic Coulomb Meter per Cubic Energy"@en-us ; + dcterms:description "\"Quartic Coulomb Meter per Cubic Energy\" is a unit for 'Quartic Electric Dipole Moment Per Cubic Energy' expressed as $C^{4} m^{4} J^{-3}$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$C^4m^4/J^3$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "C⁴·m⁴/J³"^^xsd:string ; + ns1:ucumCode "C4.m4.J-3"^^ns1:UCUMcs, + "C4.m4/J3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Calorie (15 Degrees C)"@en ; + dcterms:description "unit for the quantity of heat which is required to warm up 1 g of water, which is free of air, at a constant pressure of 101.325 kPa (the pressure of the standard atmosphere on sea level) from 14.5 degrees Celsius to 15.5 degrees Celsius"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 4.1855 ; + ns1:conversionMultiplierSN 4.1855e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB139"^^xsd:string ; + ns1:plainTextDescription "unit for the quantity of heat which is required to warm up 1 g of water, which is free of air, at a constant pressure of 101.325 kPa (the pressure of the standard atmosphere on sea level) from 14.5 degrees Celsius to 15.5 degrees Celsius"^^xsd:string ; + ns1:symbol "cal{15 °C}"^^xsd:string ; + ns1:ucumCode "cal_[15]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A1"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Calorie (international Table) Per Gram Degree Celsius"@en ; + dcterms:description "unit calorieIT divided by the products of the units gram and degree Celsius"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 4186.8 ; + ns1:conversionMultiplierSN 4.1868e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA362"^^xsd:string ; + ns1:plainTextDescription "unit calorieIT divided by the products of the units gram and degree Celsius"^^xsd:string ; + ns1:symbol "cal{IT}/(g·°C)"^^xsd:string ; + ns1:ucumCode "cal_IT.g-1.Cel-1"^^ns1:UCUMcs, + "cal_IT/(g.Cel)"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J76"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Calorie (international Table) Per Gram Kelvin"@en ; + dcterms:description "unit calorieIT divided by the product of the SI base unit gram and Kelvin"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 4186.8 ; + ns1:conversionMultiplierSN 4.1868e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA363"^^xsd:string ; + ns1:plainTextDescription "unit calorieIT divided by the product of the SI base unit gram and Kelvin"^^xsd:string ; + ns1:symbol "cal{IT}/(g·K)"^^xsd:string ; + ns1:ucumCode "cal_IT.g-1.K-1"^^ns1:UCUMcs, + "cal_IT/(g.K)"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D76"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Calorie (mean)"@en ; + dcterms:description "unit used particularly for calorific values of foods"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 4.19 ; + ns1:conversionMultiplierSN 4.19e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA360"^^xsd:string ; + ns1:plainTextDescription "unit used particularly for calorific values of foods"^^xsd:string ; + ns1:symbol "cal{mean}"^^xsd:string ; + ns1:ucumCode "cal_m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J75"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Calorie (thermochemical) Per Gram Degree Celsius"@en ; + dcterms:description "unit calorie (thermochemical) divided by the product of the unit gram and degree Celsius"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 4184.0 ; + ns1:conversionMultiplierSN 4.184e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA366"^^xsd:string ; + ns1:plainTextDescription "unit calorie (thermochemical) divided by the product of the unit gram and degree Celsius"^^xsd:string ; + ns1:symbol "cal/(g·°C)"^^xsd:string ; + ns1:ucumCode "cal_th.g-1.Cel-1"^^ns1:UCUMcs, + "cal_th/(g.Cel)"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J79"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Calorie (thermochemical) Per Gram Kelvin"@en ; + dcterms:description "unit calorie (thermochemical) divided by the product of the SI derived unit gram and the SI base unit Kelvin"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 4184.0 ; + ns1:conversionMultiplierSN 4.184e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA367"^^xsd:string ; + ns1:plainTextDescription "unit calorie (thermochemical) divided by the product of the SI derived unit gram and the SI base unit Kelvin"^^xsd:string ; + ns1:symbol "cal/(g·K)"^^xsd:string ; + ns1:ucumCode "cal_th.g-1.K-1"^^ns1:UCUMcs, + "cal_th/(g.K)"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D37"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Calorie (thermochemical) Per Minute"@en ; + dcterms:description "unit calorie divided by the unit minute"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.06973 ; + ns1:conversionMultiplierSN 6.973e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA368"^^xsd:string ; + ns1:plainTextDescription "unit calorie divided by the unit minute"^^xsd:string ; + ns1:symbol "cal/min"^^xsd:string ; + ns1:ucumCode "cal_th.min-1"^^ns1:UCUMcs, + "cal_th/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J81"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Calorie (thermochemical) Per Second"@en ; + dcterms:description "unit calorie divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 4.184 ; + ns1:conversionMultiplierSN 4.184e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA369"^^xsd:string ; + ns1:plainTextDescription "unit calorie divided by the SI base unit second"^^xsd:string ; + ns1:symbol "cal/s"^^xsd:string ; + ns1:ucumCode "cal_th.s-1"^^ns1:UCUMcs, + "cal_th/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J82"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "قنديلة"@ar, + "кандела"@bg, + "kandela"@cs, + "Candela"@de, + "καντέλα"@el, + "candela"@en, + "candela"@es, + "کاندلا"@fa, + "candela"@fr, + "קנדלה"@he, + "कॅन्डेला"@hi, + "kandela"@hu, + "candela"@it, + "カンデラ"@ja, + "candela"@la, + "kandela"@ms, + "kandela"@pl, + "candela"@pt, + "candelă"@ro, + "кандела"@ru, + "kandela"@sl, + "candela"@tr, + "坎德拉"@zh ; + dcterms:description "$\\textit{Candela}$ is a unit for 'Luminous Intensity' expressed as $cd$. The candela is the SI base unit of luminous intensity; that is, power emitted by a light source in a particular direction, weighted by the luminosity function (a standardized model of the sensitivity of the human eye to different wavelengths, also known as the luminous efficiency function). A common candle emits light with a luminous intensity of roughly one candela."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Candela"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA370"^^xsd:string, + "0112/2///62720#UAD719"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Candela?oldid=484253082"^^xsd:anyURI, + "http://www.simetric.co.uk/siderived.htm"^^xsd:anyURI ; + ns1:omUnit ; + ns1:siExactMatch ; + ns1:symbol "cd"^^xsd:string ; + ns1:ucumCode "cd"^^ns1:UCUMcs ; + ns1:udunitsCode "cd"^^xsd:string ; + ns1:uneceCommonCode "CDL"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Centimetre Per Day"@en, + "Cubic Centimeter Per Day"@en-us ; + dcterms:description "0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit day"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.00000000001157407 ; + ns1:conversionMultiplierSN 1.157407e-11 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA388"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit day"^^xsd:string ; + ns1:symbol "cm³/day"^^xsd:string ; + ns1:ucumCode "cm3.d-1"^^ns1:UCUMcs, + "cm3/d"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G47"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Centimetre Per Hour"@en, + "Cubic Centimeter Per Hour"@en-us ; + dcterms:description "0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0000000002777778 ; + ns1:conversionMultiplierSN 2.777778e-10 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA391"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour"^^xsd:string ; + ns1:symbol "cm³/hr"^^xsd:string ; + ns1:ucumCode "cm3.h-1"^^ns1:UCUMcs, + "cm3/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G48"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Centimetre Per Minute"@en, + "Cubic Centimeter Per Minute"@en-us ; + 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 ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.00000001666667 ; + ns1:conversionMultiplierSN 1.666667e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA395"^^xsd:string ; + ns1:plainTextDescription "0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit minute"^^xsd:string ; + ns1:symbol "cm³/min"^^xsd:string ; + ns1:ucumCode "cm3.min-1"^^ns1:UCUMcs, + "cm3/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G49"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Centimetre Per Mole"@en, + "Cubic Centimeter Per Mole"@en-us ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA398"^^xsd:string ; + ns1:plainTextDescription "0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol"^^xsd:string ; + ns1:symbol "cm³/mol"^^xsd:string ; + ns1:ucumCode "cm3.mol-1"^^ns1:UCUMcs, + "cm3/mol"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A36"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Cubic Centimeter per Mole Second"@en, + "Cubic Centimeter per Mole Second"@en-us ; + dcterms:description "A unit that is the 0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol multiplied by the SI base unit second."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "cm³/(mol·s)"^^xsd:string ; + ns1:ucumCode "cm3.mol-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Centimetre Per Second"@en, + "Cubic Centimeter Per Second"@en-us ; + 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 ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA399"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "cm³/s"^^xsd:string ; + ns1:ucumCode "cm3.s-1"^^ns1:UCUMcs, + "cm3/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "2J"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "CentiMole"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "cmol"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Centinewton Metre"@en, + "Centinewton Meter"@en-us ; + dcterms:description "0.01-fold of the product of the SI derived unit newton and SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA355"^^xsd:string ; + ns1:plainTextDescription "0.01-fold of the product of the SI derived unit newton and SI base unit metre"^^xsd:string ; + ns1:symbol "cN·m"^^xsd:string ; + ns1:ucumCode "cN.m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J72"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Deaths per 1000 individuals year"@en ; + dcterms:description "The typical expression of mortality rate, expressed as deaths per 1000 individuals, per year."^^rdf:HTML ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Mortality_rate"^^xsd:anyURI ; + ns1:plainTextDescription "The typical expression of mortality rate, expressed as deaths per 1000 individuals, per year."^^xsd:string ; + ns1:symbol "deaths/1000 individuals/yr"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Deaths per Million individuals year"@en ; + dcterms:description "The expression of mortality rate, expressed as deaths per 1,000,000 individuals, per year."^^rdf:HTML ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Mortality_rate"^^xsd:anyURI ; + ns1:plainTextDescription "The expression of mortality rate, expressed as deaths per Million individuals, per year."^^xsd:string ; + ns1:symbol "deaths/million individuals/yr"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Degree Celsius per Hour"@en ; + dcterms:description "$\\textit{Degree Celsius per Hour}$ is a unit for 'Temperature Per Time' expressed as $degC / hr$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0002777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-04 ; + ns1:expression "$degC / hr$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA036"^^xsd:string ; + ns1:symbol "°C/hr"^^xsd:string ; + ns1:ucumCode "Cel.h-1"^^ns1:UCUMcs, + "Cel/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H12"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Degree Celsius per Minute"@en ; + dcterms:description "$\\textit{Degree Celsius per Minute}$ is a unit for 'Temperature Per Time' expressed as $degC / m$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.01666666666666666666666666666666667 ; + ns1:conversionMultiplierSN 1.666667e-02 ; + ns1:expression "$degC / m$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA037"^^xsd:string ; + ns1:symbol "°C/min"^^xsd:string ; + ns1:ucumCode "Cel.min-1"^^ns1:UCUMcs, + "Cel/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H13"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Degree Celsius per Second"@en ; + dcterms:description "$\\textit{Degree Celsius per Second}$ is a unit for 'Temperature Per Time' expressed as $degC / s$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$degC / s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA038"^^xsd:string ; + ns1:symbol "°C/s"^^xsd:string ; + ns1:ucumCode "Cel.s-1"^^ns1:UCUMcs, + "Cel/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H14"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Degrees Celsius per year"@en ; + 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 ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0000000316880878140289 ; + ns1:conversionMultiplierSN 3.168809e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "°C/yr"^^xsd:string ; + ns1:ucumCode "Cel.a-1"^^ns1:UCUMcs, + "Cel/a"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Degree Fahrenheit per Hour"@en ; + dcterms:description "$\\textit{Degree Fahrenheit per Hour}$ is a unit for 'Temperature Per Time' expressed as $degF / h$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.000154320987654321 ; + ns1:conversionMultiplierSN 1.54321e-04 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$degF / h$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA044"^^xsd:string ; + ns1:symbol "°F/hr"^^xsd:string ; + ns1:ucumCode "[degF].h-1"^^ns1:UCUMcs, + "[degF]/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J23"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Degree Fahrenheit per Minute"@en ; + dcterms:description "$\\textit{Degree Fahrenheit per Minute}$ is a unit for 'Temperature Per Time' expressed as $degF / m$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.009259259259259260000000000000000002 ; + ns1:conversionMultiplierSN 9.259259e-03 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$degF / m$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA045"^^xsd:string ; + ns1:symbol "°F/min"^^xsd:string ; + ns1:ucumCode "[degF].min-1"^^ns1:UCUMcs, + "[degF]/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J24"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Degree Fahrenheit per Second"@en ; + dcterms:description "$\\textit{Degree Fahrenheit per Second}$ is a unit for 'Temperature Per Time' expressed as $degF / s$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.5555555555555556 ; + ns1:conversionMultiplierSN 5.555556e-01 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$degF / s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA046"^^xsd:string ; + ns1:symbol "°F/s"^^xsd:string ; + ns1:ucumCode "[degF].s-1"^^ns1:UCUMcs, + "[degF]/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J25"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Degree Rankine per Hour"@en ; + dcterms:description """ + The unit $\\textit{Degree Rankine per Hour}$ is a rate of change of temperature measured in degree Rankine in periods of one hour. + """^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000154320987654321 ; + ns1:conversionMultiplierSN 1.54321e-04 ; + ns1:expression "$degR / h$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA051"^^xsd:string ; + ns1:symbol "°R/hr"^^xsd:string ; + ns1:ucumCode "[degR].h-1"^^ns1:UCUMcs, + "[degR]/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J28"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Degree Rankine per Minute"@en ; + dcterms:description """ + The unit $\\textit{Degree Rankine per Minute}$ is a rate of change of temperature measured in degree Rankine in periods of one minute. + """^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.009259259259259260000000000000000002 ; + ns1:conversionMultiplierSN 9.259259e-03 ; + ns1:expression "$degR / m$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA052"^^xsd:string ; + ns1:symbol "°R/min"^^xsd:string ; + ns1:ucumCode "[degR].min-1"^^ns1:UCUMcs, + "[degR]/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J29"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Degree Rankine per Second"@en ; + dcterms:description """ + The unit $\\textit{Degree Rankine per Second}$ is a rate of change of temperature measured in degree Rankine in periods of one second. + """^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.5555555555555556 ; + ns1:conversionMultiplierSN 5.555556e-01 ; + ns1:expression "$degR / s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA053"^^xsd:string ; + ns1:symbol "°R/s"^^xsd:string ; + ns1:ucumCode "[degR].s-1"^^ns1:UCUMcs, + "[degR]/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J30"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Dots Per Inch"@en ; + dcterms:description "point density as amount of the picture base element divided by the unit inch according to the Anglo-American and the Imperial system of units"^^rdf:HTML ; + ns1:conversionMultiplier 39.37008 ; + ns1:conversionMultiplierSN 3.937008e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA421"^^xsd:string ; + ns1:plainTextDescription "point density as amount of the picture base element divided by the unit inch according to the Anglo-American and the Imperial system of units"^^xsd:string ; + ns1:symbol "DPI"^^xsd:string ; + ns1:ucumCode "{dot}/[in_i]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E39"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Dyne Centimetre"@en, + "Dyne Centimeter"@en-us ; + dcterms:description "\"Dyne Centimeter\" is a C.G.S System unit for 'Torque' expressed as $dyn-cm$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0000001 ; + ns1:conversionMultiplierSN 1e-07 ; + ns1:derivedUnitOfSystem , + ; + ns1:expression "$dyn-cm$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA423"^^xsd:string ; + ns1:symbol "dyn·cm"^^xsd:string ; + ns1:ucumCode "dyn.cm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J94"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Decilitre Per Gram"@en, + "Decilitre Per Gram"@en-us ; + dcterms:description "0.1-fold of the unit of the volume litre divided by the 0.001-fold of the SI base unit kilogram"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.1 ; + ns1:conversionMultiplierSN 1e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB094"^^xsd:string ; + ns1:plainTextDescription "0.1-fold of the unit of the volume litre divided by the 0.001-fold of the SI base unit kilogram"^^xsd:string ; + ns1:symbol "dL/g"^^xsd:string ; + ns1:ucumCode "dL.g-1"^^ns1:UCUMcs, + "dL/g"^^ns1:UCUMcs ; + ns1:uneceCommonCode "22"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Decimetre Per Day"@en, + "Cubic Decimeter Per Day"@en-us ; + dcterms:description "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time day"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.00000001157407407 ; + ns1:conversionMultiplierSN 1.157407e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA415"^^xsd:string ; + ns1:plainTextDescription "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time day"^^xsd:string ; + ns1:symbol "dm³/day"^^xsd:string ; + ns1:ucumCode "dm3.d-1"^^ns1:UCUMcs, + "dm3/d"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J90"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Decimetre Per Hour"@en, + "Cubic Decimeter Per Hour"@en-us ; + 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 ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0000002777778 ; + ns1:conversionMultiplierSN 2.777778e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA416"^^xsd:string ; + ns1:plainTextDescription "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour"^^xsd:string ; + ns1:symbol "dm³/hr"^^xsd:string ; + ns1:ucumCode "dm3.h-1"^^ns1:UCUMcs, + "dm3/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E92"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Decimetre Per Minute"@en, + "Cubic Decimeter Per Minute"@en-us ; + 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 ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.00001666667 ; + ns1:conversionMultiplierSN 1.666667e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA418"^^xsd:string ; + ns1:plainTextDescription "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time minute"^^xsd:string ; + ns1:symbol "dm³/min"^^xsd:string ; + ns1:ucumCode "dm3.min-3"^^ns1:UCUMcs, + "dm3/min3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J92"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Decimetre Per Mole"@en, + "Cubic Decimeter Per Mole"@en-us ; + dcterms:description "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA419"^^xsd:string ; + ns1:plainTextDescription "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol"^^xsd:string ; + ns1:symbol "dm³/mol"^^xsd:string ; + ns1:ucumCode "dm3.mol-1"^^ns1:UCUMcs, + "dm3/mol"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A37"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Decimetre Per Second"@en, + "Cubic Decimeter Per Second"@en-us ; + dcterms:description "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time second"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA420"^^xsd:string ; + ns1:plainTextDescription "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time second"^^xsd:string ; + ns1:symbol "dm³/s"^^xsd:string ; + ns1:ucumCode "dm3.s-1"^^ns1:UCUMcs, + "dm3/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J93"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Decinewton Metre"@en, + "Decinewton Meter"@en-us ; + dcterms:description "0.1-fold of the product of the derived SI unit joule and the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.1 ; + ns1:conversionMultiplierSN 1e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB084"^^xsd:string ; + ns1:plainTextDescription "0.1-fold of the product of the derived SI unit joule and the SI base unit metre"^^xsd:string ; + ns1:symbol "dN·m"^^xsd:string ; + ns1:ucumCode "dN.m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "DN"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "DeciSiemens"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.1 ; + ns1:conversionMultiplierSN 1e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "dS"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Erlang"@en ; + dcterms:description "The \"Erlang\" is a dimensionless unit that is used in telephony as a measure of offered load or carried load on service-providing elements such as telephone circuits or telephone switching equipment."^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Erlang_(unit)"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB340"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Erlang_(unit)"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31898"^^xsd:anyURI ; + ns1:symbol "E"^^xsd:string ; + ns1:uneceCommonCode "Q11"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Electron Volt per Kelvin"@en ; + dcterms:description "$\\textit{Electron Volt per Kelvin}$ is a unit for 'Heat Capacity' expressed as $ev/K$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0000000000000000001602176634 ; + ns1:conversionMultiplierSN 1.602177e-19 ; + ns1:expression "$ev/K$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "eV/K"^^xsd:string ; + ns1:ucumCode "eV.K-1"^^ns1:UCUMcs, + "eV/K"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:CountingUnit, + ns1:Unit ; + rdfs:label "ExaByte"@en ; + dcterms:description "The exabyte is a multiple of the unit byte for digital information. The prefix exa means 10^18 in the International System of Units (SI), so ExaByte is 10^18 Bytes."^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 5545177444479562475.3378569716654 ; + ns1:conversionMultiplierSN 5.545177e+18 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Exabyte"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:anyURI ; + ns1:prefix ; + ns1:symbol "EB"^^xsd:string ; + ns1:ucumCode "EBy"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:CountingUnit, + ns1:Unit ; + rdfs:label "ExbiByte"@en ; + dcterms:description "The exbibyte is a multiple of the unit byte for digital information. The prefix exbi means 1024^6"^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 847976878121765354.5564583782058114 ; + ns1:conversionMultiplierSN 8.479769e+17 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Exbibyte"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA143"^^xsd:string ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:anyURI ; + ns1:prefix ; + ns1:symbol "EiB"^^xsd:string ; + ns1:uneceCommonCode "E59"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Foot Per Day"@en ; + 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 ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0000003277413 ; + ns1:conversionMultiplierSN 3.277413e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA458"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "ft³/day"^^xsd:string ; + ns1:ucumCode "[cft_i].d-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K22"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Foot Per Hour"@en ; + 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 ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.000007865792 ; + ns1:conversionMultiplierSN 7.865792e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA459"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "ft³/hr"^^xsd:string ; + ns1:ucumCode "[cft_i].h-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "2K"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "FemtoMole"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000000000001 ; + ns1:conversionMultiplierSN 1e-15 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "fmol"^^xsd:string ; + ns1:ucumCode "fmol"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Femtomoles per litre"@en ; + dcterms:description "A 10**18 part quantity of substance of the measurand per litre volume of matrix."@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:symbol "fmol/L"^^xsd:string ; + ns1:ucumCode "fmol.L-1"^^ns1:UCUMcs, + "fmol/L"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gallon (UK) Per Day"@en ; + dcterms:description "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit day"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00000005261678 ; + ns1:conversionMultiplierSN 5.261678e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA501"^^xsd:string ; + ns1:plainTextDescription "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit day"^^xsd:string ; + ns1:symbol "gal{UK}/day"^^xsd:string ; + ns1:ucumCode "[gal_br].d-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K26"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gallon (UK) Per Hour"@en ; + dcterms:description "unit gallon (UK dry or Liq.) according to the Imperial system of units divided by the SI unit hour"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000001262803 ; + ns1:conversionMultiplierSN 1.262803e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA502"^^xsd:string ; + ns1:plainTextDescription "unit gallon (UK dry or Liq.) according to the Imperial system of units divided by the SI unit hour"^^xsd:string ; + ns1:symbol "gal{UK}/hr"^^xsd:string ; + ns1:ucumCode "[gal_br].h-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K27"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gallon (UK) Per Minute"@en ; + dcterms:description "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit minute"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00007576817 ; + ns1:conversionMultiplierSN 7.576817e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA503"^^xsd:string ; + ns1:plainTextDescription "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit minute"^^xsd:string ; + ns1:symbol "gal{UK}/min"^^xsd:string ; + ns1:ucumCode "[gal_br].m-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G3"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gallon (UK) Per Second"@en ; + dcterms:description "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00454609 ; + ns1:conversionMultiplierSN 4.54609e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA504"^^xsd:string ; + ns1:plainTextDescription "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI base unit second"^^xsd:string ; + ns1:symbol "gal{UK}/s"^^xsd:string ; + ns1:ucumCode "[gal_br].s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K28"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gallon (US) Per Hour"@en ; + dcterms:description "unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI unit hour"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000001051503 ; + ns1:conversionMultiplierSN 1.051503e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA507"^^xsd:string ; + ns1:plainTextDescription "unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI unit hour"^^xsd:string ; + ns1:symbol "gal{US}/hr"^^xsd:string ; + ns1:ucumCode "[gal_us].h-1"^^ns1:UCUMcs, + "[gal_us]/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G50"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gallon (US Liquid) Per Second"@en ; + dcterms:description "unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.003785412 ; + ns1:conversionMultiplierSN 3.785412e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA509"^^xsd:string ; + ns1:plainTextDescription "unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI base unit second"^^xsd:string ; + ns1:symbol "gal{US}/s"^^xsd:string ; + ns1:ucumCode "[gal_us].s-1"^^ns1:UCUMcs, + "[gal_us]/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K30"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gill (UK) Per Day"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000001644274 ; + ns1:conversionMultiplierSN 1.644274e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA512"^^xsd:string ; + ns1:plainTextDescription "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time day"^^xsd:string ; + ns1:symbol "gill{UK}/day"^^xsd:string ; + ns1:ucumCode "[gil_br].d-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K32"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gill (UK) Per Hour"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00000003946258 ; + ns1:conversionMultiplierSN 3.946258e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA513"^^xsd:string ; + ns1:plainTextDescription "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time hour"^^xsd:string ; + ns1:symbol "gill{UK}/hr"^^xsd:string ; + ns1:ucumCode "[gil_br].h-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K33"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gill (UK) Per Minute"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000002367755 ; + ns1:conversionMultiplierSN 2.367755e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA514"^^xsd:string ; + ns1:plainTextDescription "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time minute"^^xsd:string ; + ns1:symbol "gill{UK}/min"^^xsd:string ; + ns1:ucumCode "[gil_br].min-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K34"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gill (UK) Per Second"@en ; + dcterms:description "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0001420653 ; + ns1:conversionMultiplierSN 1.420653e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA515"^^xsd:string ; + ns1:plainTextDescription "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the SI base unit second"^^xsd:string ; + ns1:symbol "gill{UK}/s"^^xsd:string ; + ns1:ucumCode "[gil_br].s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K35"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gill (US) Per Day"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000001369145 ; + ns1:conversionMultiplierSN 1.369145e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA517"^^xsd:string ; + ns1:plainTextDescription "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time day"^^xsd:string ; + ns1:symbol "gill{US}/day"^^xsd:string ; + ns1:ucumCode "[gil_us].d-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K36"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gill (US) Per Hour"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00000003285947 ; + ns1:conversionMultiplierSN 3.285947e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA518"^^xsd:string ; + ns1:plainTextDescription "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time hour"^^xsd:string ; + ns1:symbol "gill{US}/hr"^^xsd:string ; + ns1:ucumCode "[gil_us].h-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K37"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gill (US) Per Minute"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000001971568 ; + ns1:conversionMultiplierSN 1.971568e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA519"^^xsd:string ; + ns1:plainTextDescription "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time minute"^^xsd:string ; + ns1:symbol "gill{US}/min"^^xsd:string ; + ns1:ucumCode "[gil_us].min-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K38"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gill (US) Per Second"@en ; + dcterms:description "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0001182941 ; + ns1:conversionMultiplierSN 1.182941e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA520"^^xsd:string ; + ns1:plainTextDescription "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the SI base unit second"^^xsd:string ; + ns1:symbol "gill{US}/s"^^xsd:string ; + ns1:ucumCode "[gil_us].s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K39"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Gray per Second"@en ; + dcterms:description "\"Gray per Second\" is a unit for 'Absorbed Dose Rate' expressed as $Gy/s$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$Gy/s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAA164"^^xsd:string ; + ns1:symbol "Gy/s"^^xsd:string ; + ns1:ucumCode "Gy.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A96"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CountingUnit, + ns1:Unit ; + rdfs:label "GibiByte"@en ; + dcterms:description "The gibibyte is a multiple of the unit byte for digital information storage. The prefix gibi means 1024^3"^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 5954088943.6391441429912255610071 ; + ns1:conversionMultiplierSN 5.954089e+09 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Gibibyte"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA162"^^xsd:string ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:anyURI ; + ns1:prefix ; + ns1:symbol "GiB"^^xsd:string ; + ns1:uneceCommonCode "E62"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CountingUnit, + ns1:Unit ; + rdfs:label "GigaByte"@en ; + dcterms:description "The gigabyte is a multiple of the unit byte for digital information storage. The prefix giga means $10^9$ in the International System of Units (SI), therefore 1 gigabyte is $1,000,000,000 \\; bytes$. The unit symbol for the gigabyte is $GB$ or $Gbyte$, but not $Gb$ (lower case b) which is typically used for the gigabit. Historically, the term has also been used in some fields of computer science and information technology to denote the $gibibyte$, or $1073741824 \\; bytes$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 5545177444.47956 ; + ns1:conversionMultiplierSN 5.545177e+09 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Gigabyte"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB185"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Gigabyte?oldid=493019145"^^xsd:anyURI ; + ns1:prefix ; + ns1:symbol "GB"^^xsd:string ; + ns1:ucumCode "GBy"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E34"^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "gbyte"^^xsd:string . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "هنري"@ar, + "хенри"@bg, + "henry"@cs, + "Henry"@de, + "χένρι"@el, + "henry"@en, + "henrio"@es, + "هنری"@fa, + "henry"@fr, + "הנרי"@he, + "हेनरी"@hi, + "henry"@hu, + "henry"@it, + "ヘンリー"@ja, + "henrium"@la, + "henry"@ms, + "henr"@pl, + "henry"@pt, + "henry"@ro, + "генри"@ru, + "henry"@sl, + "henry"@tr, + "亨利"@zh ; + dcterms:description """ + The unit $\\textit{Henry}$ is the SI unit of electric inductance. + A changing magnetic field induces an electric current in a loop of wire (or in a coil of many loops) located in the field. + Although the induced voltage depends only on the rate at which the magnetic flux changes, measured in webers per second, the amount of the current depends also on the physical properties of the coil. + A coil with an inductance of one henry requires a flux of one weber for each ampere of induced current. + If, on the other hand, it is the current which changes, then the induced field will generate a potential difference within the coil: + if the inductance is one henry a current change of one ampere per second generates a potential difference of one volt. + The henry is a large unit; inductances in practical circuits are measured in millihenrys (mH) or microhenrys (u03bc H). + The unit is named for the American physicist Joseph Henry (1797-1878), one of several scientists who discovered independently how magnetic fields can be used to generate alternating currents. + + A $\\textit{Henry}$ is defined as: + + $$\\text{H} \\; \\equiv \\; \\text{henry}\\; \\equiv\\; \\frac{\\text{Wb}}{\\text{A}}\\; \\equiv\\; \\frac{\\text{weber}}{\\text{amp}}\\; \\equiv\\ \\frac{\\text{V}\\cdot\\text{s}}{\\text{A}}\\; \\equiv\\; \\frac{\\text{volt} \\cdot \\text{second}}{\\text{amp}}\\; \\equiv\\ \\Omega\\cdot\\text{s}\\; \\equiv\\; \\text{ohm.second}$$ + """^^ns1:LatexString ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Henry"^^xsd:anyURI ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA165"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Henry?oldid=491435978"^^xsd:anyURI ; + ns1:omUnit ; + ns1:siExactMatch ; + ns1:siUnitsExpression "Wb/A"^^xsd:string ; + ns1:symbol "H"^^xsd:string ; + ns1:ucumCode "H"^^ns1:UCUMcs ; + ns1:uneceCommonCode "81"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Hartley"@en ; + dcterms:description "The \"Hartley\" is a unit of information."^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 2.3025850929940456840179914546844 ; + ns1:conversionMultiplierSN 2.302585e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB344"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Ban_(information)"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31898"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "Hart"^^xsd:string ; + ns1:uneceCommonCode "Q15"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Abhenry"@en ; + dcterms:description "Abhenry is the centimeter-gram-second electromagnetic unit of inductance, equal to one billionth of a henry."^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Abhenry"^^xsd:anyURI ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Abhenry?oldid=477198643"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "abH"^^xsd:string ; + ns1:ucumCode "nH"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Stathenry"@en ; + dcterms:description """ + The $\\text{Stathenry (statH)}$ is a unit in the category of Electric inductance. + It is also known as $tathenries$. + This unit is commonly used in the cgs unit system. + $Stathenry$ has a dimension of $ML^2T^{-2}I^{-2}$ where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. + It can be converted to the corresponding standard SI unit H by multiplying its value by a factor of $8.987552 \\times 10^{11}$. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 898760000000.0 ; + ns1:conversionMultiplierSN 8.9876e+11 ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://www.efunda.com/glossary/units/units--electric_inductance--stathenry.cfm"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "statH"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Stathenry per Centimetre"@en, + "Stathenry per Centimeter"@en-us ; + dcterms:description "The Stathenry per Centimeter is a unit of measure for the absolute permeability of free space."^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 89876000000000.0 ; + ns1:conversionMultiplierSN 8.9876e+13 ; + ns1:derivedUnitOfSystem ; + ns1:expression "$stath-per-cm$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "statH/cm"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Inch Per Hour"@en ; + 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 ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.000000004551961 ; + ns1:conversionMultiplierSN 4.551961e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA550"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "in³/hr"^^xsd:string ; + ns1:ucumCode "[cin_i].h-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G56"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Inch Per Second"@en ; + 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 ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.00001638706 ; + ns1:conversionMultiplierSN 1.638706e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA552"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "in³/s"^^xsd:string ; + ns1:ucumCode "[cin_i].s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G58"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "International Unit"@en ; + dcterms:description """ + The $\\textit{International Unit}$ is a unit for $\\textit{Amount Of Substance}$ expressed as $IU$. + Note that the magnitude depends on the substance, thus there is no fixed conversion multiplier. + """^^ns1:LatexString ; + ns1:dbpediaMatch "http://dbpedia.org/resource/International_unit"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB603"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/International_unit?oldid=488801913"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "IU"^^xsd:string ; + ns1:ucumCode "[IU]"^^ns1:UCUMcs, + "[iU]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Joule Metre per Mole"@en, + "Joule Meter per Mole"@en-us ; + dcterms:description """$\\textit{Joule Meter per Mole}$ is a unit for 'Length Molar Energy' expressed as: + $$J \\cdot m \\cdot mol^{-1}$$. + """^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$J m mol^{-1}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "J·m/mol"^^xsd:string ; + ns1:ucumCode "J.m.mol-1"^^ns1:UCUMcs, + "J.m/mol"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Joule per Kilogram Kelvin Cubic Metre"@en, + "Joule per Kilogram Kelvin Cubic Meter"@en-us ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$j-per-kg-k-m3$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "J/(kg·K·m³)"^^xsd:string ; + ns1:ucumCode "J.kg-1.K.m-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Joule per Kilogram Kelvin Pascal"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$j-per-kg-k-pa$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "J/(kg·K·Pa)"^^xsd:string ; + ns1:ucumCode "J.kg-1.K-1.Pa-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Joule Per Metre"@en, + "Joule Per Meter"@en-us ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Steradian"^^xsd:anyURI ; + ns1:expression "$j/m$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA178"^^xsd:string ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:symbol "J/m"^^xsd:string ; + ns1:ucumCode "J.m-1"^^ns1:UCUMcs, + "J/m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B12"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Joule per Square Tesla"@en ; + dcterms:description "A measure of the diamagnetic energy, for a Bohr-radius spread around a magnetic axis, per square Tesla."^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$J T^{-2}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://www.eng.fsu.edu/~dommelen/quantum/style_a/elecmagfld.html"^^xsd:anyURI ; + ns1:symbol "J/T²"^^xsd:string ; + ns1:ucumCode "J.T-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Joule Second per Mole"@en ; + dcterms:description "$\\textit{Joule Second per Mole}$ is a unit for 'Molar Angular Momentum' expressed as $J s mol^{-1}$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$J s mol^{-1}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "J·s/mol"^^xsd:string ; + ns1:ucumCode "J.s.mol-1"^^ns1:UCUMcs, + "J.s/mol"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kelvin per Hour"@en ; + dcterms:description "$\\textit{Kelvin per Hour}$ is a unit for 'Temperature Per Time' expressed as $K / h$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0002777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-04 ; + ns1:expression "$K / h$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA189"^^xsd:string ; + ns1:symbol "K/hr"^^xsd:string ; + ns1:ucumCode "K.h-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F10"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kelvin per Minute"@en ; + dcterms:description "$\\textit{Kelvin per Minute}$ is a unit for 'Temperature Per Time' expressed as $K / m$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.01666667 ; + ns1:conversionMultiplierSN 1.666667e-02 ; + ns1:expression "$K / min$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA191"^^xsd:string ; + ns1:symbol "K/min"^^xsd:string ; + ns1:ucumCode "K.min-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F11"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kelvin per Second"@en ; + dcterms:description "$\\textit{Kelvin per Second}$ is a unit for 'Temperature Per Time' expressed as $K / s$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$K / s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA192"^^xsd:string ; + ns1:symbol "K/s"^^xsd:string ; + ns1:ucumCode "K.s-1"^^ns1:UCUMcs, + "K/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F12"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kayser"@en ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 100.0 ; + ns1:conversionMultiplierSN 1e+02 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Kayser"^^xsd:anyURI ; + ns1:derivedUnitOfSystem , + ; + ns1:expression "$cm^{-1}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Kayser?oldid=458489166"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "K"^^xsd:string ; + ns1:ucumCode "Ky"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:CountingUnit, + ns1:Unit ; + rdfs:label "KibiByte"@en ; + dcterms:description "The kibibyte is a multiple of the unit byte for digital information equivalent to 1024 bytes."^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 5678.2617031470719747459655389854 ; + ns1:conversionMultiplierSN 5.678262e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA197"^^xsd:string ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:anyURI ; + ns1:prefix ; + ns1:symbol "KiB"^^xsd:string ; + ns1:uneceCommonCode "E64"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "kiloampere"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA557"^^xsd:string ; + ns1:prefix ; + ns1:symbol "kA"^^xsd:string ; + ns1:ucumCode "kA"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B22"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilo British Thermal Unit (thermochemical) Per Hour"@en ; + dcterms:description "unit of the heat energy according to the Imperial system of units divided by the unit hour"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 292.9 ; + ns1:conversionMultiplierSN 2.929e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "unit of the heat energy according to the Imperial system of units divided by the unit hour"^^xsd:string ; + ns1:symbol "kBtu{th}/hr"^^xsd:string ; + ns1:ucumCode "k[Btu_th].h-1"^^ns1:UCUMcs, + "k[Btu_th]/h"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:CountingUnit, + ns1:Unit ; + rdfs:label "Kilo Byte"@en ; + dcterms:description "The kilobyte is a multiple of the unit byte for digital information equivalent to 1000 bytes. Although the prefix kilo- means 1000, the term kilobyte and symbol kB have historically been used to refer to either 1024 (210) bytes or 1000 (103) bytes, dependent upon context, in the fields of computer science and information technology. This ambiguity is removed in QUDT, with KibiBYTE used to refer to 1024 bytes."^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 5545.1774444795624753378569716654 ; + ns1:conversionMultiplierSN 5.545177e+03 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Byte"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB129"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Byte?oldid=493588918"^^xsd:anyURI ; + ns1:prefix ; + ns1:symbol "kB"^^xsd:string ; + ns1:ucumCode "kBy"^^ns1:UCUMcs ; + ns1:uneceCommonCode "2P"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Calorie per Gram Degree Celsius"@en ; + dcterms:description "$\\textit{Calorie per Gram Degree Celsius}$ is a unit for 'Specific Heat Capacity' expressed as $kcal/(gm-degC)$."^^ns1:LatexString ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 4184000.0 ; + ns1:conversionMultiplierSN 4.184e+06 ; + ns1:expression "$kcal/(gm-degC)$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + ; + ns1:symbol "kcal/(g·°C)"^^xsd:string ; + ns1:ucumCode "cal.g-1.Cel-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilocalorie (international Table)"@en ; + dcterms:description "1000-fold of the unit calorie, which is used particularly for calorific values of food"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 4186.8 ; + ns1:conversionMultiplierSN 4.1868e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA589"^^xsd:string ; + ns1:plainTextDescription "1000-fold of the unit calorie, which is used particularly for calorific values of food"^^xsd:string ; + ns1:symbol "kcal{IT}"^^xsd:string ; + ns1:ucumCode "kcal_IT"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E14"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilocalorie (mean)"@en ; + dcterms:description "1000-fold of the unit calorie, which is used particularly for calorific values of food"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 4190.0 ; + ns1:conversionMultiplierSN 4.19e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA587"^^xsd:string ; + ns1:plainTextDescription "1000-fold of the unit calorie, which is used particularly for calorific values of food"^^xsd:string ; + ns1:symbol "kcal{mean}"^^xsd:string ; + ns1:ucumCode "kcal_m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K51"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilocalorie (thermochemical)"@en ; + dcterms:description "1000-fold of the unit calorie, which is used particularly for calorific values of food"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 4184.0 ; + ns1:conversionMultiplierSN 4.184e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA590"^^xsd:string ; + ns1:plainTextDescription "1000-fold of the unit calorie, which is used particularly for calorific values of food"^^xsd:string ; + ns1:symbol "kcal"^^xsd:string ; + ns1:ucumCode "[Cal]"^^ns1:UCUMcs, + "kcal_th"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K53"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilocalorie (thermochemical) Per Hour"@en ; + dcterms:description "1 000-fold of the non-legal unit thermochemical calorie divided by the unit hour"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.162230555555556 ; + ns1:conversionMultiplierSN 1.162231e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB184"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the non-legal unit thermochemical calorie divided by the unit hour"^^xsd:string ; + ns1:symbol "kcal{th}/hr"^^xsd:string ; + ns1:ucumCode "kcal_th.h-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E15"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilocalorie (thermochemical) Per Minute"@en ; + dcterms:description "1000-fold of the unit calorie divided by the unit minute"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 69.73383333333334 ; + ns1:conversionMultiplierSN 6.973383e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA591"^^xsd:string ; + ns1:plainTextDescription "1000-fold of the unit calorie divided by the unit minute"^^xsd:string ; + ns1:symbol "kcal{th}/min"^^xsd:string ; + ns1:ucumCode "kcal_th.min-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K54"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilocalorie (thermochemical) Per Second"@en ; + dcterms:description "1000-fold of the unit calorie divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 4184.0 ; + ns1:conversionMultiplierSN 4.184e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA592"^^xsd:string ; + ns1:plainTextDescription "1000-fold of the unit calorie divided by the SI base unit second"^^xsd:string ; + ns1:symbol "kcal{th}/s"^^xsd:string ; + ns1:ucumCode "kcal_th.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K55"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilocurie"@en ; + dcterms:description "1,000-fold of the unit curie"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 37000000000000.0 ; + ns1:conversionMultiplierSN 3.7e+13 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB046"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the unit curie"^^xsd:string ; + ns1:symbol "kCi"^^xsd:string ; + ns1:ucumCode "kCi"^^ns1:UCUMcs ; + ns1:uneceCommonCode "2R"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilogram per Hour"@en ; + dcterms:description "Kilogram Per Hour (kg/h) is a unit in the category of Mass flow rate. It is also known as kilogram/hour. Kilogram Per Hour (kg/h) has a dimension of MT-1 where $M$ is mass, and $T$ is time. It can be converted to the corresponding standard SI unit kg/s by multiplying its value by a factor of 0.000277777777778."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000277777778 ; + ns1:conversionMultiplierSN 2.777778e-04 ; + ns1:expression "$kg/h$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA607"^^xsd:string ; + ns1:symbol "kg/hr"^^xsd:string ; + ns1:ucumCode "kg.h-1"^^ns1:UCUMcs, + "kg/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E93"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilograms per square kilometre"@en ; + dcterms:description "One SI standard unit of mass over the square of one thousand standard unit of length."@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "kg/km²"^^xsd:string ; + ns1:ucumCode "kg.km-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilogram per Metre"@en, + "Kilogram per Meter"@en-us ; + dcterms:description "Kilogram Per Meter (kg/m) is a unit in the category of Linear mass density. It is also known as kilogram/meter, kilogram/metre, kilograms per meter, kilogram per metre, kilograms per metre. This unit is commonly used in the SI unit system. Kilogram Per Meter (kg/m) has a dimension of ML-1 where $M$ is mass, and $L$ is length. This unit is the standard SI unit in this category. "^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$kg/m$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA616"^^xsd:string ; + ns1:symbol "kg/m"^^xsd:string ; + ns1:ucumCode "kg.m-1"^^ns1:UCUMcs, + "kg/m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "KL"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilograms per square metre Pascal second"@en ; + dcterms:description "unit for the ability of a material to allow the transition of the steam"^^xsd:string ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB481"^^xsd:string ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Perm_(unit)"^^xsd:anyURI ; + ns1:symbol "kg/(m²·Pa·s)"^^xsd:string ; + ns1:ucumCode "kg.m-2.Pa-1.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "Q28"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilograms per square metre second"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "kg/(m²·s)"^^xsd:string ; + ns1:ucumCode "kg.m-2.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H56"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilogram Per Millimetre"@en, + "Kilogram Per Millimeter"@en-us ; + dcterms:description "SI base unit kilogram divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB070"^^xsd:string ; + ns1:plainTextDescription "SI base unit kilogram divided by the 0.001-fold of the SI base unit metre"^^xsd:string ; + ns1:symbol "kg/mm"^^xsd:string ; + ns1:ucumCode "kg.mm-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "KW"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilogram per Second"@en ; + dcterms:description "Kilogram Per Second (kg/s) is a unit in the category of Mass flow rate. It is also known as kilogram/second, kilograms per second. This unit is commonly used in the SI unit system. Kilogram Per Second (kg/s) has a dimension of $MT^{-1}$ where $M$ is mass, and $T$ is time. This unit is the standard SI unit in this category."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$kg/s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA629"^^xsd:string ; + ns1:symbol "kg/s"^^xsd:string ; + ns1:ucumCode "kg.s-1"^^ns1:UCUMcs, + "kg/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "KGS"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilogram per Second Square Metre"@en, + "Kilogram per Second Square Meter"@en-us ; + dcterms:description "SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 2 and the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA618"^^xsd:string ; + ns1:plainTextDescription "SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 2 and the SI base unit second"^^xsd:string ; + ns1:symbol "kg/(s·m²)"^^xsd:string ; + ns1:ucumCode "kg.(s.m2)-1"^^ns1:UCUMcs, + "kg.s-1.m-2"^^ns1:UCUMcs, + "kg/(s.m2)"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H56"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilogram_force Metre"@en, + "Kilogram_force Meter"@en-us ; + dcterms:description "product of the unit kilogram-force and the SI base unit metre"^^rdf:HTML ; + ns1:conversionMultiplier 9.80665 ; + ns1:conversionMultiplierSN 9.80665e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA634"^^xsd:string ; + ns1:plainTextDescription "product of the unit kilogram-force and the SI base unit metre"^^xsd:string ; + ns1:symbol "kgf·m"^^xsd:string ; + ns1:ucumCode "kgf.m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B38"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilojoule Per Kelvin"@en ; + dcterms:description "1 000-fold of the SI derived unit joule divided by the SI base unit kelvin"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA569"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the SI derived unit joule divided by the SI base unit kelvin"^^xsd:string ; + ns1:symbol "kJ/K"^^xsd:string ; + ns1:ucumCode "kJ.K-1"^^ns1:UCUMcs, + "kJ/K"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B41"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilolitre Per Hour"@en, + "Kilolitre Per Hour"@en-us ; + dcterms:description "unit of the volume kilolitres divided by the unit hour"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0002777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB121"^^xsd:string ; + ns1:plainTextDescription "unit of the volume kilolitres divided by the unit hour"^^xsd:string ; + ns1:symbol "kL/hr"^^xsd:string ; + ns1:ucumCode "kL.h-1"^^ns1:UCUMcs, + "kL/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "4X"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound Force Foot Per Ampere"@en ; + dcterms:description "product of the Anglo-American unit pound-force and foot divided by the SI base unit ampere"^^rdf:HTML ; + ns1:conversionMultiplier 1355.81800916358032544 ; + ns1:conversionMultiplierSN 1.355818e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB483"^^xsd:string ; + ns1:plainTextDescription "product of the Anglo-American unit pound-force and foot divided by the SI base unit ampere"^^xsd:string ; + ns1:symbol "klbf·ft/A"^^xsd:string ; + ns1:ucumCode "[lbf_av].[ft_i].A-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F22"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilomole Per Cubic Metre"@en, + "Kilomole Per Cubic Meter"@en-us ; + dcterms:description "1 000-fold of the SI base unit mol divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAA642"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the SI base unit mol divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ; + ns1:symbol "kmol/m³"^^xsd:string ; + ns1:ucumCode "kmol.m-3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B46"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilonewton Metre"@en, + "Kilonewton Meter"@en-us ; + dcterms:description "1 000-fold of the product of the SI derived unit newton and the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA574"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the product of the SI derived unit newton and the SI base unit metre"^^xsd:string ; + ns1:symbol "kN·m"^^xsd:string ; + ns1:ucumCode "kN.m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B48"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kiloroentgen"@en ; + dcterms:description "1 000-fold of the unit roentgen"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.258 ; + ns1:conversionMultiplierSN 2.58e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB057"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the unit roentgen"^^xsd:string ; + ns1:symbol "kR"^^xsd:string ; + ns1:ucumCode "kR"^^ns1:UCUMcs ; + ns1:uneceCommonCode "KR"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilosiemens"@en ; + dcterms:description "1 000-fold of the SI derived unit siemens"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA578"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the SI derived unit siemens"^^xsd:string ; + ns1:prefix ; + ns1:symbol "kS"^^xsd:string ; + ns1:ucumCode "kS"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B53"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilovolt Ampere"@en ; + dcterms:description "1 000-fold of the product of the SI derived unit volt and the SI base unit ampere"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA581"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the product of the SI derived unit volt and the SI base unit ampere"^^xsd:string ; + ns1:symbol "kV·A"^^xsd:string ; + ns1:ucumCode "kV.A"^^ns1:UCUMcs ; + ns1:uneceCommonCode "KVA"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "KiloWeber"@en ; + dcterms:description "1,000-fold of the SI derived unit weber"^^xsd:string ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB358"^^xsd:string ; + ns1:symbol "kWb"^^xsd:string ; + ns1:uneceCommonCode "P11"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Litre Per Day"@en, + "Liter Per Day"@en-us ; + dcterms:description "unit litre divided by the unit day"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.00000001157407 ; + ns1:conversionMultiplierSN 1.157407e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA652"^^xsd:string ; + ns1:plainTextDescription "unit litre divided by the unit day"^^xsd:string ; + ns1:symbol "L/day"^^xsd:string ; + ns1:ucumCode "L.d-1"^^ns1:UCUMcs, + "L/d"^^ns1:UCUMcs ; + ns1:uneceCommonCode "LD"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Litre Per Hour"@en, + "Liter Per Hour"@en-us ; + dcterms:description "Unit litre divided by the unit hour"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0000002777778 ; + ns1:conversionMultiplierSN 2.777778e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA655"^^xsd:string ; + ns1:plainTextDescription "Unit litre divided by the unit hour"^^xsd:string ; + ns1:symbol "L/hr"^^xsd:string ; + ns1:ucumCode "L.h-1"^^ns1:UCUMcs, + "L/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E32"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Litre Per Minute"@en, + "Liter Per Minute"@en-us ; + dcterms:description "unit litre divided by the unit minute"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.00001666667 ; + ns1:conversionMultiplierSN 1.666667e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA659"^^xsd:string ; + ns1:plainTextDescription "unit litre divided by the unit minute"^^xsd:string ; + ns1:symbol "L/min"^^xsd:string ; + ns1:ucumCode "L.min-1"^^ns1:UCUMcs, + "L/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L2"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Litre Per Mole"@en, + "Liter Per Mole"@en-us ; + dcterms:description "unit litre divided by the SI base unit mol"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA662"^^xsd:string ; + ns1:plainTextDescription "unit litre divided by the SI base unit mol"^^xsd:string ; + ns1:symbol "L/mol"^^xsd:string ; + ns1:ucumCode "L.mol-1"^^ns1:UCUMcs, + "L/mol"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B58"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Litres per micromole"@en ; + dcterms:description "The inverse of a molar concentration - the untits of per molarity."@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "L/µmol"^^xsd:string ; + ns1:ucumCode "L.umol-1"^^ns1:UCUMcs, + "L/umol"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Litre Per Second"@en, + "Liter Per Second"@en-us ; + dcterms:description "unit litre divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA664"^^xsd:string ; + ns1:plainTextDescription "unit litre divided by the SI base unit second"^^xsd:string ; + ns1:symbol "L/s"^^xsd:string ; + ns1:ucumCode "L.s-1"^^ns1:UCUMcs, + "L/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G51"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound per Hour"@en ; + dcterms:description "Pound per hour is a mass flow unit. It is abbreviated as PPH or more conventionally as lb/h. Fuel flow for engines is usually expressed using this unit, it is particularly useful when dealing with gases or liquids as volume flow varies more with temperature and pressure. $1 lb/h = 0.4535927 kg/h = 126.00 mg/s$. Minimum fuel intake on a jumbojet can be as low as 150 lb/h when idling, however this is not enough to sustain flight."^^ns1:LatexString ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.00012599788055555556 ; + ns1:conversionMultiplierSN 1.259979e-04 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Pound_per_hour"^^xsd:anyURI ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$PPH$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA682"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Pound_per_hour?oldid=328571072"^^xsd:anyURI ; + ns1:symbol "lbm/hr"^^xsd:string ; + ns1:ucumCode "[lb_av].h-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "4U"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound per Minute"@en ; + dcterms:description "\"Pound per Minute\" is an Imperial unit for 'Mass Per Time' expressed as $lb/min$."^^ns1:LatexString ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.007559872833333333 ; + ns1:conversionMultiplierSN 7.559873e-03 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$lb/min$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA689"^^xsd:string ; + ns1:symbol "lbm/min"^^xsd:string ; + ns1:ucumCode "[lb_av].min-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K78"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound Force Foot"@en ; + dcterms:description "\"Pound Force Foot\" is an Imperial unit for 'Torque' expressed as $lbf-ft$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1.35581807 ; + ns1:conversionMultiplierSN 1.355818e+00 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$lbf-ft$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA697"^^xsd:string ; + ns1:symbol "lbf·ft"^^xsd:string ; + ns1:ucumCode "[lbf_av].[ft_i]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M92"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound Force Inch"@en ; + dcterms:description "\"Pound Force Inch\" is an Imperial unit for 'Torque' expressed as $lbf-in$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.112984839 ; + ns1:conversionMultiplierSN 1.129848e-01 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$lbf-in$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA699"^^xsd:string ; + ns1:symbol "lbf·in"^^xsd:string ; + ns1:ucumCode "[lbf_av].[in_i]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F21"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Square Metre per Mole"@en, + "Square Meter per Mole"@en-us ; + dcterms:description "Square Meter Per Mole (m2/mol) is a unit in the category of Specific Area. It is also known as square meters per mole, square metre per per, square metres per per, square meter/per, square metre/per. This unit is commonly used in the SI unit system. Square Meter Per Mole (m2/mol) has a dimension of M-1L2 where $M$ is mass, and $L$ is length. This unit is the standard SI unit in this category."^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$m^2/mol$"^^ns1:LatexString, + "$m^{2}/mol$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA751"^^xsd:string ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:symbol "m²/mol"^^xsd:string ; + ns1:ucumCode "m2.mol-1"^^ns1:UCUMcs, + "m2/mol"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D22"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Metre Per Day"@en, + "Cubic Meter Per Day"@en-us ; + dcterms:description "power of the SI base unit metre with the exponent 3 divided by the unit day"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.00001157407 ; + ns1:conversionMultiplierSN 1.157407e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA760"^^xsd:string ; + ns1:plainTextDescription "power of the SI base unit metre with the exponent 3 divided by the unit day"^^xsd:string ; + ns1:symbol "m³/day"^^xsd:string ; + ns1:ucumCode "m3.d-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G52"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Metre Per Minute"@en, + "Cubic Meter Per Minute"@en-us ; + dcterms:description "power of the SI base unit metre with the exponent 3 divided by the unit minute"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.01666667 ; + ns1:conversionMultiplierSN 1.666667e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA768"^^xsd:string ; + ns1:plainTextDescription "power of the SI base unit metre with the exponent 3 divided by the unit minute"^^xsd:string ; + ns1:symbol "m³/min"^^xsd:string ; + ns1:ucumCode "m3.min-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G53"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Cubic Centimeter per Mole Second"@en, + "Cubic Centimeter per Mole Second"@en-us ; + dcterms:description "A unit that is the SI base unit metre with the exponent 3 divided by the SI base unit mol multiplied by the SI base unit second."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "m³/(mol·s)"^^xsd:string ; + ns1:ucumCode "m3.mol-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Quartic Metre"@en, + "Quartic Meter"@en-us ; + dcterms:description "A unit associated with area moments of inertia."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Quartic_metre"^^xsd:anyURI ; + ns1:expression "$m^{4}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAA737"^^xsd:string ; + ns1:symbol "m⁴"^^xsd:string ; + ns1:ucumCode "m4"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B83"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Mesh"@en ; + dcterms:description "\"Mesh\" is a measure of particle size or fineness of a woven product."@en ; + ns1:conversionMultiplier 0.0 ; + ns1:conversionMultiplierSN 0e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Mesh_(scale)"^^xsd:anyURI ; + ns1:symbol "mesh"^^xsd:string ; + ns1:ucumCode "[mesh_i]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "57"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Mho"@en ; + dcterms:description "\"Mho\" is a C.G.S System unit for 'Electric Conductivity' expressed as $mho$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Siemens_%28unit%29"^^xsd:anyURI ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB200"^^xsd:string ; + ns1:informativeReference "http://www.simetric.co.uk/siderived.htm"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "℧"^^xsd:string ; + ns1:ucumCode "mho"^^ns1:UCUMcs ; + ns1:uneceCommonCode "NQ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Statmho"@en ; + 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$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0000000000011126 ; + ns1:conversionMultiplierSN 1.1126e-12 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://www.sizes.com/units/statmho.htm"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "stat℧"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Mole Per Cubic Decimetre"@en, + "Mole Per Cubic Decimeter"@en-us ; + dcterms:description "SI base unit mol divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAA883"^^xsd:string ; + ns1:plainTextDescription "SI base unit mol divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3"^^xsd:string ; + ns1:symbol "mol/dm³"^^xsd:string ; + ns1:ucumCode "mol.dm-3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C35"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Mole Per Litre"@en, + "Mole Per Liter"@en-us ; + dcterms:description "SI base unit mol divided by the unit litre"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAA888"^^xsd:string ; + ns1:plainTextDescription "SI base unit mol divided by the unit litre"^^xsd:string ; + ns1:symbol "mol/L"^^xsd:string ; + ns1:ucumCode "mol.L-1"^^ns1:UCUMcs, + "mol/L"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C38"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Maxwell"@en ; + dcterms:description "\"Maxwell\" is a C.G.S System unit for 'Magnetic Flux' expressed as $Mx$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00000001 ; + ns1:conversionMultiplierSN 1e-08 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Maxwell"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB155"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Maxwell?oldid=478391976"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "Mx"^^xsd:string ; + ns1:ucumCode "Mx"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B65"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CountingUnit, + ns1:Unit ; + rdfs:label "Mebibyte"@en ; + dcterms:description "The mebibyte is a multiple of the unit byte for digital information equivalent to $1024^{2} bytes$ or $2^{20} bytes$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 5814539.984022601702139868711921018 ; + ns1:conversionMultiplierSN 5.81454e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA233"^^xsd:string ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:anyURI ; + ns1:prefix ; + ns1:symbol "MiB"^^xsd:string ; + ns1:uneceCommonCode "E63"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Megaampere"@en ; + dcterms:description "1 000 000-fold of the SI base unit ampere"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA202"^^xsd:string ; + ns1:plainTextDescription "1,000,000-fold of the SI base unit ampere"^^xsd:string ; + ns1:prefix ; + ns1:symbol "MA"^^xsd:string ; + ns1:ucumCode "MA"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H38"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CountingUnit, + ns1:Unit ; + rdfs:label "Mega byte"@en ; + dcterms:description "The megabyte is defined here as one million Bytes. Also, see unit:MebiBYTE."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 5545177.44447956 ; + ns1:conversionMultiplierSN 5.545177e+06 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Megabyte"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB131"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Megabyte?oldid=487094486"^^xsd:anyURI ; + ns1:prefix ; + ns1:symbol "MB"^^xsd:string ; + ns1:ucumCode "MBy"^^ns1:UCUMcs ; + ns1:uneceCommonCode "4L"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Million US Dollars per Flight"@en ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:expression "$M\\$/Flight$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "$M/flight"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Mega Electron Volt Femtometre"@en, + "Mega Electron Volt Femtometer"@en-us ; + dcterms:description "$\\textit{Mega Electron Volt Femtometer}$ is a unit for 'Length Energy' expressed as $MeV fm$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0000000000000000000000000001602176634 ; + ns1:conversionMultiplierSN 1.602177e-28 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:prefix ; + ns1:symbol "MeV·fm"^^xsd:string ; + ns1:ucumCode "MeV.fm"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Mega Electron Volt per Speed of Light"@en ; + dcterms:description "\"Mega Electron Volt per Speed of Light\" is a unit for 'Linear Momentum' expressed as $MeV/c$."^^ns1:LatexString ; + ns1:expression "$MeV/c$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "MeV/c"^^xsd:string ; + ns1:ucumCode "MeV.[c]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Meganewton Metre"@en, + "Meganewton Meter"@en-us ; + dcterms:description "1,000,000-fold of the product of the SI derived unit newton and the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA214"^^xsd:string ; + ns1:plainTextDescription "1,000,000-fold of the product of the SI derived unit newton and the SI base unit metre"^^xsd:string ; + ns1:symbol "MN·m"^^xsd:string ; + ns1:ucumCode "MN.m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B74"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "MegaSiemens"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "MS"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Megavolt Ampere"@en ; + dcterms:description "1,000,000-fold of the product of the SI derived unit volt and the SI base unit ampere"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA222"^^xsd:string ; + ns1:plainTextDescription "1,000,000-fold of the product of the SI derived unit volt and the SI base unit ampere"^^xsd:string ; + ns1:symbol "MV·A"^^xsd:string ; + ns1:ucumCode "MV.A"^^ns1:UCUMcs ; + ns1:uneceCommonCode "MVA"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "microampere"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA057"^^xsd:string ; + ns1:latexSymbol "$\\mu A$"^^ns1:LatexString ; + ns1:prefix ; + ns1:symbol "μA"^^xsd:string ; + ns1:ucumCode "uA"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B84"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Microgram Per MilliLitre"@en, + "Microgram Per Milliliter"@en-us ; + dcterms:description "One 10**6 part of the SI standard unit of mass of the measurand per millilitre volume of matrix."@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:plainTextDescription "0.000000000001-fold of the SI base unit kilogram divided by the unit microlitre"^^xsd:string ; + ns1:symbol "μg/mL"^^xsd:string ; + ns1:ucumCode "ug.mL-1"^^ns1:UCUMcs, + "ug/mL"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Microhenry"@en ; + dcterms:description "The SI derived unit for inductance is the henry. 1 henry is equal to 1000000 microhenry. "^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA066"^^xsd:string ; + ns1:prefix ; + ns1:symbol "μH"^^xsd:string ; + ns1:ucumCode "uH"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B90"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Micromoles per litre"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:symbol "µmol/L"^^xsd:string ; + ns1:ucumCode "umol.L-1"^^ns1:UCUMcs, + "umol/L"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Micronewton Metre"@en, + "Micronewton Meter"@en-us ; + dcterms:description "0.000001-fold of the product out of the derived SI newton and the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA071"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the product out of the derived SI newton and the SI base unit metre"^^xsd:string ; + ns1:symbol "μN·m"^^xsd:string ; + ns1:ucumCode "uN.m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B93"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Microsiemens"@en ; + dcterms:description "0.000001-fold of the SI derived unit siemens"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA074"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI derived unit siemens"^^xsd:string ; + ns1:prefix ; + ns1:symbol "μS"^^xsd:string ; + ns1:ucumCode "uS"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B99"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "MilliAmpere"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA775"^^xsd:string ; + ns1:prefix ; + ns1:symbol "mA"^^xsd:string ; + ns1:ucumCode "mA"^^ns1:UCUMcs ; + ns1:uneceCommonCode "4K"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millicoulomb Per Kilogram"@en ; + dcterms:description "0.001-fold of the SI derived unit coulomb divided by the SI base unit kilogram"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA783"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the SI derived unit coulomb divided by the SI base unit kilogram"^^xsd:string ; + ns1:symbol "mC/kg"^^xsd:string ; + ns1:ucumCode "mC.kg-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C8"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milligram Per Millilitre"@en, + "Milligram Per Milliliter"@en-us ; + dcterms:description "A scaled unit of mass concentration."@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the unit millilitre"^^xsd:string ; + ns1:symbol "mg/mL"^^xsd:string ; + ns1:ucumCode "mg.mL-1"^^ns1:UCUMcs, + "mg/mL"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Millihenry"@en ; + dcterms:description "A unit of inductance equal to one thousandth of a henry. "^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA789"^^xsd:string ; + ns1:prefix ; + ns1:symbol "mH"^^xsd:string ; + ns1:ucumCode "mH"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C14"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millilitre Per Day"@en, + "Millilitre Per Day"@en-us ; + dcterms:description "0.001-fold of the unit litre divided by the unit day"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.00000000001157407 ; + ns1:conversionMultiplierSN 1.157407e-11 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA847"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the unit litre divided by the unit day"^^xsd:string ; + ns1:symbol "mL/day"^^xsd:string ; + ns1:ucumCode "mL.d-1"^^ns1:UCUMcs, + "mL/d"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G54"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millilitre Per Hour"@en, + "Millilitre Per Hour"@en-us ; + dcterms:description "0.001-fold of the unit litre divided by the unit hour"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0000000002777778 ; + ns1:conversionMultiplierSN 2.777778e-10 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA850"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the unit litre divided by the unit hour"^^xsd:string ; + ns1:symbol "mL/hr"^^xsd:string ; + ns1:ucumCode "mL.h-1"^^ns1:UCUMcs, + "mL/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G55"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millilitre Per Kilogram"@en, + "Millilitre Per Kilogram"@en-us ; + dcterms:description "0.001-fold of the unit of the volume litre divided by the SI base unit kilogram"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB095"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the unit of the volume litre divided by the SI base unit kilogram"^^xsd:string ; + ns1:symbol "mL/kg"^^xsd:string ; + ns1:ucumCode "mL.kg-1"^^ns1:UCUMcs, + "mL/kg"^^ns1:UCUMcs ; + ns1:uneceCommonCode "KX"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millilitre Per Minute"@en, + "Millilitre Per Minute"@en-us ; + dcterms:description "0.001-fold of the unit litre divided by the unit minute"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.00000001666667 ; + ns1:conversionMultiplierSN 1.666667e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA855"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the unit litre divided by the unit minute"^^xsd:string ; + ns1:symbol "mL/min"^^xsd:string ; + ns1:ucumCode "mL.min-1"^^ns1:UCUMcs, + "mL/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "41"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millilitre Per Second"@en, + "Millilitre Per Second"@en-us ; + dcterms:description "0.001-fold of the unit litre divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA859"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the unit litre divided by the SI base unit second"^^xsd:string ; + ns1:symbol "mL/s"^^xsd:string ; + ns1:ucumCode "mL.s-1"^^ns1:UCUMcs, + "mL/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "40"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Quartic Millimetre"@en, + "Quartic Millimeter"@en-us ; + dcterms:description "0.001-fold of the power of the SI base unit metre with the exponent 4"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAA869"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the power of the SI base unit metre with the exponent 4"^^xsd:string ; + ns1:prefix ; + ns1:symbol "mm⁴"^^xsd:string ; + ns1:ucumCode "mm4"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G77"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millimole Per Gram"@en ; + dcterms:description "0.001-fold of the SI base unit mol divided by the 0.001-fold of the SI base unit kilogram"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA878"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the SI base unit mol divided by the 0.001-fold of the SI base unit kilogram"^^xsd:string ; + ns1:symbol "mmol/g"^^xsd:string ; + ns1:ucumCode "mmol.g-1"^^ns1:UCUMcs, + "mmol/g"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H68"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millimole Per Kilogram"@en ; + dcterms:description "0.001-fold of the SI base unit mol divided by the SI base unit kilogram"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA879"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the SI base unit mol divided by the SI base unit kilogram"^^xsd:string ; + ns1:symbol "mmol/kg"^^xsd:string ; + ns1:ucumCode "mmol.kg-1"^^ns1:UCUMcs, + "mmol/kg"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D87"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millimoles per cubic metre"@en ; + dcterms:description "Unavailable."@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:symbol "mmol/m³"^^xsd:string ; + ns1:ucumCode "mmol.m-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millinewton Metre"@en, + "Millinewton Meter"@en-us ; + dcterms:description "0.001-fold of the product of the SI derived unit newton and the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA794"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the product of the SI derived unit newton and the SI base unit metre"^^xsd:string ; + ns1:symbol "mN·m"^^xsd:string ; + ns1:ucumCode "mN.m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D83"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milliroentgen"@en ; + dcterms:description "0.001-fold of the unit roentgen."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000258 ; + ns1:conversionMultiplierSN 2.58e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA898"^^xsd:string, + "0112/2///62720#UAB056"^^xsd:string ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Roentgen_(unit)"^^xsd:anyURI ; + ns1:plainTextDescription "0.001-fold of the unit roentgen."^^xsd:string ; + ns1:symbol "mR"^^xsd:string ; + ns1:ucumCode "mR"^^ns1:UCUMcs ; + ns1:uneceCommonCode "2Y"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millisiemens"@en ; + dcterms:description "0.001-fold of the SI derived unit siemens"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA800"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the SI derived unit siemens"^^xsd:string ; + ns1:prefix ; + ns1:symbol "mS"^^xsd:string ; + ns1:ucumCode "mS"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C27"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milliweber"@en ; + dcterms:description "0.001-fold of the SI derived unit weber"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA809"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the SI derived unit weber"^^xsd:string ; + ns1:prefix ; + ns1:symbol "mWb"^^xsd:string ; + ns1:ucumCode "mWb"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C33"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Newton Centimetre"@en, + "Newton Centimeter"@en-us ; + dcterms:description "product of the SI derived unit newton and the 0.01-fold of the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA237"^^xsd:string ; + ns1:plainTextDescription "product of the SI derived unit newton and the 0.01-fold of the SI base unit metre"^^xsd:string ; + ns1:symbol "N·cm"^^xsd:string ; + ns1:ucumCode "N.cm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F88"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Newton Metre Per Ampere"@en, + "Newton Meter Per Ampere"@en-us ; + dcterms:description "product of the SI derived unit newton and the SI base unit metre divided by the SI base unit ampere"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA241"^^xsd:string ; + ns1:plainTextDescription "product of the SI derived unit newton and the SI base unit metre divided by the SI base unit ampere"^^xsd:string ; + ns1:symbol "N·m/A"^^xsd:string ; + ns1:ucumCode "N.m.A-1"^^ns1:UCUMcs, + "N.m/A"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F90"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Newton Metre per Metre Radian"@en, + "Newton Meter per Meter Radian"@en-us ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "N·m/(m·rad)"^^xsd:string ; + ns1:ucumCode "N.m.m-1.rad-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Newtonmeter pro Radian"@de, + "Newton metre per radian"@en, + "Newton meter per radian"@en-us ; + dcterms:description "Newton Meter per Radian is the SI unit for Torsion Constant"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:conversionOffset 0.0 ; + ns1:conversionOffsetSN 0e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB309"^^xsd:string ; + ns1:plainTextDescription "Newton Meter per Radian is the SI unit for Torsion Constant"^^xsd:string ; + ns1:symbol "N·m/rad"^^xsd:string ; + ns1:ucumCode "N.m.rad-1"^^ns1:UCUMcs, + "N.m/rad"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M93"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Newton Metre Squared per Ampere"@en, + "Newton Meter Squared per Ampere"@en-us ; + dcterms:description "product of the SI derived unit newton and the power of SI base unit metre with exponent 2 divided by the SI base unit ampere"^^xsd:string ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB332"^^xsd:string ; + ns1:symbol "N·m²/A"^^xsd:string ; + ns1:ucumCode "N.m2.A-1"^^ns1:UCUMcs, + "N.m2/A"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P49"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Newton Square Metre Per Square Kilogram"@en, + "Newton Square Meter Per Square Kilogram"@en-us ; + dcterms:description "unit of gravitational constant as product of the derived SI unit newton, the power of the SI base unit metre with the exponent 2 divided by the power of the SI base unit kilogram with the exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB491"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "N·m²/kg²"^^xsd:string ; + ns1:ucumCode "N.m2.kg-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C54"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Newton pro Radian"@de, + "Newton per radian"@en, + "Newton per radian"@en-us ; + dcterms:description "A one-newton force applied for one angle/torsional torque"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:conversionOffset 0.0 ; + ns1:conversionOffsetSN 0e+00 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "A one-newton force applied for one angle/torsional torque"^^xsd:string ; + ns1:symbol "N/rad"^^xsd:string ; + ns1:ucumCode "N.rad-1"^^ns1:UCUMcs, + "N/rad"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Nat"@en ; + dcterms:description "A nat is a logarithmic unit of information or entropy, based on natural logarithms and powers of e, rather than the powers of 2 and base 2 logarithms which define the bit. The nat is the natural unit for information entropy. Physical systems of natural units which normalize Boltzmann's constant to 1 are effectively measuring thermodynamic entropy in nats."^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Nat"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB345"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Nat?oldid=474010287"^^xsd:anyURI ; + ns1:symbol "nat"^^xsd:string ; + ns1:uneceCommonCode "Q16"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "nanoampere"@en ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA901"^^xsd:string ; + ns1:prefix ; + ns1:symbol "nA"^^xsd:string ; + ns1:ucumCode "nA"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C39"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Nanograms per millilitre"@en ; + dcterms:description "One 10**12 part of the SI standard unit of mass of the measurand per millilitre volume of matrix."@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:symbol "ng/mL"^^xsd:string ; + ns1:ucumCode "ng.mL-1"^^ns1:UCUMcs, + "ng/mL"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Nanometer Per Millimeter Megapascal"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + ns1:siUnitsExpression "nm/mm/MPa"^^xsd:string ; + ns1:symbol "nm/(mm·MPa)"^^xsd:string ; + ns1:ucumCode "nm.mm-1.MPa-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "NanoMole"@en ; + dcterms:description "0.000000001-fold of the unit mole"^^xsd:string ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB523"^^xsd:string ; + ns1:symbol "nmol"^^xsd:string ; + ns1:uneceCommonCode "Z9"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "NanoSiemens"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "nS"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Oersted"@en ; + dcterms:description "Oersted (abbreviated as Oe) is the unit of magnetizing field (also known as H-field, magnetic field strength or intensity) in the CGS system of units."^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 79.5774715 ; + ns1:conversionMultiplierSN 7.957747e+01 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Oersted"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB134"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Oersted?oldid=491396460"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "Oe"^^xsd:string ; + ns1:ucumCode "Oe"^^ns1:UCUMcs ; + ns1:udunitsCode "Oe"^^xsd:string ; + ns1:uneceCommonCode "66"^^xsd:string ; + rdfs:isDefinedBy ; + prov:wasDerivedFrom . + + a ns1:Unit ; + rdfs:label "أوم متر"@ar, + "ohm metr"@cs, + "Ohmmeter"@de, + "ohm metre"@en, + "Ohm Meter"@en-us, + "ohmio metro"@es, + "اهم متر"@fa, + "ohm-mètre"@fr, + "ओह्म मीटर"@hi, + "ohm per metro"@it, + "オームメートル"@ja, + "ohm meter"@ms, + "ohm-metro"@pt, + "ohm-metru"@ro, + "ом-метр"@ru, + "ohm metre"@tr, + "欧姆米"@zh ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA020"^^xsd:string ; + ns1:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:symbol "Ω·m"^^xsd:string ; + ns1:ucumCode "Ohm.m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C61"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Imperial Ounce Force Inch"@en ; + dcterms:description "\"Ounce Force Inch\" is an Imperial unit for 'Torque' expressed as $ozf-in$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.007061552425 ; + ns1:conversionMultiplierSN 7.061552e-03 ; + ns1:definedUnitOfSystem , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA927"^^xsd:string ; + ns1:symbol "ozf·in"^^xsd:string ; + ns1:ucumCode "[ozf_av].[in_i]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L41"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ounce (UK Fluid) Per Day"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0000000003288548900462962962962962962962962 ; + ns1:conversionMultiplierSN 3.288549e-10 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA432"^^xsd:string ; + ns1:plainTextDescription "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time day"^^xsd:string ; + ns1:symbol "oz{UK}/day"^^xsd:string ; + ns1:ucumCode "[foz_br].d-1"^^ns1:UCUMcs, + "[foz_br]/d"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J95"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ounce (UK Fluid) Per Hour"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000007892517361111111111111111111111112 ; + ns1:conversionMultiplierSN 7.892517e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA433"^^xsd:string ; + ns1:plainTextDescription "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time hour"^^xsd:string ; + ns1:symbol "oz{UK}/hr"^^xsd:string ; + ns1:ucumCode "[foz_br].h-1"^^ns1:UCUMcs, + "[foz_br]/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J96"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ounce (UK Fluid) Per Minute"@en ; + dcterms:description "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time minute"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0000004735510416666666666666666666666668 ; + ns1:conversionMultiplierSN 4.73551e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA434"^^xsd:string ; + ns1:plainTextDescription "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time minute"^^xsd:string ; + ns1:symbol "oz{UK}/min"^^xsd:string ; + ns1:ucumCode "[foz_br].min-1"^^ns1:UCUMcs, + "[foz_br]/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J97"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ounce (UK Fluid) Per Second"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0000284 ; + ns1:conversionMultiplierSN 2.84e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA435"^^xsd:string ; + ns1:plainTextDescription "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the SI base unit second"^^xsd:string ; + ns1:symbol "oz{UK}/s"^^xsd:string ; + ns1:ucumCode "[foz_br].s-1"^^ns1:UCUMcs, + "[foz_br]/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J98"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ounce (US Fluid) Per Day"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000000342286 ; + ns1:conversionMultiplierSN 3.42286e-10 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA436"^^xsd:string ; + ns1:plainTextDescription "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by unit for time day"^^xsd:string ; + ns1:symbol "fl oz{US}/day"^^xsd:string ; + ns1:ucumCode "[foz_us].d-1"^^ns1:UCUMcs, + "[foz_us]/d"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J99"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ounce (US Fluid) Per Hour"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000008214869 ; + ns1:conversionMultiplierSN 8.214869e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA437"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "fl oz{US}/hr"^^xsd:string ; + ns1:ucumCode "[foz_us].h-1"^^ns1:UCUMcs, + "[foz_us]/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K10"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ounce (US Fluid) Per Minute"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000492892 ; + ns1:conversionMultiplierSN 4.92892e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA438"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "fl oz{US}/min"^^xsd:string ; + ns1:ucumCode "[foz_us].min-1"^^ns1:UCUMcs, + "[foz_us]/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K11"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ounce (US Fluid) Per Second"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0000295735296 ; + ns1:conversionMultiplierSN 2.957353e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA439"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "fl oz{US}/s"^^xsd:string ; + ns1:ucumCode "[foz_us].s-1"^^ns1:UCUMcs, + "[foz_us]/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K12"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Pascal Second Per Metre"@en, + "Pascal Second Per Meter"@en-us ; + dcterms:description "Pascal Second Per Meter ($Pa-s/m$) is a unit in the category of Specific acoustic impedance. It is also known as pascal-second/meter. Pascal Second Per Meter has a dimension of $ML^2T^{-1}$ where $M$ is mass, $L$ is length, and $T$ is time. It essentially the same as the corresponding standard SI unit $kg/m2\\cdot s$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$Pa-s/m$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA268"^^xsd:string ; + ns1:informativeReference "http://www.efunda.com/glossary/units/units--specific_acoustic_impedance--pascal_second_per_meter.cfm"^^xsd:anyURI ; + ns1:siUnitsExpression "Pa.s/m"^^xsd:string ; + ns1:symbol "Pa·s/m"^^xsd:string ; + ns1:ucumCode "Pa.s.m-1"^^ns1:UCUMcs, + "Pa.s/m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C67"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Angstrom"@en ; + dcterms:description "reciprocal of the unit angstrom"^^rdf:HTML ; + ns1:conversionMultiplier 10000000000.0 ; + ns1:conversionMultiplierSN 1e+10 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB058"^^xsd:string ; + ns1:plainTextDescription "reciprocal of the unit angstrom"^^xsd:string ; + ns1:symbol "/Å"^^xsd:string ; + ns1:ucumCode "/Ao"^^ns1:UCUMcs, + "Ao-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C85"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Bar"@en ; + dcterms:description "reciprocal of the metrical unit with the name bar"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00001 ; + ns1:conversionMultiplierSN 1e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAA328"^^xsd:string ; + ns1:plainTextDescription "reciprocal of the metrical unit with the name bar"^^xsd:string ; + ns1:symbol "/bar"^^xsd:string ; + ns1:ucumCode "/bar"^^ns1:UCUMcs, + "bar-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F58"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Centimetre"@en, + "Reciprocal Centimeter"@en-us ; + dcterms:description "reciprocal of the 0.01-fold of the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 100.0 ; + ns1:conversionMultiplierSN 1e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA382"^^xsd:string ; + ns1:plainTextDescription "reciprocal of the 0.01-fold of the SI base unit metre"^^xsd:string ; + ns1:symbol "/cm"^^xsd:string ; + ns1:ucumCode "/cm"^^ns1:UCUMcs, + "cm-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E90"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Square Giga Electron Volt Unit"@en ; + dcterms:description "Per Square Giga Electron Volt Unit is a denominator unit with dimensions $/GeV^2$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 38956440500000000000.0 ; + ns1:conversionMultiplierSN 3.895644e+19 ; + ns1:expression "$/GeV^2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "/GeV²"^^xsd:string ; + ns1:ucumCode "GeV-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Metre Kelvin"@en, + "Reciprocal Meter Kelvin"@en-us ; + dcterms:description "Per Meter Kelvin Unit is a denominator unit with dimensions $/m.k$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$/m.k$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "/(m·K)"^^xsd:string ; + ns1:ucumCode "m-1.K-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Reciprocal Square Metre Second"@en, + "Reciprocal Square Meter Second"@en-us ; + dcterms:description "unit of the particle current density"^^xsd:string ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$m^{-2}-s^{-1}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB157"^^xsd:string ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:symbol "/(m²·s)"^^xsd:string ; + ns1:ucumCode "m-2.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B81"^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "Reciprocal square metre per second"@en . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Reciprocal Cubic Metre Second"@en, + "Reciprocal Cubic Meter Second"@en-us ; + dcterms:description "unit of the slowing-down density as reciprocal of the power of the SI base unit metre with exponent 3 divided by the SI base unit second"^^xsd:string ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$m^{-3}-s^{-1}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB163"^^xsd:string ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:symbol "/(m³·s)"^^xsd:string ; + ns1:ucumCode "m-3.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C87"^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "Reciprocal cubic metre per second"@en . + + a ns1:Unit ; + rdfs:label "Reciprocal Psi"@en ; + dcterms:description "reciprocal value of the composed unit for pressure (pound-force per square inch)"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0001450377 ; + ns1:conversionMultiplierSN 1.450377e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAA709"^^xsd:string ; + ns1:plainTextDescription "reciprocal value of the composed unit for pressure (pound-force per square inch)"^^xsd:string ; + ns1:symbol "/psi"^^xsd:string ; + ns1:ucumCode "[psi]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K93"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Inverse Square Planck Mass"@en ; + 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."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 2111089000000000.0 ; + ns1:conversionMultiplierSN 2.111089e+15 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Planck_mass"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Planck_mass?oldid=493648632"^^xsd:anyURI, + "https://en.wikipedia.org/wiki/Planck_units"^^xsd:anyURI ; + ns1:latexDefinition "$m_P = \\sqrt{\\frac{ \\hbar c^3}{G}} \\approx 1.2209 \\times 10^{19} GeV/c^2 = 2.17651(13) \\times 10^{-8}$, where $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant, and $G$ is the gravitational constant. The two digits enclosed by parentheses are the estimated standard error associated with the reported numerical value."^^ns1:LatexString ; + ns1:symbol "/mₚ²"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Second Steradian"@en ; + dcterms:description "Per Second Steradian Unit is a denominator unit with dimensions $/sec-sr$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$/sec-sr$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA976"^^xsd:string ; + ns1:symbol "/s·sr"^^xsd:string ; + ns1:ucumCode "/(s.sr)"^^ns1:UCUMcs, + "s-1.sr-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D1"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Weber"@en ; + dcterms:description "complement of the SI derived unit weber as unit of the Josephson constant, which value is equal to the 384,597,891-fold of the reference value gigahertz divided by volt"^^xsd:string ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$Wb^{-1}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB354"^^xsd:string ; + ns1:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:symbol "/Wb"^^xsd:string ; + ns1:ucumCode "/Wb"^^ns1:UCUMcs, + "Wb-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "Q23"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pint (UK) Per Day"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000006577098 ; + ns1:conversionMultiplierSN 6.577098e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA953"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "pt{UK}/day"^^xsd:string ; + ns1:ucumCode "[pt_br].d"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L53"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pint (UK) Per Hour"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0000001578504 ; + ns1:conversionMultiplierSN 1.578504e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA954"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "pt{UK}/hr"^^xsd:string ; + ns1:ucumCode "[pt_br].h-1"^^ns1:UCUMcs, + "[pt_br]/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L54"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pint (UK) Per Minute"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000009471022 ; + ns1:conversionMultiplierSN 9.471022e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA955"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "pt{UK}/min"^^xsd:string ; + ns1:ucumCode "[pt_br].min-1"^^ns1:UCUMcs, + "[pt_br]/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L55"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pint (UK) Per Second"@en ; + dcterms:description "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0005682613 ; + ns1:conversionMultiplierSN 5.682613e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA956"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "pt{UK}/s"^^xsd:string ; + ns1:ucumCode "[pt_br].s-1"^^ns1:UCUMcs, + "[pt_br]/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L56"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pint (US Liquid) Per Day"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00000000547658 ; + ns1:conversionMultiplierSN 5.47658e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA958"^^xsd:string ; + ns1:plainTextDescription "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time day"^^xsd:string ; + ns1:symbol "pt{US}/day"^^xsd:string ; + ns1:ucumCode "[pt_us].d-1"^^ns1:UCUMcs, + "[pt_us]/d"^^ns1:UCUMcs ; + ns1:udunitsCode "kg"^^xsd:string ; + ns1:uneceCommonCode "L57"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pint (US Liquid) Per Hour"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0000001314379 ; + ns1:conversionMultiplierSN 1.314379e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA959"^^xsd:string ; + ns1:plainTextDescription "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time hour"^^xsd:string ; + ns1:symbol "pt{US}/hr"^^xsd:string ; + ns1:ucumCode "[pt_us].h-1"^^ns1:UCUMcs, + "[pt_us]/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L58"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pint (US Liquid) Per Minute"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000007886275 ; + ns1:conversionMultiplierSN 7.886275e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA960"^^xsd:string ; + ns1:plainTextDescription "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time minute"^^xsd:string ; + ns1:symbol "pt{US}/min"^^xsd:string ; + ns1:ucumCode "[pt_us].min-1"^^ns1:UCUMcs, + "[pt_us]/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L59"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pint (US Liquid) Per Second"@en ; + dcterms:description "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0004731765 ; + ns1:conversionMultiplierSN 4.731765e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA961"^^xsd:string ; + ns1:plainTextDescription "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the SI base unit second"^^xsd:string ; + ns1:symbol "pt{US}/s"^^xsd:string ; + ns1:ucumCode "[pt_us].s-1"^^ns1:UCUMcs, + "[pt_us]/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L60"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Peck (UK) Per Day"@en ; + dcterms:description "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time day"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000105233576 ; + ns1:conversionMultiplierSN 1.052336e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA940"^^xsd:string ; + ns1:plainTextDescription "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time day"^^xsd:string ; + ns1:symbol "peck{UK}/day"^^xsd:string ; + ns1:ucumCode "[pk_br].d-1"^^ns1:UCUMcs, + "[pk_br]/d"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L44"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Peck (UK) Per Hour"@en ; + dcterms:description "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time hour"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000002525605833 ; + ns1:conversionMultiplierSN 2.525606e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA941"^^xsd:string ; + ns1:plainTextDescription "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time hour"^^xsd:string ; + ns1:symbol "peck{UK}/hr"^^xsd:string ; + ns1:ucumCode "[pk_br].h-1"^^ns1:UCUMcs, + "[pk_br]/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L45"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Peck (UK) Per Minute"@en ; + dcterms:description "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time minute"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00015153635 ; + ns1:conversionMultiplierSN 1.515364e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA942"^^xsd:string ; + ns1:plainTextDescription "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time minute"^^xsd:string ; + ns1:symbol "peck{UK}/min"^^xsd:string ; + ns1:ucumCode "[pk_br].min-1"^^ns1:UCUMcs, + "[pk_br]/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L46"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Peck (UK) Per Second"@en ; + dcterms:description "unit of the volume peck (UK) according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.009092181 ; + ns1:conversionMultiplierSN 9.092181e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA943"^^xsd:string ; + ns1:plainTextDescription "unit of the volume peck (UK) according to the Imperial system of units divided by the SI base unit second"^^xsd:string ; + ns1:symbol "peck{UK}/s"^^xsd:string ; + ns1:ucumCode "[pk_br].s-1"^^ns1:UCUMcs, + "[pk_br]/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L47"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Peck (US Dry) Per Day"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000101964902 ; + ns1:conversionMultiplierSN 1.019649e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA944"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "peck{US Dry}/day"^^xsd:string ; + ns1:ucumCode "[pk_us].d-1"^^ns1:UCUMcs, + "[pk_us]/d"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L48"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Peck (US Dry) Per Hour"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000002447157651 ; + ns1:conversionMultiplierSN 2.447158e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA945"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "peck{US Dry}/hr"^^xsd:string ; + ns1:ucumCode "[pk_us].h-1"^^ns1:UCUMcs, + "[pk_us]/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L49"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Peck (US Dry) Per Minute"@en ; + dcterms:description "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time minute"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000146829459067 ; + ns1:conversionMultiplierSN 1.468295e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA946"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "peck{US Dry}/min"^^xsd:string ; + ns1:ucumCode "[pk_us].min-1"^^ns1:UCUMcs, + "[pk_us]/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L50"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Peck (US Dry) Per Second"@en ; + dcterms:description "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00880976754 ; + ns1:conversionMultiplierSN 8.809768e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA947"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "peck{US Dry}/s"^^xsd:string ; + ns1:ucumCode "[pk_us].s-1"^^ns1:UCUMcs, + "[pk_us]/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L51"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CountingUnit, + ns1:Unit ; + rdfs:label "PebiByte"@en ; + dcterms:description "The pebibyte is a standards-based binary multiple (prefix pebi, symbol Pi) of the byte, a unit of digital information storage. The pebibyte unit symbol is PiB. 1 pebibyte = 1125899906842624bytes = 1024 tebibytes The pebibyte is closely related to the petabyte, which is defined as $10^{15} bytes = 1,000,000,000,000,000 bytes$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 698137323685796.7335433103621932049 ; + ns1:conversionMultiplierSN 6.981373e+14 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Pebibyte"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA274"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Pebibyte?oldid=492685015"^^xsd:anyURI ; + ns1:prefix ; + ns1:symbol "PiB"^^xsd:string ; + ns1:uneceCommonCode "E60"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CountingUnit, + ns1:Unit ; + rdfs:label "PetaByte"@en ; + dcterms:description "A petabyte is a unit of information equal to one quadrillion bytes, or 1024 terabytes. The unit symbol for the petabyte is PB. The prefix peta (P) indicates the fifth power to 1000: 1 PB = 1000000000000000B, 1 million gigabytes = 1 thousand terabytes The pebibyte (PiB), using a binary prefix, is the corresponding power of 1024, which is more than $12\\% $greater ($2^{50} bytes = 1,125,899,906,842,624 bytes$)."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 5545177444479562.4753378569716654 ; + ns1:conversionMultiplierSN 5.545177e+15 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Petabyte"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB187"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Petabyte?oldid=494735969"^^xsd:anyURI ; + ns1:prefix ; + ns1:symbol "PB"^^xsd:string ; + ns1:ucumCode "PBy"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E36"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "picoampere"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA928"^^xsd:string ; + ns1:prefix ; + ns1:symbol "pA"^^xsd:string ; + ns1:ucumCode "pA"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C70"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Picograms per millilitre"@en ; + dcterms:description "One 10**15 part of the SI standard unit of mass of the measurand per millilitre volume of matrix."@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:symbol "pg/mL"^^xsd:string ; + ns1:ucumCode "pg/mL"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Picohenry"@en ; + dcterms:description "0.000000000001-fold of the SI derived unit henry"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA932"^^xsd:string ; + ns1:plainTextDescription "0.000000000001-fold of the SI derived unit henry"^^xsd:string ; + ns1:prefix ; + ns1:symbol "pH"^^xsd:string ; + ns1:ucumCode "pH"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C73"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "PicoMole"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "pmol"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Picomoles per litre"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:symbol "pmol/L"^^xsd:string ; + ns1:ucumCode "pmol.L-1"^^ns1:UCUMcs, + "pmol/L"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Picomoles per cubic metre"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:symbol "pmol/m³"^^xsd:string ; + ns1:ucumCode "pmol.m-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "PicoSiemens"@en ; + dcterms:description "0.000000000001-fold of the SI derived unit siemens"^^xsd:string ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAB357"^^xsd:string ; + ns1:symbol "pS"^^xsd:string ; + ns1:uneceCommonCode "N92"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Planck Current"@en ; + 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."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 34789000000000000000000000.0 ; + ns1:conversionMultiplierSN 3.4789e+25 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Planck_current"^^xsd:anyURI ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Planck_current?oldid=493640689"^^xsd:anyURI ; + ns1:symbol "planckcurrent"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Quart (UK Liquid) Per Day"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0000000131542 ; + ns1:conversionMultiplierSN 1.31542e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA710"^^xsd:string ; + ns1:plainTextDescription "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time day"^^xsd:string ; + ns1:symbol "qt{UK}/day"^^xsd:string ; + ns1:ucumCode "[qt_br].d-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K94"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Quart (UK Liquid) Per Hour"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0000003157007 ; + ns1:conversionMultiplierSN 3.157007e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA711"^^xsd:string ; + ns1:plainTextDescription "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time hour"^^xsd:string ; + ns1:symbol "qt{UK}/hr"^^xsd:string ; + ns1:ucumCode "[qt_br].h-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K95"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Quart (UK Liquid) Per Minute"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00001894205 ; + ns1:conversionMultiplierSN 1.894205e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA712"^^xsd:string ; + ns1:plainTextDescription "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time minute"^^xsd:string ; + ns1:symbol "qt{UK}/min"^^xsd:string ; + ns1:ucumCode "[qt_br].min-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K96"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Quart (UK Liquid) Per Second"@en ; + dcterms:description "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0011365225 ; + ns1:conversionMultiplierSN 1.136523e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA713"^^xsd:string ; + ns1:plainTextDescription "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the SI base unit second"^^xsd:string ; + ns1:symbol "qt{UK}/s"^^xsd:string ; + ns1:ucumCode "[qt_br].h-1.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K97"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Quart (US Liquid) Per Day"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00000001095316 ; + ns1:conversionMultiplierSN 1.095316e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA714"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "qt/day"^^xsd:string ; + ns1:ucumCode "[qt_us].d-1"^^ns1:UCUMcs, + "[qt_us]/d"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K98"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Quart (US Liquid) Per Hour"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000262875833 ; + ns1:conversionMultiplierSN 2.628758e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA715"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "qt/hr"^^xsd:string ; + ns1:ucumCode "[qt_us].h-1"^^ns1:UCUMcs, + "[qt_us]/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K99"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Quart (US Liquid) Per Minute"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00001577255 ; + ns1:conversionMultiplierSN 1.577255e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA716"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "qt/min"^^xsd:string ; + ns1:ucumCode "[qt_us].min-1"^^ns1:UCUMcs, + "[qt_us]/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L10"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Quart (US Liquid) Per Second"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000946353 ; + ns1:conversionMultiplierSN 9.46353e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA717"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "qt/s"^^xsd:string ; + ns1:ucumCode "[qt_us].s-1"^^ns1:UCUMcs, + "[qt_us]/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L11"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Roentgen"@en ; + dcterms:description "Not to be confused with roentgen equivalent man or roentgen equivalent physical. The roentgen (symbol R) is an obsolete unit of measurement for the kerma of X-rays and gamma rays up to 3 MeV."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000258 ; + ns1:conversionMultiplierSN 2.58e-04 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Roentgen"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA275"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Roentgen?oldid=491213233"^^xsd:anyURI ; + ns1:symbol "R"^^xsd:string ; + ns1:ucumCode "R"^^ns1:UCUMcs ; + ns1:udunitsCode "R"^^xsd:string ; + ns1:uneceCommonCode "2C"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Shannon"@en ; + dcterms:description "The \"Shannon\" is a unit of information."^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 0.69314718055994530941723212145818 ; + ns1:conversionMultiplierSN 6.931472e-01 ; + ns1:expression "$Sh$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB343"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Ban_(information)"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31898"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "Sh"^^xsd:string ; + ns1:uneceCommonCode "Q14"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Slug per Second"@en ; + dcterms:description "\"Slug per Second\" is an Imperial unit for 'Mass Per Time' expressed as $slug/s$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 14.593903 ; + ns1:conversionMultiplierSN 1.45939e+01 ; + ns1:definedUnitOfSystem ; + ns1:expression "$slug/s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA984"^^xsd:string ; + ns1:symbol "slug/s"^^xsd:string ; + ns1:uneceCommonCode "L68"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "زيفرت"@ar, + "сиверт"@bg, + "sievert"@cs, + "Sievert"@de, + "σίβερτ"@el, + "sievert"@en, + "sievert"@es, + "سیورت"@fa, + "sievert"@fr, + "זיוורט"@he, + "सैवर्ट"@hi, + "sievert"@hu, + "sievert"@it, + "シーベルト"@ja, + "sievertum"@la, + "sievert"@ms, + "siwert"@pl, + "sievert"@pt, + "sievert"@ro, + "зиверт"@ru, + "sievert"@sl, + "sievert"@tr, + "西弗"@zh ; + dcterms:description "Although the sievert has the same dimensions as the gray (i.e. joules per kilogram), it measures a different quantity. To avoid any risk of confusion between the absorbed dose and the equivalent dose, the corresponding special units, namely the gray instead of the joule per kilogram for absorbed dose and the sievert instead of the joule per kilogram for the dose equivalent, should be used."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Sievert"^^xsd:anyURI ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA284"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Sievert?oldid=495474333"^^xsd:anyURI, + "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1284"^^xsd:anyURI ; + ns1:omUnit ; + ns1:siExactMatch ; + ns1:siUnitsExpression "J/kg"^^xsd:string ; + ns1:symbol "Sv"^^xsd:string ; + ns1:ucumCode "Sv"^^ns1:UCUMcs ; + ns1:udunitsCode "Sv"^^xsd:string ; + ns1:uneceCommonCode "D13"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Statsiemens"@en ; + dcterms:description "The unit of conductance, admittance, and susceptance in the centimeter-gram-second electrostatic system of units."^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0000000000011126500561 ; + ns1:conversionMultiplierSN 1.11265e-12 ; + ns1:derivedUnitOfSystem ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://www.knowledgedoor.com/2/units_and_constants_handbook/statsiemens.html"^^xsd:anyURI, + "http://www.sizes.com/units/statmho.htm"^^xsd:anyURI, + "http://www3.wolframalpha.com/input/?i=statsiemens"^^xsd:anyURI ; + ns1:symbol "statS"^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "statmho"^^xsd:string . + + a ns1:Unit ; + rdfs:label "Ton"@en ; + dcterms:description "2,000-fold of the Imperial base unit pouund"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 907.18474 ; + ns1:conversionMultiplierSN 9.071847e+02 ; + ns1:definedUnitOfSystem ; + ns1:exactMatch , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "2,000-fold of the Imperial base unit pound"^^xsd:string ; + ns1:symbol "tn"^^xsd:string ; + ns1:ucumCode "ston_av"^^ns1:UCUMcs ; + ns1:udunitsCode "t"^^xsd:string ; + ns1:uneceCommonCode "TNE"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Tonne Per Day"@en ; + dcterms:description "metric unit tonne divided by the unit for time day"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.011574074074074 ; + ns1:conversionMultiplierSN 1.157407e-02 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA991"^^xsd:string ; + ns1:plainTextDescription "metric unit tonne divided by the unit for time day"^^xsd:string ; + ns1:symbol "t/day"^^xsd:string ; + ns1:ucumCode "t.d-1"^^ns1:UCUMcs, + "t/d"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L71"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Tonne Per Hour"@en ; + dcterms:description "unit tonne divided by the unit for time hour"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.277777777777778 ; + ns1:conversionMultiplierSN 2.777778e-01 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB994"^^xsd:string ; + ns1:plainTextDescription "unit tonne divided by the unit for time hour"^^xsd:string ; + ns1:symbol "t/hr"^^xsd:string ; + ns1:ucumCode "t.h-1"^^ns1:UCUMcs, + "t/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E18"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Tonne Per Cubic Metre"@en, + "Tonne Per Cubic Meter"@en-us ; + dcterms:description "unit tonne divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA997"^^xsd:string ; + ns1:plainTextDescription "unit tonne divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ; + ns1:symbol "t/m³"^^xsd:string ; + ns1:ucumCode "t.m-3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D41"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Tonne Per Minute"@en ; + dcterms:description "unit tonne divided by the unit for time minute"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 16.666666666666668 ; + ns1:conversionMultiplierSN 1.666667e+01 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB000"^^xsd:string ; + ns1:plainTextDescription "unit tonne divided by the unit for time minute"^^xsd:string ; + ns1:symbol "t/min"^^xsd:string ; + ns1:ucumCode "t.min-1"^^ns1:UCUMcs, + "t/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L78"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Tonne Per Second"@en ; + dcterms:description "unit tonne divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB003"^^xsd:string ; + ns1:plainTextDescription "unit tonne divided by the SI base unit second"^^xsd:string ; + ns1:symbol "t/s"^^xsd:string ; + ns1:ucumCode "t.s-1"^^ns1:UCUMcs, + "t/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L81"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ton of Refrigeration Hour"@en ; + dcterms:description "12000 btu"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 12660670.2 ; + ns1:conversionMultiplierSN 1.266067e+07 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Ton_of_refrigeration"^^xsd:anyURI ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Ton_of_refrigeration?oldid=494342824"^^xsd:anyURI ; + ns1:symbol "TOR·hr"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Tonne Per Day"@en ; + dcterms:description "metric unit ton divided by the unit for time day"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.011574074074074 ; + ns1:conversionMultiplierSN 1.157407e-02 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA991"^^xsd:string ; + ns1:plainTextDescription "metric unit ton divided by the unit for time day"^^xsd:string ; + ns1:symbol "t/day"^^xsd:string ; + ns1:ucumCode "t.d-1"^^ns1:UCUMcs, + "t/d"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L71"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Tonne Per Hour"@en ; + dcterms:description "unit tonne divided by the unit for time hour"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.277777777777778 ; + ns1:conversionMultiplierSN 2.777778e-01 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB994"^^xsd:string ; + ns1:plainTextDescription "unit tonne divided by the unit for time hour"^^xsd:string ; + ns1:symbol "t/hr"^^xsd:string ; + ns1:ucumCode "t.h-1"^^ns1:UCUMcs, + "t/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E18"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Tonne Per Cubic Metre"@en, + "Tonne Per Cubic Meter"@en-us ; + dcterms:description "unit tonne divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA997"^^xsd:string ; + ns1:plainTextDescription "unit tonne divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ; + ns1:symbol "t/m³"^^xsd:string ; + ns1:ucumCode "t.m-3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D41"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Tonne Per Minute"@en ; + dcterms:description "unit ton divided by the unit for time minute"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 16.666666666666668 ; + ns1:conversionMultiplierSN 1.666667e+01 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB000"^^xsd:string ; + ns1:plainTextDescription "unit ton divided by the unit for time minute"^^xsd:string ; + ns1:symbol "t/min"^^xsd:string ; + ns1:ucumCode "t.min-1"^^ns1:UCUMcs, + "t/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L78"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Tonne Per Second (metric Ton)"@en ; + dcterms:description "unit ton divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB003"^^xsd:string ; + ns1:plainTextDescription "unit ton divided by the SI base unit second"^^xsd:string ; + ns1:symbol "t/s"^^xsd:string ; + ns1:ucumCode "t.s-1"^^ns1:UCUMcs, + "t/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L81"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Long Ton (UK) Per Cubic Yard"@en ; + dcterms:description "unit of the density according the Imperial system of units"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1328.8778292234224 ; + ns1:conversionMultiplierSN 1.328878e+03 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB018"^^xsd:string ; + ns1:plainTextDescription "unit of the density according the Imperial system of units"^^xsd:string ; + ns1:symbol "ton{UK}/yd³"^^xsd:string ; + ns1:ucumCode "[lton_av].[cyd_i]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ton (US) Per Hour"@en ; + dcterms:description "unit ton divided by the unit for time hour"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.251944444444444 ; + ns1:conversionMultiplierSN 2.519444e-01 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA994"^^xsd:string, + "0112/2///62720#UAB019"^^xsd:string ; + ns1:plainTextDescription "unit ton divided by the unit for time hour"^^xsd:string ; + ns1:symbol "ton{US}/hr"^^xsd:string ; + ns1:ucumCode "[ston_av].h-1"^^ns1:UCUMcs, + "[ston_av]/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "4W"^^xsd:string, + "E18"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Short Ton (US) Per Cubic Yard"@en ; + dcterms:description "unit of the density according to the Anglo-American system of units"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1186.3112117181538 ; + ns1:conversionMultiplierSN 1.186311e+03 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB020"^^xsd:string ; + ns1:plainTextDescription "unit of the density according to the Anglo-American system of units"^^xsd:string ; + ns1:symbol "ton{US}/yd³"^^xsd:string ; + ns1:ucumCode "[ston_av].[cyd_i]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L93"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CountingUnit, + ns1:Unit ; + rdfs:label "TebiByte"@en ; + dcterms:description "The tebibyte is a multiple of the unit byte for digital information. The prefix tebi means 1024^4"^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 6096987078286.4836024230149744713 ; + ns1:conversionMultiplierSN 6.096987e+12 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Tebibyte"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA295"^^xsd:string ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:anyURI ; + ns1:prefix ; + ns1:symbol "TiB"^^xsd:string ; + ns1:uneceCommonCode "E61"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CountingUnit, + ns1:Unit ; + rdfs:label "TeraByte"@en ; + dcterms:description "The terabyte is a multiple of the unit byte for digital information. The prefix tera means 10^12 in the International System of Units (SI), and therefore 1 terabyte is 1000000000000bytes, or 1 trillion bytes, or 1000 gigabytes. 1 terabyte in binary prefixes is 0.9095 tebibytes, or 931.32 gibibytes. The unit symbol for the terabyte is TB or TByte, but not Tb (lower case b) which refers to terabit."^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 5545177444479.5624753378569716654 ; + ns1:conversionMultiplierSN 5.545177e+12 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Terabyte"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB186"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Terabyte?oldid=494671550"^^xsd:anyURI ; + ns1:prefix ; + ns1:symbol "TB"^^xsd:string ; + ns1:ucumCode "TBy"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E35"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Unit Pole"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0000001256637 ; + ns1:conversionMultiplierSN 1.256637e-07 ; + ns1:expression "$U/nWb$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB214"^^xsd:string ; + ns1:omUnit ; + ns1:symbol "pole"^^xsd:string ; + ns1:uneceCommonCode "P53"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Volt per Kelvin"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$v/k$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB173"^^xsd:string ; + ns1:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:symbol "V/K"^^xsd:string ; + ns1:ucumCode "V.K-1"^^ns1:UCUMcs, + "V/K"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D48"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Volt per Square Metre"@en, + "Volt per Square Meter"@en-us ; + dcterms:description """ + $\\textit{Volt per Square Metre}$ is the divergence at a particular point in a vector field is (roughly) how much the vector field 'spreads out' from that point. + Operationally, we take the partial derivative of each of the field with respect to each of its space variables and add all the derivatives together to get the divergence. + $\\textit{Electric field}$ ($V/m$) differentiated with respect to distance ($m$) yields $V/(m^2)$. + """^^ns1:LatexString ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$V m^{-2}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://www.funtrivia.com/en/subtopics/Physical-Quantities-310909.html"^^xsd:anyURI ; + ns1:symbol "V/m²"^^xsd:string ; + ns1:ucumCode "V.m-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Abvolt Second"@en ; + 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."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.00000001 ; + ns1:conversionMultiplierSN 1e-08 ; + ns1:derivedUnitOfSystem ; + ns1:expression "$abv-sec$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-820"^^xsd:anyURI ; + ns1:symbol "abV·s"^^xsd:string ; + ns1:ucumCode "10.nV.s"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "W-M2"@en ; + dcterms:description "product of the SI derived unit watt and the power of the SI base unit metre with the exponent 2"^^xsd:string ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB350"^^xsd:string ; + ns1:symbol "W·m²"^^xsd:string ; + ns1:ucumCode "W.m2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "Q21"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "W-M2-PER-SR"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "W·m²/sr"^^xsd:string ; + ns1:ucumCode "W.m2.sr-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Watt per Square Metre Quartic Kelvin"@en, + "Watt per Square Meter Quartic Kelvin"@en-us ; + dcterms:description "Watt Per Square Meter Per Quartic Kelvin ($W/m2\\cdotK4)$ is a unit in the category of light."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$W/(m^2.K^4)$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB175"^^xsd:string ; + ns1:symbol "W/(m²·K⁴)"^^xsd:string ; + ns1:ucumCode "W.m-2.K-4"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D56"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Weber Metre"@en, + "Weber Meter"@en-us ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB333"^^xsd:string ; + ns1:informativeReference "http://www.simetric.co.uk/siderived.htm"^^xsd:anyURI ; + ns1:symbol "Wb·m"^^xsd:string ; + ns1:ucumCode "Wb.m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P50"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Yard Per Day"@en ; + 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 ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.00000884901456 ; + ns1:conversionMultiplierSN 8.849015e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB037"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "yd³/day"^^xsd:string ; + ns1:ucumCode "[cyd_i].d-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M12"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Yard Per Hour"@en ; + dcterms:description "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for the time hour"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.00021237634944 ; + ns1:conversionMultiplierSN 2.123763e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB038"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "yd³/hr"^^xsd:string ; + ns1:ucumCode "[cyd_i].h-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M13"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Yard Per Second"@en ; + dcterms:description "power of the unit and the Anglo-American and Imperial system of units with the exponent 3 divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.764554857984 ; + ns1:conversionMultiplierSN 7.645549e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB041"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "yd³/s"^^xsd:string ; + ns1:ucumCode "[cyd_i].s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M16"^^xsd:string ; + rdfs:isDefinedBy . + +ns3:CompositeCodeList a owl:Class ; + rdfs:label "Composite Code List"^^xsd:string ; + dcterms:description """ +A composite codelist is a codelist made up of other codelists. +It does not introduce any new codes. +"""^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf [ a owl:Restriction ; + owl:allValuesFrom ns3:CodeList ; + owl:onProperty ns3:compositeOf ], + ns3:CodeList ; + owl:disjointWith ns3:DerivedCodeList, + ns3:SimpleCodeList . + +ns3:DerivedCodeList a owl:Class ; + rdfs:label "Derived Code List"^^xsd:string ; + dcterms:description """ +A derived codelist is a sublist of another codelist. +The members that it has must be members of the source list. +"""^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf [ a owl:Restriction ; + owl:allValuesFrom ns3:CodeList ; + owl:onProperty ns3:derivedFrom ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ns3:derivedFrom ], + [ a owl:Restriction ; + owl:allValuesFrom ns3:ValueReference ; + owl:onProperty ns3:hasMember ], + ns3:CodeList ; + owl:disjointWith ns3:CompositeCodeList, + ns3:SimpleCodeList . + +ns3:SimpleCodeList a owl:Class ; + rdfs:label "Simple Code List"^^xsd:string ; + dcterms:description "A simple codelist is one made up only of enumerated values."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf [ a owl:Restriction ; + owl:allValuesFrom ns3:EnumeratedValue ; + owl:onProperty ns3:hasMember ], + ns3:CodeList ; + owl:disjointWith ns3:CompositeCodeList, + ns3:DerivedCodeList . + +ns3:defaultObjectValue a owl:ObjectProperty ; + rdfs:label "default object value"^^xsd:string ; + dcterms:description """ +The property "dtype:defaultValue" is a general property for specifying an object value in situations where +none is specified. +"""^^xsd:string ; + rdfs:isDefinedBy . - a s223:QuantifiableObservableProperty ; - ns1:hasQuantityKind ; - ns1:hasUnit . +ns3:derivedFrom a owl:ObjectProperty ; + rdfs:label "derived from"^^xsd:string ; + dcterms:description "A property for specifying a derivation relationship."^^xsd:string ; + rdfs:isDefinedBy . - a s223:Connection ; - s223:cnx , - ; - s223:connectsAt , - ; - s223:hasMedium s223:Medium-Air . +ns3:hasMember a owl:ObjectProperty ; + rdfs:label "has member"^^xsd:string ; + dcterms:description "A property for specifying how member elements make up a data structure."^^xsd:string ; + rdfs:isDefinedBy . + +ns3:literal a owl:DatatypeProperty ; + rdfs:label "literal"^^xsd:string ; + dcterms:description """ +A general purpose property for holding string literals as a machine-readable string for how the +enumerated value can be referred to. +This can be used when the code value is numeric, as an alternative to using a code. +Literal is not the same as label which is intended for human readable display. +For example, a code for January may be 1, the literal may be 'J' or 'jan' and the label 'January'. +"""^^xsd:string ; + rdfs:comment ""^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:range xsd:string . + +ns3:order a owl:DatatypeProperty ; + rdfs:label "order"^^xsd:string ; + dcterms:description """ +The property "dtype:order" provides a means to specify a precedence. +One use of order is in specifying ordered enumerations such as "voag:ConfidentialityLevel". +A similar property, but with an important type difference, is "vaem:orderIndex". +This is for use on property occurrences in class axioms where it can be placed on a restriction +to specify how that property may be transformed into other representations where ordering has some +importance, for example, in XML Schema sequences. +Whereas "vaem:order" is a datatype property, "vaem:orderIndex" is an annotation property. +The "order" property specifies a value that can establish precedence and ordinality. +One use of order is in make an enumeration an ordinal type. +For example "RiskLevel" might have the values "very low", "low", "medium", "high" and "very high". +A query that asks for all risks that are greater than "medium" would use the ordinal values and return +those resources that have “medium”, “high” and “very high” ordinality. +"""^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:range xsd:integer ; + rdfs:seeAlso ns3:orderIndex . + +ns3:refersTo a owl:ObjectProperty ; + rdfs:label "refers to"^^xsd:string ; + dcterms:description """ +An indirection pointer for relating a slot in am occurrence data structure, such as "dtype:ValueReference" with another resource. +"""^^xsd:string ; + rdfs:isDefinedBy . - a s223:QuantifiableObservableProperty ; - s223:hasAspect s223:Role-Return ; - ns1:hasQuantityKind ; - ns1:hasUnit . +ns3:value a owl:DatatypeProperty ; + rdfs:label "value"^^xsd:string ; + dcterms:description """ +The property "dtype:value" is a general property for specifying a literal value in situations where +none is specified. +"""^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:range xsd:anySimpleType . + +ns2:GMD_VAEM a ns2:GraphMetaData ; + rdfs:label "VAEM Schema Version 2.0 Metadata"^^xsd:string ; + dcterms:abstract "VAEM stands for \"Vocabulary for Attaching Essential Metadata\". What VAEM regards as essential metadata is data about dates and times, confidentiality, and other characterisitic qualifiers of the ontology, but also references to where a ontology is documented and where to find ontology registration for governance, attribution and provenance. VAEM makes use of some properties from the DC terms vocabulary using the namespace prefix \"dct\". VAEM is OWL-DL compliant."^^xsd:string ; + dcterms:created "2011-04-20"^^xsd:date ; + dcterms:modified "2014-07-26"^^xsd:date ; + dcterms:title "VAEM Version 2.0 Metadata"^^xsd:string ; + ns2:description "VAEM stands for \"Vocabulary for Attaching Essential Metadata\". What VAEM regards as essential metadata is data about dates and times, confidentiality, and other characterisitic qualifiers of the ontology, but also references to where a ontology is documented and where to find ontology registration for governance, attribution and provenance. VAEM makes use of some properties from the DC terms vocabulary using the namespace prefix \"dct\". VAEM is OWL-DL compliant."^^xsd:string ; + ns2:hasGraphRole ns2:SchemaGraph ; + ns2:hasOwner ns2:TopQuadrant ; + ns2:hasSteward ns2:TopQuadrant ; + ns2:intent "The purpose of VAEM is to provide, by import, a foundation for commonly needed resources for metadata on an ontology."^^xsd:string ; + ns2:latestPublishedVersion "http://www.linkedmodel.org/doc/2014/SCHEMA_vaem-v2.0"^^xsd:anyURI ; + ns2:logo "http://linkedmodel.org/lib/lm/images/logos/TopBraid-RDM-Graph-Logo.png"^^xsd:anyURI ; + ns2:name "VAEM"^^xsd:string ; + ns2:namespace "http://www.linkedmodel.org/schema/vaem#"^^xsd:anyURI ; + ns2:namespacePrefix "vaem"^^xsd:string ; + ns2:owner "TopQuadrant, Inc."^^xsd:string ; + ns2:previousPublishedVersion "http://linkedmodel.org/doc/vaem/1.2/"^^xsd:anyURI ; + ns2:rdfxmlFileURL "http://www.linkedmodel.org/2.0/schema/SCHEMA_vaem-v2.0.rdf"^^xsd:anyURI ; + ns2:revision "2.0"^^xsd:string ; + ns2:title "Vocabulary for Attaching Essential Metadata (VAEM) - Version 2.0"^^xsd:string ; + ns2:turtleFileURL "http://www.linkedmodel.org/2.0/schema/SCHEMA_vaem-v2.0.ttl"^^xsd:anyURI ; + ns2:usesNonImportedResource dcterms:abstract, + dcterms:author, + dcterms:created, + dcterms:modified, + dcterms:title, + ; + ns2:withAttributionTo "VAEM is issued under a Creative Commons Attribution Share Alike 3.0 United States License. Attribution should be made to TopQuadrant, Inc."^^xsd:string ; + rdfs:isDefinedBy , + . + +ns2:SchemaGraph a ns2:GraphRole ; + rdfs:label "Schema graph"^^xsd:string ; + ns2:filePrefix "SCHEMA"^^xsd:string ; + rdfs:isDefinedBy , + . + +ns2:description a owl:DatatypeProperty ; + rdfs:label "description"^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:range xsd:string . + +ns2:hasMetadata a owl:ObjectProperty ; + rdfs:label "has metadata"^^xsd:string ; + dcterms:description "The property \"hasMetadata\" is used to reference a metadata information structure."^^xsd:string ; + rdfs:isDefinedBy , + . + +ns2:hasSteward a owl:ObjectProperty ; + rdfs:label "has steward"^^xsd:string ; + dcterms:description "A property that is used to refer to a \"Steward\", that is, the party or role that is responsible for maintaining an asset, in the case of VAEM, an ontology graph."^^xsd:string ; + rdfs:isDefinedBy , + . + +ns2:name a owl:DatatypeProperty ; + rdfs:label "name"^^xsd:string ; + dcterms:description "The property \"vaem:name\" is intended for general use. In many cases \"rdfs:label\" could be used give names to resources. In the case where compliance with a specific naming rule is needed, \"vaem:name\" allows a resource to carry a name that is used in more specific contexts."^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:range xsd:string . - a s223:QuantifiableObservableProperty ; - ns1:hasQuantityKind ; - ns1:hasUnit . +rdfs:comment a rdf:Property ; + rdfs:label "comment"^^xsd:string ; + rdfs:comment "Description of constraints for s223."^^xsd:string ; + rdfs:subPropertyOf rdfs:comment . - a s223:QuantifiableObservableProperty ; - s223:hasAspect s223:Role-Supply ; - ns1:hasQuantityKind ; - ns1:hasUnit . +skos:broaderTransitive a rdf:Property, + owl:ObjectProperty, + owl:TransitiveProperty ; + rdfs:label "has broader transitive"@en ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf skos:semanticRelation ; + owl:inverseOf skos:narrowerTransitive ; + skos:definition "skos:broaderTransitive is a transitive superproperty of skos:broader."^^xsd:string ; + skos:scopeNote "By convention, skos:broaderTransitive is not used to make assertions. Rather, the properties can be used to draw inferences about the transitive closure of the hierarchical relation, which is useful e.g. when implementing a simple query expansion algorithm in a search application."@en . + +skos:exactMatch a rdf:Property, + owl:ObjectProperty, + owl:SymmetricProperty, + owl:TransitiveProperty ; + rdfs:label "has exact match"@en ; + rdfs:comment "skos:exactMatch is disjoint with each of the properties skos:broadMatch and skos:relatedMatch."@en ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf skos:closeMatch ; + skos:definition "skos:exactMatch is used to link two concepts, indicating a high degree of confidence that the concepts can be used interchangeably across a wide range of information retrieval applications. skos:exactMatch is a transitive property, and is a sub-property of skos:closeMatch."@en . + +skos:narrower a rdf:Property, + owl:ObjectProperty ; + rdfs:label "has narrower"@en ; + rdfs:comment "Narrower concepts are typically rendered as children in a concept hierarchy (tree)."@en ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf skos:narrowerTransitive ; + owl:inverseOf skos:broader ; + skos:definition "Relates a concept to a concept that is more specific in meaning."@en ; + skos:scopeNote "By convention, skos:broader is only used to assert an immediate (i.e. direct) hierarchical link between two conceptual resources."@en . + +skos:narrowerTransitive a rdf:Property, + owl:ObjectProperty, + owl:TransitiveProperty ; + rdfs:label "has narrower transitive"@en ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf skos:semanticRelation ; + owl:inverseOf skos:broaderTransitive ; + skos:definition "skos:narrowerTransitive is a transitive superproperty of skos:narrower."^^xsd:string ; + skos:scopeNote "By convention, skos:narrowerTransitive is not used to make assertions. Rather, the properties can be used to draw inferences about the transitive closure of the hierarchical relation, which is useful e.g. when implementing a simple query expansion algorithm in a search application."@en . + +sh:qualifiedValueShape a rdf:Property ; + rdfs:label "qualified value shape"@en ; + rdfs:comment "The shape that a specified number of values must conform to."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range sh:Shape . + +sh:qualifiedValueShapesDisjoint a rdf:Property ; + rdfs:label "qualified value shapes disjoint"@en ; + rdfs:comment "Can be used to mark the qualified value shape to be disjoint with its sibling shapes."@en ; + rdfs:isDefinedBy sh: ; + rdfs:range xsd:boolean . s223:Aspect-DayOfWeek a s223:Aspect-DayOfWeek, s223:Class, sh:NodeShape ; rdfs:label "Day of Week"^^xsd:string ; - rdfs:comment "This class has enumerated instances of Monday, Tuesday, Wednesday, Thursday, Friday, Saturday and Sunday. The Weekend and Weekday EnumerationKinds define subsets of this EnumerationKind for Mon-Fri and Sat,Sun, respectively"^^xsd:string ; + rdfs:comment "This class has enumerated subclasses of Monday, Tuesday, Wednesday, Thursday, Friday, Saturday and Sunday. The Weekend and Weekday EnumerationKinds define subsets of this EnumerationKind for Mon-Fri and Sat,Sun, respectively"^^xsd:string ; rdfs:subClassOf s223:EnumerationKind-Aspect . s223:Coil a s223:Class, @@ -4388,14 +62643,14 @@ s223:Coil a s223:Class, sh:path s223:hasConnectionPoint ; sh:qualifiedMinCount 1 ; sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Air ; + sh:node [ sh:property [ sh:class s223:Fluid-Air ; sh:path s223:hasMedium ] ] ] ], [ rdfs:comment "A Coil shall have at least one inlet using the medium Air."^^xsd:string ; sh:minCount 1 ; sh:path s223:hasConnectionPoint ; sh:qualifiedMinCount 1 ; sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Air ; + sh:node [ sh:property [ sh:class s223:Fluid-Air ; sh:path s223:hasMedium ] ] ] ] . s223:DCNegativeVoltage-12.0V a s223:Class, @@ -4466,18 +62721,19 @@ s223:DayOfWeek-Weekend a s223:Class, rdfs:comment "This class defines the EnumerationKind values of Saturday and Sunday"^^xsd:string ; rdfs:subClassOf s223:Aspect-DayOfWeek . -s223:FunctionBlock a s223:Class, +s223:Domain-HVAC a s223:Class, + s223:Domain-HVAC, + sh:NodeShape ; + rdfs:label "Domain-HVAC"^^xsd:string ; + rdfs:comment "The domain HVAC represents equipment used to provide space conditioning and ventilation within a building. Example equipment that might fall within an HVAC domain include fans, pumps, air-handling units, and variable air volume boxes. "^^xsd:string ; + rdfs:subClassOf s223:EnumerationKind-Domain . + +s223:Fluid-Oil a s223:Class, + s223:Fluid-Oil, sh:NodeShape ; - rdfs:label "Function block"^^xsd:string ; - rdfs:comment "A FunctionBlock is used to model transfer and/or transformation of information (i.e. Property). It has relations to input Properties and output Properties. The actual algorithms that perform the transformations are described in CDL and are out of scope of the 223 standard."^^xsd:string ; - rdfs:subClassOf s223:Concept ; - sh:or ( [ sh:property [ rdfs:comment "A Function block must be associated with at least one Property using the relation hasInput."^^xsd:string ; - sh:class s223:Property ; - sh:minCount 1 ; - sh:path s223:hasInput ] ] [ sh:property [ rdfs:comment "A Function block must be associated with at least one Property using the relation hasOutput."^^xsd:string ; - sh:class s223:Property ; - sh:minCount 1 ; - sh:path s223:hasOutput ] ] ) . + rdfs:label "Fluid-Oil"^^xsd:string ; + rdfs:comment "This class has enumerated subclasses of oil."^^xsd:string ; + rdfs:subClassOf s223:Mix-Fluid . s223:LightSensor a s223:Class, sh:NodeShape ; @@ -4485,16 +62741,6 @@ s223:LightSensor a s223:Class, rdfs:comment "A LightSensor is a specialization of a Sensor that observes a QuantifiableObservableProperty that represents a luminance measurement."^^xsd:string ; rdfs:subClassOf s223:Sensor . -s223:LineNeutralVoltage-208V a s223:Class, - s223:LineNeutralVoltage-208V, - sh:NodeShape ; - rdfs:label "208V Line-Neutral Voltage"^^xsd:string ; - s223:hasVoltage s223:Voltage-208V ; - ns1:hasQuantityKind ; - ns1:hasUnit ; - rdfs:comment "208V Line-Neutral Voltage"^^xsd:string ; - rdfs:subClassOf s223:Numerical-LineNeutralVoltage . - s223:LineNeutralVoltage-24V a s223:Class, s223:LineNeutralVoltage-24V, sh:NodeShape ; @@ -4505,11 +62751,11 @@ s223:LineNeutralVoltage-24V a s223:Class, rdfs:comment "24V Line-Neutral Voltage"^^xsd:string ; rdfs:subClassOf s223:Numerical-LineNeutralVoltage . -s223:Medium-Oil a s223:Class, - s223:Medium-Oil, +s223:Medium-Mix a s223:Class, + s223:Medium-Mix, sh:NodeShape ; - rdfs:label "Medium-Oil"^^xsd:string ; - rdfs:comment "This class has enumerated instances of oil."^^xsd:string ; + rdfs:label "Medium-Mix"^^xsd:string ; + rdfs:comment "Medium-Mix"^^xsd:string ; rdfs:subClassOf s223:Substance-Medium . s223:ObservableProperty a s223:Class, @@ -4547,7 +62793,7 @@ s223:Signal-Modulated a s223:Class, s223:Signal-Modulated, sh:NodeShape ; rdfs:label "Signal-Modulated"^^xsd:string ; - rdfs:comment "This class has enumerated instances of electric signals at various voltage ranges."^^xsd:string ; + rdfs:comment "This class has enumerated subclasses of electric signals at various voltage ranges."^^xsd:string ; rdfs:subClassOf s223:Electricity-Signal . s223:Voltage-208V a s223:Class, @@ -4598,42 +62844,94 @@ s223:Water-GlycolSolution a s223:Class, s223:Water-GlycolSolution, sh:NodeShape ; rdfs:label "Water-GlycolSolution"^^xsd:string ; - s223:hasConstituent [ a s223:QuantifiableProperty ; + s223:composedOf [ a s223:QuantifiableProperty ; rdfs:label "Unspecified"^^xsd:string ; - s223:ofSubstance s223:Medium-Water ; + s223:ofConstituent s223:Constituent-H2O ; ns1:hasQuantityKind ; ns1:hasUnit ], [ a s223:QuantifiableProperty ; rdfs:label "Unspecified"^^xsd:string ; - s223:ofSubstance s223:Medium-Glycol ; + s223:ofConstituent s223:Constituent-Glycol ; ns1:hasQuantityKind ; ns1:hasUnit ] ; - rdfs:comment "This class has enumerated instances of water-glycol solutions in various concentrations."^^xsd:string ; - rdfs:subClassOf s223:Medium-Water ; - sh:property [ rdfs:comment "One of the constituents of a Water-GlycolSolution must be Medium-Glycol."^^xsd:string ; - sh:path s223:hasConstituent ; + s223:hasFreezingPoint [ a s223:QuantifiableProperty ; + rdfs:label "Freezing point"^^xsd:string ; + ns1:hasQuantityKind ] ; + rdfs:comment "This class has enumerated subclasses of water-glycol solutions in various concentrations."^^xsd:string ; + rdfs:subClassOf s223:Fluid-Water ; + sh:property [ rdfs:comment "One of the constituents of a Water-GlycolSolution must be Constituent-H2O."^^xsd:string ; + sh:path s223:composedOf ; sh:qualifiedMinCount 1 ; sh:qualifiedValueShape [ sh:class s223:QuantifiableProperty ; sh:node [ sh:property [ rdfs:comment "The quantity kind of the constituent must be VolumeFraction."^^xsd:string ; sh:hasValue ; sh:path ns1:hasQuantityKind ], - [ rdfs:comment "One of the constituents of a Water-GlycolSolution must be Medium-Glycol."^^xsd:string ; - sh:hasValue s223:Medium-Glycol ; - sh:path s223:ofSubstance ] ] ] ], + [ rdfs:comment "One of the constituents of a Water-GlycolSolution must be Constituent-H2O."^^xsd:string ; + sh:hasValue s223:Constituent-H2O ; + sh:path s223:ofConstituent ] ] ] ], [ rdfs:comment "There must be at least two QuantifiableProperties that characterize the constituents of a Water-GlycolSolution."^^xsd:string ; sh:class s223:QuantifiableProperty ; sh:minCount 2 ; - sh:path s223:hasConstituent ], - [ rdfs:comment "One of the constituents of a Water-GlycolSolution must be Medium-Water."^^xsd:string ; - sh:path s223:hasConstituent ; + sh:path s223:composedOf ], + [ rdfs:comment "If the relation hasFreezingPoint is used, the object must be a QuantifiableProperty with a quantity kind of Temperature."^^xsd:string ; + sh:class s223:QuantifiableProperty ; + sh:message "The object must be a QuantifiableProperty with a quantity kind of Temperature."^^xsd:string ; + sh:node [ sh:property [ sh:hasValue ; + sh:path ns1:hasQuantityKind ] ] ; + sh:path s223:hasFreezingPoint ], + [ rdfs:comment "One of the constituents of a Water-GlycolSolution must be Constituent-Glycol."^^xsd:string ; + sh:path s223:composedOf ; sh:qualifiedMinCount 1 ; sh:qualifiedValueShape [ sh:class s223:QuantifiableProperty ; - sh:node [ sh:property [ rdfs:comment "One of the constituents of a Water-GlycolSolution must be Medium-Water."^^xsd:string ; - sh:hasValue s223:Medium-Water ; - sh:path s223:ofSubstance ], - [ rdfs:comment "The quantity kind of the constituent must be VolumeFraction."^^xsd:string ; + sh:node [ sh:property [ rdfs:comment "The quantity kind of the constituent must be VolumeFraction."^^xsd:string ; sh:hasValue ; - sh:path ns1:hasQuantityKind ] ] ] ] . + sh:path ns1:hasQuantityKind ], + [ rdfs:comment "One of the constituents of a Water-GlycolSolution must be Constituent-Glycol."^^xsd:string ; + sh:hasValue s223:Constituent-Glycol ; + sh:path s223:ofConstituent ] ] ] ] . + +s223:Zone a s223:Class, + sh:NodeShape ; + rdfs:label "Zone"^^xsd:string ; + rdfs:comment "A Zone is a logical grouping (collection) of domain spaces for some functional or system reason, to identify a domain of control, such as a Lighting Zone, or a heating zone"^^xsd:string ; + rdfs:subClassOf s223:Concept ; + sh:property [ rdfs:comment "The associated Domain of a Zone and the Domain of the DomainSpaces it contains must be the same."^^xsd:string ; + sh:path s223:hasDomain ; + sh:sparql [ a sh:SPARQLConstraint ; + rdfs:comment "The associated Domain of a Zone and the Domain of the DomainSpaces it contains must be the same."^^xsd:string ; + sh:message "s223: Zone {$this} has a Domain of {?domain}, but it contains a DomainSpace {?ds} which has a Domain of {?dsdomain}. These should be the same."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT DISTINCT $this ?domain ?ds ?dsdomain +WHERE { +$this a s223:Zone . +$this s223:hasDomain ?domain . +$this s223:contains ?ds . +?ds s223:hasDomain ?dsdomain . +FILTER (?domain != ?dsdomain) +} +"""^^xsd:string ] ], + [ rdfs:comment "A Zone must be associated with exactly one EnumerationKind-Domain using the relation hasDomain."^^xsd:string ; + sh:class s223:EnumerationKind-Domain ; + sh:maxCount 1 ; + sh:message "s223: A Zone must be associated with exactly one EnumerationKind-Domain using the relation hasDomain."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasDomain ], + [ rdfs:comment "A Zone must be associated with at least one DomainSpace using the relation hasDomainSpace."^^xsd:string ; + sh:class s223:DomainSpace ; + sh:message "s223: A Zone must be associated with at least one DomainSpace using the relation hasDomainSpace."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasDomainSpace ] ; + sh:rule [ a sh:TripleRule ; + rdfs:comment "Infer a hasDomain relation by checking any enclosed DomainSpaces to determine the domain."^^xsd:string ; + sh:object [ sh:path ( s223:hasDomainSpace s223:hasDomain ) ] ; + sh:predicate s223:hasDomain ; + sh:subject sh:this ], + [ a sh:TripleRule ; + rdfs:comment "Infer a hasDomain relation by checking any enclosing ZoneGroup to determine the domain."^^xsd:string ; + sh:object [ sh:path ( [ sh:inversePath s223:hasZone ] s223:hasDomain ) ] ; + sh:predicate s223:hasDomain ; + sh:subject sh:this ] . s223:connected a s223:SymmetricProperty, rdf:Property ; @@ -4642,28 +62940,20 @@ s223:connected a s223:SymmetricProperty, s223:executes a rdf:Property ; rdfs:label "executes"^^xsd:string ; - rdfs:comment "The relation executes is used to specify that a Controller (see `s223:Controller`) is responsible for the execution of a FunctionBlock (see `s223:FunctionBlock`). "^^xsd:string . + rdfs:comment "The relation executes is used to specify that a Controller (see `s223:Controller`) is responsible for the execution of a Function (see `s223:Function`). "^^xsd:string . s223:hasDomainSpace a rdf:Property ; rdfs:label "has domain space"^^xsd:string ; rdfs:comment "The relation hasDomainSpace is used to associate a Zone with the DomainSpace(s) that make up that Zone."^^xsd:string . -s223:hasEnumerationKind a rdf:Property ; - rdfs:label "has enumeration kind"^^xsd:string ; - rdfs:comment "The relation hasEnumerationKind associates an EnumerableProperty with a class of enumeration values. This is used to, for example, identify what kind of substance is transported along a Connection or which day of the week a setpoint is active."^^xsd:string . - s223:hasObservationLocationLow a rdf:Property ; rdfs:label "has observation location low"^^xsd:string ; rdfs:comment "The relation hasObservationLocationLow associates a differential sensor to one of the topological locations where a differential property is observed (see `s223:observes`)."^^xsd:string ; rdfs:subPropertyOf s223:hasObservationLocation . -s223:hasProperty a rdf:Property ; - rdfs:label "has Property"^^xsd:string ; - rdfs:comment "The relation hasProperty associates any 223 Concept with a Property."^^xsd:string . - -s223:hasValue a rdf:Property ; - rdfs:label "hasValue"^^xsd:string ; - rdfs:comment "hasValue is used to contain a fixed value that is part of a 223 model, rather than a computed, measured, or externally derived variable."^^xsd:string . +s223:hasOutput a rdf:Property ; + rdfs:label "has output"^^xsd:string ; + rdfs:comment "The relation hasOutput is used to relate a Function (see `s223:Function`) to a Property (see `s223:Property`) that is calculated by the Function."^^xsd:string . s223:hasZone a rdf:Property ; rdfs:label "has zone"^^xsd:string ; @@ -4674,44 +62964,5505 @@ s223:isConnectionPointOf a rdf:Property ; s223:inverseOf s223:hasConnectionPoint ; rdfs:comment "The relation isConnectionPointOf is part of a pair of relations that bind a ConnectionPoint to a Connectable thing. It is the inverse of the relation hasConnectionPoint (see `s223:hasConnectionPoint`)."^^xsd:string . - a s223:Connection, - s223:Duct ; - s223:cnx , - ; - s223:connectsAt , - ; - s223:hasMedium s223:Medium-Air ; - s223:hasProperty . - - a s223:Connection, - s223:Duct ; - s223:cnx , - ; - s223:connectsAt , - ; - s223:hasMedium s223:Medium-Air ; - s223:hasProperty . - - a s223:QuantifiableObservableProperty ; - ns1:hasQuantityKind ; - ns1:hasUnit . - - a s223:QuantifiableObservableProperty ; - ns1:hasQuantityKind ; - ns1:hasUnit . - - a s223:Connection ; - s223:cnx , - ; - s223:connectsAt , - ; - s223:hasMedium s223:Medium-Air ; - s223:hasProperty . - - a s223:QuantifiableObservableProperty ; - s223:hasAspect s223:Role-Supply ; - ns1:hasQuantityKind ; - ns1:hasUnit . + owl:imports ; + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; + sh:declare [ sh:namespace "http://data.ashrae.org/standard223#"^^xsd:anyURI ; + sh:prefix "s223"^^xsd:string ] . + +dcterms:contributor a rdf:Property, + owl:AnnotationProperty ; + rdfs:label "contributor"^^xsd:string ; + rdfs:isDefinedBy dcterms: ; + rdfs:range xsd:string . + +dcterms:rights a rdf:Property, + owl:AnnotationProperty ; + rdfs:label "rights"^^xsd:string ; + rdfs:isDefinedBy dcterms: ; + rdfs:range xsd:string . + +dcterms:subject a rdf:Property, + owl:AnnotationProperty ; + rdfs:label "subject"^^xsd:string ; + rdfs:isDefinedBy dcterms: ; + rdfs:range xsd:string . + +ns1:abbreviation a rdf:Property ; + rdfs:label "abbreviation"^^xsd:string ; + dcterms:description "An abbreviation for a unit is a short ASCII string that is used in place of the full name for the unit in contexts where non-ASCII characters would be problematic, or where using the abbreviation will enhance readability. When a power of abase unit needs to be expressed, such as squares this can be done using abbreviations rather than symbols. For example, sq ft means square foot, and cu ft means cubic foot."^^rdf:HTML ; + rdfs:isDefinedBy . + +ns1:applicableSystem a rdf:Property ; + rdfs:label "applicable system"^^xsd:string ; + dcterms:description "This property relates a unit of measure with a unit system that may or may not define the unit, but within which the unit is compatible."^^rdf:HTML ; + rdfs:isDefinedBy . + +ns1:derivedUnitOfSystem a rdf:Property ; + rdfs:label "is derived unit of system"^^xsd:string ; + dcterms:description "This property relates a unit of measure to the system of units in which it is defined as a derived unit. That is, the derived unit is defined as a product of the base units for the system raised to some rational power."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf ns1:isUnitOfSystem . + +ns1:hasCoherentUnit a rdf:Property ; + rdfs:label "coherent unit"^^xsd:string ; + dcterms:description "A coherent unit of measurement for a unit system is a defined unit that may be expressed as a product of powers of the system's base units with the proportionality factor of one."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf ns1:hasDefinedUnit . + +ns1:hasDerivedUnit a rdf:Property ; + rdfs:label "derived unit"^^xsd:string ; + dcterms:description "This property relates a system of units to a unit of measure that is defined within the system in terms of the base units for the system. That is, the derived unit is defined as a product of the base units for the system raised to some rational power."^^rdf:HTML ; + rdfs:isDefinedBy . + +ns1:hasDimensionVector a rdf:Property ; + rdfs:label "has dimension vector"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:iec61360Code a rdf:Property ; + rdfs:label "iec-61360 code"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:informativeReference a rdf:Property ; + rdfs:label "informative reference"^^xsd:string ; + dcterms:description "Provides a way to reference a source that provided useful but non-normative information."^^rdf:HTML ; + rdfs:isDefinedBy . + +ns1:literal a rdf:Property ; + rdfs:label "literal"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf ns3:literal . + +ns1:mathMLdefinition a rdf:Property ; + rdfs:label "mathML definition"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf ns1:mathDefinition . + +ns1:normativeReference a rdf:Property ; + rdfs:label "normative reference"^^xsd:string ; + dcterms:description "Provides a way to reference information that is an authorative source providing a standard definition"^^rdf:HTML ; + rdfs:isDefinedBy . + + a ns1:ConstantValue ; + rdfs:label "Value for Sackur-Tetrode constant 1 K 101.325 kPa"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.0000044 ; + ns1:standardUncertaintySN 4.4e-06 ; + ns1:value -1.1648677 ; + ns1:valueSN -1.164868e+00 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?s0srstd#mid"^^xsd:anyURI . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A-1E0L0I0M0H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance -1 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(N^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E-1L2I0M1H-1T-3D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent -1 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature -1 ; + ns1:dimensionExponentForTime -3 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E-1L3I0M1H0T-2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent -1 ; + ns1:dimensionExponentForLength 3 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E-1L3I0M1H0T-3D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent -1 ; + ns1:dimensionExponentForLength 3 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -3 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^3 M T^-3 I^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-1I0M0H1T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 1 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-2I1M0H0T1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -2 ; + ns1:dimensionExponentForLuminousIntensity 1 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 1 ; + ns1:dimensionlessExponent 0 ; + ns1:latexDefinition "\\(L^-2 J T\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-4I0M1H0T-1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -4 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I0M-1H0T1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 1 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I0M0H-1T-1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature -1 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(T^-1 Θ^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I0M0H1T-2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 1 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(T^-2 Θ\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I0M1H-4T-3D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature -4 ; + ns1:dimensionExponentForTime -3 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(M T^{-3}.H^{-4}\\)"^^ns1:LatexString ; + ns1:latexSymbol "\\(M T^{-3}.\\Theta^{-4}\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L2I0M0H1T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 1 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^2 Θ\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L2I0M0H1T1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 1 ; + ns1:dimensionExponentForTime 1 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^2 T Θ\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L3I0M0H0T-2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 3 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^3 T^-2\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L6I0M0H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 6 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E1L-1I0M-1H0T2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 1 ; + ns1:dimensionExponentForLength -1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 2 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^{-1} M^{-1} T^2 I\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E1L-1I0M0H0T1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 1 ; + ns1:dimensionExponentForLength -1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 1 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^-1 T I\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E1L-2I0M-1H0T3D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 1 ; + ns1:dimensionExponentForLength -2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 3 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^-2 M^-1 T^3 I\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E1L1I0M0H0T1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 1 ; + ns1:dimensionExponentForLength 1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 1 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L T I\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E2L0I0M-1H0T4D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 2 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 4 ; + ns1:dimensionlessExponent 0 ; + ns1:latexDefinition "\\(M^-1 T^4 I^2\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E2L2I0M-1H0T2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 2 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 2 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^2 M^-1 T^2 I^2\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E3L-3I0M-2H0T7D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 3 ; + ns1:dimensionExponentForLength -3 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -2 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 7 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E4L-2I0M-3H0T10D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 4 ; + ns1:dimensionExponentForLength -2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -3 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 10 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^-2 M^-3 T^10 I^4\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A1E0L-2I0M0H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 1 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A1E0L1I0M-2H0T2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 1 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -2 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 2 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Molar Mass variation due to Pressure"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "The \"Variation of Molar Mass\" of a gas as a function of pressure."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Angular Cross-section"@en ; + dcterms:description "\"Angular Cross-section\" is the cross-section for ejecting or scattering a particle into an elementary cone, divided by the solid angle \\(d\\Omega\\) of that cone."^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Cross_section_(physics)"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\sigma = \\int \\sigma_\\Omega d\\Omega\\)"^^ns1:LatexString ; + ns1:latexSymbol "\\(\\sigma_\\Omega\\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:QuantityKind ; + rdfs:label "Angular Frequency"@en ; + dcterms:description "\"Angular frequency\", symbol \\(\\omega\\) (also referred to by the terms angular speed, radial frequency, circular frequency, orbital frequency, radian frequency, and pulsatance) is a scalar measure of rotation rate. Angular frequency (or angular speed) is the magnitude of the vector quantity angular velocity."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Angular_frequency"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Angular_frequency"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\omega = 2\\pi f\\), where \\(f\\) is frequency."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\omega\\)"^^ns1:LatexString ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Angular Wavenumber"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Wavenumber"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:latexDefinition """\\(k = \\frac{2\\pi}{\\lambda}= \\frac{2\\pi\\upsilon}{\\upsilon_p}=\\frac{\\omega}{\\upsilon_p}\\), where \\(\\upsilon\\) is the frequency of the wave, \\(\\lambda\\) is the wavelength, \\(\\omega = 2\\pi \\upsilon\\) is the angular frequency of the wave, and \\(\\upsilon_p\\) is the phase velocity of the wave. + +Alternatively: + +\\(k = \\frac{p}{\\hbar}\\), where \\(p\\) is the linear momentum of quasi free electrons in an electron gas and \\(\\hbar\\) is the reduced Planck constant (\\(h\\) divided by \\(2\\pi\\)); for phonons, its magnitude is \\(k = \\frac{2\\pi}{\\lambda}\\), where \\(\\lambda\\) is the wavelength of the lattice vibrations."""^^ns1:LatexString ; + ns1: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."^^xsd:string ; + ns1:symbol "k"^^xsd:string ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Area Ratio"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Area Temperature"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Area Time Temperature"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Atmospheric Hydroxylation Rate"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "A second order reaction rate constant that is a specific second order reaction rate constant that governs the kinetics of an atmospheric, gas-phase reaction between hydroxyl radicals and an organic chemical."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Canonical Partition Function"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Partition_function_(statistical_mechanics)"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(Z = \\sum_r e^{-\\frac{E_r}{kT}}\\), where the sum is over all quantum states consistent with given energy, volume, external fields, and content, \\(E_r\\) is the energy in the \\(rth\\) quantum state, \\(k\\) is the Boltzmann constant, and \\(T\\) is thermodynamic temperature."^^ns1:LatexString ; + ns1:plainTextDescription "A \"Canonical Partition Function\" applies to a canonical ensemble, in which the system is allowed to exchange heat with the environment at fixed temperature, volume, and number of particles."^^xsd:string ; + ns1:symbol "Z"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Cross-section"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Cross_section_(physics)"^^xsd:anyURI ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "\"Cross-section\" is used to express the likelihood of interaction between particles. For a specified target particle and for a specified reaction or process produced by incident charged or uncharged particles of specified type and energy, it is the mean number of such reactions or processes divided by the incident-particle fluence."^^xsd:string ; + ns1:symbol "σ"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Curvature"@en ; + dcterms:description "The canonical example of extrinsic curvature is that of a circle, which has curvature equal to the inverse of its radius everywhere. Smaller circles bend more sharply, and hence have higher curvature. The curvature of a smooth curve is defined as the curvature of its osculating circle at each point. The osculating circle of a sufficiently smooth plane curve at a given point on the curve is the circle whose center lies on the inner normal line and whose curvature is the same as that of the given curve at that point. This circle is tangent to the curve at the given point. The magnitude of curvature at points on physical curves can be measured in \\(diopters\\) (also spelled \\(dioptre\\)) — this is the convention in optics."^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Curvature"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Curvature"^^xsd:anyURI ; + ns1:plainTextDescription """The canonical example of extrinsic curvature is that of a circle, which has curvature equal to the inverse of its radius everywhere. Smaller circles bend more sharply, and hence have higher curvature. The curvature of a smooth curve is defined as the curvature of its osculating circle at each point. The osculating circle of a sufficiently smooth plane curve at a given point on the curve is the circle whose center lies on the inner normal line and whose curvature is the same as that of the given curve at that point. This circle is tangent to the curve at the given point. +That is, given a point P on a smooth curve C, the curvature of C at P is defined to be 1/R where R is the radius of the osculating circle of C at P. The magnitude of curvature at points on physical curves can be measured in diopters (also spelled dioptre) — this is the convention in optics. [Wikipedia],"""^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Distance"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Distance"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:plainTextDescription "\"Distance\" is a numerical description of how far apart objects are. "^^xsd:string ; + ns1:symbol "d"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Delta u,v"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://www.waveformlighting.com/tech/calculate-duv-from-cie-1931-xy-coordinates"^^xsd:anyURI, + "https://www1.eere.energy.gov/buildings/publications/pdfs/ssl/led-color-characteristics-factsheet.pdf"^^xsd:anyURI ; + ns1:plainTextDescription "Duv is a metric that is short for Delta u,v (not to be confused with Delta u',v') and describes the distance of a light color point from the black body curve."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:QuantityKind ; + rdfs:label "Electric Current per Unit Energy"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Electric Flux"@en ; + ns1:applicableUnit , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Electric_flux"^^xsd:anyURI ; + ns1:expression "\\(electirc-flux\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\Psi = \\int_S D \\cdot e_n dA\\), over a surface \\(S\\), where \\(D\\) is electric flux density and \\(e_n dA\\) is the vector surface element."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\Psi\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Electric Flux\" through an area is defined as the electric field multiplied by the area of the surface projected in a plane perpendicular to the field. Electric Flux is a scalar-valued quantity."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:QuantityKind ; + rdfs:label "Electric Quadrupole Moment"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1: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."^^xsd:string ; + ns1:symbol "Q"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Electromagnetic Energy Density"@en ; + dcterms:description "\\(\\textbf{Electromagnetic Energy Density}\\), also known as the \\(\\color{indigo} {\\textit{Volumic Electromagnetic Energy}}\\), is the energy associated with an electromagnetic field, per unit volume of the field."^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-64"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(w = (1/2) ( \\mathbf{E} \\cdot \\mathbf{D} + \\mathbf{B} \\cdot \\mathbf{H})\\), where \\(\\mathbf{E}\\) is electric field strength, \\(\\mathbf{D}\\) is electric flux density, \\(\\mathbf{M}\\) is magnetic flux density, and \\(\\mathbf{H}\\) is magnetic field strength."^^ns1:LatexString ; + ns1:symbol "w"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + , + , + ; + owl:sameAs . + + a ns1:QuantityKind ; + rdfs:label "Energy Per Area Electric Charge"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "\"Energy Per Area Electric Charge\" is the amount of electric energy associated with a unit of area."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Entropy"@en ; + dcterms:description "When a small amount of heat \\(dQ\\) is received by a system whose thermodynamic temperature is \\(T\\), the entropy of the system increases by \\(dQ/T\\), provided that no irreversible change takes place in the system."^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Entropy"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:symbol "S"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Equilibrium Constant"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Equilibrium_constant"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(K^\\Theta = \\Pi_B(\\lambda_B^\\Theta)^{-\\nu_B}\\), where \\(\\Pi_B\\) denotes the product for all substances \\(B\\), \\(\\lambda_B^\\Theta\\) is the standard absolute activity of substance \\(B\\), and \\(\\nu_B\\) is the stoichiometric number of the substance \\(B\\)."^^ns1:LatexString ; + ns1:latexSymbol "\\(K^\\Theta\\)"^^ns1:LatexString ; + ns1:plainTextDescription "The \"Equlilbrium Constant\", also known as the thermodynamic equilibrium constant, is an expression that gives us a ratio of the products and reactants of a reaction at equilibrium with respect to a specific unit."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + . + + a ns1:QuantityKind ; + rdfs:label "Exchange Integral"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Exchange_interaction"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:plainTextDescription "\"Exchange Integral\" is the constituent of the interaction energy between the spins of adjacent electrons in matter arising from the overlap of electron state functions."^^xsd:string ; + ns1:symbol "K"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Exposure Rate"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://hps.org/publicinformation/ate/faqs/gammaandexposure.html"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\dot{X} = \\frac{dX}{dt}\\), where \\(X\\) is the increment of exposure during time interval with duration \\(t\\)."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\dot{X}\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Exposure Rate\" expresses the rate of charge production per unit mass of air and is commonly expressed in roentgens per hour (R/h) or milliroentgens per hour (mR/h)."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Gibbs Energy"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.citizendium.org/wiki/Thermodynamics"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:latexDefinition "\\(G = H - T \\cdot S\\), where \\(H\\) is enthalpy, \\(T\\) is thermodynamic temperature and \\(S\\) is entropy."^^ns1:LatexString ; + ns1: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."^^xsd:string ; + ns1:symbol "G"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + , + , + ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Hamilton Function"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Hamilton–Jacobi_equation"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(H = \\sum p_i\\dot{q_i} - L\\), where \\(p_i\\) is a generalized momentum, \\(\\dot{q_i}\\) is a generalized velocity, and \\(L\\) is the Lagrange function."^^ns1:LatexString ; + ns1:plainTextDescription "The Hamilton–Jacobi equation (HJE) is a necessary condition describing extremal geometry in generalizations of problems from the calculus of variations."^^xsd:string ; + ns1:symbol "H"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Helmholtz Energy"@en ; + dcterms:description "\\(\\textit{Helmholtz Energy}\\) is one of the potentials are used to measure energy changes in systems as they evolve from an initial state to a final state. The potential used depends on the constraints of the system, such as constant temperature or pressure. \\(\\textit{Internal Energy}\\) is the internal energy of the system, \\(\\textit{Enthalpy}\\) is the internal energy of the system plus the energy related to pressure-volume work, and Helmholtz and Gibbs free energy are the energies available in a system to do useful work when the temperature and volume or the pressure and temperature are fixed, respectively. The name \\(\\textit{Helmholz Free Energy}\\) is also used."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.citizendium.org/wiki/Thermodynamics"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:latexDefinition "\\(H = U - T \\cdot S\\), where \\(U\\) is internal energy, \\(T\\) is thermodynamic temperature and \\(S\\) is entropy."^^ns1:LatexString ; + ns1:symbol "A"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + , + , + ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Instantaneous Power"@en ; + dcterms:description "\"Instantaneous Power}, for a two-terminal element or a two-terminal circuit with terminals A and B, is the product of the voltage \\(u_{AB}\\) between the terminals and the electric current i in the element or circuit: \\(p = \\)u_{AB} \\cdot i\\(, where \\)u_{AB\" is the line integral of the electric field strength from A to B, and where the electric current in the element or circuit is taken positive if its direction is from A to B and negative in the opposite case. For an n-terminal circuit, it is the sum of the instantaneous powers relative to the n - 1 pairs of terminals when one of the terminals is chosen as a common terminal for the pairs. For a polyphase element, it is the sum of the instantaneous powers in all phase elements of a polyphase element. For a polyphase line consisting of m line conductors and one neutral conductor, it is the sum of the m instantaneous powers expressed for each line conductor by the product of the polyphase line-to-neutral voltage and the corresponding line current."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Power"^^xsd:anyURI, + "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-30"^^xsd:anyURI, + "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-31"^^xsd:anyURI, + "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=141-02-14"^^xsd:anyURI, + "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=141-03-10"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(p = ui\\), where \\(u\\) is instantaneous voltage and \\(i\\) is instantaneous electric current."^^ns1:LatexString ; + ns1:symbol "p"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Inverse amount of substance"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Inverse Length Temperature"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Inverse Square Mass"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Inverse Temperature"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Isentropic Compressibility"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Compressibility"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\varkappa_S = \\frac{1}{V}\\left (\\frac{\\partial V}{\\partial p} \\right )_S\\), where \\(V\\) is volume, \\(p\\) is \\(pressure\\), and \\(S\\) is entropy,"^^ns1:LatexString ; + ns1:latexSymbol "\\(\\varkappa_S\\)"^^ns1:LatexString ; + ns1:plainTextDescription "Isentropic compressibility is the extent to which a material reduces its volume when it is subjected to compressive stresses at a constant value of entropy."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Lagrange Function"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Lagrangian"^^xsd:anyURI, + "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-76"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(L(q_i, \\dot{q_i}) = T(q_i, \\dot{q_i}) - V(q_i)\\), where \\(T\\) is kinetic energy, \\(V\\) is potential energy, \\(q_i\\) is a generalized coordinate, and \\(\\dot{q_i}\\) is a generalized velocity."^^ns1:LatexString ; + ns1:plainTextDescription "The Lagrange Function is a function that summarizes the dynamics of the system."^^xsd:string ; + ns1:symbol "L"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Length Energy"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Length Molar Energy"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Level Width"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://encyclopedia2.thefreedictionary.com/Level+Width"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\Gamma = \\frac{\\hbar}{\\tau}\\), where \\(\\hbar\\) is the reduced Planck constant and \\(\\tau\\) is the mean lifetime."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\Gamma\\)"^^ns1:LatexString ; + ns1:plainTextDescription "The \"Level Width\" is the uncertainty in the energy of a quantum-mechanical system having discrete energy levels in a state that is not strictly stationary. The system may be an atom, a molecule, or an atomic nucleus."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Linear Energy Transfer"@en ; + ns1:applicableUnit , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Linear_energy_transfer"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Linear_energy_transfer"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "For ionizing charged particles, \\(L_\\Delta = \\frac{dE_\\Delta}{dl}\\), where \\(dE_\\Delta\\) is the mean energy lost in elctronic collisions locally to matter along a small path through the matter, minus the sum of the kinetic energies of all the electrons released with kinetic energies in excess of \\(\\Delta\\), and \\(dl\\) is the length of that path."^^ns1:LatexString ; + ns1:latexSymbol "\\(L_\\Delta\\)"^^ns1:LatexString, + "\\(L_\\bigtriangleup\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Linear Energy Transfer\" (LET) is the linear density of energy lost by a charged ionizing particle travelling through matter.Typically, this measure is used to quantify the effects of ionizing radiation on biological specimens or electronic devices."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Modulus of Rotational Subgrade Reaction"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC1/HTML/link/ifcmodulusofrotationalsubgradereactionmeasure.htm"^^xsd:anyURI ; + ns1:plainTextDescription "Modulus of Rotational Subgrade Reaction is a measure for modulus of rotational subgrade reaction, which expresses the rotational elastic bedding of a linear structural element per length, such as for a beam. It is typically measured in Nm/(m*rad)."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Molar Absorption Coefficient"@en ; + ns1:applicableUnit ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://medical-dictionary.thefreedictionary.com/molar+absorption+coefficient"^^xsd:anyURI ; + ns1:latexDefinition "\\(x = aV_m\\), where \\(a\\) is the linear absorption coefficient and \\(V_m\\) is the molar volume."^^ns1:LatexString ; + ns1: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."^^xsd:string ; + ns1:symbol "x"^^xsd:string ; + ns1:systemDerivedQuantityKind ns1:SOQ_SI ; + rdfs:isDefinedBy ; + owl:sameAs . + + a ns1:QuantityKind ; + rdfs:label "Molar Angular Momentum"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:url "http://cvika.grimoar.cz/callen/callen_21.pdf"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Multiplication Factor"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Neutron_multiplication_factor"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:plainTextDescription "The \"Multiplication Factor\" is the ratio of the total number of fission or fission-dependent neutrons produced in a time interval to the total number of neutrons lost by absorption and leakage during the same interval."^^xsd:string ; + ns1:symbol "k"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Nuclear Quadrupole Moment"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Nuclear_quadrupole_resonance"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(Q = (\\frac{1}{e}) \\int (3z^2 - r^2)\\rho(x, y, z)dV\\), in the quantum state with the nuclear spin in the field direction \\((z)\\), where \\(\\rho(x, y, z)\\) is the nuclear electric charge density, \\(e\\) is the elementary charge, \\(r^2 = x^2 + y^2 + z^2\\), and \\(dV\\) is the volume element \\(dx\\) \\(dy\\) \\(dz\\)."^^ns1:LatexString ; + ns1:plainTextDescription "\"Nuclear Quadrupole Moment\" is a quantity that characterizes the deviation from spherical symmetry of the electrical charge distribution in an atomic nucleus."^^xsd:string ; + ns1:symbol "Q"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "PH"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Acid"^^xsd:anyURI, + "https://en.wikipedia.org/wiki/PH"^^xsd:anyURI ; + ns1:plainTextDescription "Chemicals or substances having a pH less than 7 are said to be acidic; more than 7 means basic."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Product of Inertia"@en ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "A measure of a body's dynamic (or coupled) imbalance resulting in a precession when rotating about an axis other than the body?s principal axis."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Polarizability"@en ; + dcterms:description "\"Polarizability\" is the relative tendency of a charge distribution, like the electron cloud of an atom or molecule, to be distorted from its normal shape by an external electric field, which may be caused by the presence of a nearby ion or dipole. The electronic polarizability \\(\\alpha\\) is defined as the ratio of the induced dipole moment of an atom to the electric field that produces this dipole moment. Polarizability is often a scalar valued quantity, however in the general case it is tensor-valued."^^ns1:LatexString ; + ns1:applicableUnit , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Polarizability"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:latexSymbol "\\(\\alpha\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Power Area"@en ; + ns1:applicableUnit , + , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Power per area quartic temperature"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Reflectance"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Dissipation_factor"^^xsd:anyURI ; + ns1:latexDefinition "\\(r= \\frac{P_r}{P_i}\\), where \\(P_r\\) is the reflected sound power, and \\(P_i\\) is the incident sound power."^^ns1:LatexString ; + ns1:plainTextDescription "Reflectance, or reflection factor for sound power, is the ratio of reflected sound power to incident sound power."^^xsd:string ; + ns1:symbol "r"^^xsd:string ; + ns1:systemDerivedQuantityKind ns1:SOQ_SI ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Relative Humidity"@en ; + dcterms:description "\\(\\textit{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. \\(\\textit{Relative Humidity}\\) is also referred to as \\(\\textit{Relative Partial Pressure}\\). Relative partial pressure is often referred to as \\(RH\\) and expressed in percent."^^ns1:LatexString ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Relative_humidity"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\varphi = p / p_{sat}\\), where \\(p\\) is partial pressure of vapour, \\(p_{sat}\\) is thermodynamic temperature and \\(V\\) is its partial pressure at saturation (at the same temperature). Relative partial pressure is often referred to as \\(RH\\) and expressed in percent. \\(\\textit{Relative Humidity}\\) is also referred to as \\(\\textit{Relative Partial Pressure}\\)."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\varphi\\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:altLabel "RH"^^xsd:string ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Relative Partial Pressure"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\varphi = p / p_{sat}\\), where \\(p\\) is partial pressure of vapour, \\(p_{sat}\\) is thermodynamic temperature and \\(V\\) is its partial pressure at saturation (at the same temperature). Relative partial pressure is often referred to as \\(RH\\) and expressed in percent. \\(\\textit{Relative Partial Pressure}\\) is also referred to as \\(\\textit{Relative Humidity}\\)."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\varphi\\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + skos:altLabel "RH"^^xsd:string ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Relative Pressure Coefficient"@en ; + ns1:applicableUnit ; + ns1:expression "\\(rel-pres-coef\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\alpha_p = \\frac{1}{p}\\left (\\frac{\\partial p}{\\partial T} \\right )_V\\), where \\(p\\) is \\(pressure\\), \\(T\\) is thermodynamic temperature and \\(V\\) is volume."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\alpha_p\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Residual Resistivity"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Residual-resistance_ratio"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\rho_R\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Residual Resistivity\" for metals, is the resistivity extrapolated to zero thermodynamic temperature."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Section Modulus"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Section_modulus"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(Z = \\frac{I_a}{(r_Q)_{max}}\\), where \\(I_a\\) is the second axial moment of area and \\((r_Q)_{max}\\) is the maximum radial distance of any point in the surface considered from the \\(Q-axis\\) with respect to which \\(I_a\\) is defined."^^ns1:LatexString ; + ns1:plainTextDescription "The Section Modulus is a geometric property for a given cross-section used in the design of beams or flexural members."^^xsd:string ; + ns1:symbol "Z"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Solid Angle"@en ; + ns1:applicableUnit , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Solid_angle"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "The solid angle subtended by a surface S is defined as the surface area of a unit sphere covered by the surface S's projection onto the sphere. A solid angle is related to the surface of a sphere in the same way an ordinary angle is related to the circumference of a circle. Since the total surface area of the unit sphere is 4*pi, the measure of solid angle will always be between 0 and 4*pi."^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Standard Gravitational Parameter"@en ; + dcterms:description "In celestial mechanics the standard gravitational parameter of a celestial body is the product of the gravitational constant G and the mass M of the body. Expressed as \\(\\mu = G \\cdot M\\). The SI units of the standard gravitational parameter are \\(m^{3}s^{-2}\\)."^^ns1:LatexString ; + ns1:applicableUnit , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Standard_gravitational_parameter"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Standard_gravitational_parameter"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\mu\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Temperature Amount of Substance"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Temperature per Time Squared"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Thermal Energy Length"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Thrust To Mass Ratio"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Thruster Power To Thrust Efficiency"@en ; + ns1:hasDimensionVector ; + ns1:latexSymbol "\\(\\eta\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Total Mass Stopping Power"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Stopping_power_(particle_radiation)"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(S_m = \\frac{S}{\\rho}\\), where \\(S\\) is the total linear stopping power and \\(\\rho\\) is the mass density of the sample."^^ns1:LatexString ; + ns1:plainTextDescription "If a substance is compared in gaseous and solid form, then the linear stopping powers of the two states are very different just because of the different density. One therefore often divides S(E) by the density of the material to obtain the \"Mass Stopping Power\". The mass stopping power then depends only very little on the density of the material."^^xsd:string ; + ns1:symbol "S_m"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Vehicle Velocity"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:symbol "V"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Volumic Electromagnetic Energy"@en ; + dcterms:description "\\(\\textit{Volumic Electromagnetic Energy}\\), also known as the \\(\\textit{Electromagnetic Energy Density}\\), is the energy associated with an electromagnetic field, per unit volume of the field."^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-64"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(w = (1/2) ( \\mathbf{E} \\cdot \\mathbf{D} + \\mathbf{B} \\cdot \\mathbf{H})\\), where \\(\\mathbf{E}\\) is electric field strength, \\(\\mathbf{D}\\) is electric flux density, \\(\\mathbf{M}\\) is magnetic flux density, and \\(\\mathbf{H}\\) is magnetic field strength."^^ns1:LatexString ; + ns1:latexSymbol "\\(w\\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + , + , + ; + owl:sameAs . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Ampere Hour"@en ; + dcterms:description """$\\textit{Ampere Hour}$ is a practical unit of electric charge equal to the charge flowing + in one hour through a conductor passing one ampere. + An ampere-hour or amp-hour (symbol $Ah,\\,AHr,\\, A \\cdot h, A h$) is a unit of electric + charge, with sub-units milliampere-hour ($mAh$) and milliampere second ($mAs$). + One ampere-hour is equal to 3600 coulombs (ampere-seconds), the electric charge transferred + by a steady current of one ampere for one hour. + The ampere-hour is frequently used in measurements of electrochemical systems such as + electroplating and electrical batteries. + The commonly seen milliampere-hour ($mAh$ or $mA \\cdot h$) is one-thousandth of an + ampere-hour ($3.6 \\,coulombs$). + """^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 3600.0 ; + ns1:conversionMultiplierSN 3.6e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA102"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Ampere-hour"^^xsd:anyURI, + "http://www.oxfordreference.com/view/10.1093/acref/9780199233991.001.0001/acref-9780199233991-e-86"^^xsd:anyURI ; + ns1:symbol "A·hr"^^xsd:string ; + ns1:ucumCode "A.h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "AMH"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Ampere Square Metre Per Joule Second"@en, + "Ampere Square Meter Per Joule Second"@en-us ; + dcterms:description "The SI unit of gyromagnetic ratio."^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$A-m^2/J-s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://encyclopedia2.thefreedictionary.com/ampere+square+meter+per+joule+second"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:symbol "A·m²/(J·s)"^^xsd:string ; + ns1:ucumCode "A.m2.J-1.s-1"^^ns1:UCUMcs, + "A.m2/(J.s)"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A10"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "أمبير في المتر المربع"@ar, + "ampér na metr čtvereční"@cs, + "Ampere je Quadratmeter"@de, + "ampere per square metre"@en, + "Ampere per Square Meter"@en-us, + "amperio por metro cuadrado"@es, + "آمپر بر مترمربع"@fa, + "ampère par mètre carré"@fr, + "एम्पीयर प्रति वर्ग मीटर"@hi, + "ampere al metro quadrato"@it, + "アンペア毎平方メートル"@ja, + "ampere per meter persegi"@ms, + "amper na metr kwadratowy"@pl, + "ampere por metro quadrado"@pt, + "ampere pe metru pătrat"@ro, + "ампер на квадратный метр"@ru, + "amper na kvadratni meter"@sl, + "amper bölü metre kare"@tr, + "安培每平方米"@zh ; + dcterms:description """$\\textit{Ampere Per Square Meter}$ is a unit in the category of electric current density. +This unit is commonly used in the SI unit system. +"""^^ns1:LatexString ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$A/m^2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAA105"^^xsd:string, + "0112/2///62720#UAD533"^^xsd:string ; + ns1:informativeReference "https://cdd.iec.ch/cdd/iec61360/iec61360.nsf/Units/0112-2---62720%23UAA105"^^xsd:anyURI ; + ns1:symbol "A/m²"^^xsd:string ; + ns1:ucumCode "A.m-2"^^ns1:UCUMcs, + "A/m2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A41"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ampere Second"@en ; + dcterms:description "product out of the SI base unit ampere and the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA107"^^xsd:string, + "0112/2///62720#UAD516"^^xsd:string ; + ns1:plainTextDescription "product out of the SI base unit ampere and the SI base unit second"^^xsd:string ; + ns1:symbol "A·s"^^xsd:string ; + ns1:ucumCode "A.s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A8"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Acre Foot"@en ; + dcterms:description "An acre-foot is a unit of volume commonly used in the United States in reference to large-scale water resources, such as reservoirs, aqueducts, canals, sewer flow capacity, and river flows. It is defined by the volume of one acre of surface area to a depth of one foot. Since the acre is defined as a chain by a furlong ($66 ft \\times 660 ft$) the acre-foot is exactly $43,560 cubic feet$. For irrigation water, the volume of $1 ft \\times 1 \\; ac = 43,560 \\; ft^{3} (1,233.482 \\; m^{3}, 325,851 \\; US gal)$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1233.4818375475202 ; + ns1:conversionMultiplierSN 1.233482e+03 ; + ns1:definedUnitOfSystem , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB288"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Acre-foot"^^xsd:anyURI, + "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-35"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "acre·ft"^^xsd:string ; + ns1:ucumCode "[acr_br].[ft_i]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Angstrom"@en, + "Cubic Angstrom"@en-us ; + 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)."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000000000000000000000000001 ; + ns1:conversionMultiplierSN 1e-30 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "ų"^^xsd:string ; + ns1:ucumCode "Ao3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Abampere"@en ; + dcterms:description """ + The $\\textit{Abampere (aA)}$, also called the $biot$ after Jean-Baptiste Biot, is the basic electromagnetic unit of electric current in the emu-cgs system of units (electromagnetic cgs). + One $abampere$ is equal to ten amperes in the SI system of units. + An $abampere$ is the constant current that produces, when maintained in two parallel conductors of negligible circular section and of infinite length placed 1 centimetre apart, + a force of 2 dynes per centimetre between the two conductors. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 10.0 ; + ns1:conversionMultiplierSN 1e+01 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Abampere"^^xsd:anyURI ; + ns1:derivedUnitOfSystem ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Abampere?oldid=489318583"^^xsd:anyURI, + "http://wordinfo.info/results/abampere"^^xsd:anyURI, + "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-13?rskey=i2kRRz"^^xsd:anyURI ; + ns1:latexDefinition "$1\\,abA = 10\\,A$"^^ns1:LatexString ; + ns1:omUnit ; + ns1:plainTextDescription "The Abampere (aA), also called the biot after Jean-Baptiste Biot, is the basic electromagnetic unit of electric current in the emu-cgs system of units (electromagnetic cgs). One abampere is equal to ten amperes in the SI system of units. An abampere is the constant current that produces, when maintained in two parallel conductors of negligible circular section and of infinite length placed 1 centimetre apart, a force of 2 dynes per centimetre between the two conductors."^^xsd:string ; + ns1:symbol "abA"^^xsd:string ; + ns1:ucumCode "Bi"^^ns1:UCUMcs ; + rdfs:isDefinedBy ; + skos:altLabel "biot"^^xsd:string . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "AttoCoulomb"@en ; + dcterms:description """ + An $\\textit{AttoColomb}$ is $10^{-18} C$, where $C$ is the unit for $Colomb$. + """^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 0.000000000000000001 ; + ns1:conversionMultiplierSN 1e-18 ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:prefix ; + ns1:symbol "aC"^^xsd:string ; + ns1:ucumCode "aC"^^ns1:UCUMcs ; + rdfs:isDefinedBy ; + prov:wasDerivedFrom . + + a ns1:Unit ; + rdfs:label "Barrel"@en ; + dcterms:description "A barrel is one of several units of volume, with dry barrels, fluid barrels (UK beer barrel, U.S. beer barrel), oil barrel, etc. The volume of some barrel units is double others, with various volumes in the range of about 100-200 litres (22-44 imp gal; 26-53 US gal)."^^rdf:HTML ; + ns1:applicableSystem ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Barrel"^^xsd:anyURI ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA334"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Barrel?oldid=494614619"^^xsd:anyURI ; + ns1:symbol "bbl"^^xsd:string ; + ns1:ucumCode "[bbl_us]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "BLL"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Barrel (UK Petroleum)"@en ; + dcterms:description "unit of the volume for crude oil according to the Imperial system of units"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.1591132 ; + ns1:conversionMultiplierSN 1.591132e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA329"^^xsd:string ; + ns1:plainTextDescription "unit of the volume for crude oil according to the Imperial system of units"^^xsd:string ; + ns1:symbol "bbl{UK petroleum}"^^xsd:string ; + ns1:uneceCommonCode "J57"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Barrel (US)"@en ; + dcterms:description "unit of the volume for crude oil according to the Anglo-American system of units"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.1589873 ; + ns1:conversionMultiplierSN 1.589873e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA334"^^xsd:string ; + ns1:plainTextDescription "unit of the volume for crude oil according to the Anglo-American system of units"^^xsd:string ; + ns1:symbol "bbl{US petroleum}"^^xsd:string ; + ns1:ucumCode "[bbl_us]"^^ns1:UCUMcs ; + ns1:udunitsCode "bbl"^^xsd:string ; + ns1:uneceCommonCode "BLL"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Beaufort"@en ; + dcterms:description "unit for classification of winds according to their speed, developed by Sir Francis Beaufort as measure for the over-all behaviour of a ship's sail at different wind speeds"^^rdf:HTML ; + ns1:conversionMultiplier 0.0 ; + ns1:conversionMultiplierSN 0e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA110"^^xsd:string ; + ns1:plainTextDescription "unit for classification of winds according to their speed, developed by Sir Francis Beaufort as measure for the over-all behaviour of a ship's sail at different wind speeds"^^xsd:string ; + ns1:symbol "Beufort"^^xsd:string ; + ns1:uneceCommonCode "M19"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "BTU per Square Foot"@en ; + dcterms:description """$\\textit{BTU per Square Foot}$ is an Imperial unit for 'Energy Per Area' expressed as $Btu/ft^2$. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 11356.5267 ; + ns1:conversionMultiplierSN 1.135653e+04 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$Btu/ft^{2}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB283"^^xsd:string ; + ns1:symbol "Btu{IT}/ft²"^^xsd:string ; + ns1:ucumCode "[Btu_IT].[ft_i]-2"^^ns1:UCUMcs, + "[Btu_IT]/[ft_i]2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P37"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "BTU per Square Foot Hour Degree Fahrenheit"@en ; + dcterms:description """$\\textit{BTU per Square Foot Hour Degree Fahrenheit}$ is an Imperial unit for 'Coefficient Of Heat Transfer' expressed as $Btu/(hr-ft^{2}-degF)$. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 5.678263341113487328270053328717809 ; + ns1:conversionMultiplierSN 5.678263e+00 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$Btu/(hr-ft^{2}-degF)$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "Btu{IT}/(ft²·hr·°F)"^^xsd:string ; + ns1:ucumCode "[Btu_IT].[ft_i]-2.h-1.[degF]-1"^^ns1:UCUMcs, + "[Btu_IT]/([ft_i]2.h.[degF])"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "BTU per Square Foot Second Degree Fahrenheit"@en ; + dcterms:description """$\\textit{BTU per Square Foot Second Degree Fahrenheit}$ is an Imperial unit for 'Coefficient Of Heat Transfer' expressed as $Btu/(ft^{2}-s-degF)$. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 20441.74802800855438177219198338411 ; + ns1:conversionMultiplierSN 2.044175e+04 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$Btu/(ft^{2}-s-degF)$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "Btu{IT}/(ft²·s·°F)"^^xsd:string ; + ns1:ucumCode "[Btu_IT].[ft_i]-2.s-1.[degF]-1"^^ns1:UCUMcs, + "[Btu_IT]/([ft_i]2.s.[degF])"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N76"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British Thermal Unit (IT) Per Cubic Foot"@en ; + dcterms:description """$\\textit{British Thermal Unit (IT) Per Cubic Foot}$ ($Btu (IT)/ft^3$) is a unit in the category of Energy density. + It is also known as Btu per cubic foot, Btu/cubic foot. + This unit is commonly used in the UK, US unit systems. + It has a dimension of $ML^{-1}T^{-2}$ where $M$ is mass, $L$ is length, and $T$ is time. + It can be converted to the corresponding standard SI unit $J/m^3$ by multiplying its value by a factor of 37258.94579. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 37258.94579 ; + ns1:conversionMultiplierSN 3.725895e+04 ; + ns1:expression "$Btu(IT)-per-ft3$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB280"^^xsd:string ; + ns1:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI, + "http://www.efunda.com/glossary/units/units--energy_density--british_thermal_unit_it_per_cubic_foot.cfm"^^xsd:anyURI, + "http://www.translatorscafe.com/cafe/EN/units-converter/fuel-efficiency--volume/c/"^^xsd:anyURI ; + ns1:symbol "Btu{IT}/ft³"^^xsd:string ; + ns1:ucumCode "[Btu_IT].[ft_i]-3"^^ns1:UCUMcs, + "[Btu_IT]/[ft_i]3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N58"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British Thermal Unit (international Table) Per Hour Square Foot degree Rankine"@en ; + dcterms:description "unit of the heat transfer coefficient according to the Imperial system of units"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 5.678263341113487328270053328717809 ; + ns1:conversionMultiplierSN 5.678263e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB099"^^xsd:string ; + ns1:plainTextDescription "unit of the heat transfer coefficient according to the Imperial system of units"^^xsd:string ; + ns1:symbol "Btu{IT}/(hr·ft²·°R)"^^xsd:string ; + ns1:ucumCode "[Btu_IT].h-1.[ft_i]-2.[degR]-1"^^ns1:UCUMcs, + "[Btu_IT]/(h.[ft_i]2.[degR])"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A23"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "BTU-IT-PER-lb"@en ; + dcterms:description "The amount of energy generated by a pound of substance is measured in British thermal units (IT) per pound of mass. 1 $Btu_{IT}/lb$ is equivalent to $2.326 \\times 10^3$ joule per kilogram (J/kg)."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 2326.0 ; + ns1:conversionMultiplierSN 2.326e+03 ; + ns1:definedUnitOfSystem ; + ns1:expression "$Btu/lb$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI, + "http://www.efunda.com/glossary/units/units--energy_density--british_thermal_unit_it_per_cubic_foot.cfm"^^xsd:anyURI ; + ns1:symbol "Btu{IT}/lb"^^xsd:string ; + ns1:ucumCode "[Btu_IT].[lb_av]-1"^^ns1:UCUMcs, + "[Btu_IT]/[lb_av]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "AZ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British Thermal Unit (international Table) Per Second Square Foot degree Rankine"@en ; + dcterms:description "unit of the heat transfer coefficient according to the Imperial system of units"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 20441.74802800855438177219198338411 ; + ns1:conversionMultiplierSN 2.044175e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB098"^^xsd:string ; + ns1:plainTextDescription "unit of the heat transfer coefficient according to the Imperial system of units"^^xsd:string ; + ns1:symbol "Btu{IT}/(s·ft²·°R)"^^xsd:string ; + ns1:ucumCode "[Btu_IT].s-1.[ft_i]-2.[degR]-1"^^ns1:UCUMcs, + "[Btu_IT]/(s.[ft_i]2.[degR])"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A20"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British Thermal Unit (TH) Per Cubic Foot"@en ; + dcterms:description "British Thermal Unit (TH) Per Cubic Foot ($Btu (TH)/ft^3$) is a unit in the category of Energy density. It is also known as Btu per cubic foot, Btu/cubic foot. This unit is commonly used in the UK, US unit systems. It has a dimension of $ML^{-1}T^{-2}$ where $M$ is mass, $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit $J/m^3$ by multiplying its value by a factor of 37234.03."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 37234.03 ; + ns1:conversionMultiplierSN 3.723403e+04 ; + ns1:expression "$Btu(th)-per-ft3$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB281"^^xsd:string ; + ns1:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI, + "http://www.efunda.com/glossary/units/units--energy_density--british_thermal_unit_it_per_cubic_foot.cfm"^^xsd:anyURI, + "http://www.translatorscafe.com/cafe/EN/units-converter/fuel-efficiency--volume/c/"^^xsd:anyURI ; + ns1:symbol "Btu{th}/ft³"^^xsd:string ; + ns1:ucumCode "[Btu_th].[ft_i]-3"^^ns1:UCUMcs, + "[Btu_th]/[ft_i]3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N59"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British Thermal Unit (TH) Per Pound"@en ; + dcterms:description "${\\bf Btu_{th} / lbm}$, British Thermal Unit (therm.) Per Pound Mass, is a unit in the category of Thermal heat capacity. It is also known as Btu per pound, Btu/pound, Btu/lb. This unit is commonly used in the UK unit system. British Thermal Unit (therm.) Per Pound Mass (Btu (therm.)/lbm) has a dimension of $L^2T^{-2}$ where $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit J/kg by multiplying its value by a factor of 2324.443861."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 2324.443861 ; + ns1:conversionMultiplierSN 2.324444e+03 ; + ns1:expression "$btu_th-per-lb$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI, + "http://www.efunda.com/glossary/units/units--thermal_heat_capacity--british_thermal_unit_therm_per_pound_mass.cfm"^^xsd:anyURI ; + ns1:symbol "Btu{th}/lbm"^^xsd:string ; + ns1:ucumCode "[Btu_th].[lb_av]-1"^^ns1:UCUMcs, + "[Btu_th]/[lb_av]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Coulomb per Cubic Metre"@en, + "Coulomb per Cubic Meter"@en-us ; + dcterms:description "Coulomb Per Cubic Meter ($C/m^{3}$) is a unit in the category of Electric charge density. It is also known as coulomb per cubic metre, coulombs per cubic meter, coulombs per cubic metre, coulomb/cubic meter, coulomb/cubic metre. This unit is commonly used in the SI unit system. Coulomb Per Cubic Meter has a dimension of $L^{-3}TI$ where $L$ is length, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$C/m^{3}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA135"^^xsd:string ; + ns1:symbol "C/m³"^^xsd:string ; + ns1:ucumCode "C.m-3"^^ns1:UCUMcs, + "C/m3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A29"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Calorie (international Table) Per Gram"@en ; + dcterms:description "Calories produced per gram of substance."^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 4186.8 ; + ns1:conversionMultiplierSN 4.1868e+03 ; + ns1:expression "$cal_{it}-per-gm$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB176"^^xsd:string ; + ns1:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI, + "http://www.efunda.com/glossary/units/units--thermal_heat_capacity--british_thermal_unit_therm_per_pound_mass.cfm"^^xsd:anyURI ; + ns1:plainTextDescription "unit calorie according to the international steam table divided by the 0.001-fold of the SI base unit kilogram"^^xsd:string ; + ns1:symbol "cal{IT}/g"^^xsd:string ; + ns1:ucumCode "cal_IT.g-1"^^ns1:UCUMcs, + "cal_IT/g"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D75"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Calorie (international Table) Per Second Square Centimetre kelvin"@en, + "Calorie (international Table) Per Second Square Centimeter kelvin"@en-us ; + dcterms:description "unit of the heat transfer coefficient according to the Imperial system of units"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 41868.0 ; + ns1:conversionMultiplierSN 4.1868e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB096"^^xsd:string ; + ns1:plainTextDescription "unit of the heat transfer coefficient according to the Imperial system of units"^^xsd:string ; + ns1:symbol "cal{IT}/(s·cm²·K)"^^xsd:string ; + ns1:ucumCode "cal_IT.s-1.cm-2.K-1"^^ns1:UCUMcs, + "cal_IT/(s.cm2.K)"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D72"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Calorie (thermochemical) Per Second Square Centimetre kelvin"@en, + "Calorie (thermochemical) Per Second Square Centimeter kelvin"@en-us ; + dcterms:description "unit of the heat transfer coefficient according to the Imperial system of units"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 41840.0 ; + ns1:conversionMultiplierSN 4.184e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB097"^^xsd:string ; + ns1:plainTextDescription "unit of the heat transfer coefficient according to the Imperial system of units"^^xsd:string ; + ns1:symbol "cal/(s·cm²·K)"^^xsd:string ; + ns1:ucumCode "cal_th.s-1.cm-2.K-1"^^ns1:UCUMcs, + "cal_th/(s.cm2.K)"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D39"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Abcoulomb"@en ; + dcterms:description "\"abcoulomb\" (abC or aC) or electromagnetic unit of charge (emu of charge) is the basic physical unit of electric charge in the cgs-emu system of units. One abcoulomb is equal to ten coulombs ($1\\,abC\\,=\\,10\\,C$)."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 10.0 ; + ns1:conversionMultiplierSN 1e+01 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Abcoulomb"^^xsd:anyURI ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Abcoulomb?oldid=477198635"^^xsd:anyURI, + "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-9?rskey=KHjyOu"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "abC"^^xsd:string ; + ns1:ucumCode "10.C"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "CentiCoulomb"@en ; + dcterms:description "A CentiCoulomb is $10^{-2} C$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:prefix ; + ns1:symbol "cC"^^xsd:string ; + ns1:ucumCode "cC"^^ns1:UCUMcs ; + rdfs:isDefinedBy ; + prov:wasDerivedFrom . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Centimetre per Square Second"@en, + "Centimeter per Square Second"@en-us ; + dcterms:description "$\\textit{Centimeter per Square Second}$ is a C.G.S System unit for $\\textit{Linear Acceleration}$ expressed as $cm/s^2$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:derivedUnitOfSystem , + ; + ns1:expression "$cm/s^2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB398"^^xsd:string ; + ns1:symbol "cm/s²"^^xsd:string ; + ns1:ucumCode "cm.s-2"^^ns1:UCUMcs, + "cm/s2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M39"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Square centimetres per second"@en ; + dcterms:description "0.0001-fold of the power of the SI base unit metre by exponent 2 divided by the SI base unit second"^^xsd:string ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0001 ; + ns1:conversionMultiplierSN 1e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB408"^^xsd:string ; + ns1:symbol "cm²/s"^^xsd:string ; + ns1:ucumCode "cm2.s-1"^^ns1:UCUMcs, + "cm2/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M81"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "cubic centimetre"@en, + "cubic centimeter"@en-us ; + dcterms:description "The CGS unit of volume, equal to 10-6 cubic meter, 1 milliliter, or about 0.061 023 7 cubic inch"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:expression "$cubic-cm$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA385"^^xsd:string ; + ns1:prefix ; + ns1:symbol "cm³"^^xsd:string ; + ns1:ucumCode "cm3"^^ns1:UCUMcs ; + ns1:udunitsCode "cc"^^xsd:string ; + ns1:uneceCommonCode "CMQ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Centimole per kilogram"@en ; + dcterms:description "1/100 of SI unit of amount of substance per kilogram"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:plainTextDescription "1/100 of SI unit of amount of substance per kilogram"^^xsd:string ; + ns1:symbol "cmol/kg"^^xsd:string ; + ns1:ucumCode "cmol.kg-1"^^ns1:UCUMcs, + "cmol/kg"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Dyne Per Centimetre"@en, + "Dyne Per Centimeter"@en-us ; + dcterms:description "CGS unit of the surface tension"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB106"^^xsd:string ; + ns1:plainTextDescription "CGS unit of the surface tension"^^xsd:string ; + ns1:symbol "dyn/cm"^^xsd:string ; + ns1:ucumCode "dyn.cm-1"^^ns1:UCUMcs, + "dyn/cm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "DX"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Dalton"@en ; + 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\"."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00000000000000000000000000166053878283 ; + ns1:conversionMultiplierSN 1.660539e-27 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Dalton"^^xsd:anyURI ; + ns1:exactMatch , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Atomic_mass_unit"^^xsd:anyURI, + "http://en.wikipedia.org/wiki/Dalton?oldid=495038954"^^xsd:anyURI ; + ns1:siExactMatch ; + ns1:symbol "Da"^^xsd:string ; + ns1:ucumCode "u"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D43"^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "atomic-mass-unit"^^xsd:string . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "DecaCoulomb"@en ; + dcterms:description "A DecaCoulomb is $10 C$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 10.0 ; + ns1:conversionMultiplierSN 1e+01 ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:prefix ; + ns1:symbol "daC"^^xsd:string ; + ns1:ucumCode "daC"^^ns1:UCUMcs ; + rdfs:isDefinedBy ; + prov:wasDerivedFrom . + + a ns1:Unit ; + rdfs:label "Decalitre"@en, + "Decalitre"@en-us ; + dcterms:description "10-fold of the unit litre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB115"^^xsd:string ; + ns1:plainTextDescription "10-fold of the unit litre"^^xsd:string ; + ns1:symbol "daL"^^xsd:string ; + ns1:ucumCode "daL"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A44"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Decametre"@en, + "Cubic Decameter"@en-us ; + dcterms:description "1 000-fold of the power of the SI base unit metre by exponent 3"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB179"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the power of the SI base unit metre by exponent 3"^^xsd:string ; + ns1:prefix ; + ns1:symbol "dam³"^^xsd:string ; + ns1:ucumCode "dam3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "DMA"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "DeciCoulomb"@en ; + dcterms:description "A DeciCoulomb is $10^{-1} C$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 0.1 ; + ns1:conversionMultiplierSN 1e-01 ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:prefix ; + ns1:symbol "dC"^^xsd:string ; + ns1:ucumCode "dC"^^ns1:UCUMcs ; + rdfs:isDefinedBy ; + prov:wasDerivedFrom . + + a ns1:Unit ; + rdfs:label "Decilitre"@en, + "Decilitre"@en-us ; + dcterms:description "0.1-fold of the unit litre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0001 ; + ns1:conversionMultiplierSN 1e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB113"^^xsd:string ; + ns1:plainTextDescription "0.1-fold of the unit litre"^^xsd:string ; + ns1:symbol "dL"^^xsd:string ; + ns1:ucumCode "dL"^^ns1:UCUMcs ; + ns1:uneceCommonCode "DLT"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Decimetre"@en, + "Cubic Decimeter"@en-us ; + dcterms:description "0.1-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA414"^^xsd:string ; + ns1:plainTextDescription "0.1-fold of the power of the SI base unit metre with the exponent 3"^^xsd:string ; + ns1:prefix ; + ns1:symbol "dm³"^^xsd:string ; + ns1:ucumCode "dm3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "DMQ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Elementary Charge"@en ; + dcterms:description """$\\textit{Elementary Charge}$, usually denoted as $e$, is the electric charge carried by a single proton, + or equivalently, the negation (opposite) of the electric charge carried by a single electron. + This elementary charge is a fundamental physical constant. + To avoid confusion over its sign, e is sometimes called the elementary positive charge. + This charge has a measured value of approximately $1.602176634 \\times 10^{-19} coulombs$. + In the cgs system, $e$ is $4.80320471257026372 \\times 10^{-10} statcoulombs$. + """^^ns1:LatexString ; + ns1:conversionMultiplier 0.0000000000000000001602176634 ; + ns1:conversionMultiplierSN 1.602177e-19 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "e"^^xsd:string ; + ns1:ucumCode "[e]"^^ns1:UCUMcs ; + ns1:udunitsCode "e"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Erg per Cubic Centimetre"@en, + "Erg per Cubic Centimeter"@en-us ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.1 ; + ns1:conversionMultiplierSN 1e-01 ; + ns1:derivedUnitOfSystem , + ; + ns1:expression "$erg-per-cm3$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB146"^^xsd:string ; + ns1:symbol "erg/cm³"^^xsd:string ; + ns1:ucumCode "erg.cm-3"^^ns1:UCUMcs, + "erg/cm3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A60"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Erg per Gram"@en ; + dcterms:isReplacedBy ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0001 ; + ns1:conversionMultiplierSN 1e-04 ; + ns1:deprecated true ; + ns1:derivedUnitOfSystem , + ; + ns1:expression "$erg-per-g$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB061"^^xsd:string ; + ns1:symbol "erg/G"^^xsd:string ; + ns1:ucumCode "erg.g-1"^^ns1:UCUMcs, + "erg/g"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A61"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Erg Second"@en ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0000001 ; + ns1:conversionMultiplierSN 1e-07 ; + ns1:derivedUnitOfSystem , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "erg·s"^^xsd:string ; + ns1:ucumCode "erg.s"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Electron Volt per Tesla"@en ; + dcterms:description """ + The unit $\\textit{Electron Volt per Tesla}$ is a unit for $\\textit{Magnetic Dipole Moment}$ expressed as $eV T^{-1}$. + """^^ns1:LatexString ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.0000000000000000001602176634 ; + ns1:conversionMultiplierSN 1.602177e-19 ; + ns1:expression "$eV T^{-1}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "eV/T"^^xsd:string ; + ns1:ucumCode "eV.T-1"^^ns1:UCUMcs, + "eV/T"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Elementary Charge"@en ; + dcterms:description "$\\textit{Elementary Charge}$, usually denoted as $e$, is the electric charge carried by a single proton, or equivalently, the negation (opposite) of the electric charge carried by a single electron. This elementary charge is a fundamental physical constant. To avoid confusion over its sign, e is sometimes called the elementary positive charge. This charge has a measured value of approximately $1.602176634 \\times 10^{-19} coulombs$. In the cgs system, $e$ is $4.80320471257026372 \\times 10^{-10} statcoulombs$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 0.0000000000000000001602176634 ; + ns1:conversionMultiplierSN 1.602177e-19 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "e"^^xsd:string ; + ns1:ucumCode "[e]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "ExaCoulomb"@en ; + dcterms:description "An ExaCoulomb is $10^{18} C$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 1000000000000000000.0 ; + ns1:conversionMultiplierSN 1e+18 ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:prefix ; + ns1:symbol "EC"^^xsd:string ; + ns1:ucumCode "EC"^^ns1:UCUMcs ; + rdfs:isDefinedBy ; + prov:wasDerivedFrom . + + a ns1:Unit ; + rdfs:label "Faraday"@en ; + dcterms:description "\"Faraday\" is a unit for 'Electric Charge' expressed as $F$."^^ns1:LatexString ; + ns1:conversionMultiplier 96485.3399 ; + ns1:conversionMultiplierSN 9.648534e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:omUnit ; + ns1:symbol "F"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Board Foot"@en ; + dcterms:description "The board-foot is a specialized unit of measure for the volume of lumber in the United States and Canada. It is the volume of a one-foot length of a board one foot wide and one inch thick. Board-foot can be abbreviated FBM (for 'foot, board measure'), BDFT, or BF. Thousand board-feet can be abbreviated as MFBM, MBFT or MBF. "^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.00236 ; + ns1:conversionMultiplierSN 2.36e-03 ; + ns1:definedUnitOfSystem , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "BDFT"^^xsd:string ; + ns1:ucumCode "[bf_i]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "BFT"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Foot Pound per Square Foot"@en ; + dcterms:description "\"Foot Pound per Square Foot\" is an Imperial unit for 'Energy Per Area' expressed as $ft-lbf/ft^{2}$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 14.5939042 ; + ns1:conversionMultiplierSN 1.45939e+01 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$ft-lbf/ft^{2}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "ft·lbf/ft²"^^xsd:string ; + ns1:ucumCode "[ft_i].[lbf_av].[sft_i]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Foot Pound Force per Square Metre"@en, + "Foot Pound Force per Square Meter"@en-us ; + dcterms:description "\"Foot Pound Force per Square Meter\" is a unit for 'Energy Per Area' expressed as $ft-lbf/m^{2}$."^^ns1:LatexString ; + ns1:conversionMultiplier 1.35581800916358032544 ; + ns1:conversionMultiplierSN 1.355818e+00 ; + ns1:expression "$ft-lbf/m^{2}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "ft·lbf/m²"^^xsd:string ; + ns1:ucumCode "[ft_i].[lbf_av].m-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Foot Pound Force Second"@en ; + dcterms:description "\"Foot Pound Force Second\" is a unit for 'Angular Momentum' expressed as $lbf / s$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1.35581800916358032544 ; + ns1:conversionMultiplierSN 1.355818e+00 ; + ns1:expression "$lbf / s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "ft·lbf·s"^^xsd:string ; + ns1:ucumCode "[ft_i].[lbf_av].s"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Foot per Square Second"@en ; + dcterms:description "$\\textit{Foot per Square Second}$ is an Imperial unit for $\\textit{Linear Acceleration}$ expressed as $ft/s^2$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.3048 ; + ns1:conversionMultiplierSN 3.048e-01 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$ft/s^{2}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA452"^^xsd:string ; + ns1:symbol "ft/s²"^^xsd:string ; + ns1:ucumCode "[ft_i].s-2"^^ns1:UCUMcs, + "[ft_i]/s2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A73"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Square Foot per Hour"@en ; + dcterms:description "$\\textit{Square Foot per Hour}$ is an Imperial unit for $\\textit{Kinematic Viscosity}$ and $\\textit{Thermal Diffusivity}$ expressed as $ft^{2}/hr$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0000258064 ; + ns1:conversionMultiplierSN 2.58064e-05 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$ft^{2}/hr$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB247"^^xsd:string ; + ns1:symbol "ft²/hr"^^xsd:string ; + ns1:ucumCode "[sft_i].h-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M79"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Square Foot per Second"@en ; + dcterms:description "\"Square Foot per Second\" is an Imperial unit for 'Kinematic Viscosity' expressed as $ft^{2}/s$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.09290304 ; + ns1:conversionMultiplierSN 9.290304e-02 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$ft^{2}/s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA455"^^xsd:string ; + ns1:symbol "ft²/s"^^xsd:string ; + ns1:ucumCode "[sft_i].s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "S3"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Cubic Foot"@en ; + dcterms:description """ + The cubic foot is an Imperial and US customary unit of volume, used in the United States and the United Kingdom. + It is defined as the volume of a cube with sides of one foot (0.3048 m) in length. + To calculate cubic feet multiply length X width X height. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.028316846592 ; + ns1:conversionMultiplierSN 2.831685e-02 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$ft^{3}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA456"^^xsd:string ; + ns1:symbol "ft³"^^xsd:string ; + ns1:ucumCode "[cft_i]"^^ns1:UCUMcs, + "[ft_i]3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "FTQ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Cubic Foot per Minute"@en ; + dcterms:description "\"Cubic Foot per Minute\" is an Imperial unit for 'Volume Per Unit Time' expressed as $ft^3/min$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0004719474432000001 ; + ns1:conversionMultiplierSN 4.719474e-04 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$ft^{3}/min$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA461"^^xsd:string ; + ns1:symbol "ft³/min"^^xsd:string ; + ns1:ucumCode "[cft_i].min-1"^^ns1:UCUMcs, + "[cft_i]/min"^^ns1:UCUMcs, + "[ft_i]3.min-1"^^ns1:UCUMcs, + "[ft_i]3/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "2L"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Foot Per Minute Square Foot"@en ; + dcterms:description "unit of the volume flow rate according to the Anglio-American and imperial system of units cubic foot per minute related to the transfer area according to the Anglian American and Imperial system of units square foot"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.00508 ; + ns1:conversionMultiplierSN 5.08e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB086"^^xsd:string ; + ns1:plainTextDescription "unit of the volume flow rate according to the Anglio-American and imperial system of units cubic foot per minute related to the transfer area according to the Anglian American and Imperial system of units square foot"^^xsd:string ; + ns1:symbol "ft³/(min·ft²)"^^xsd:string ; + ns1:ucumCode "[cft_i].min-1.[sft_i]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "36"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Cubic Foot per Second"@en ; + dcterms:description "\"Cubic Foot per Second\" is an Imperial unit for $ \\textit{Volume Per Unit Time}$ expressed as $ft^3/s$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.028316846592000004 ; + ns1:conversionMultiplierSN 2.831685e-02 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$ft^{3}/s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA462"^^xsd:string ; + ns1:symbol "ft³/s"^^xsd:string ; + ns1:ucumCode "[cft_i].s-1"^^ns1:UCUMcs, + "[cft_i]/s"^^ns1:UCUMcs, + "[ft_i]3.s-1"^^ns1:UCUMcs, + "[ft_i]3/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E17"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "FemtoCoulomb"@en ; + dcterms:description "A FemtoCoulomb is $10^{-15} C$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 0.000000000000001 ; + ns1:conversionMultiplierSN 1e-15 ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:prefix ; + ns1:symbol "fC"^^xsd:string ; + ns1:ucumCode "fC"^^ns1:UCUMcs ; + rdfs:isDefinedBy ; + prov:wasDerivedFrom . + + a ns1:Unit ; + rdfs:label "Femtolitre"@en, + "Femtolitre"@en-us ; + dcterms:description "0.000000000000001-fold of the unit litre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000000000001 ; + ns1:conversionMultiplierSN 1e-18 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "0.000000000000001-fold of the unit litre"^^xsd:string ; + ns1:symbol "fL"^^xsd:string ; + ns1:ucumCode "fL"^^ns1:UCUMcs ; + ns1:uneceCommonCode "Q32"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gravity"@en ; + dcterms:description "\"Gravity\" is a unit for 'Linear Acceleration' expressed as $G$."^^ns1:LatexString ; + ns1:conversionMultiplier 9.80665 ; + ns1:conversionMultiplierSN 9.80665e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA521"^^xsd:string ; + ns1:symbol "G"^^xsd:string ; + ns1:ucumCode "[g]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K40"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Galileo"@en ; + dcterms:description "The $\\textit{Galileo}$ is the unit of acceleration of free fall used extensively in the science of gravimetry. The Galileo is defined as $1 \\textit{centimeter per square second}$ ($1 cm/s^2$). Unfortunately, the Galileo is often denoted with the symbol Gal, not to be confused with the Gallon that also uses the same symbol."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Gal"^^xsd:anyURI ; + ns1:derivedUnitOfSystem , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB042"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Gal?oldid=482010741"^^xsd:anyURI ; + ns1:omUnit ; + ns1:plainTextDescription "CGS unit of acceleration called gal with the definition: 1 Gal = 1 cm/s"^^xsd:string ; + ns1:symbol "Gal"^^xsd:string ; + ns1:ucumCode "Gal"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A76"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gill (UK)"@en ; + dcterms:description "unit of the volume for fluids according to the Imperial system of units (1/32 Imperial Gallon)"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0001420653 ; + ns1:conversionMultiplierSN 1.420653e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA511"^^xsd:string ; + ns1:plainTextDescription "unit of the volume for fluids according to the Imperial system of units (1/32 Imperial Gallon)"^^xsd:string ; + ns1:symbol "gill{UK}"^^xsd:string ; + ns1:ucumCode "[gil_br]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "GII"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gill (US)"@en ; + dcterms:description "unit of the volume according the Anglo-American system of units (1/32 US Gallon)"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000118294125 ; + ns1:conversionMultiplierSN 1.182941e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA516"^^xsd:string ; + ns1:plainTextDescription "unit of the volume according the Anglo-American system of units (1/32 US Gallon)"^^xsd:string ; + ns1:symbol "gill{US}"^^xsd:string ; + ns1:ucumCode "[gil_us]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "GIA"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Grain per Gallon"@en ; + dcterms:description "\"Grain per Gallon\" is an Imperial unit for 'Density' expressed as $gr/gal$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.017118061 ; + ns1:conversionMultiplierSN 1.711806e-02 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$gr/gal$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "grain{UK}/gal"^^xsd:string ; + ns1:ucumCode "[gr].[gal_br]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K41"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "جراي; غراي"@ar, + "грей"@bg, + "gray"@cs, + "Gray"@de, + "γκρέι"@el, + "gray"@en, + "gray"@es, + "گری"@fa, + "gray"@fr, + "גריי"@he, + "ग्रेय"@hi, + "gray"@hu, + "gray"@it, + "グレイ"@ja, + "graium"@la, + "gray"@ms, + "grej"@pl, + "gray"@pt, + "gray"@ro, + "грэй"@ru, + "gray"@sl, + "gray"@tr, + "戈瑞"@zh ; + dcterms:description "The SI unit of radiation dose. Radiation carries energy, and when it is absorbed by matter the matter receives this energy. The dose is the amount of energy deposited per unit of mass. One gray is defined to be the dose of one joule of energy absorbed per kilogram of matter, or 100 rad. The unit is named for the British physician L. Harold Gray (1905-1965), an authority on the use of radiation in the treatment of cancer."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Grey"^^xsd:anyURI ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA163"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Grey?oldid=494774160"^^xsd:anyURI ; + ns1:omUnit ; + ns1:siExactMatch ; + ns1:siUnitsExpression "J/kg"^^xsd:string ; + ns1:symbol "Gy"^^xsd:string ; + ns1:ucumCode "Gy"^^ns1:UCUMcs ; + ns1:udunitsCode "Gy"^^xsd:string ; + ns1:uneceCommonCode "A95"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "GigaCoulomb"@en ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 1000000000.0 ; + ns1:conversionMultiplierSN 1e+09 ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:prefix ; + ns1:symbol "GC"^^xsd:string ; + ns1:ucumCode "GC"^^ns1:UCUMcs ; + rdfs:isDefinedBy ; + prov:wasDerivedFrom . + + a ns1:Unit ; + rdfs:label "Gigacoulomb Per Cubic Metre"@en, + "Gigacoulomb Per Cubic Meter"@en-us ; + 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 ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000000.0 ; + ns1:conversionMultiplierSN 1e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA149"^^xsd:string ; + ns1:plainTextDescription "1 000 000 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ; + ns1:symbol "GC/m³"^^xsd:string ; + ns1:ucumCode "GC.m-3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A84"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Gigahertz"@en ; + dcterms:description "The hertz (symbol Hz) is the SI unit of frequency defined as the number of cycles per second of a periodic phenomenon. A GigaHertz is $10^{9} hz$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 1000000000.0 ; + ns1:conversionMultiplierSN 1e+09 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Hertz"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA150"^^xsd:string ; + ns1:prefix ; + ns1:symbol "GHz"^^xsd:string ; + ns1:ucumCode "GHz"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A86"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Hertz Metre"@en, + "Hertz Meter"@en-us ; + dcterms:description """$\\textit{Hertz Metre}$ is the product of the SI derived unit hertz and the SI base unit metre. + """^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA171"^^xsd:string ; + ns1:plainTextDescription "product of the SI derived unit hertz and the SI base unit metre"^^xsd:string ; + ns1:symbol "Hz·m"^^xsd:string ; + ns1:ucumCode "Hz.m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H34"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "هرتز لكل كلفن"@ar, + "hertz na kelvin"@cs, + "Hertz je Kelvin"@de, + "hertz per kelvin"@en, + "hercio por kelvin"@es, + "هرتز بر کلوین"@fa, + "hertz par kelvin"@fr, + "हर्ट्ज प्रति कैल्विन"@hi, + "hertz al kelvin"@it, + "ヘルツ毎立方メートル"@ja, + "hertz per kelvin"@ms, + "herc na kelwin"@pl, + "hertz por kelvin"@pt, + "hertz pe kelvin"@ro, + "герц на кельвин"@ru, + "hertz bölü kelvin"@tr ; + dcterms:description """ + $\\textit{Hertz per Kelvin}$ is a unit for 'Inverse Time Temperature' expressed as $Hz K^{-1}$. + """^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$Hz K^{-1}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "Hz/K"^^xsd:string ; + ns1:ucumCode "Hz.K-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Hertz per Tesla"@en ; + dcterms:description "\"Hertz per Tesla\" is a unit for 'Electric Charge Per Mass' expressed as $Hz T^{-1}$."^^ns1:LatexString ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$Hz T^{-1}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "Hz/T"^^xsd:string ; + ns1:ucumCode "Hz.T-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Hertz per Volt"@en ; + dcterms:description "In the Hertz per Volt standard the frequency of the note is directly related to the voltage. A pitch of a note goes up one octave when its frequency doubles, meaning that the voltage will have to double for every octave rise. Depending on the footage (octave) selected, nominally one volt gives 1000Hz, two volts 2000Hz and so on. In terms of notes, bottom C would be 0.25 volts, the next C up would be 0.5 volts, then 1V, 2V, 4V, 8V for the following octaves. This system was used mainly by Yamaha and Korg."^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$Hz V^{-1}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "Hz/V"^^xsd:string ; + ns1:ucumCode "Hz.V-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "HectoCoulomb"@en ; + dcterms:description "\"HectoCoulomb\" is a unit for 'Electric Charge' expressed as $hC$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 100.0 ; + ns1:conversionMultiplierSN 1e+02 ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:prefix ; + ns1:symbol "hC"^^xsd:string ; + ns1:ucumCode "hC"^^ns1:UCUMcs ; + rdfs:isDefinedBy ; + prov:wasDerivedFrom . + + a ns1:Unit ; + rdfs:label "Hectolitre"@en, + "Hectolitre"@en-us ; + dcterms:description "100-fold of the unit litre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.1 ; + ns1:conversionMultiplierSN 1e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA533"^^xsd:string ; + ns1:plainTextDescription "100-fold of the unit litre"^^xsd:string ; + ns1:symbol "hL"^^xsd:string ; + ns1:ucumCode "hL"^^ns1:UCUMcs ; + ns1:uneceCommonCode "HLT"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Inch per Square second"@en ; + dcterms:description """$\\textit{Inch per Square second}$ is an Imperial unit for $\\textit{Linear Acceleration}$ expressed as $in/s^2$. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0254 ; + ns1:conversionMultiplierSN 2.54e-02 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$in/s2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB044"^^xsd:string ; + ns1:symbol "in/s²"^^xsd:string ; + ns1:ucumCode "[in_i].s-2"^^ns1:UCUMcs, + "[in_i]/s2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "IV"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Square Inch Per Second"@en ; + dcterms:description "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2 divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.00064516 ; + ns1:conversionMultiplierSN 6.4516e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA548"^^xsd:string ; + ns1:plainTextDescription "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2 divided by the SI base unit second"^^xsd:string ; + ns1:symbol "in²/s"^^xsd:string ; + ns1:ucumCode "[sin_i].s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G08"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Cubic Inch"@en ; + 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 ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.000016387064 ; + ns1:conversionMultiplierSN 1.638706e-05 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$in^{3}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA549"^^xsd:string ; + ns1:symbol "in³"^^xsd:string ; + ns1:ucumCode "[cin_i]"^^ns1:UCUMcs, + "[in_i]3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "INQ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Cubic Inch per Minute"@en ; + dcterms:description "\"Cubic Inch per Minute\" is an Imperial unit for 'Volume Per Unit Time' expressed as $in^{3}/min$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.00000027311773333333333 ; + ns1:conversionMultiplierSN 2.731177e-07 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$in^{3}/min$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA551"^^xsd:string ; + ns1:symbol "in³/min"^^xsd:string ; + ns1:ucumCode "[cin_i].min-1"^^ns1:UCUMcs, + "[cin_i]/min"^^ns1:UCUMcs, + "[in_i]3.min-1"^^ns1:UCUMcs, + "[in_i]3/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G57"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Joule Per Square Centimetre"@en, + "Joule Per Square Centimeter"@en-us ; + dcterms:description "derived SI unit joule divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 10000.0 ; + ns1:conversionMultiplierSN 1e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB188"^^xsd:string ; + ns1:plainTextDescription "derived SI unit joule divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^xsd:string ; + ns1:symbol "J/cm²"^^xsd:string ; + ns1:ucumCode "J.cm-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E43"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Joule Per Gram"@en ; + dcterms:description "SI derived unit joule divided by the 0.001-fold of the SI base unit kilogram"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA174"^^xsd:string ; + ns1:plainTextDescription "SI derived unit joule divided by the 0.001-fold of the SI base unit kilogram"^^xsd:string ; + ns1:symbol "J/g"^^xsd:string ; + ns1:ucumCode "J.g-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D95"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kelvin per Tesla"@en ; + dcterms:description "$\\textit{Kelvin per Tesla}$ is a unit for 'Temperature Per Magnetic Flux Density' expressed as $K T^{-1}$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$K T^{-1}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "K/T"^^xsd:string ; + ns1:ucumCode "K.T-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Knot per Second"@en ; + dcterms:description "$\\textit{Knot per Second}$ is a unit for 'Linear Acceleration' expressed as $kt/s$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.5144444444444445 ; + ns1:conversionMultiplierSN 5.144444e-01 ; + ns1:definedUnitOfSystem ; + ns1:expression "$kt/s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "kn/s"^^xsd:string ; + ns1:ucumCode "[kn_i].s-1"^^ns1:UCUMcs, + "[kn_i]/s"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kiloampere Hour"@en ; + dcterms:description "product of the 1 000-fold of the SI base unit ampere and the unit hour"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 3600000.0 ; + ns1:conversionMultiplierSN 3.6e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB053"^^xsd:string ; + ns1:plainTextDescription "product of the 1 000-fold of the SI base unit ampere and the unit hour"^^xsd:string ; + ns1:symbol "kA·hr"^^xsd:string ; + ns1:ucumCode "kA.h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "TAH"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "KiloCoulomb"@en ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA563"^^xsd:string ; + ns1:prefix ; + ns1:symbol "kC"^^xsd:string ; + ns1:ucumCode "kC"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B26"^^xsd:string ; + rdfs:isDefinedBy ; + prov:wasDerivedFrom . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilocalorie per Square Centimetre"@en, + "Kilocalorie per Square Centimeter"@en-us ; + dcterms:description "\"Kilocalorie per Square Centimeter\" is a unit for 'Energy Per Area' expressed as $kcal/cm^{2}$."^^ns1:LatexString ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 41840000.0 ; + ns1:conversionMultiplierSN 4.184e+07 ; + ns1:expression "$kcal/cm^{2}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "kcal/cm²"^^xsd:string ; + ns1:ucumCode "kcal.cm-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilocalorie per Gram"@en ; + dcterms:description "\"Kilocalorie per Gram\" is a unit for 'Specific Energy' expressed as $kcal/gm$."^^ns1:LatexString ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 4184000.0 ; + ns1:conversionMultiplierSN 4.184e+06 ; + ns1:expression "$kcal/gm$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "kcal/g"^^xsd:string ; + ns1:ucumCode "kcal.g-1"^^ns1:UCUMcs, + "kcal/g"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilocalorie per Mole"@en ; + dcterms:description "The kilocalorie per mole is a derived unit of energy per Avogadro's number of particles. It is the quotient of a kilocalorie (1000 thermochemical gram calories) and a mole, mainly used in the United States. In SI units, it is equal to $4.184 kJ/mol$, or $6.9477 \\times 10 J per molecule$. At room temperature it is equal to 1.688 . Physical quantities measured in $kcal\\cdot mol$ are usually thermodynamical quantities; mostly free energies such as: Heat of vaporization Heat of fusion

."^^ns1:LatexString ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 4184.0 ; + ns1:conversionMultiplierSN 4.184e+03 ; + ns1:expression "$kcal/mol$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "kcal/mol"^^xsd:string ; + ns1:ucumCode "kcal.mol-1"^^ns1:UCUMcs, + "kcal/mol"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilogramm mal Meter je Sekunde"@de, + "kilogram metre per second"@en, + "Kilogram Meter Per Second"@en-us, + "کیلوگرم متر بر ثانیه"@fa, + "chilogrammo per metro al secondo"@it, + "kilogram meter per saat"@ms, + "kilogram meter na sekundo"@sl, + "千克米每秒"@zh ; + dcterms:description "\"Kilogram Meter Per Second\" is a unit for 'Linear Momentum' expressed as $kg-m/s$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$kg-m/s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA615"^^xsd:string ; + ns1:symbol "kg·m/s"^^xsd:string ; + ns1:ucumCode "kg.m.s-1"^^ns1:UCUMcs, + "kg.m/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B31"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilogram per Square Second"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$kg-per-sec2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:latexSymbol "$kg \\cdot s^2$"^^ns1:LatexString ; + ns1:symbol "kg/s²"^^xsd:string ; + ns1:ucumCode "kg.s-2"^^ns1:UCUMcs, + "kg/s2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilogram Force Metre Per Square Centimetre"@en, + "Kilogram Force Meter Per Square Centimeter"@en-us ; + dcterms:description "product of the unit kilogram-force and the SI base unit metre divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; + ns1:conversionMultiplier 98066.5 ; + ns1:conversionMultiplierSN 9.80665e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB189"^^xsd:string ; + ns1:plainTextDescription "product of the unit kilogram-force and the SI base unit metre divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^xsd:string ; + ns1:symbol "kgf·m/cm²"^^xsd:string ; + ns1:ucumCode "kgf.m.cm-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E44"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilohertz"@en ; + dcterms:description "\"Kilohertz\" is a C.G.S System unit for 'Frequency' expressed as $KHz$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA566"^^xsd:string ; + ns1:prefix ; + ns1:symbol "kHz"^^xsd:string ; + ns1:ucumCode "kHz"^^ns1:UCUMcs ; + ns1:uneceCommonCode "KHZ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilojoule Per Kilogram"@en ; + dcterms:description "1 000-fold of the SI derived unit joule divided by the SI base unit kilogram"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA570"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the SI derived unit joule divided by the SI base unit kilogram"^^xsd:string ; + ns1:symbol "kJ/kg"^^xsd:string ; + ns1:ucumCode "kJ.kg-1"^^ns1:UCUMcs, + "kJ/kg"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B42"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilojoule Per Mole"@en ; + dcterms:description "1 000-fold of the SI derived unit joule divided by the SI base unit mol"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA572"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the SI derived unit joule divided by the SI base unit mol"^^xsd:string ; + ns1:symbol "kJ/mol"^^xsd:string ; + ns1:ucumCode "kJ.mol-1"^^ns1:UCUMcs, + "kJ/mol"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B44"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilolitre"@en, + "Kilolitre"@en-us ; + dcterms:description "1 000-fold of the unit litre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB114"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the unit litre"^^xsd:string ; + ns1:symbol "kL"^^xsd:string ; + ns1:ucumCode "kL"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K6"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound Force Foot Per Pound"@en ; + dcterms:description "product of the Anglo-American unit pound-force and the Anglo-American unit foot divided by the Anglo-American unit pound (US) of mass"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 2989.067 ; + ns1:conversionMultiplierSN 2.989067e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB484"^^xsd:string ; + ns1:plainTextDescription "product of the Anglo-American unit pound-force and the Anglo-American unit foot divided by the Anglo-American unit pound (US) of mass"^^xsd:string ; + ns1:symbol "klbf·ft/lbm"^^xsd:string ; + ns1:ucumCode "[lbf_av].[ft_i].[lb_av]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G20"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound Force Per Foot"@en ; + dcterms:description "unit of the length-related force"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 14593.904199475066 ; + ns1:conversionMultiplierSN 1.45939e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB192"^^xsd:string ; + ns1:plainTextDescription "unit of the length-related force"^^xsd:string ; + ns1:symbol "klbf/ft"^^xsd:string ; + ns1:ucumCode "[lbf_av].[ft_i]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F17"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilomol per Kilogram"@en ; + dcterms:description "Kilomole Per Kilogram ($kmol/kg$) is a unit of Molality"^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:definedUnitOfSystem ; + ns1:expression "$kmol/kg$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAB404"^^xsd:string ; + ns1:symbol "kmol/kg"^^xsd:string ; + ns1:ucumCode "kmol.kg-1"^^ns1:UCUMcs, + "kmol/kg"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P47"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilopascal Square Metre per Gram"@en, + "Kilopascal Square Meter per Gram"@en-us ; + dcterms:description "sector-specific unit of the burst index as 1 000-fold of the derived unit for pressure pascal related to the substance, represented as a quotient from the 0.001-fold of the SI base unit kilogram divided by the power of the SI base unit metre by exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB130"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "kPa·m²/g"^^xsd:string ; + ns1:ucumCode "kPa.m2.g-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "33"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilovolt Per Metre"@en, + "Kilovolt Per Meter"@en-us ; + dcterms:description "1 000-fold of the SI derived unit volt divided by the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA582"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the SI derived unit volt divided by the SI base unit metre"^^xsd:string ; + ns1:symbol "kV/m"^^xsd:string ; + ns1:ucumCode "kV.m-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B55"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilowatt hour per square metre"@en ; + dcterms:description "A unit of energy per unit area, equivalent to 3 600 000 joules per square metre."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 3600000.0 ; + ns1:conversionMultiplierSN 3.6e+06 ; + ns1:conversionOffset 0.0 ; + ns1:conversionOffsetSN 0e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "A unit of energy per unit area, equivalent to 3 600 000 joules per square metre."^^xsd:string ; + ns1:symbol "kW·hr/m²"^^xsd:string ; + ns1:ucumCode "kW.h.m-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Litre Per Kilogram"@en, + "Liter Per Kilogram"@en-us ; + dcterms:description "unit of the volume litre divided by the SI base unit kilogram"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB380"^^xsd:string ; + ns1:plainTextDescription "unit of the volume litre divided by the SI base unit kilogram"^^xsd:string ; + ns1:symbol "L/kg"^^xsd:string ; + ns1:ucumCode "L.kg-1"^^ns1:UCUMcs, + "L/kg"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H83"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound per Cubic Foot"@en ; + dcterms:description "\"Pound per Cubic Foot\" is an Imperial unit for 'Density' expressed as $lb/ft^{3}$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 16.018463373960138 ; + ns1:conversionMultiplierSN 1.601846e+01 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$lb/ft^{3}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA676"^^xsd:string ; + ns1:symbol "lbm/ft³"^^xsd:string ; + ns1:ucumCode "[lb_av].[cft_i]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "87"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound per Gallon"@en ; + dcterms:description "\"Pound per Gallon\" is an Imperial unit for 'Density' expressed as $lb/gal$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 99.7763727 ; + ns1:conversionMultiplierSN 9.977637e+01 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$lb/gal$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "lb/gal"^^xsd:string ; + ns1:ucumCode "[lb_av].[gal_br]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound (avoirdupois) Per Gallon (UK)"@en ; + dcterms:description "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit gallon (UK) according to the Imperial system of units"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 99.77637 ; + ns1:conversionMultiplierSN 9.977637e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA679"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "lbm/gal{UK}"^^xsd:string ; + ns1:ucumCode "[lb_av].[gal_br]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K71"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound (avoirdupois) Per Gallon (US)"@en ; + dcterms:description "unit of the mass avoirdupois pound according to the avoirdupois system divided by the unit gallon (US, liq.) according to the Anglo-American system of units"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 119.8264273168966285439132558055142 ; + ns1:conversionMultiplierSN 1.198264e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA680"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "lbm/gal{US}"^^xsd:string ; + ns1:ucumCode "[lb_av].[gal_us]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "GE"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound (avoirdupois) Per Square Inch"@en ; + dcterms:description "unit of the areal-related mass as avoirdupois pound according to the avoirdupois system of units related to the area square inch according to the Anglo-American and Imperial system of units"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 703.06957963916 ; + ns1:conversionMultiplierSN 7.030696e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAB137"^^xsd:string ; + ns1:plainTextDescription "unit of the areal-related mass as avoirdupois pound according to the avoirdupois system of units related to the area square inch according to the Anglo-American and Imperial system of units"^^xsd:string ; + ns1:symbol "lbm/in²"^^xsd:string ; + ns1:ucumCode "[lb_av].[sin_i]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "80"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound per Cubic Inch"@en ; + dcterms:description "\"Pound per Cubic Inch\" is an Imperial unit for 'Density' expressed as $lb/in^{3}$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 27679.904710203125 ; + ns1:conversionMultiplierSN 2.76799e+04 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$lb/in^{3}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA685"^^xsd:string ; + ns1:symbol "lbm/in³"^^xsd:string ; + ns1:ucumCode "[lb_av].[cin_i]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "LA"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound per Cubic Metre"@en, + "Pound per Cubic Meter"@en-us ; + dcterms:description "\"Pound per Cubic Meter\" is a unit for 'Density' expressed as $lb/m^{3}$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.45359237 ; + ns1:conversionMultiplierSN 4.535924e-01 ; + ns1:expression "$lb/m^{3}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "lbm/m³"^^xsd:string ; + ns1:ucumCode "[lb_av].m-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound per Cubic Yard"@en ; + dcterms:description "\"Pound per Cubic Yard\" is an Imperial unit for 'Density' expressed as $lb/yd^{3}$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.5932764212577829 ; + ns1:conversionMultiplierSN 5.932764e-01 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$lb/yd^{3}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA695"^^xsd:string ; + ns1:symbol "lbm/yd³"^^xsd:string ; + ns1:ucumCode "[lb_av].[cyd_i]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K84"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound Force per Foot"@en ; + dcterms:description "\"Pound Force per Foot\" is an Imperial unit for 'Force Per Length' expressed as $lbf/ft$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 14.5939042 ; + ns1:conversionMultiplierSN 1.45939e+01 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$lbf/ft$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "lbf/ft"^^xsd:string ; + ns1:ucumCode "[lbf_av].[ft_i]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound Force per Inch"@en ; + dcterms:description "\"Pound Force per Inch\" is an Imperial unit for 'Force Per Length' expressed as $lbf/in$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 175.12685 ; + ns1:conversionMultiplierSN 1.751268e+02 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$lbf/in$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA700"^^xsd:string ; + ns1:symbol "lbf/in"^^xsd:string ; + ns1:ucumCode "[lbf_av].[in_i]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F48"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Meter mal Kelvin"@de, + "metre kelvin"@en, + "Meter Kelvin"@en-us, + "متر کلوین"@fa, + "metro per kelvin"@it, + "meter kelvin"@ms, + "米开尔文"@zh ; + dcterms:description "$\\textit{Meter Kelvin}$ is a unit for 'Length Temperature' expressed as $m K$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB170"^^xsd:string ; + ns1:symbol "m·K"^^xsd:string ; + ns1:ucumCode "m.K"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D18"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Square metres Hertz"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "m²·Hz"^^xsd:string ; + ns1:ucumCode "m2.Hz"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Square Metre per Kilogram"@en, + "Square Meter per Kilogram"@en-us ; + dcterms:description """ + Square Meter Per Kilogram (m2/kg) is a unit in the category of Specific Area. + It is also known as square meters per kilogram, square metre per kilogram, square metres per kilogram, + square meter/kilogram, square metre/kilogram. + This unit is commonly used in the SI unit system. + Square Meter Per Kilogram (m2/kg) has a dimension of M-1L2 where $M$ is mass, and $L$ is length. + This unit is the standard SI unit in this category. + """^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$m^2/kg$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA750"^^xsd:string ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:symbol "m²/kg"^^xsd:string ; + ns1:ucumCode "m2.kg-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D21"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Cubic Metre per Hour"@en, + "Cubic Meter per Hour"@en-us ; + dcterms:description "Cubic Meter Per Hour (m3/h) is a unit in the category of Volume flow rate. It is also known as cubic meters per hour, cubic metre per hour, cubic metres per hour, cubic meter/hour, cubic metre/hour, cubic meter/hr, cubic metre/hr, flowrate. Cubic Meter Per Hour (m3/h) has a dimension of L3T-1 where $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit m3/s by multiplying its value by a factor of 0.00027777777."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0002777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-04 ; + ns1:expression "$m^{3}/h$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA763"^^xsd:string ; + ns1:symbol "m³/hr"^^xsd:string ; + ns1:ucumCode "m3.h-1"^^ns1:UCUMcs, + "m3/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "MQH"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic Metre per Kilogram"@en, + "Cubic Meter per Kilogram"@en-us ; + dcterms:description "Cubic Meter Per Kilogram (m3/kg) is a unit in the category of Specific volume. It is also known as cubic meters per kilogram, cubic metre per kilogram, cubic metres per kilogram, cubic meter/kilogram, cubic metre/kilogram. This unit is commonly used in the SI unit system. Cubic Meter Per Kilogram (m3/kg) has a dimension of M-1L3 where $M$ is mass, and $L$ is length. This unit is the standard SI unit in this category."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$m^{3}/kg$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA766"^^xsd:string ; + ns1:symbol "m³/kg"^^xsd:string ; + ns1:ucumCode "m3.kg-1"^^ns1:UCUMcs, + "m3/kg"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A39"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Cubic Mile"@en ; + 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 ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 4168181830.0 ; + ns1:conversionMultiplierSN 4.168182e+09 ; + ns1:definedUnitOfSystem ; + ns1:expression "$mi^{3}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "mi³"^^xsd:string ; + ns1:ucumCode "[mi_i]3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M69"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "مول"@ar, + "мол"@bg, + "mol"@cs, + "Mol"@de, + "μολ"@el, + "mole"@en, + "mol"@es, + "مول"@fa, + "mole"@fr, + "מול"@he, + "मोल (इकाई)"@hi, + "mól"@hu, + "mole"@it, + "モル"@ja, + "moles"@la, + "mole"@ms, + "mol"@pl, + "mol"@pt, + "mol"@ro, + "моль"@ru, + "mol"@sl, + "mol"@tr, + "摩尔"@zh ; + dcterms:description """ + The $\\textit{mole}$ is a unit of measurement used in chemistry to express amounts of a chemical substance. + The official definition, adopted as part of the SI system in 1971, is that one mole of a substance contains just as many elementary entities (atoms, molecules, ions, or other kinds of particles) as there are atoms in 12 grams of carbon-12 (carbon-12 is the most common atomic form of carbon, consisting of atoms having 6 protons and 6 neutrons). + This corresponds to a value of $6.02214179(30) \\times 10^{23}$ elementary entities of the substance. + It is one of the base units in the International System of Units, and has the unit symbol $mol$. + A Mole is the SI base unit of the amount of a substance (as distinct from its mass or weight). + Moles measure the actual number of atoms or molecules in an object. + An earlier name is gram molecular weight, because one mole of a chemical compound is the same number of grams as the molecular weight of a molecule of that compound measured in atomic mass units. + """^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Mole_%28unit%29"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA882"^^xsd:string, + "0112/2///62720#UAD716"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Mole_(unit)"^^xsd:anyURI ; + ns1:omUnit ; + ns1:siExactMatch ; + ns1:symbol "mol"^^xsd:string ; + ns1:ucumCode "mol"^^ns1:UCUMcs ; + ns1:udunitsCode "mol"^^xsd:string ; + ns1:uneceCommonCode "C34"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Mol per Kilogram"@en ; + dcterms:description "Mole Per Kilogram ($mol/kg$) is a unit of Molality"^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$mol/kg$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAA885"^^xsd:string ; + ns1:symbol "mol/kg"^^xsd:string ; + ns1:ucumCode "mol.kg-1"^^ns1:UCUMcs, + "mol/kg"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C19"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Mole per Cubic Metre"@en, + "Mole per Cubic Meter"@en-us ; + dcterms:description "The SI derived unit for amount-of-substance concentration is the mole/cubic meter."^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$mol/m^{3}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAA891"^^xsd:string, + "0112/2///62720#UAD505"^^xsd:string ; + ns1:symbol "mol/m³"^^xsd:string ; + ns1:ucumCode "mol.m-3"^^ns1:UCUMcs, + "mol/m3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C36"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "MegaCoulomb"@en ; + dcterms:description "A MegaCoulomb is $10^{6} C$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA206"^^xsd:string ; + ns1:prefix ; + ns1:symbol "MC"^^xsd:string ; + ns1:ucumCode "MC"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D77"^^xsd:string ; + rdfs:isDefinedBy ; + prov:wasDerivedFrom . + + a ns1:Unit ; + rdfs:label "Megagram Per Hectare"@en, + "Megagram Per Hectare"@en-us ; + dcterms:description "1 000-fold of the SI base unit kilogram divided by the 10,000-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.1 ; + ns1:conversionMultiplierSN 1e-01 ; + ns1:exactMatch , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "1 000-fold of the SI base unit kilogram divided by the 10,000-fold of the power of the SI base unit metre with the exponent 2"^^xsd:string ; + ns1:symbol "Mg/ha"^^xsd:string ; + ns1:ucumCode "Mg.har-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Megahertz"@en ; + dcterms:description "\"Megahertz\" is a C.G.S System unit for 'Frequency' expressed as $MHz$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA209"^^xsd:string ; + ns1:prefix ; + ns1:symbol "MHz"^^xsd:string ; + ns1:ucumCode "MHz"^^ns1:UCUMcs ; + ns1:uneceCommonCode "MHZ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Megahertz Metre"@en, + "Megahertz Meter"@en-us ; + 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 ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA210"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "MHz·m"^^xsd:string ; + ns1:ucumCode "MHz.m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H39"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Megajoule Per Kilogram"@en ; + dcterms:description "1,000,000-fold of the derived SI unit joule divided by the SI base unit kilogram"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB093"^^xsd:string ; + ns1:plainTextDescription "1,000,000-fold of the derived SI unit joule divided by the SI base unit kilogram"^^xsd:string ; + ns1:symbol "MJ/kg"^^xsd:string ; + ns1:ucumCode "MJ.kg-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "JK"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Megajoule Per Square Metre"@en, + "Megajoule Per Square Meter"@en-us ; + dcterms:description "MegaJoule Per Square Meter ($MegaJ/m^2$) is a unit in the category of Energy density."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1: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"^^xsd:string ; + ns1:symbol "MJ/m²"^^xsd:string ; + ns1:ucumCode "MJ.m-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Megajoule Per Cubic Metre"@en, + "Megajoule Per Cubic Meter"@en-us ; + dcterms:description "1,000,000-fold of the SI derived unit joule divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA212"^^xsd:string ; + ns1:plainTextDescription "1,000,000-fold of the SI derived unit joule divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ; + ns1:symbol "MJ/m³"^^xsd:string ; + ns1:ucumCode "MJ.m-3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "JM"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Megalitre"@en, + "Megalitre"@en-us ; + dcterms:description "1 000 000-fold of the unit litre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB112"^^xsd:string ; + ns1:plainTextDescription "1 000 000-fold of the unit litre"^^xsd:string ; + ns1:symbol "ML"^^xsd:string ; + ns1:ucumCode "ML"^^ns1:UCUMcs ; + ns1:uneceCommonCode "MAL"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Megavolt Per Metre"@en, + "Megavolt Per Meter"@en-us ; + dcterms:description "1,000,000-fold of the SI derived unit volt divided by the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA223"^^xsd:string ; + ns1:plainTextDescription "1,000,000-fold of the SI derived unit volt divided by the SI base unit metre"^^xsd:string ; + ns1:symbol "MV/m"^^xsd:string ; + ns1:ucumCode "MV.m-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B79"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "MicroCoulomb"@en ; + dcterms:description "A MicroCoulomb is $10^{-6} C$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA059"^^xsd:string ; + ns1:prefix ; + ns1:symbol "μC"^^xsd:string ; + ns1:ucumCode "uC"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B86"^^xsd:string ; + rdfs:isDefinedBy ; + prov:wasDerivedFrom . + + a ns1:Unit ; + rdfs:label "Microgravity"@en ; + dcterms:description "\"Microgravity\" is a unit for 'Linear Acceleration' expressed as $microG$."^^ns1:LatexString ; + ns1:conversionMultiplier 0.00000980665 ; + ns1:conversionMultiplierSN 9.80665e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:latexSymbol "$\\mu G$"^^ns1:LatexString ; + ns1:symbol "μG"^^xsd:string ; + ns1:ucumCode "u[g]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Microlitre"@en, + "Microlitre"@en-us ; + dcterms:description "0.000001-fold of the unit litre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA088"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the unit litre"^^xsd:string ; + ns1:symbol "μL"^^xsd:string ; + ns1:ucumCode "uL"^^ns1:UCUMcs ; + ns1:uneceCommonCode "4G"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cubic micrometres (microns)"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000000000001 ; + ns1:conversionMultiplierSN 1e-18 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:prefix ; + ns1:symbol "µm³"^^xsd:string ; + ns1:ucumCode "um3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Micromoles per gram"@en ; + dcterms:description "Micromole Per Gram ($umol/g$) is a unit of Molality"^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:plainTextDescription "0.000001-fold of the SI base unit mol divided by the 0.001-fold of the SI base unit kilogram"^^xsd:string ; + ns1:symbol "µmol/g"^^xsd:string ; + ns1:ucumCode "umol.g-1"^^ns1:UCUMcs, + "umol/g"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Microvolt Per Metre"@en, + "Microvolt Per Meter"@en-us ; + dcterms:description "0.000001-fold of the SI derived unit volt divided by the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA079"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI derived unit volt divided by the SI base unit metre"^^xsd:string ; + ns1:symbol "µV/m"^^xsd:string ; + ns1:ucumCode "uV.m-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C3"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milliampere Hour"@en ; + dcterms:description "product of the 0.001-fold of the SI base unit ampere and the unit hour"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 3.6 ; + ns1:conversionMultiplierSN 3.6e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA777"^^xsd:string ; + ns1:plainTextDescription "product of the 0.001-fold of the SI base unit ampere and the unit hour"^^xsd:string ; + ns1:symbol "mA·hr"^^xsd:string ; + ns1:ucumCode "mA.h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E09"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "MilliCoulomb"@en ; + dcterms:description "A MilliCoulomb is $10^{-3} C$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA782"^^xsd:string ; + ns1:prefix ; + ns1:symbol "mC"^^xsd:string ; + ns1:ucumCode "mC"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D86"^^xsd:string ; + rdfs:isDefinedBy ; + prov:wasDerivedFrom . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Milligravity"@en ; + dcterms:description "\"Milligravity\" is a unit for 'Linear Acceleration' expressed as $mG$."^^ns1:LatexString ; + ns1:conversionMultiplier 0.00980665 ; + ns1:conversionMultiplierSN 9.80665e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "mG"^^xsd:string ; + ns1:ucumCode "m[g]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milligal"@en ; + dcterms:description "0.001-fold of the unit of acceleration called gal according to the CGS system of units"^^rdf:HTML ; + ns1:conversionMultiplier 0.00001 ; + ns1:conversionMultiplierSN 1e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB043"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the unit of acceleration called gal according to the CGS system of units"^^xsd:string ; + ns1:prefix ; + ns1:symbol "mgal"^^xsd:string ; + ns1:ucumCode "mGal"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C11"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millilitre"@en, + "Millilitre"@en-us ; + dcterms:description "0.001-fold of the unit litre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA844"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the unit litre"^^xsd:string ; + ns1:symbol "mL"^^xsd:string ; + ns1:ucumCode "mL"^^ns1:UCUMcs ; + ns1:uneceCommonCode "MLT"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Square Millimetre Per Second"@en, + "Square Millimeter Per Second"@en-us ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 2 divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA872"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the power of the SI base unit metre with the exponent 2 divided by the SI base unit second"^^xsd:string ; + ns1:symbol "mm²/s"^^xsd:string ; + ns1:ucumCode "mm2.s-1"^^ns1:UCUMcs, + "mm2/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C17"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Cubic Millimetre"@en, + "Cubic Millimeter"@en-us ; + dcterms:description "A metric measure of volume or capacity equal to a cube 1 millimeter on each edge"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:definedUnitOfSystem ; + ns1:expression "$mm^{3}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA873"^^xsd:string ; + ns1:prefix ; + ns1:symbol "mm³"^^xsd:string ; + ns1:ucumCode "mm3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "MMQ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "millimoles per litre"@en, + "millimoles per litre"@en-us ; + dcterms:description "The SI derived unit for amount-of-substance concentration is the mmo/L."^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$mmo/L$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAB500"^^xsd:string ; + ns1:symbol "mmol/L"^^xsd:string ; + ns1:ucumCode "mmol.L-1"^^ns1:UCUMcs, + "mmol/L"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M33"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millinewton Per Metre"@en, + "Millinewton Per Meter"@en-us ; + dcterms:description "0.001-fold of the SI derived unit newton divided by the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA795"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the SI derived unit newton divided by the SI base unit metre"^^xsd:string ; + ns1:symbol "mN/m"^^xsd:string ; + ns1:ucumCode "mN.m-1"^^ns1:UCUMcs, + "mN/m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C22"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millivolt Per Metre"@en, + "Millivolt Per Meter"@en-us ; + dcterms:description "0.000001-fold of the SI derived unit volt divided by the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA805"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI derived unit volt divided by the SI base unit metre"^^xsd:string ; + ns1:symbol "mV/m"^^xsd:string ; + ns1:ucumCode "mV.m-1"^^ns1:UCUMcs, + "mV/m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C30"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Newton Metre Per Kilogram"@en, + "Newton Meter Per Kilogram"@en-us ; + dcterms:description "product of the derived SI unit newton and the SI base unit metre divided by the SI base unit kilogram"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB490"^^xsd:string ; + ns1:plainTextDescription "product of the derived SI unit newton and the SI base unit metre divided by the SI base unit kilogram"^^xsd:string ; + ns1:symbol "N·m/kg"^^xsd:string ; + ns1:ucumCode "N.m.kg-1"^^ns1:UCUMcs, + "N.m/kg"^^ns1:UCUMcs ; + ns1:udunitsCode "gp"^^xsd:string ; + ns1:uneceCommonCode "G19"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Newton Per Centimetre"@en, + "Newton Per Centimeter"@en-us ; + dcterms:description "SI derived unit newton divided by the 0.01-fold of the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 100.0 ; + ns1:conversionMultiplierSN 1e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA238"^^xsd:string ; + ns1:plainTextDescription "SI derived unit newton divided by the 0.01-fold of the SI base unit metre"^^xsd:string ; + ns1:symbol "N/cm"^^xsd:string ; + ns1:ucumCode "N.cm-1"^^ns1:UCUMcs, + "N/cm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M23"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar, + "newtonů na metr"@cs, + "Newton je Meter"@de, + "newton per metre"@en, + "Newton per Meter"@en-us, + "newton por metro"@es, + "نیوتن بر متر"@fa, + "newton par mètre"@fr, + "प्रति मीटर न्यूटन"@hi, + "newton al metro"@it, + "ニュートン毎メートル"@ja, + "newton per meter"@ms, + "niuton na metr"@pl, + "newton por metro"@pt, + "newton pe metru"@ro, + "ньютон на метр"@ru, + "newton na meter"@sl, + "newton bölü metre"@tr, + "牛顿每米"@zh ; + dcterms:description "Newton Per Meter (N/m) is a unit in the category of Surface tension. It is also known as newtons per meter, newton per metre, newtons per metre, newton/meter, newton/metre. This unit is commonly used in the SI unit system. Newton Per Meter (N/m) has a dimension of MT-2 where $M$ is mass, and $T$ is time. This unit is the standard SI unit in this category."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$N/m$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA246"^^xsd:string ; + ns1:symbol "N/m"^^xsd:string ; + ns1:ucumCode "N.m-1"^^ns1:UCUMcs, + "N/m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "4P"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Newton Per Millimetre"@en, + "Newton Per Millimeter"@en-us ; + dcterms:description "SI derived unit newton divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA249"^^xsd:string ; + ns1:plainTextDescription "SI derived unit newton divided by the 0.001-fold of the SI base unit metre"^^xsd:string ; + ns1:symbol "N/mm"^^xsd:string ; + ns1:ucumCode "N.mm-1"^^ns1:UCUMcs, + "N/mm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F47"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Number per hour"@en ; + ns1:conversionMultiplier 0.000277777777777778 ; + ns1:conversionMultiplierSN 2.777778e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "/hr"^^xsd:string ; + ns1:ucumCode "/h"^^ns1:UCUMcs, + "{#}.h-1"^^ns1:UCUMcs, + "{#}/h"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Counts per second"@en ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "/s"^^xsd:string ; + ns1:ucumCode "/s"^^ns1:UCUMcs, + "{#}.s-1"^^ns1:UCUMcs, + "{#}/s"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Number per Year"@en ; + dcterms:description "\"Number per Year\" is a unit for 'Frequency' expressed as $\\#/yr$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00000003168808781402895023702689684893655 ; + ns1:conversionMultiplierSN 3.168809e-08 ; + ns1:expression "$\\#/yr$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "#/yr"^^xsd:string ; + ns1:ucumCode "/a"^^ns1:UCUMcs, + "{#}.a-1"^^ns1:UCUMcs, + "{#}/a"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "NanoCoulomb"@en ; + dcterms:description "A NanoCoulomb is $10^{-9} C$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA902"^^xsd:string ; + ns1:prefix ; + ns1:symbol "nC"^^xsd:string ; + ns1:ucumCode "nC"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C40"^^xsd:string ; + rdfs:isDefinedBy ; + prov:wasDerivedFrom . + + a ns1:Unit ; + rdfs:label "Nanohenry"@en ; + dcterms:description "0.000000001-fold of the SI derived unit henry"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA905"^^xsd:string ; + ns1:plainTextDescription "0.000000001-fold of the SI derived unit henry"^^xsd:string ; + ns1:prefix ; + ns1:symbol "nH"^^xsd:string ; + ns1:ucumCode "nH"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C43"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Nanolitre"@en, + "Nanolitre"@en-us ; + dcterms:description "0.000000001-fold of the unit litre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "0.000000001-fold of the unit litre"^^xsd:string ; + ns1:symbol "nL"^^xsd:string ; + ns1:ucumCode "nL"^^ns1:UCUMcs ; + ns1:uneceCommonCode "Q34"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Imperial Mass Ounce per Gallon"@en ; + dcterms:description "\"Ounce per Gallon\" is an Imperial unit for 'Density' expressed as $oz/gal$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 6.23602329 ; + ns1:conversionMultiplierSN 6.236023e+00 ; + ns1:expression "oz/gal"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "oz/gal{US}"^^xsd:string ; + ns1:ucumCode "[oz_av].[gal_br]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Imperial Mass Ounce per Cubic Inch"@en ; + dcterms:description "\"Ounce per Cubic Inch\" is an Imperial unit for 'Density' expressed as $oz/in^{3}$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1729.99404 ; + ns1:conversionMultiplierSN 1.729994e+03 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "oz/in^{3}"^^xsd:string ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "oz/in³"^^xsd:string ; + ns1:ucumCode "[oz_av].[cin_i]-1"^^ns1:UCUMcs, + "[oz_av]/[cin_i]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L39"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Fluid Ounce (UK)"@en ; + dcterms:description "$\\textit{Imperial Ounce}$ is an Imperial unit for 'Liquid Volume' expressed as $oz$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0000284130625 ; + ns1:conversionMultiplierSN 2.841306e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA431"^^xsd:string ; + ns1:plainTextDescription "unit of the volume for fluids according to the Imperial system of units"^^xsd:string ; + ns1:symbol "oz{UK}"^^xsd:string ; + ns1:ucumCode "[foz_br]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "OZI"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Day"@en ; + dcterms:description "reciprocal of the unit day"^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 0.00001157407 ; + ns1:conversionMultiplierSN 1.157407e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA408"^^xsd:string ; + ns1:plainTextDescription "reciprocal of the unit day"^^xsd:string ; + ns1:symbol "/day"^^xsd:string ; + ns1:ucumCode "/d"^^ns1:UCUMcs, + "d-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E91"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Reciprocal Hour"@en ; + dcterms:description "A reciprocal unit of time for $\\textit{reciprocal hour}$ or \"inverse hour\"."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 0.0002777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-04 ; + ns1:expression "$m^{-1}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA526"^^xsd:string ; + ns1:symbol "/hr"^^xsd:string ; + ns1:ucumCode "/h"^^ns1:UCUMcs, + "h-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H10"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Mille Per Psi"@en ; + dcterms:description "thousandth divided by the composed unit for pressure (pound-force per square inch)"^^rdf:HTML ; + dcterms:isReplacedBy ; + ns1:conversionMultiplier 0.0000001450377 ; + ns1:conversionMultiplierSN 1.450377e-07 ; + ns1:deprecated true ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAA016"^^xsd:string ; + ns1:plainTextDescription "thousandth divided by the composed unit for pressure (pound-force per square inch)"^^xsd:string ; + ns1:symbol "/ksi"^^xsd:string ; + ns1:uneceCommonCode "J12"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Reciprocal Minute"@en ; + dcterms:description "A reciprocal unit of time for $\\textit{reciprocal minute}$ or $\\textit{inverse minute}$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 0.01666666666666666666666666666666667 ; + ns1:conversionMultiplierSN 1.666667e-02 ; + ns1:expression "$m^{-1}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA843"^^xsd:string ; + ns1:symbol "/min"^^xsd:string ; + ns1:ucumCode "/min"^^ns1:UCUMcs, + "min-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C94"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Month"@en ; + dcterms:description "reciprocal of the unit month"^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 0.000000391935077 ; + ns1:conversionMultiplierSN 3.919351e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA881"^^xsd:string ; + ns1:plainTextDescription "reciprocal of the unit month"^^xsd:string ; + ns1:symbol "/mo"^^xsd:string ; + ns1:ucumCode "/mo"^^ns1:UCUMcs, + "mo-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H11"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Reciprocal Mole"@en ; + dcterms:description "The $\\textit{Per Mole Unit}$ is a denominator unit with dimensions $mol^{-1}$

."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$/mol$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA896"^^xsd:string, + "0112/2///62720#UAD514"^^xsd:string ; + ns1:symbol "/mol"^^xsd:string ; + ns1:ucumCode "/mol"^^ns1:UCUMcs, + "mol-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C95"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal millisecond"@en ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "/ms"^^xsd:string ; + ns1:ucumCode "ms-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Tesla Metre"@en, + "Reciprocal Tesla Meter"@en-us ; + dcterms:description "Per Tesla Meter Unit is a denominator unit with dimensions $/m .\\cdot T$."^^ns1:LatexString ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:latexSymbol "\\(m^{-1} \\cdot T^{-1}\\)"^^ns1:LatexString ; + ns1:symbol "/(T·m)"^^xsd:string ; + ns1:ucumCode "T-1.m-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Week"@en ; + dcterms:description "reciprocal of the unit week"^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 0.000001653439 ; + ns1:conversionMultiplierSN 1.653439e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA099"^^xsd:string ; + ns1:plainTextDescription "reciprocal of the unit week"^^xsd:string ; + ns1:symbol "/wk"^^xsd:string ; + ns1:ucumCode "/wk"^^ns1:UCUMcs, + "wk-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H85"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Year"@en ; + dcterms:description "reciprocal of the unit year"^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 0.000000031709792 ; + ns1:conversionMultiplierSN 3.170979e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB027"^^xsd:string ; + ns1:plainTextDescription "reciprocal of the unit year"^^xsd:string ; + ns1:symbol "/yr"^^xsd:string ; + ns1:ucumCode "/a"^^ns1:UCUMcs, + "a-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H09"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Percent per day"@en ; + ns1:conversionMultiplier 0.0000001157407407407407407407407407407407 ; + ns1:conversionMultiplierSN 1.157407e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "%/day"^^xsd:string ; + ns1:ucumCode "%.d-1"^^ns1:UCUMcs, + "%/d"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Percent per hour"@en ; + ns1:conversionMultiplier 0.000002777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "%/day"^^xsd:string ; + ns1:ucumCode "%.h-1"^^ns1:UCUMcs, + "%/h"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Percent per week"@en ; + dcterms:description "A rate of change in percent over a period of 7 days"@en ; + ns1:conversionMultiplier 0.00000001653439153439153439153439153439153 ; + ns1:conversionMultiplierSN 1.653439e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "%/wk"^^xsd:string ; + ns1:ucumCode "%.wk-1"^^ns1:UCUMcs, + "%/wk"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Acidity"@en ; + dcterms:description "the negative decadic logarithmus of the concentration of free protons (or hydronium ions) expressed in 1 mol/l."@en ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:symbol "pH"^^xsd:string ; + ns1:ucumCode "[pH]"^^ns1:UCUMcs ; + rdfs:comment "Unsure about dimensionality of pH; conversion requires a log function not just a multiplier"@en ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Imperial Pint"@en ; + dcterms:description "\"Imperial Pint\" is an Imperial unit for 'Volume' expressed as $pint$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00056826125 ; + ns1:conversionMultiplierSN 5.682613e-04 ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "pt"^^xsd:string ; + ns1:ucumCode "[pt_br]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "PTI"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pint (UK)"@en ; + dcterms:description "unit of the volume (both for fluids and for dry measures) according to the Imperial system of units"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0005682613 ; + ns1:conversionMultiplierSN 5.682613e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA952"^^xsd:string ; + ns1:plainTextDescription "unit of the volume (both for fluids and for dry measures) according to the Imperial system of units"^^xsd:string ; + ns1:symbol "pt{UK}"^^xsd:string ; + ns1:ucumCode "[pt_br]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "PTI"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Peck (UK)"@en ; + dcterms:description "unit of the volume according to the Imperial system of units"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.009092181 ; + ns1:conversionMultiplierSN 9.092181e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA939"^^xsd:string ; + ns1:plainTextDescription "unit of the volume according to the Imperial system of units"^^xsd:string ; + ns1:symbol "peck{UK}"^^xsd:string ; + ns1:ucumCode "[pk_br]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L43"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "PetaCoulomb"@en ; + dcterms:description "A PetaCoulomb is $10^{15} C$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 1000000000000000.0 ; + ns1:conversionMultiplierSN 1e+15 ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:prefix ; + ns1:symbol "PC"^^xsd:string ; + ns1:ucumCode "PC"^^ns1:UCUMcs ; + rdfs:isDefinedBy ; + prov:wasDerivedFrom . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "PicoCoulomb"@en ; + dcterms:description "A PicoCoulomb is $10^{-12} C$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA929"^^xsd:string ; + ns1:prefix ; + ns1:symbol "pC"^^xsd:string ; + ns1:ucumCode "pC"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C71"^^xsd:string ; + rdfs:isDefinedBy ; + prov:wasDerivedFrom . + + a ns1:Unit ; + rdfs:label "Picolitre"@en, + "Picolitre"@en-us ; + dcterms:description "0.000000000001-fold of the unit litre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000000001 ; + ns1:conversionMultiplierSN 1e-15 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "0.000000000001-fold of the unit litre"^^xsd:string ; + ns1:symbol "pL"^^xsd:string ; + ns1:ucumCode "pL"^^ns1:UCUMcs ; + ns1:uneceCommonCode "Q33"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Planck Density"@en ; + 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."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 5155000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000.0 ; + ns1:conversionMultiplierSN 5.155e+96 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Planck_density"^^xsd:anyURI ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Planck_density?oldid=493642128"^^xsd:anyURI ; + ns1:symbol "planckdensity"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Planck Frequency"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 18548700000000000000000000000000000000000000.0 ; + ns1:conversionMultiplierSN 1.85487e+43 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Planck_angular_frequency"^^xsd:anyURI ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Planck_angular_frequency?oldid=493641308"^^xsd:anyURI ; + ns1:symbol "planckfrequency"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Planck Volume"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000422419 ; + ns1:conversionMultiplierSN 4.22419e-105 ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "l³ₚ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Quart (UK)"@en ; + dcterms:description "unit of the volume for fluids according to the Imperial system of units"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0011365225 ; + ns1:conversionMultiplierSN 1.136523e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA963"^^xsd:string ; + ns1:plainTextDescription "unit of the volume for fluids according to the Imperial system of units"^^xsd:string ; + ns1:symbol "qt{UK}"^^xsd:string ; + ns1:ucumCode "[qt_br]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "QTI"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar, + "radiánů na metr"@cs, + "Radiant je Meter"@de, + "radian per metre"@en, + "Radian per Meter"@en-us, + "radián por metro"@es, + "رادیان بر متر"@fa, + "radian par mètre"@fr, + "प्रति मीटर वर्ग मीटर"@hi, + "radiante al metro"@it, + "ラジアン毎メートル"@ja, + "radian per meter"@ms, + "radian na metr"@pl, + "radiano por metro"@pt, + "radiane pe metru"@ro, + "радиан на метр"@ru, + "radyan bölü metre"@tr, + "弧度每米"@zh ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$rad/m$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAA967"^^xsd:string, + "0112/2///62720#UAD510"^^xsd:string ; + ns1:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:symbol "rad/m"^^xsd:string ; + ns1:ucumCode "rad.m-1"^^ns1:UCUMcs, + "rad/m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C84"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar, + "siemensů na metr"@cs, + "Siemens je Meter"@de, + "siemens per metre"@en, + "Siemens Per Meter"@en-us, + "siemens por metro"@es, + "زیمنس بر متر"@fa, + "siemens par mètre"@fr, + "प्रति मीटर सीमैन्स"@hi, + "siemens al metro"@it, + "ジーメンス毎メートル"@ja, + "siemens per meter"@ms, + "simens na metr"@pl, + "siemens por metro"@pt, + "siemens pe metru"@ro, + "сименс на метр"@ru, + "siemens na meter"@sl, + "siemens bölü metre"@tr, + "西门子每米"@zh ; + dcterms:description "SI derived unit siemens divided by the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:exactMatch ; + ns1:expression "$s-per-m$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA279"^^xsd:string ; + ns1:plainTextDescription "SI derived unit siemens divided by the SI base unit metre"^^xsd:string ; + ns1:symbol "S/m"^^xsd:string ; + ns1:ucumCode "S.m-1"^^ns1:UCUMcs, + "S/m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D10"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Sample per second"@en ; + dcterms:description "The number of discrete samples of some thing per second."^^rdf:HTML ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$sample-per-sec$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "sample/s"^^xsd:string ; + ns1:ucumCode "s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Slug per Cubic Foot"@en ; + dcterms:description "\"Slug per Cubic Foot\" is an Imperial unit for 'Density' expressed as $slug/ft^{3}$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 515.3788206107324 ; + ns1:conversionMultiplierSN 5.153788e+02 ; + ns1:definedUnitOfSystem ; + ns1:expression "$slug/ft^{3}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA981"^^xsd:string ; + ns1:symbol "slug/ft³"^^xsd:string ; + ns1:uneceCommonCode "L65"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Stere"@en ; + dcterms:description "The stere is a unit of volume in the original metric system equal to one cubic metre. The stere is typically used for measuring large quantities of firewood or other cut wood, while the cubic meter is used for uncut wood. It is not part of the modern metric system (SI). In Dutch there's also a kuub, short for kubieke meter which is similar but different."^^rdf:HTML ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/St%C3%A8re"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA987"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Stère?oldid=393570287"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "st"^^xsd:string ; + ns1:ucumCode "st"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G26"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Standard"@en ; + dcterms:description "non SI-conform unit of the volume of readily finished wood material : 1 standard = 1,980 board feet or approximate 4.672 cubic metre"^^rdf:HTML ; + ns1:conversionMultiplier 4.672 ; + ns1:conversionMultiplierSN 4.672e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB116"^^xsd:string ; + ns1:plainTextDescription "non SI-conform unit of the volume of readily finished wood material : 1 standard = 1,980 board feet or approximate 4.672 cubic metre"^^xsd:string ; + ns1:symbol "standard"^^xsd:string ; + ns1:ucumCode "1980.[bf_i]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "WSD"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Tablespoon"@en ; + 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 ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0000147867656 ; + ns1:conversionMultiplierSN 1.478677e-05 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Tablespoon"^^xsd:anyURI ; + ns1:definedUnitOfSystem , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB006"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Tablespoon?oldid=494615208"^^xsd:anyURI ; + ns1:symbol "tbsp"^^xsd:string ; + ns1:ucumCode "[tbs_us]"^^ns1:UCUMcs ; + ns1:udunitsCode "Tbl"^^xsd:string, + "Tblsp"^^xsd:string, + "Tbsp"^^xsd:string, + "tblsp"^^xsd:string, + "tbsp"^^xsd:string ; + ns1:uneceCommonCode "G24"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "tonne per hectare"@en ; + dcterms:description "A measure of density equivalent to 1000kg per hectare or one Megagram per hectare, typically used to express a volume of biomass or crop yield."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.1 ; + ns1:conversionMultiplierSN 1e-01 ; + ns1:exactMatch , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "A measure of density equivalent to 1000kg per hectare or one Megagram per hectare, typically used to express a volume of biomass or crop yield."^^xsd:string ; + ns1:symbol "t/ha"^^xsd:string ; + ns1:ucumCode "t.har-1"^^ns1:UCUMcs, + "t/har"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "metric tonne per hectare"@en ; + dcterms:description "A measure of density equivalent to 1000kg per hectare or one Megagram per hectare, typically used to express a volume of biomass or crop yield."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.1 ; + ns1:conversionMultiplierSN 1e-01 ; + ns1:exactMatch , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "A measure of density equivalent to 1000kg per hectare or one Megagram per hectare, typically used to express a volume of biomass or crop yield."^^xsd:string ; + ns1:symbol "t/ha"^^xsd:string ; + ns1:ucumCode "t.har-1"^^ns1:UCUMcs, + "t/har"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ton (US Shipping)"@en ; + dcterms:description "traditional unit for volume of cargo, especially in shipping"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.1326 ; + ns1:conversionMultiplierSN 1.1326e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB011"^^xsd:string ; + ns1:plainTextDescription "traditional unit for volume of cargo, especially in shipping"^^xsd:string ; + ns1:symbol "MTON"^^xsd:string ; + ns1:uneceCommonCode "L86"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Short Ton per Hour"@en ; + dcterms:description "The short Ton per Hour is a unit used to express a weight processed in a period of time."^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.251995761 ; + ns1:conversionMultiplierSN 2.519958e-01 ; + ns1:definedUnitOfSystem , + ; + ns1:exactMatch ; + ns1:expression "$ton/hr$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "ton{short}/hr"^^xsd:string ; + ns1:ucumCode "[ston_av].h-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Teaspoon"@en ; + 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$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.00000492892187 ; + ns1:conversionMultiplierSN 4.928922e-06 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Teaspoon"^^xsd:anyURI ; + ns1:definedUnitOfSystem , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB007"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Teaspoon?oldid=490940468"^^xsd:anyURI ; + ns1:symbol "tsp"^^xsd:string ; + ns1:ucumCode "[tsp_us]"^^ns1:UCUMcs ; + ns1:udunitsCode "tsp"^^xsd:string ; + ns1:uneceCommonCode "G25"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "TeraCoulomb"@en ; + dcterms:description "A TeraCoulomb is $10^{12} C$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 1000000000000.0 ; + ns1:conversionMultiplierSN 1e+12 ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:prefix ; + ns1:symbol "TC"^^xsd:string ; + ns1:ucumCode "TC"^^ns1:UCUMcs ; + rdfs:isDefinedBy ; + prov:wasDerivedFrom . + + a ns1:Unit ; + rdfs:label "Terahertz"@en ; + dcterms:description "1 000 000 000 000-fold of the SI derived unit hertz"^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 1000000000000.0 ; + ns1:conversionMultiplierSN 1e+12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA287"^^xsd:string ; + ns1:plainTextDescription "1,000,000,000,000-fold of the SI derived unit hertz"^^xsd:string ; + ns1:prefix ; + ns1:symbol "THz"^^xsd:string ; + ns1:ucumCode "THz"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D29"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "فولت. أمبير"@ar, + "Voltampere"@de, + "volt ampere"@en, + "voltiamperio"@es, + "voltampère"@fr, + "volt ampere"@it, + "volt-ampere"@pt, + "вольт-ампер"@ru ; + dcterms:description "product of the SI derived unit volt and the SI base unit ampere"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA298"^^xsd:string ; + ns1:plainTextDescription "product of the SI derived unit volt and the SI base unit ampere"^^xsd:string ; + ns1:symbol "V·A"^^xsd:string ; + ns1:ucumCode "V.A"^^ns1:UCUMcs ; + ns1:udunitsCode "VA"^^xsd:string ; + ns1:uneceCommonCode "D46"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Volt Per Centimetre"@en, + "Volt Per Centimeter"@en-us ; + dcterms:description "derived SI unit volt divided by the 0.01-fold of the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 100.0 ; + ns1:conversionMultiplierSN 1e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB054"^^xsd:string ; + ns1:plainTextDescription "derived SI unit volt divided by the 0.01-fold of the SI base unit metre"^^xsd:string ; + ns1:symbol "V/cm"^^xsd:string ; + ns1:ucumCode "V.cm-1"^^ns1:UCUMcs, + "V/cm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D47"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Volt Per Inch"@en ; + dcterms:description "SI derived unit volt divided by the unit inch according to the Anglo-American and the Imperial system of units"^^rdf:HTML ; + ns1:conversionMultiplier 39.37007874015748 ; + ns1:conversionMultiplierSN 3.937008e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA300"^^xsd:string ; + ns1:plainTextDescription "SI derived unit volt divided by the unit inch according to the Anglo-American and the Imperial system of units"^^xsd:string ; + ns1:symbol "V/in"^^xsd:string ; + ns1:ucumCode "V.[in_i]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H23"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Volt Per Millimetre"@en, + "Volt Per Millimeter"@en-us ; + dcterms:description "SI derived unit volt divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA302"^^xsd:string ; + ns1:plainTextDescription "SI derived unit volt divided by the 0.001-fold of the SI base unit metre"^^xsd:string ; + ns1:symbol "V/mm"^^xsd:string ; + ns1:ucumCode "V.mm-1"^^ns1:UCUMcs, + "V/mm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D51"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Volt Second Per Metre"@en, + "Volt Second Per Meter"@en-us ; + dcterms:description """ + Volt Second Per Metre is the product of the SI derived unit volt and the SI base unit second divided by the SI base unit metre + """^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAA303"^^xsd:string ; + ns1:plainTextDescription "product of the SI derived unit volt and the SI base unit second divided by the SI base unit metre"^^xsd:string ; + ns1:symbol "V·s/m"^^xsd:string ; + ns1:ucumCode "V.s.m-1"^^ns1:UCUMcs, + "V.s/m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H45"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Watthour per Cubic metre"@en, + "Watthour per Cubic meter"@en-us ; + dcterms:description "The watt hour per cubic meter is a unit of energy density, equal to 3,600 joule per cubic meter."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 3600.0 ; + ns1:conversionMultiplierSN 3.6e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "W·hr/m³"^^xsd:string ; + ns1:ucumCode "W.h.m-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Watt seconds per square metre"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "W·s/m²"^^xsd:string ; + ns1:ucumCode "W.s.m-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "ويبر; فيبر"@ar, + "вебер"@bg, + "weber"@cs, + "Weber"@de, + "βέμπερ"@el, + "weber"@en, + "weber"@es, + "وبر"@fa, + "weber"@fr, + "ובר"@he, + "वैबर"@hi, + "weber"@hu, + "weber"@it, + "ウェーバ"@ja, + "weberium"@la, + "weber"@ms, + "weber"@pl, + "weber"@pt, + "weber"@ro, + "вебер"@ru, + "weber"@sl, + "weber"@tr, + "韦伯"@zh ; + dcterms:description "The SI unit of magnetic flux. \"Flux\" is the rate (per unit of time) at which something crosses a surface perpendicular to the flow. The weber is a large unit, equal to $10^{8}$ maxwells, and practical fluxes are usually fractions of one weber. The weber is the magnetic flux which, linking a circuit of one turn, would produce in it an electromotive force of 1 volt if it were reduced to zero at a uniform rate in 1 second. In SI base units, the dimensions of the weber are $(kg \\cdot m^2)/(s^2 \\cdot A)$. The weber is commonly expressed in terms of other derived units as the Tesla-square meter ($T \\cdot m^2$), volt-seconds ($V \\cdot s$), or joules per ampere ($J/A$)."^^ns1:LatexString ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Weber"^^xsd:anyURI ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA317"^^xsd:string ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Weber_(unit)"^^xsd:anyURI ; + ns1:omUnit ; + ns1:siExactMatch ; + ns1:siUnitsExpression "V.s"^^xsd:string ; + ns1:symbol "Wb"^^xsd:string ; + ns1:ucumCode "Wb"^^ns1:UCUMcs ; + ns1:udunitsCode "Wb"^^xsd:string ; + ns1:uneceCommonCode "WEB"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Cubic Yard"@en ; + dcterms:description "A cubic yard is an Imperial / U.S. customary unit of volume, used in the United States, Canada, and the UK. It is defined as the volume of a cube with sides of 1 yard in length."^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.764554857984 ; + ns1:conversionMultiplierSN 7.645549e-01 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$yd^{3}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB035"^^xsd:string ; + ns1:symbol "yd³"^^xsd:string ; + ns1:ucumCode "[cyd_i]"^^ns1:UCUMcs, + "[yd_i]3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "YDQ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Cubic Yard per Minute"@en ; + dcterms:description """$\\textit{Cubic Yard per Minute}$ is an Imperial unit for 'Volume Per Unit Time' expressed as $yd^{3}/min$. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0127425809664 ; + ns1:conversionMultiplierSN 1.274258e-02 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$yd^{3}/min$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB040"^^xsd:string ; + ns1:symbol "yd³/min"^^xsd:string ; + ns1:ucumCode "[cyd_i].min-1"^^ns1:UCUMcs, + "[cyd_i]/min"^^ns1:UCUMcs, + "[yd_i]3.min-1"^^ns1:UCUMcs, + "[yd_i]3/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M15"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "YoctoCoulomb"@en ; + dcterms:description "A YoctoCoulomb is $10^{-24} C$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 0.000000000000000000000001 ; + ns1:conversionMultiplierSN 1e-24 ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:prefix ; + ns1:symbol "yC"^^xsd:string ; + ns1:ucumCode "yC"^^ns1:UCUMcs ; + rdfs:isDefinedBy ; + prov:wasDerivedFrom . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "YottaCoulomb"@en ; + dcterms:description "A YottaCoulomb is $10^{24} C$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 1000000000000000000000000.0 ; + ns1:conversionMultiplierSN 1e+24 ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:prefix ; + ns1:symbol "YC"^^xsd:string ; + ns1:ucumCode "YC"^^ns1:UCUMcs ; + rdfs:isDefinedBy ; + prov:wasDerivedFrom . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "ZeptoCoulomb"@en ; + dcterms:description "A ZeptoCoulomb is $10^{-21} C$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 0.000000000000000000001 ; + ns1:conversionMultiplierSN 1e-21 ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:prefix ; + ns1:symbol "zC"^^xsd:string ; + ns1:ucumCode "zC"^^ns1:UCUMcs ; + rdfs:isDefinedBy ; + prov:wasDerivedFrom . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "ZettaCoulomb"@en ; + dcterms:description "A ZettaCoulomb is $10^{21} C$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 1000000000000000000000.0 ; + ns1:conversionMultiplierSN 1e+21 ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:prefix ; + ns1:symbol "ZC"^^xsd:string ; + ns1:ucumCode "ZC"^^ns1:UCUMcs ; + rdfs:isDefinedBy ; + prov:wasDerivedFrom . + + a ns1:Unit ; + rdfs:label "Failures In Time"@en ; + dcterms:description "unit of failure rate"^^rdf:HTML ; + ns1:conversionMultiplier 0.0 ; + ns1:conversionMultiplierSN 0e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB403"^^xsd:string ; + ns1:plainTextDescription "unit of failure rate"^^xsd:string ; + ns1:symbol "failures/s"^^xsd:string ; + ns1:ucumCode "s-1{failures}"^^ns1:UCUMcs ; + ns1:uneceCommonCode "FIT"^^xsd:string ; + rdfs:isDefinedBy . + +ns3:Enumeration a owl:Class ; + rdfs:label "DTYPE Enumeration"^^xsd:string ; + dcterms:description """ +A type that serves as a container for the enumerated values of an enumeration. +This enables the enumeration itself to be referenceable. +One need for this is in determing the default value of an enumeration. +Another need is in the management of sub-enumerations and composite enumerations. +"""^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf [ a owl:Restriction ; + owl:allValuesFrom ns3:EnumeratedValue ; + owl:onProperty ns3:objectValue ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ns3:defaultObjectValue ], + [ a owl:Restriction ; + owl:allValuesFrom ns3:EnumeratedValue ; + owl:onProperty ns3:objectValue ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty ns3:objectValue ], + [ a owl:Restriction ; + owl:allValuesFrom ns3:EnumeratedValue ; + owl:onProperty ns3:defaultObjectValue ], + owl:Thing . + +ns3:objectValue a owl:ObjectProperty ; + rdfs:label "object value"^^xsd:string ; + dcterms:description """ +The property "dtype:objectValue" is a general property for specifying an object value in situations where +none is specified. +"""^^xsd:string ; + rdfs:isDefinedBy . + +skos:Collection a owl:Class ; + rdfs:label "Collection"@en ; + rdfs:isDefinedBy ; + owl:disjointWith skos:Concept, + skos:ConceptScheme ; + skos:definition "A meaningful collection of concepts."@en ; + skos:scopeNote "Labelled collections can be used where you would like a set of concepts to be displayed under a 'node label' in the hierarchy."@en . + +skos:closeMatch a rdf:Property, + owl:ObjectProperty, + owl:SymmetricProperty ; + rdfs:label "has close match"@en ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf skos:mappingRelation ; + skos:definition "skos:closeMatch is used to link two concepts that are sufficiently similar that they can be used interchangeably in some information retrieval applications. In order to avoid the possibility of \"compound errors\" when combining mappings across more than two concept schemes, skos:closeMatch is not declared to be a transitive property."@en . s223:ActuatableProperty a s223:Class, sh:NodeShape ; @@ -4719,6 +68470,13 @@ s223:ActuatableProperty a s223:Class, rdfs:comment "This class describes non-numeric properties of which real-time value can be modified by a user or a machine outside of the model."^^xsd:string ; rdfs:subClassOf s223:Property . +s223:Constituent-EM a s223:Class, + s223:Constituent-EM, + sh:NodeShape ; + rdfs:label "Electromagnetic Wave"^^xsd:string ; + rdfs:comment "This class has enumerated subclasses of electromagnetic energy at any frequency range."^^xsd:string ; + rdfs:subClassOf s223:Medium-Constituent . + s223:DC-12V a s223:Class, s223:DC-12V, s223:Electricity-DC, @@ -4773,18 +68531,11 @@ s223:DC-6V a s223:Class, rdfs:comment "This class has enumerated instances of all polarities of 6 volt electricity."^^xsd:string ; rdfs:subClassOf s223:Electricity-DC . -s223:EnumerationKind-Binary a s223:Class, - s223:EnumerationKind-Binary, - sh:NodeShape ; - rdfs:label "EnumerationKind Binary"^^xsd:string ; - rdfs:comment "This class has enumerated instances of True, False and Unknown used to describe the possible values of a binary property"^^xsd:string ; - rdfs:subClassOf s223:EnumerationKind . - s223:EnumerationKind-Direction a s223:Class, s223:EnumerationKind-Direction, sh:NodeShape ; rdfs:label "Direction"^^xsd:string ; - rdfs:comment "This class has enumerated instances of Bidirectional, Inlet and Outlet used to qualify ConnectionPoints."^^xsd:string ; + rdfs:comment "This class has enumerated subclasses of Bidirectional, Inlet and Outlet used to qualify ConnectionPoints."^^xsd:string ; rdfs:subClassOf s223:EnumerationKind . s223:EnumerationKind-RunStatus a s223:Class, @@ -4794,93 +68545,17 @@ s223:EnumerationKind-RunStatus a s223:Class, rdfs:comment "This class is a more general form of EnumerationKind-OnOff, allowing for additional status values beyond on or off."^^xsd:string ; rdfs:subClassOf s223:EnumerationKind . -s223:Fan a s223:Class, - sh:NodeShape ; - rdfs:label "Fan"^^xsd:string ; - rdfs:comment "A machine used to create flow within a gas such as air. "^^xsd:string ; - rdfs:subClassOf s223:Equipment ; - sh:property [ rdfs:comment "A Fan shall have at least one inlet using the medium Air."^^xsd:string ; - sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Air ; - sh:path s223:hasMedium ] ] ] ], - [ rdfs:comment "A Fan shall have at least one outlet using the medium Air."^^xsd:string ; - sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Air ; - sh:path s223:hasMedium ] ] ] ] . - -s223:Junction a s223:Class, +s223:Function a s223:Class, sh:NodeShape ; - rdfs:label "Junction"^^xsd:string ; - rdfs:comment "A Junction is a modeling construct used when a branching point within a Connection (see `s223:Connection`) is of significance, such as specifying the observation location of a Sensor. When a Junction is used, what might have been modeled as a single, branched Connection is separated into three or more separate Connections, all tied together with the Junction and its associated ConnectionPoints."^^xsd:string ; - rdfs:subClassOf s223:Connectable ; - sh:or ( [ sh:property [ rdfs:comment "A Junction shall have at least three ConnectionPoints including (a) at least one inlet and one outlet, or (b) at least one bidirectional connection point."^^xsd:string ; - sh:minCount 3 ; - sh:path s223:hasConnectionPoint ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ] ; - sh:qualifiedValueShapesDisjoint true ], - [ rdfs:comment "A Junction shall have at least three ConnectionPoints including (a) at least one inlet and one outlet, or (b) at least one bidirectional connection point."^^xsd:string ; - sh:minCount 3 ; - sh:path s223:hasConnectionPoint ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ] ; - sh:qualifiedValueShapesDisjoint true ] ] [ sh:property [ rdfs:comment "A Junction shall have at least three ConnectionPoints including (a) at least one inlet and one outlet, or (b) at least one bidirectional connection point."^^xsd:string ; - sh:minCount 3 ; - sh:path s223:hasConnectionPoint ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:BidirectionalConnectionPoint ] ; - sh:qualifiedValueShapesDisjoint true ] ] ) ; - sh:property [ rdfs:comment "A Junction must be associated with exactly one EnumerationKind-Medium using the relation hasMedium."^^xsd:string ; - sh:class s223:Substance-Medium ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path s223:hasMedium ], - [ rdfs:comment "Ensure that the Medium identified by all the associated ConnectionPoints via the s223:hasMedium relation are compatible with one another."^^xsd:string ; - sh:name "Test for compatible declared Medium"^^xsd:string ; - sh:path s223:hasMedium ; - sh:sparql [ a sh:SPARQLConstraint ; - rdfs:comment "Ensure that the Medium identified by all the associated ConnectionPoints via the s223:hasMedium relation are compatible with one another."^^xsd:string ; - sh:message "{?cp1} with Medium {?m1} is incompatible with {?cp2} with Medium {?m2}."^^xsd:string ; - sh:prefixes ; - sh:select """ -SELECT $this ?cp1 ?m1 ?cp2 ?m2 -WHERE { -$this s223:cnx ?cp1 . -?cp1 a/rdfs:subClassOf* s223:ConnectionPoint . -?cp1 s223:hasMedium ?m1 . -$this s223:cnx ?cp2 . -?cp2 a/rdfs:subClassOf* s223:ConnectionPoint . -?cp2 s223:hasMedium ?m2 . -FILTER (?m1 != ?m2 ) . -FILTER (NOT EXISTS {?m2 a/rdfs:subClassOf* ?m1}) . -FILTER (NOT EXISTS {?m1 a/rdfs:subClassOf* ?m2}) . -} -"""^^xsd:string ] ], - [ rdfs:comment "Ensure that the Medium identified by a ConnectionPoint via the s223:hasMedium relation is compatible with the Medium identified by the associated Junction."^^xsd:string ; - sh:name "Test for compatible declared Medium"^^xsd:string ; - sh:path s223:hasMedium ; - sh:sparql [ a sh:SPARQLConstraint ; - rdfs:comment "Ensure that the Medium identified by a ConnectionPoint via the s223:hasMedium relation is compatible with the Medium identified by the associated Junction."^^xsd:string ; - sh:message "{$this} with Medium {?m2} is incompatible with {?cp} with Medium {?m1}."^^xsd:string ; - sh:prefixes ; - sh:select """ -SELECT $this ?m2 ?cp ?m1 -WHERE { -$this s223:cnx ?cp . -?cp a/rdfs:subClassOf* s223:ConnectionPoint . -?cp s223:hasMedium ?m1 . -$this s223:hasMedium ?m2 . -FILTER (?m1 != ?m2 ) . -FILTER (NOT EXISTS {?m2 a/rdfs:subClassOf* ?m1}) . -FILTER (NOT EXISTS {?m1 a/rdfs:subClassOf* ?m2}) . -} -"""^^xsd:string ] ] . + rdfs:label "Function"^^xsd:string ; + rdfs:comment "A Function is used to model transfer and/or transformation of information (i.e. Property). It has relations to input Properties and output Properties. The actual algorithms that perform the transformations are described in CDL and are out of scope of the 223 standard."^^xsd:string ; + rdfs:subClassOf s223:Concept ; + sh:property [ rdfs:comment "If the relation hasInput is present it must associate a Function with a Property."^^xsd:string ; + sh:class s223:Property ; + sh:path s223:hasInput ], + [ rdfs:comment "If the relation hasOutput is present it must associate a Function with a Property."^^xsd:string ; + sh:class s223:Property ; + sh:path s223:hasOutput ] . s223:LineNeutralVoltage-110V a s223:Class, s223:LineNeutralVoltage-110V, @@ -4932,6 +68607,16 @@ s223:LineNeutralVoltage-1900V a s223:Class, rdfs:comment "1900V Line-Neutral Voltage"^^xsd:string ; rdfs:subClassOf s223:Numerical-LineNeutralVoltage . +s223:LineNeutralVoltage-208V a s223:Class, + s223:LineNeutralVoltage-208V, + sh:NodeShape ; + rdfs:label "208V Line-Neutral Voltage"^^xsd:string ; + s223:hasVoltage s223:Voltage-208V ; + ns1:hasQuantityKind ; + ns1:hasUnit ; + rdfs:comment "208V Line-Neutral Voltage"^^xsd:string ; + rdfs:subClassOf s223:Numerical-LineNeutralVoltage . + s223:LineNeutralVoltage-219V a s223:Class, s223:LineNeutralVoltage-219V, sh:NodeShape ; @@ -5022,84 +68707,47 @@ s223:LineNeutralVoltage-5770V a s223:Class, rdfs:comment "5770V Line-Neutral Voltage"^^xsd:string ; rdfs:subClassOf s223:Numerical-LineNeutralVoltage . -s223:Medium-EM a s223:Class, - s223:Medium-EM, - sh:NodeShape ; - rdfs:label "Electromagnetic Wave"^^xsd:string ; - rdfs:comment "This class has enumerated instances of electromagnetic energy at any frequency range."^^xsd:string ; - rdfs:subClassOf s223:Substance-Medium . - s223:Occupancy-Motion a s223:Class, s223:Occupancy-Motion, sh:NodeShape ; rdfs:label "Occupancy Motion"^^xsd:string ; - rdfs:comment "This class has enumerated instances indicating whether motion is detected or not."^^xsd:string ; + rdfs:comment "This class has enumerated subclasses indicating whether motion is detected or not."^^xsd:string ; rdfs:subClassOf s223:EnumerationKind-Occupancy . s223:Occupancy-Presence a s223:Class, s223:Occupancy-Presence, sh:NodeShape ; rdfs:label "Occupancy Presence"^^xsd:string ; - rdfs:comment "This class has enumerated instances indicating whether physical presence is detected or not."^^xsd:string ; + rdfs:comment "This class has enumerated subclasses indicating whether physical presence is detected or not."^^xsd:string ; rdfs:subClassOf s223:EnumerationKind-Occupancy . -s223:Role-Return a s223:Class, - s223:Role-Return, - sh:NodeShape ; - rdfs:label "Role-Return"^^xsd:string ; - rdfs:comment "Role-Return"^^xsd:string ; - rdfs:subClassOf s223:EnumerationKind-Role . - -s223:Role-Supply a s223:Class, - s223:Role-Supply, +s223:Signal-Ethernet a s223:Class, + s223:Signal-Ethernet, sh:NodeShape ; - rdfs:label "Role-Supply"^^xsd:string ; - rdfs:comment "Role-Supply"^^xsd:string ; - rdfs:subClassOf s223:EnumerationKind-Role . + rdfs:label "Signal Ethernet"^^xsd:string ; + rdfs:comment "Signal Ethernet"^^xsd:string ; + rdfs:subClassOf s223:Electricity-Signal . s223:TerminalUnit a s223:Class, sh:NodeShape ; rdfs:label "Terminal Unit"^^xsd:string ; rdfs:comment "An air terminal that modulates the volume of air delivered to a space."^^xsd:string ; rdfs:subClassOf s223:Equipment ; - sh:property [ rdfs:comment "A TerminalUnit shall have at least one inlet ConnectionPoint using the medium Air."^^xsd:string ; + sh:property [ rdfs:comment "A TerminalUnit shall have at least one outlet ConnectionPoint using the medium Air."^^xsd:string ; sh:minCount 1 ; sh:path s223:hasConnectionPoint ; sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Air ; + sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Fluid-Air ; sh:path s223:hasMedium ] ] ] ], - [ rdfs:comment "A TerminalUnit shall have at least one outlet ConnectionPoint using the medium Air."^^xsd:string ; + [ rdfs:comment "A TerminalUnit shall have at least one inlet ConnectionPoint using the medium Air."^^xsd:string ; sh:minCount 1 ; sh:path s223:hasConnectionPoint ; sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Air ; + sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Fluid-Air ; sh:path s223:hasMedium ] ] ] ] . -s223:Valve a s223:Class, - sh:NodeShape ; - rdfs:label "Valve"^^xsd:string ; - rdfs:comment "A device to regulate or stop the flow of fluid in a pipe or a duct by throttling."^^xsd:string ; - rdfs:subClassOf s223:Equipment ; - sh:or ( [ sh:property [ rdfs:comment "A Valve shall have at least one inlet and one outlet or two bidirectional connection points."^^xsd:string ; - sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ] ; - sh:qualifiedValueShapesDisjoint true ], - [ rdfs:comment "A Valve shall have at least one inlet and one outlet or two bidirectional connection points."^^xsd:string ; - sh:minCount 1 ; - sh:path s223:hasConnectionPoint ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ] ; - sh:qualifiedValueShapesDisjoint true ] ] [ sh:property [ rdfs:comment "A Valve shall have at least one inlet and one outlet or two bidirectional connection points."^^xsd:string ; - sh:minCount 2 ; - sh:path s223:hasConnectionPoint ; - sh:qualifiedMinCount 2 ; - sh:qualifiedValueShape [ sh:class s223:BidirectionalConnectionPoint ] ; - sh:qualifiedValueShapesDisjoint true ] ] ) . - s223:Voltage-12V a s223:Class, s223:Voltage-12V, sh:NodeShape ; @@ -5171,241 +68819,1954 @@ s223:hasObservationLocationHigh a rdf:Property ; rdfs:comment "The relation hasObservationLocationHigh associates a differential sensor to one of the topological locations where a differential property is observed (see `s223:observes`)."^^xsd:string ; rdfs:subPropertyOf s223:hasObservationLocation . - a s223:InletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Air ; - s223:isConnectionPointOf . - - a s223:OutletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Air ; - s223:isConnectionPointOf . - - a s223:InletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Water ; - s223:isConnectionPointOf . - - a s223:OutletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Water ; - s223:isConnectionPointOf . - - a s223:InletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Water ; - s223:isConnectionPointOf . - - a s223:OutletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Water ; - s223:isConnectionPointOf . - - a s223:InletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Air ; - s223:isConnectionPointOf . - - a s223:OutletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Air ; - s223:isConnectionPointOf ; - s223:mapsTo . - - a s223:InletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Air ; - s223:isConnectionPointOf . - - a s223:OutletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Air ; - s223:isConnectionPointOf . - - a s223:QuantifiableObservableProperty ; - ns1:hasQuantityKind ; - ns1:hasUnit . - - a s223:InletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Air ; - s223:isConnectionPointOf . - - a s223:OutletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Air ; - s223:hasProperty ; - s223:isConnectionPointOf . - - a s223:InletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Water ; - s223:isConnectionPointOf . - - a s223:OutletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Water ; - s223:isConnectionPointOf . - - a s223:InletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Water ; - s223:isConnectionPointOf . - - a s223:OutletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Water ; - s223:isConnectionPointOf . - - a s223:InletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Air ; - s223:isConnectionPointOf . - - a s223:InletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Air ; - s223:isConnectionPointOf ; - s223:mapsTo . - - a s223:OutletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Air ; - s223:isConnectionPointOf . - - a s223:OutletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Air ; - s223:isConnectionPointOf . - - a s223:InletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Air ; - s223:isConnectionPointOf . - - a s223:InletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Air ; - s223:isConnectionPointOf . - - a s223:InletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Air ; - s223:isConnectionPointOf . - - a s223:OutletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Air ; - s223:isConnectionPointOf . - - a s223:InletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Air ; - s223:isConnectionPointOf . - - a s223:OutletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Air ; - s223:isConnectionPointOf . - - a s223:InletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Air ; - s223:isConnectionPointOf ; - s223:mapsTo . - - a s223:OutletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Air ; - s223:hasProperty ; - s223:isConnectionPointOf . - - a s223:InletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Air ; - s223:isConnectionPointOf . - - a s223:OutletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Air ; - s223:isConnectionPointOf . - - a s223:OutletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Air ; - s223:isConnectionPointOf . - - a s223:InletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Air ; - s223:isConnectionPointOf . - - a s223:OutletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Air ; - s223:isConnectionPointOf ; - s223:mapsTo . +s223:hasValue a rdf:Property ; + rdfs:label "hasValue"^^xsd:string ; + rdfs:comment "hasValue is used to contain a fixed value that is part of a 223 model, rather than a computed, measured, or externally derived variable."^^xsd:string . + +ns1:Aspect a ns1:AspectClass, + sh:NodeShape ; + rdfs:label "QUDT Aspect"^^xsd:string ; + rdfs:comment "An aspect is an abstract type class that defines properties that can be reused."^^rdf:HTML ; + rdfs:isDefinedBy , + ; + rdfs:subClassOf rdfs:Resource ; + sh:property ns1:Aspect-rdfs_isDefinedBy . + +ns1:exactMatch a rdf:Property ; + rdfs:label "exact match"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:hasDefinedUnit a rdf:Property ; + rdfs:label "defined unit"^^xsd:string ; + dcterms:description "This property relates a unit system with a unit of measure that is defined by the system."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf ns1:hasUnit . + +ns1:isUnitOfSystem a rdf:Property ; + rdfs:label "is unit of system"^^xsd:string ; + dcterms:description "This property relates a unit of measure with a system of units that either a) defines the unit or b) allows the unit to be used within the system."^^rdf:HTML ; + rdfs:isDefinedBy . + +ns1:latexDefinition a rdf:Property ; + rdfs:label "latex definition"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:siExactMatch a rdf:Property ; + rdfs:label "Individual from SI Reference Point"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:ConstantValue ; + rdfs:label "Value for molar volume of ideal gas 273.15 K 101.325 kPa"^^xsd:string ; + ns1:hasUnit ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:standardUncertainty 0.000000039 ; + ns1:standardUncertaintySN 3.9e-08 ; + ns1:value 0.022710981 ; + ns1:valueSN 2.271098e-02 ; + ns2:website "http://physics.nist.gov/cgi-bin/cuu/Value?mvol#mid"^^xsd:anyURI, + "http://physics.nist.gov/cgi-bin/cuu/Value?mvolstd#mid"^^xsd:anyURI . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A-1E0L0I0M1H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance -1 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(M N^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A-1E1L0I0M0H0T1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance -1 ; + ns1:dimensionExponentForElectricCurrent 1 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 1 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(T I N^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E-1L2I0M1H0T-4D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent -1 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -4 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^2 M T^-4 I^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I0M-2H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -2 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I0M1H1T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 1 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(M Θ\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L4I0M0H0T-2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 4 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L4I0M1H0T-2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 4 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:DecimalPrefix, + ns1:Prefix ; + rdfs:label "Exa"@en ; + dcterms:description "'exa' is a decimal prefix for expressing a value with a scaling of \\(10^{18}\\)."^^ns1:LatexString ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Exa-"^^xsd:anyURI ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Exa-?oldid=494400216"^^xsd:anyURI ; + ns1:prefixMultiplier 1e+18 ; + ns1:symbol "E"^^xsd:string ; + ns1:ucumCode "E"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DecimalPrefix, + ns1:Prefix ; + rdfs:label "Hecto"@en ; + dcterms:description "'hecto' is a decimal prefix for expressing a value with a scaling of \\(10^{2}\\)."^^ns1:LatexString ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Hecto-"^^xsd:anyURI ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Hecto-?oldid=494711166"^^xsd:anyURI ; + ns1:prefixMultiplier 1e+02 ; + ns1:symbol "h"^^xsd:string ; + ns1:ucumCode "h"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DecimalPrefix, + ns1:Prefix ; + rdfs:label "Peta"@en ; + dcterms:description "'peta' is a decimal prefix for expressing a value with a scaling of \\(10^{15}\\)."^^ns1:LatexString ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Peta"^^xsd:anyURI ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Peta?oldid=488263435"^^xsd:anyURI ; + ns1:prefixMultiplier 1e+15 ; + ns1:symbol "P"^^xsd:string ; + ns1:ucumCode "P"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Body Mass Index"@en ; + dcterms:description "\\(\\textit{Body Mass Index}\\), BMI, is an index of weight for height, calculated as: \\(BMI = \\frac{M_{body}}{H^2}\\), where \\(M_{body}\\) is body mass in kg, and \\(H\\) is height in metres. The BMI has been used as a guideline for defining whether a person is overweight because it minimizes the effect of height, but it does not take into consideration other important factors, such as age and body build. The BMI has also been used as an indicator of obesity on the assumption that the higher the index, the greater the level of body fat."^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198631477.001.0001/acref-9780198631477-e-254"^^xsd:anyURI ; + ns1:symbol "BMI"^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "BMI"^^xsd:string . + + a ns1:QuantityKind ; + rdfs:label "Electric charge per amount of substance"@en ; + dcterms:description "\"Electric Charge Per Amount Of Substance\" is the charge assocated with a given amount of substance. Un the ISO and SI systems this is \\(1 mol\\)."^^ns1:LatexString ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Electric Charge Surface Density"@en ; + ns1:applicableUnit ; + ns1:expression "\\(surface-charge-density\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Charge_density"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\rho_A = \\frac{dQ}{dA}\\), where \\(Q\\) is electric charge and \\(A\\) is Area."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\rho_A\\)"^^ns1:LatexString ; + ns1:plainTextDescription "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:QuantityKind ; + rdfs:label "Electric Conductivity"@en ; + dcterms:description "\"Electric Conductivity} or \\textit{Specific Conductance\" is a measure of a material's ability to conduct an electric current. When an electrical potential difference is placed across a conductor, its movable charges flow, giving rise to an electric current. The conductivity \\(\\sigma\\) is defined as the ratio of the electric current density \\(J\\) to the electric field \\(E\\): \\(J = \\sigma E\\). In isotropic materials, conductivity is scalar-valued, however in general, conductivity is a tensor-valued quantity."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:latexSymbol "\\(\\sigma\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Electric Field"@en ; + ns1:applicableUnit , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Electric_field"^^xsd:anyURI ; + ns1:expression "\\(E\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Electric_field"^^xsd:anyURI ; + ns1:plainTextDescription "The space surrounding an electric charge or in the presence of a time-varying magnetic field has a property called an electric field. This electric field exerts a force on other electrically charged objects. In the idealized case, the force exerted between two point charges is inversely proportional to the square of the distance between them. (Coulomb's Law)."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Electric Polarization"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.britannica.com/EBchecked/topic/182690/electric-polarization"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(P =\\frac{dp}{dV}\\), where \\(p\\) is electic charge density and \\(V\\) is volume."^^ns1:LatexString ; + ns1: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."^^xsd:string ; + ns1:symbol "P"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + . + + a ns1:QuantityKind ; + rdfs:label "Energy Fluence"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Fluence"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\Psi = \\frac{dR}{dA}\\), where \\(dR\\) describes the sum of radiant energies, exclusive of rest energy, of all particles incident on a small spherical domain, and \\(dA\\) describes the cross-sectional area of that domain."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\Psi\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Energy Fluence\" can be used to describe the energy delivered per unit area"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Internal Energy"@en ; + dcterms:description "The internal energy is the total energy contained by a thermodynamic system. It is the energy needed to create the system, but excludes the energy to displace the system's surroundings, any energy associated with a move as a whole, or due to external force fields. Internal energy has two major components, kinetic energy and potential energy. The internal energy (U) is the sum of all forms of energy (Ei) intrinsic to a thermodynamic system: \\( U = \\sum_i E_i \\)"^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Internal_energy"^^xsd:anyURI ; + ns1:exactMatch , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Internal_energy"^^xsd:anyURI ; + ns1:symbol "U"^^xsd:string ; + rdfs:isDefinedBy ; + owl:sameAs , + ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Energy per temperature"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Flux"@en ; + ns1:applicableUnit , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Flux"^^xsd:anyURI ; + ns1:plainTextDescription "Flux describes any effect that appears to pass or travel (whether it actually moves or not) through a surface or substance. [Wikipedia]"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Friction Coefficient"@en ; + ns1:applicableUnit , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Friction"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Friction"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\mu\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Friction Coefficient\" is the ratio of the force of friction between two bodies and the force pressing them together"^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + ns1:url "http://wiki.answers.com/Q/What_is_the_symbol_of_friction"^^xsd:anyURI ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Hall Coefficient"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Hall_effect"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:latexDefinition "In an isotropic conductor, the relation between electric field strength, \\(E\\), and electric current density, \\(J\\) is \\(E = \\rho J + R_H(B X J)\\), where \\(\\rho\\) is resistivity, and \\(B\\) is magnetic flux density."^^ns1:LatexString ; + ns1:plainTextDescription "\"Hall Coefficient\" is defined as the ratio of the induced electric field to the product of the current density and the applied magnetic field."^^xsd:string ; + ns1:symbol "R_H, A_H"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Inverse Energy"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Inverse Square Energy"@en ; + ns1:applicableUnit , + , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Kerma"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Kerma_(physics)"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "For indirectly ionizing (uncharged) particles, \\(K= \\frac{dE_{tr}}{dm}\\), where \\(dE_{tr}\\) is the mean sum of the initial kinetic energies of all the charged ionizing particles liberated by uncharged ionizing particles in an element of matter, and \\(dm\\) is the mass of that element."^^ns1:LatexString ; + ns1:plainTextDescription "\"Kerma\" is the sum of the initial kinetic energies of all the charged particles liberated by uncharged ionizing radiation (i.e., indirectly ionizing radiation such as photons and neutrons) in a sample of matter, divided by the mass of the sample."^^xsd:string ; + ns1:symbol "K"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Luminous Energy"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Luminous_energy"^^xsd:anyURI ; + ns1:latexDefinition "\\(Q_v = \\int_{0}^{\\Delta t}{\\Phi_v}{dt}\\), where \\(\\Phi_v\\) is the luminous flux occurring during the time interval with duration \\(\\Delta t\\)."^^ns1:LatexString ; + ns1:plainTextDescription "Luminous Energy is the perceived energy of light. This is sometimes also called the quantity of light."^^xsd:string ; + ns1:symbol "Q_v"^^xsd:string, + "Qv"^^xsd:string ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:QuantityKind ; + rdfs:label "Magnetic flux per unit length"@en ; + ns1:applicableUnit , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "\"Magnetic Flux per Unit Length\" is a quantity in the SI and C.G.S. Systems of Quantities."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Magnetic Vector Potential"@en ; + ns1:applicableUnit , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-23"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(B = \\textbf{rot} A\\), where \\(B\\) is magnetic flux density."^^ns1:LatexString ; + ns1: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."^^xsd:string ; + ns1:symbol "A"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:QuantityKind ; + rdfs:label "Mass Temperature"@en ; + ns1:applicableUnit , + , + , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Massic Activity"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.encyclo.co.uk/define/massic%20activity"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:plainTextDescription "\"Massic Activity\" is the activity divided by the total mass of the sample."^^xsd:string ; + ns1:symbol "a"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Molar Attenuation Coefficient"@en ; + ns1:applicableUnit ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Mass_attenuation_coefficient"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\mu_c = -\\frac{\\mu}{c}\\), where \\(\\mu\\) is the linear attenuation coefficient and \\(c\\) is the amount-of-substance concentration."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\mu_c\\)"^^ns1:LatexString ; + ns1: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."^^xsd:string ; + rdfs:isDefinedBy ; + owl:sameAs ; + skos:closeMatch . + + a ns1:QuantityKind ; + rdfs:label "Mortality Rate"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Mortality_rate"^^xsd:anyURI ; + ns1:plainTextDescription "Mortality rate, or death rate, is a measure of the number of deaths (in general, or due to a specific cause) in a particular population, scaled to the size of that population, per unit of time."^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Orbital Angular Momentum Quantum Number"@en ; + dcterms:description "The \"Principal Quantum Number\" describes the electron shell, or energy level, of an atom. The value of \\(n\\) ranges from 1 to the shell containing the outermost electron of that atom."^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Quantum_number"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(l^2 = \\hbar^2 l(l + 1), l = 0, 1, ..., n - 1\\), where \\(l_i\\) refers to a specific particle \\(i\\)."^^ns1:LatexString ; + ns1:symbol "l"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader ; + skos:closeMatch , + , + . + + a ns1:QuantityKind ; + rdfs:label "Power Per Electric Charge"@en ; + ns1:applicableUnit , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "\"Power Per Electric Charge\" is the amount of energy generated by a unit of electric charge."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Radiant Fluence"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1: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\\)."^^ns1:LatexString ; + ns1: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."^^xsd:string ; + ns1:symbol "H_e,0"^^xsd:string ; + ns1:systemDerivedQuantityKind ns1:SOQ_SI ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Specific Impulse"@en ; + dcterms:description "The impulse produced by a rocket divided by the mass \\(mp\\) of propellant consumed. Specific impulse \\({I_{sp}}\\) is a widely used measure of performance for chemical, nuclear, and electric rockets. It is usually given in seconds for both U.S. Customary and International System (SI) units. The impulse produced by a rocket is the thrust force \\(F\\) times its duration \\(t\\) in seconds. \\(I_{sp}\\) is the thrust per unit mass flowrate, but with \\(g_o\\), is the thrust per weight flowrate. The specific impulse is given by the equation: \\(I_{sp} = \\frac{F}{\\dot{m}g_o}\\)."^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.grc.nasa.gov/WWW/K-12/airplane/specimp.html"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:QuantityKind ; + rdfs:label "Spectral Cross-section"@en ; + dcterms:description "\"Spectral Cross-section\" is the cross-section for a process in which the energy of the ejected or scattered particle is in an interval of energy, divided by the range \\(dE\\) of this interval."^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Cross_section_(physics)"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\sigma = \\int \\sigma_E dE\\)"^^ns1:LatexString ; + ns1:latexSymbol "\\(\\sigma_E\\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:QuantityKind ; + rdfs:label "Temperature per Magnetic Flux Density"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Temperature Ratio"@en ; + ns1:applicableUnit , + , + ; + ns1:hasDimensionVector ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Thermodynamic Energy"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:exactMatch , + ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:latexDefinition "For a closed thermodynamic system, \\(\\Delta U = Q + W\\), where \\(Q\\) is amount of heat transferred to the system and \\(W\\) is work done on the system provided that no chemical reactions occur."^^ns1:LatexString ; + ns1:symbol "U"^^xsd:string ; + rdfs:isDefinedBy ; + owl:sameAs , + ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Thrust"@en ; + dcterms:description """Thrust is a reaction force described quantitatively by Newton's Second and Third Laws. When a system expels or accelerates mass in one direction the accelerated mass will cause a proportional but opposite force on that system. +The pushing or pulling force developed by an aircraft engine or a rocket engine. +The force exerted in any direction by a fluid jet or by a powered screw, as, the thrust of an antitorque rotor. +Specifically, in rocketry, \\( F\\,= m\\cdot v\\) where m is propellant mass flow and v is exhaust velocity relative to the vehicle. Also called momentum thrust."""^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Thrust"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Thrust is a reaction force described quantitatively by Newton's Second and Third Laws. When a system expels or accelerates mass in one direction the accelerated mass will cause a proportional but opposite force on that system."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Time Squared"@en ; + ns1:applicableUnit ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Time_Squared"^^xsd:anyURI ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Total Linear Stopping Power"@en ; + ns1:applicableUnit , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Stopping_power_(particle_radiation)"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(S = -\\frac{dE}{dx}\\), where \\(-dE\\) is the energy decrement in the \\(x-direction\\) along an elementary path with the length \\(dx\\)."^^ns1:LatexString ; + ns1:plainTextDescription "The \"Total Linear Stopping Power\" is defined as the average energy loss of the particle per unit path length."^^xsd:string ; + ns1:symbol "S"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Volumetric Heat Capacity"@en ; + dcterms:description "\\(\\textit{Volumetric Heat Capacity (VHC)}\\), also termed \\(\\textit{volume-specific heat capacity}\\), describes the ability of a given volume of a substance to store internal energy while undergoing a given temperature change, but without undergoing a phase transition. It is different from specific heat capacity in that the VHC is a \\(\\textit{per unit volume}\\) measure of the relationship between thermal energy and temperature of a material, while the specific heat is a \\(\\textit{per unit mass}\\) measure (or occasionally per molar quantity of the material)."^^ns1:LatexString ; + ns1:applicableUnit , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Volumetric_heat_capacity"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Volumetric_heat_capacity"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Biot"@en ; + dcterms:description "\"Biot\" is another name for the abampere (aA), which is the basic electromagnetic unit of electric current in the emu-cgs (centimeter-gram-second) system of units. It is called after a French physicist, astronomer, and mathematician Jean-Baptiste Biot. One abampere is equal to ten amperes in the SI system of units. One abampere is the current, which produces a force of 2 dyne/cm between two infinitively long parallel wires that are 1 cm apart."^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 10.0 ; + ns1:conversionMultiplierSN 1e+01 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Biot"^^xsd:anyURI ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB210"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Biot?oldid=443318821"^^xsd:anyURI, + "http://www.translatorscafe.com/cafe/EN/units-converter/current/10-4/"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "Bi"^^xsd:string ; + ns1:ucumCode "Bi"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N96"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Coulomb per Kilogram"@en ; + dcterms:description "$\\textit{Coulomb Per Kilogram (C/kg)}$ is the unit in the category of Exposure. It is also known as coulombs per kilogram, coulomb/kilogram. This unit is commonly used in the SI unit system. Coulomb Per Kilogram (C/kg) has a dimension of $M^{-1}TI$ where $M$ is mass, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$C/kg$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA131"^^xsd:string ; + ns1:symbol "C/kg"^^xsd:string ; + ns1:ucumCode "C.kg-1"^^ns1:UCUMcs, + "C/kg"^^ns1:UCUMcs ; + ns1:uneceCommonCode "CKG"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Coulomb per Mole"@en ; + dcterms:description " ($C/mol$) is a unit in the category of Molar electric charge. It is also known as $coulombs/mol$. Coulomb Per Mol has a dimension of $TN{-1}I$ where $T$ is time, $N$ is amount of substance, and $I$ is electric current. This unit is the standard SI unit in this category."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$c-per-mol$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB142"^^xsd:string ; + ns1:symbol "C/mol"^^xsd:string ; + ns1:ucumCode "C.mol-1"^^ns1:UCUMcs, + "C/mol"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A32"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Calorie (thermochemical) Per Gram"@en ; + dcterms:description "Thermochemical Calorie. Calories produced per gram of substance."^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 4184.0 ; + ns1:conversionMultiplierSN 4.184e+03 ; + ns1:expression "$cal$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB153"^^xsd:string ; + ns1:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI, + "http://www.efunda.com/glossary/units/units--thermal_heat_capacity--british_thermal_unit_therm_per_pound_mass.cfm"^^xsd:anyURI ; + ns1:plainTextDescription "unit thermochemical calorie divided by the 0.001-fold of the SI base unit kilogram"^^xsd:string ; + ns1:symbol "cal/g"^^xsd:string ; + ns1:ucumCode "cal_th.g-1"^^ns1:UCUMcs, + "cal_th/g"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B36"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Statcoulomb"@en ; + 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."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.00000000033356409519815204957557671447492 ; + ns1:conversionMultiplierSN 3.335641e-10 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Statcoulomb"^^xsd:anyURI ; + ns1:derivedUnitOfSystem ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Statcoulomb?oldid=492664360"^^xsd:anyURI ; + ns1:latexDefinition "$1 C \\leftrightarrow 2997924580 statC \\approx 3.00 \\times 10^9 statC,\\ 1 \\hspace{0.3pc} statC \\leftrightarrow \\hspace{0.3pc} \\approx 3.34 \\times 10^{-10} C$ for electric charge."^^ns1:LatexString, + "$1 C \\leftrightarrow 4 \\pi \\times 2997924580 statC \\approx 3.77 \\times 10^{10} statC,\\ 1 \\hspace{0.3pc} statC \\leftrightarrow \\hspace{0.2pc} \\approx 2.6 \\times 10^{-11} C$ for electric flux $\\Phi_D$"^^ns1:LatexString, + "$1 C/m \\leftrightarrow 4 \\pi \\times 2997924580 \\times 10^{-4} statC/cm \\approx 3.77 \\times 10^6 statC/cm,\\ 1 \\hspace{0.3pc} statC/cm \\leftrightarrow \\hspace{0.3pc} \\approx 2.65 \\times 10^{-7} C/m$ for electric displacement field $D$."^^ns1:LatexString ; + ns1:omUnit ; + ns1:symbol "statC"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Erg Per Gram"@en ; + dcterms:description "CGS unit of the mass-related energy"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0001 ; + ns1:conversionMultiplierSN 1e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB061"^^xsd:string ; + ns1:plainTextDescription "CGS unit of the mass-related energy"^^xsd:string ; + ns1:symbol "erg/g"^^xsd:string ; + ns1:ucumCode "erg.g-1"^^ns1:UCUMcs, + "erg/g"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A61"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Foot Candle"@en ; + dcterms:description "\"Foot Candle\" is a unit for 'Luminous Flux Per Area' expressed as $fc$."^^ns1:LatexString ; + ns1:conversionMultiplier 10.764 ; + ns1:conversionMultiplierSN 1.0764e+01 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Foot-candle"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB256"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Foot-candle?oldid=475579268"^^xsd:anyURI ; + ns1:symbol "fc"^^xsd:string ; + ns1:uneceCommonCode "P27"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Franklin"@en ; + dcterms:description "\"Franklin\" is a unit for 'Electric Charge' expressed as $Fr$."^^ns1:LatexString ; + ns1:conversionMultiplier 0.0000000003335641 ; + ns1:conversionMultiplierSN 3.335641e-10 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Franklin"^^xsd:anyURI ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB212"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Franklin?oldid=495090654"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "Fr"^^xsd:string ; + ns1:uneceCommonCode "N94"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Femtograms per kilogram"@en ; + dcterms:description "One part per 10**18 by mass of the measurand in the matrix."@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000000000001 ; + ns1:conversionMultiplierSN 1e-18 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + ns1:symbol "fg/kg"^^xsd:string ; + ns1:ucumCode "fg.kg-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gram Per Gram"@en ; + dcterms:description "mass ratio consisting of the 0.001-fold of the SI base unit kilogram divided by the 0.001-fold of the SI base unit kilogram."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + ns1:symbol "g/g"^^xsd:string ; + ns1:ucumCode "g.g-1"^^ns1:UCUMcs, + "g/g"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gram Per Kilogram"@en ; + dcterms:description "0,001 fold of the SI base unit kilogram divided by the SI base unit kilogram"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA481"^^xsd:string ; + ns1:plainTextDescription "0,001 fold of the SI base unit kilogram divided by the SI base unit kilogram"^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + ns1:symbol "g/kg"^^xsd:string ; + ns1:ucumCode "g.kg-1"^^ns1:UCUMcs, + "g/kg"^^ns1:UCUMcs ; + ns1:uneceCommonCode "GK"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gross Tonnage"@en ; + dcterms:description "The formula for calculating GT is given by ${ GT=V\\times (0.2+0.02\\times \\log _{10}(V))}$"^^ns1:LatexString ; + ns1:conversionMultiplier 0.0 ; + ns1:conversionMultiplierSN 0e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://www.imo.org/en/About/Conventions/ListOfConventions/Pages/International-Convention-on-Tonnage-Measurement-of-Ships.aspx"^^xsd:anyURI, + "https://en.wikipedia.org/wiki/Gross_tonnage"^^xsd:anyURI ; + ns1:latexDefinition "${ GT=V\\times (0.2+0.02\\times \\log _{10}(V))}$ where V is measured in cubic meters."^^ns1:LatexString ; + ns1:plainTextDescription "Gross tonnage (GT, G.T. or gt) is a nonlinear measure of a ship's overall internal volume. Gross tonnage is different from gross register tonnage. Gross tonnage is used to determine things such as a ship's manning regulations, safety rules, registration fees, and port dues, whereas the older gross register tonnage is a measure of the volume of only certain enclosed spaces."^^xsd:string ; + ns1:symbol "G.T."^^xsd:string ; + ns1:ucumCode "t{gross}"^^ns1:UCUMcs ; + ns1:uneceCommonCode "GT"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Henry per Metre"@en, + "Henry per Meter"@en-us ; + dcterms:description "The henry per meter (symbolized $H/m$) is the unit of magnetic permeability in the International System of Units ( SI ). Reduced to base units in SI, $1\\,H/m$ is the equivalent of one kilogram meter per square second per square ampere."^^ns1:LatexString ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$H/m$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA168"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Henry?oldid=491435978"^^xsd:anyURI ; + ns1:symbol "H/m"^^xsd:string ; + ns1:ucumCode "H.m-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A98"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "جول لكل كلفن"@ar, + "joule na kelvin"@cs, + "Joule je Kelvin"@de, + "joule per kelvin"@en, + "julio por kelvin"@es, + "ژول بر کلوین"@fa, + "joule par kelvin"@fr, + "जूल प्रति कैल्विन"@hi, + "joule al kelvin"@it, + "ジュール毎立方メートル"@ja, + "joule per kelvin"@ms, + "dżul na kelwin"@pl, + "joule por kelvin"@pt, + "joule pe kelvin"@ro, + "джоуль на кельвин"@ru, + "joule na kelvin"@sl, + "joule bölü kelvin"@tr, + "焦耳每开尔文"@zh ; + dcterms:description "Joule Per Kelvin (J/K) is a unit in the category of Entropy. It is also known as joules per kelvin, joule/kelvin. This unit is commonly used in the SI unit system. Joule Per Kelvin (J/K) has a dimension of $ML^{2}T^{-2}Q^{-1}$ where $M$ is mass, $L$ is length, $T$ is time, and Q is temperature. This unit is the standard SI unit in this category."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$J/K$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA173"^^xsd:string ; + ns1:symbol "J/K"^^xsd:string ; + ns1:ucumCode "J.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "JE"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Joule per Mole Kelvin"@en ; + dcterms:description "Energy needed to heat one mole of substance by 1 Kelvin, under standard conditions (not standard temperature and pressure STP). The standard molar entropy is usually given the symbol S, and has units of joules per mole kelvin ( $ J\\cdot mol^{-1} K^{-1}$). Unlike standard enthalpies of formation, the value of S is an absolute. That is, an element in its standard state has a nonzero value of S at room temperature."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$J/(mol-K)$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA184"^^xsd:string ; + ns1:symbol "J/(mol·K)"^^xsd:string ; + ns1:ucumCode "J.mol-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B16"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilogauss"@en ; + dcterms:description "1 000-fold of the CGS unit of the magnetic flux density B"^^rdf:HTML ; + ns1:conversionMultiplier 0.1 ; + ns1:conversionMultiplierSN 1e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB136"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the CGS unit of the magnetic flux density B"^^xsd:string ; + ns1:symbol "kGs"^^xsd:string ; + ns1:ucumCode "kG"^^ns1:UCUMcs ; + ns1:uneceCommonCode "78"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilogram Square Metre Per Second"@en, + "Kilogram Square Meter Per Second"@en-us ; + dcterms:description "\"Kilogram Square Meter Per Second\" is a unit for 'Angular Momentum' expressed as $kg-m^2-s^{-1}$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$kg-m2/sec$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA623"^^xsd:string ; + ns1:symbol "kg·m²/s"^^xsd:string ; + ns1:ucumCode "kg.m2.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B33"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilogram Per Kilogram"@en ; + dcterms:description "SI base unit kilogram divided by the SI base unit kilogram"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA610"^^xsd:string ; + ns1:plainTextDescription "SI base unit kilogram divided by the SI base unit kilogram"^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + ns1:symbol "kg/kg"^^xsd:string ; + ns1:ucumCode "kg.kg-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "3H"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilogram per Square Metre"@en, + "Kilogram per Square Meter"@en-us ; + dcterms:description "Kilogram Per Square Meter (kg/m2) is a unit in the category of Surface density. It is also known as kilograms per square meter, kilogram per square metre, kilograms per square metre, kilogram/square meter, kilogram/square metre. This unit is commonly used in the SI unit system. Kilogram Per Square Meter (kg/m2) has a dimension of ML-2 where $M$ is mass, and $L$ is length. This unit is the standard SI unit in this category."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$kg/m^2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA617"^^xsd:string, + "0112/2///62720#UAD513"^^xsd:string ; + ns1:symbol "kg/m²"^^xsd:string ; + ns1:ucumCode "kg.m-2"^^ns1:UCUMcs, + "kg/m2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "28"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilohertz Metre"@en, + "Kilohertz Meter"@en-us ; + dcterms:description "product of the 1 000-fold of the SI derived unit hertz and the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA567"^^xsd:string ; + ns1:plainTextDescription "product of the 1 000-fold of the SI derived unit hertz and the SI base unit metre"^^xsd:string ; + ns1:symbol "kHz·m"^^xsd:string ; + ns1:ucumCode "kHz.m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M17"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Litre"@en, + "Liter"@en-us ; + dcterms:description "The $litre$ (American spelling: $\\textit{liter}$; SI symbol $l$ or $L$) is a non-SI metric system unit of volume equal to $1 \\textit{cubic decimetre}$ ($dm^3$), 1,000 cubic centimetres ($cm^3$) or $1/1000 \\textit{cubic metre}$. If the lower case \"L\" is used as the symbol, it is sometimes rendered as a cursive \"l\" to help distinguish it from the capital \"I\", although this usage has no official approval by any international bureau."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Litre"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA649"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Litre?oldid=494846400"^^xsd:anyURI ; + ns1:omUnit ; + ns1:siExactMatch ; + ns1:symbol "L"^^xsd:string ; + ns1:ucumCode "L"^^ns1:UCUMcs, + "l"^^ns1:UCUMcs ; + ns1:udunitsCode "L"^^xsd:string ; + ns1:uneceCommonCode "LTR"^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "litre"^^xsd:string . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "لكس"@ar, + "лукс"@bg, + "lux"@cs, + "Lux"@de, + "lux"@el, + "lux"@en, + "lux"@es, + "لوکس"@fa, + "lux"@fr, + "לוקס"@he, + "लक्स"@hi, + "lux"@hu, + "lux"@it, + "ルクス"@ja, + "lux"@ms, + "luks"@pl, + "lux"@pt, + "lux"@ro, + "люкс"@ru, + "luks"@sl, + "lüks"@tr, + "勒克斯"@zh ; + dcterms:description "The SI unit for measuring the illumination (illuminance) of a surface. One lux is defined as an illumination of one lumen per square meter or 0.0001 phot. In considering the various light units, it's useful to think about light originating at a point and shining upon a surface. The intensity of the light source is measured in candelas; the total light flux in transit is measured in lumens (1 lumen = 1 candelau00b7steradian); and the amount of light received per unit of surface area is measured in lux (1 lux = 1 lumen/square meter). One lux is equal to approximately 0.09290 foot candle."^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Lux"^^xsd:anyURI ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA723"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Lux?oldid=494700274"^^xsd:anyURI ; + ns1:omUnit ; + ns1:siExactMatch ; + ns1:siUnitsExpression "lm/m^2"^^xsd:string ; + ns1:symbol "lx"^^xsd:string ; + ns1:ucumCode "lx"^^ns1:UCUMcs ; + ns1:udunitsCode "lx"^^xsd:string ; + ns1:uneceCommonCode "LUX"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Metre per Square Second"@en, + "Meter per Square Second"@en-us ; + dcterms:description "The $\\textit{meter per Square second}$ is the unit of acceleration in the International System of Units (SI). As a derived unit it is composed from the SI base units of length, the metre, and the standard unit of time, the second. Its symbol is written in several forms as $m/s^2$, or $m s^{-2}$. As acceleration, the unit is interpreted physically as change in velocity or speed per time interval, that is, $\\textit{metre per second per second}$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$m/s^2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA736"^^xsd:string, + "0112/2///62720#UAD503"^^xsd:string ; + ns1:symbol "m/s²"^^xsd:string ; + ns1:ucumCode "m.s-2"^^ns1:UCUMcs, + "m/s2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "MSK"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "متر مكعب"@ar, + "кубичен метър"@bg, + "metr krychlový"@cs, + "Kubikmeter"@de, + "κυβικό μετρο"@el, + "cubic metre"@en, + "Cubic Meter"@en-us, + "metro cúbico"@es, + "متر مکعب"@fa, + "mètre cube"@fr, + "מטר מעוקב"@he, + "घन मीटर"@hi, + "metro cubo"@it, + "立方メートル"@ja, + "metrum cubicum"@la, + "meter kubik"@ms, + "metr sześcienny"@pl, + "metro cúbico"@pt, + "metru cub"@ro, + "кубический метр"@ru, + "kubični meter"@sl, + "metreküp"@tr, + "立方米"@zh ; + dcterms:description "The SI unit of volume, equal to 1.0e6 cm3, 1000 liters, 35.3147 ft3, or 1.30795 yd3. A cubic meter holds about 264.17 U.S. liquid gallons or 219.99 British Imperial gallons."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Cubic_metre"^^xsd:anyURI ; + ns1:expression "$m^{3}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA757"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Cubic_metre?oldid=490956678"^^xsd:anyURI ; + ns1:symbol "m³"^^xsd:string ; + ns1:ucumCode "m3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "MTQ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "متر مكعب لكل مول"@ar, + "metr krychlový na mol"@cs, + "Kubikmeter je Mol"@de, + "cubic metre per mole"@en, + "Cubic Meter per Mole"@en-us, + "metro cúbico por mol"@es, + "متر مکعب بر مول"@fa, + "mètre cube par mole"@fr, + "घन मीटर प्रति मोल (इकाई)"@hi, + "metro cubo alla mole"@it, + "立方メートル 毎立方メートル"@ja, + "meter kubik per mole"@ms, + "metr sześcienny na mol"@pl, + "metro cúbico por mol"@pt, + "metru cub pe mol"@ro, + "кубический метр на моль"@ru, + "kubični meter na mol"@sl, + "metreküp bölü metre küp"@tr, + "立方米每摩尔"@zh ; + dcterms:description "

The molar volume, symbol $Vm$, is the volume occupied by one mole of a substance (chemical element or chemical compound) at a given temperature and pressure. It is equal to the molar mass (M) divided by the mass density. It has the SI unit cubic metres per mole $m3/mol$, although it is more practical to use the units cubic decimetres per mole $dm3/mol$ for gases and cubic centimetres per mole $cm3/mol$ for liquids and solids

."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$m^{3} mol^{-1}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA771"^^xsd:string ; + ns1:symbol "m³/mol"^^xsd:string ; + ns1:ucumCode "m3.mol-1"^^ns1:UCUMcs, + "m3/mol"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A40"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Micrograms per gram"@en ; + dcterms:description "One part per 10**6 (million) by mass of the measurand in the matrix."@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + ns1:symbol "μg/g"^^xsd:string ; + ns1:ucumCode "ug.g-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Microgram Per Kilogram"@en ; + dcterms:description "mass ratio as 0.000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA083"^^xsd:string ; + ns1:plainTextDescription "mass ratio as 0.000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram"^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + ns1:symbol "μg/kg"^^xsd:string ; + ns1:ucumCode "ug.kg-1"^^ns1:UCUMcs, + "ug/kg"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J33"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Microtesla"@en ; + dcterms:description "0.000001-fold of the SI derived unit tesla"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA077"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI derived unit tesla"^^xsd:string ; + ns1:prefix ; + ns1:symbol "µT"^^xsd:string ; + ns1:ucumCode "uT"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D81"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "milligrams per decilitre"@en, + "milligrams per decilitre"@en-us ; + dcterms:description "A derived unit for amount-of-substance concentration measured in mg/dL."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:expression "$mg/dL$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:symbol "mg/dL"^^xsd:string ; + ns1:ucumCode "mg.dL-1"^^ns1:UCUMcs, + "mg/dL"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milligram Per Gram"@en ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the 0.001-fold of the SI base unit kilogram"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA822"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the 0.001-fold of the SI base unit kilogram"^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + ns1:symbol "mg/g"^^xsd:string ; + ns1:ucumCode "mg.g-1"^^ns1:UCUMcs, + "mg/g"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H64"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milligram Per Kilogram"@en ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the SI base unit kilogram"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA826"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the SI base unit kilogram"^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + ns1:symbol "mg/kg"^^xsd:string ; + ns1:ucumCode "mg.kg-1"^^ns1:UCUMcs, + "mg/kg"^^ns1:UCUMcs ; + ns1:uneceCommonCode "NA"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millitesla"@en ; + dcterms:description "0.001-fold of the SI derived unit tesla"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA803"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the SI derived unit tesla"^^xsd:string ; + ns1:prefix ; + ns1:symbol "mT"^^xsd:string ; + ns1:ucumCode "mT"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C29"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "نيوتن متر"@ar, + "нютон-метър"@bg, + "newton metr"@cs, + "Newtonmeter"@de, + "νιούτον επί μέτρο; νιουτόμετρο"@el, + "newton metre"@en, + "Newton Meter"@en-us, + "newton metro"@es, + "نیوتون متر"@fa, + "newton-mètre"@fr, + "न्यूटन मीटर"@hi, + "newton per metro"@it, + "ニュートンメートル"@ja, + "newton meter"@ms, + "niutonometr; dżul na radian"@pl, + "newton-metro"@pt, + "newton-metru"@ro, + "ньютон-метр"@ru, + "newton meter"@sl, + "newton metre"@tr, + "牛米"@zh ; + dcterms:description "\"Torque\" is the tendency of a force to cause a rotation, is the product of the force and the distance from the center of rotation to the point where the force is applied. Torque has the same units as work or energy, but it is a different physical concept. To stress the difference, scientists measure torque in newton meters rather than in joules, the SI unit of work. One newton meter is approximately 0.737562 pound foot."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Newton_metre"^^xsd:anyURI ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA239"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Newton_metre?oldid=493923333"^^xsd:anyURI ; + ns1:siUnitsExpression "N.m"^^xsd:string ; + ns1:symbol "N·m"^^xsd:string ; + ns1:ucumCode "N.m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "NU"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "نيوتن متر ثانية"@ar, + "newton metr sekunda"@cs, + "Newtonmetersekunde"@de, + "newton metre second"@en, + "Newton Meter Second"@en-us, + "newton metro segundo"@es, + "نیوتون ثانیه"@fa, + "newton-mètre-seconde"@fr, + "न्यूटन मीटर सैकण्ड"@hi, + "newton metro secondo"@it, + "ニュートンメートル秒"@ja, + "newton meter saat"@ms, + "niutonometrosekunda"@pl, + "newton-metro-segundo"@pt, + "newton-metru-secundă"@ro, + "ньютон-метр-секунда"@ru, + "newton metre saniye"@tr, + "牛秒"@zh ; + dcterms:description "The SI derived unit of angular momentum. "^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Newton_metre"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA245"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/SI_derived_unit"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:siUnitsExpression "N.m.sec"^^xsd:string ; + ns1:symbol "N·m·s"^^xsd:string ; + ns1:ucumCode "N.m.s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C53"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Nanogram Per Kilogram"@en ; + 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 ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA911"^^xsd:string ; + ns1:plainTextDescription "mass ratio consisting of the 0.000000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram"^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + ns1:symbol "ng/Kg"^^xsd:string ; + ns1:ucumCode "ng.kg-1"^^ns1:UCUMcs, + "ng/kg"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L32"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Nanotesla"@en ; + dcterms:description "0.000000001-fold of the SI derived unit tesla"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA909"^^xsd:string ; + ns1:plainTextDescription "0.000000001-fold of the SI derived unit tesla"^^xsd:string ; + ns1:prefix ; + ns1:symbol "nT"^^xsd:string ; + ns1:ucumCode "nT"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C48"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Reciprocal Second"@en ; + dcterms:description "A reciprical unit of time for $\\textit{reciprocal second}$ or $\\textit{inverse second}$. The $\\textit{Per Second}$ is a unit of rate."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD544"^^xsd:string ; + ns1:symbol "/s"^^xsd:string ; + ns1:ucumCode "/s"^^ns1:UCUMcs, + "s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C97"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Phot"@en ; + dcterms:description "A phot (ph) is a photometric unit of illuminance, or luminous flux through an area. It is not an SI unit, but rather is associated with the older centimetre gram second system of units. Metric dimensions: $illuminance = luminous intensity \\times solid angle / length$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 10000.0 ; + ns1:conversionMultiplierSN 1e+04 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Phot"^^xsd:anyURI ; + ns1:derivedCoherentUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB255"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Phot?oldid=477198725"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "ph"^^xsd:string ; + ns1:ucumCode "ph"^^ns1:UCUMcs ; + ns1:udunitsCode "ph"^^xsd:string ; + ns1:uneceCommonCode "P26"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Parts-Per-Million per Kelvin"@en ; + dcterms:description "Unit for expansion ratios expressed as parts per million per Kelvin."^^ns1:LatexString ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:expression "$PPM/K$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "PPM/K"^^xsd:string ; + ns1:ucumCode "ppm.K-1"^^ns1:UCUMcs, + "ppm/K"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Parts-Per-Ten Million per Kelvin"@en ; + dcterms:description "Unit for expansion ratios expressed as parts per ten million per Kelvin."^^ns1:LatexString ; + ns1:conversionMultiplier 0.0000001 ; + ns1:conversionMultiplierSN 1e-07 ; + ns1:expression "$PPTM/K$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "PPTM/K"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Picograms per gram"@en ; + dcterms:description "One part per 10**12 (trillion) by mass of the measurand in the matrix."@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + ns1:symbol "pg/g"^^xsd:string ; + ns1:ucumCode "pg.g-1"^^ns1:UCUMcs, + "pg/g"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Picograms per kilogram"@en ; + dcterms:description "One part per 10**15 by mass of the measurand in the matrix."@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000000001 ; + ns1:conversionMultiplierSN 1e-15 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + ns1:symbol "pg/kg"^^xsd:string ; + ns1:ucumCode "pg.kg-1"^^ns1:UCUMcs, + "pg/kg"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Planck Charge"@en ; + 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."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00000000000000000187554587 ; + ns1:conversionMultiplierSN 1.875546e-18 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Planck_units"^^xsd:anyURI ; + ns1:latexSymbol "$Q_P$"^^ns1:LatexString ; + ns1:symbol "planckcharge"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "US Liquid Quart"@en ; + dcterms:description "\"US Liquid Quart\" is a unit for 'Liquid Volume' expressed as $qt$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000946353 ; + ns1:conversionMultiplierSN 9.46353e-04 ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA964"^^xsd:string ; + ns1:symbol "qt{US liq}"^^xsd:string ; + ns1:ucumCode "[qt_us]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "QT"^^xsd:string, + "QTL"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Register Ton"@en ; + dcterms:description "The register ton is a unit of volume used for the cargo capacity of a ship, defined as 100 cubic feet (roughly 2.83 cubic metres)."^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 2.8316846592 ; + ns1:conversionMultiplierSN 2.831685e+00 ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB291"^^xsd:string ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Tonnage#Tonnage_measurements"^^xsd:anyURI ; + ns1:symbol "RT"^^xsd:string ; + ns1:ucumCode "100.[cft_i]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M70"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "سيمنز"@ar, + "сименс"@bg, + "siemens"@cs, + "Siemens"@de, + "ζίμενς"@el, + "siemens"@en, + "siemens"@es, + "زیمنس"@fa, + "siemens"@fr, + "סימנס"@he, + "सीमैन्स"@hi, + "siemens"@hu, + "siemens"@it, + "ジーメンス"@ja, + "siemens"@la, + "siemens"@ms, + "simens"@pl, + "siemens"@pt, + "siemens"@ro, + "сименс"@ru, + "siemens"@sl, + "siemens"@tr, + "西门子"@zh ; + dcterms:description """$\\textit{Siemens}$ is the SI unit of electric conductance, susceptance, and admittance. +The most important property of a conductor is the amount of current it will carry when a voltage is applied. +Current flow is opposed by resistance in all circuits, and by also by reactance and impedance in alternating current circuits. +Conductance, susceptance, and admittance are the inverses of resistance, reactance, and impedance, respectively. +To measure these properties, the siemens is the reciprocal of the ohm. In other words, the conductance, susceptance, or admittance, in siemens, is simply 1 divided by the resistance, reactance or impedance, respectively, in ohms. +The unit is named for the German electrical engineer Werner von Siemens (1816-1892). +$$\\ \\text{Siemens}\\equiv\\frac{\\text{A}}{\\text{V}}\\equiv\\frac{\\text{amp}}{\\text{volt}}\\equiv\\frac{\\text{F}}{\\text {s}}\\equiv\\frac{\\text{farad}}{\\text{second}}$$ + """^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA277"^^xsd:string ; + ns1:informativeReference "http://www.simetric.co.uk/siderived.htm"^^xsd:anyURI, + "https://en.wikipedia.org/wiki/Siemens_(unit)"^^xsd:anyURI ; + ns1:omUnit ; + ns1:siExactMatch ; + ns1:siUnitsExpression "A/V"^^xsd:string ; + ns1:symbol "S"^^xsd:string ; + ns1:ucumCode "S"^^ns1:UCUMcs ; + ns1:udunitsCode "S"^^xsd:string ; + ns1:uneceCommonCode "SIE"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Long Ton per Cubic Yard"@en ; + dcterms:description "The long ton per cubic yard density measurement unit is used to measure volume in cubic yards in order to estimate weight or mass in long tons."^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1328.9391836174336 ; + ns1:conversionMultiplierSN 1.328939e+03 ; + ns1:definedUnitOfSystem ; + ns1:exactMatch ; + ns1:expression "$ton/yd^3$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "t{long}/yd³"^^xsd:string ; + ns1:ucumCode "[lton_av]/[cyd_i]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L92"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Short Ton per Cubic Yard"@en ; + dcterms:description "The short ton per cubic yard density measurement unit is used to measure volume in cubic yards in order to estimate weight or mass in short tons."^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1186.552842515566 ; + ns1:conversionMultiplierSN 1.186553e+03 ; + ns1:definedUnitOfSystem , + ; + ns1:exactMatch ; + ns1:expression "$ton/yd^3$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "ton{short}/yd³"^^xsd:string ; + ns1:ucumCode "[ston_av].[cyd_i]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Abvolt per centimetre"@en, + "Abvolt per centimeter"@en-us ; + dcterms:description """ + In the electromagnetic centimeter-gram-second system of units, 'abvolt per centimeter' is the unit of electric field strength. + """^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:informativeReference "http://www.endmemo.com/convert/electric%20field%20strength.php"^^xsd:anyURI ; + ns1:symbol "abV/cm"^^xsd:string ; + ns1:ucumCode "10.nV.cm-1"^^ns1:UCUMcs, + "10.nV/cm"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Statvolt per Centimetre"@en, + "Statvolt per Centimeter"@en-us ; + dcterms:description """One statvolt per centimetre is equal in magnitude to one gauss. For example, an electric field of one statvolt/cm has the same energy density as a magnetic field of one gauss. Likewise, a plane wave propagating in a vacuum has perpendicular electric and magnetic fields such that for every gauss of magnetic field intensity there is one statvolt/cm of electric field intensity. +The abvolt is another option for a unit of voltage in the cgs system."""^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 29979.2458 ; + ns1:conversionMultiplierSN 2.997925e+04 ; + ns1:expression "$statv-per-cm$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Statvolt"^^xsd:anyURI ; + ns1:symbol "statV/cm"^^xsd:string ; + rdfs:isDefinedBy . + +ns2:Dimension a owl:Class ; + rdfs:label "Domain"^^xsd:string ; + dcterms:description "A dimension identifies a separation of concens that serves as a way to categorize an ontology graph. In VAEM, the notion of \"Dimension\" is partitioned into \"Aspect\", \"Discipline\", \"Domain\" and \"Viewpoint\". "^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:subClassOf owl:Thing . + +ns2:Party a owl:Class ; + rdfs:label "Party"^^xsd:string ; + dcterms:description "A \"Party\" is a generalization for an actor that may be realized as a person, organizaiton or named role."^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:subClassOf [ a owl:Restriction ; + owl:cardinality 1 ; + owl:onProperty ns2:name ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ns2:url ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ns2:id ], + owl:Thing . + +ns2:QUDT a ns2:Party ; + rdfs:label "QUDT"^^xsd:string ; + dcterms:description "QUDT is a non-profit organization that governs the QUDT ontologies."^^rdf:HTML ; + ns2:graphName "qudt.org"^^xsd:string ; + ns2:website "http://www.qudt.org"^^xsd:anyURI ; + rdfs:isDefinedBy . + +ns2:TopQuadrant a ns2:Party ; + rdfs:label "TopQuadrant"^^xsd:string ; + ns2:name "TopQuadrant, Inc."^^xsd:string ; + ns2:url "http:/www.topquadrant.com"^^xsd:anyURI ; + rdfs:isDefinedBy , + . + +ns2:hasDimension a owl:ObjectProperty ; + rdfs:label "has dimension"^^xsd:string ; + dcterms:description "The property \"vaem:hasDimension\" is used categorize an ontology. In VAEM, the property is used to characterize an ontology graph."^^xsd:string ; + rdfs:isDefinedBy , + . + +skos:ConceptScheme a owl:Class ; + rdfs:label "Concept Scheme"@en ; + rdfs:isDefinedBy ; + owl:disjointWith skos:Concept ; + skos:definition "A set of concepts, optionally including statements about semantic relationships between those concepts."@en ; + skos:example "Thesauri, classification schemes, subject heading lists, taxonomies, 'folksonomies', and other types of controlled vocabulary are all examples of concept schemes. Concept schemes are also embedded in glossaries and terminologies."@en ; + skos:scopeNote "A concept scheme may be defined to include concepts from different sources."@en . + +skos:broader a rdf:Property, + owl:ObjectProperty ; + rdfs:label "has broader"@en ; + rdfs:comment "Broader concepts are typically rendered as parents in a concept hierarchy (tree)."@en ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf skos:broaderTransitive ; + owl:inverseOf skos:narrower ; + skos:definition "Relates a concept to a concept that is more general in meaning."@en ; + skos:scopeNote "By convention, skos:broader is only used to assert an immediate (i.e. direct) hierarchical link between two conceptual resources."@en . + +skos:mappingRelation a rdf:Property, + owl:ObjectProperty ; + rdfs:label "is in mapping relation with"@en ; + rdfs:comment "These concept mapping relations mirror semantic relations, and the data model defined below is similar (with the exception of skos:exactMatch) to the data model defined for semantic relations. A distinct vocabulary is provided for concept mapping relations, to provide a convenient way to differentiate links within a concept scheme from links between concept schemes. However, this pattern of usage is not a formal requirement of the SKOS data model, and relies on informal definitions of best practice."@en ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf skos:semanticRelation ; + skos:definition "Relates two concepts coming, by convention, from different schemes, and that have comparable meanings"@en . + +skos:semanticRelation a rdf:Property, + owl:ObjectProperty ; + rdfs:label "is in semantic relation with"@en ; + rdfs:domain skos:Concept ; + rdfs:isDefinedBy ; + rdfs:range skos:Concept ; + skos:definition "Links a concept to a concept related by meaning."@en ; + skos:scopeNote "This property should not be used directly, but as a super-property for all properties denoting a relationship of meaning between concepts."@en . + +s223:Constituent-Glycol a s223:Class, + s223:Constituent-Glycol, + sh:NodeShape ; + rdfs:label "Constituent-Glycol"^^xsd:string ; + rdfs:comment "Constituent-Glycol"^^xsd:string ; + rdfs:subClassOf s223:Medium-Constituent . s223:Damper a s223:Class, sh:NodeShape ; rdfs:label "Damper"^^xsd:string ; rdfs:comment "An element inserted into an air-distribution system or element of an air-distribution system permitting modification of the air resistance of the system and consequently changing the airflow rate or shutting off the airflow."^^xsd:string ; rdfs:subClassOf s223:Equipment ; - sh:property [ rdfs:comment "A Damper shall have at least one outlet using the medium Air."^^xsd:string ; + sh:property [ rdfs:comment "A Damper shall have at least one inlet using the medium Air."^^xsd:string, + "Does this need to allow bidirectional connection points?"^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Fluid-Air ; + sh:path s223:hasMedium ] ] ] ], + [ rdfs:comment "A Damper shall have at least one outlet using the medium Air."^^xsd:string ; + sh:minCount 1 ; + sh:path s223:hasConnectionPoint ; + sh:qualifiedMinCount 1 ; + sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; + sh:node [ sh:property [ sh:class s223:Fluid-Air ; + sh:path s223:hasMedium ] ] ] ] . + +s223:EnumeratedActuatableProperty a s223:Class, + sh:NodeShape ; + rdfs:label "Enumerated actuatable property"^^xsd:string ; + rdfs:comment "An EnumeratedActuatableProperty is a property with an enumerated (fixed) set of possible values that can be changed (actuated)."^^xsd:string ; + rdfs:subClassOf s223:ActuatableProperty, + s223:EnumerableProperty . + +s223:EnumerationKind-Substance a s223:Class, + s223:EnumerationKind-Substance, + sh:NodeShape ; + rdfs:label "Substance"^^xsd:string ; + rdfs:comment "This class has enumerated subclasses of the substances that are consumed, produced, transported, sensed, controlled or otherwise interacted with (e.g. water, air, etc.)."^^xsd:string ; + rdfs:subClassOf s223:EnumerationKind ; + sh:property [ rdfs:comment "A substance may only have atomic constituents, it may not have a constituent that also composed ofs."^^xsd:string ; + sh:path s223:composedOf ; + sh:sparql [ a sh:SPARQLConstraint ; + rdfs:comment "If a substance has a constituent, that constituent may not itself have constituents."^^xsd:string ; + sh:message "s223: This substance {$this} has a constituent {?constituent} that itself composed ofs {?nextConstituent}. Create new substance with only atomic constituents."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this ?constituent ?nextConstituent +WHERE { +$this s223:composedOf ?constituent . +?constituent s223:ofConstituent/s223:composedOf ?nextConstituent . +} +"""^^xsd:string ] ], + [ rdfs:comment "If the relation composedOf is present, it must associate an EnumerationKind-Substance with one or more Properties that identify and characterize those constituents."^^xsd:string ; + sh:class s223:Property ; + sh:path s223:composedOf ] . + +s223:Fan a s223:Class, + sh:NodeShape ; + rdfs:label "Fan"^^xsd:string ; + rdfs:comment "A machine used to create flow within a gas such as air. "^^xsd:string ; + rdfs:subClassOf s223:Equipment ; + sh:property [ rdfs:comment "A Fan shall have at least one outlet using the medium Air."^^xsd:string ; sh:minCount 1 ; sh:path s223:hasConnectionPoint ; sh:qualifiedMinCount 1 ; sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Air ; + sh:node [ sh:property [ sh:class s223:Fluid-Air ; sh:path s223:hasMedium ] ] ] ], - [ rdfs:comment "A Damper shall have at least one inlet using the medium Air."^^xsd:string, - "Does this need to allow bidirectional connection points?"^^xsd:string ; + [ rdfs:comment "A Fan shall have at least one inlet using the medium Air."^^xsd:string ; sh:minCount 1 ; sh:path s223:hasConnectionPoint ; sh:qualifiedMinCount 1 ; sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ; - sh:node [ sh:property [ sh:class s223:Medium-Air ; + sh:node [ sh:property [ sh:class s223:Fluid-Air ; sh:path s223:hasMedium ] ] ] ] . -s223:EnumeratedObservableProperty a s223:Class, +s223:Fluid-Refrigerant a s223:Class, + s223:Fluid-Refrigerant, sh:NodeShape ; - rdfs:label "Enumerated observable property"^^xsd:string ; - rdfs:comment "An EnumeratedObservableProperty is a property with an enumerated (fixed) set of possible values that cannot be changed (can only be observed)."^^xsd:string ; - rdfs:subClassOf s223:EnumerableProperty, - s223:ObservableProperty . + rdfs:label "Fluid-Refrigerant"^^xsd:string ; + rdfs:comment "This class has enumerated subclasses of commonly used refrigerants."^^xsd:string ; + rdfs:subClassOf s223:Mix-Fluid . s223:LineLineVoltage-10000V a s223:Class, s223:LineLineVoltage-10000V, @@ -5547,20 +70908,6 @@ s223:LineLineVoltage-6600V a s223:Class, rdfs:comment "6600V Line-Line Voltage"^^xsd:string ; rdfs:subClassOf s223:Numerical-LineLineVoltage . -s223:Medium-Glycol a s223:Class, - s223:Medium-Glycol, - sh:NodeShape ; - rdfs:label "Medium-Glycol"^^xsd:string ; - rdfs:comment "Medium-Glycol"^^xsd:string ; - rdfs:subClassOf s223:Substance-Medium . - -s223:Medium-Refrigerant a s223:Class, - s223:Medium-Refrigerant, - sh:NodeShape ; - rdfs:label "Medium-Refrigerant"^^xsd:string ; - rdfs:comment "This class has enumerated instances of commonly used refrigerants."^^xsd:string ; - rdfs:subClassOf s223:Substance-Medium . - s223:Numerical-DCVoltage a s223:Class, s223:Numerical-DCVoltage, sh:NodeShape ; @@ -5583,12 +70930,12 @@ s223:Numerical-Frequency a s223:Class, ns1:hasUnit ; rdfs:comment "This class has enumerated instances of common electrical frequencies."^^xsd:string ; rdfs:subClassOf s223:EnumerationKind-Numerical ; - sh:property [ rdfs:comment "A Numerical-Frequency must have a Quantity Kind of Frequency"^^xsd:string ; - sh:hasValue ; - sh:path ns1:hasQuantityKind ], - [ rdfs:comment "A Numerical-Frequency must have a unit of Hertz"^^xsd:string ; + sh:property [ rdfs:comment "A Numerical-Frequency must have a unit of Hertz"^^xsd:string ; sh:hasValue ; - sh:path ns1:hasUnit ] . + sh:path ns1:hasUnit ], + [ rdfs:comment "A Numerical-Frequency must have a Quantity Kind of Frequency"^^xsd:string ; + sh:hasValue ; + sh:path ns1:hasQuantityKind ] . s223:Numerical-NumberOfElectricalPhases a s223:Class, s223:Numerical-NumberOfElectricalPhases, @@ -5596,14 +70943,31 @@ s223:Numerical-NumberOfElectricalPhases a s223:Class, rdfs:label "Dimensionless Number of Electrical Phases"^^xsd:string ; ns1:hasQuantityKind ; ns1:hasUnit ; - rdfs:comment "This class has enumerated instances of number of electrical phases."^^xsd:string ; + rdfs:comment "This class has enumerated instances of number of electrical phases. The s223:hasNumberOfElectricalPhases relation points to one of the values of this enumeration."^^xsd:string ; rdfs:subClassOf s223:EnumerationKind-Numerical . +s223:QuantifiableObservableProperty a s223:Class, + sh:NodeShape ; + rdfs:label "Quantifiable Observable Property"^^xsd:string ; + rdfs:comment "This class is for quantifiable properties of which numerical values cannot be modified by a user or a machine outside of the model, but only observed, like a temperature reading or a voltage measure."^^xsd:string ; + rdfs:subClassOf s223:ObservableProperty, + s223:QuantifiableProperty ; + sh:property [ rdfs:comment "A QuantifiableObservableProperty can be associated with zero or more QuantifiableActuatableProperty(s) indicating the desired value(s) which the control process is trying to maintain using the relation hasSetpoint."^^xsd:string ; + sh:class s223:QuantifiableActuatableProperty ; + sh:path s223:hasSetpoint ] . + +s223:Role-Cooling a s223:Class, + s223:Role-Cooling, + sh:NodeShape ; + rdfs:label "Role-Cooling"^^xsd:string ; + rdfs:comment "Role-Cooling"^^xsd:string ; + rdfs:subClassOf s223:EnumerationKind-Role . + s223:Substance-Particulate a s223:Class, s223:Substance-Particulate, sh:NodeShape ; rdfs:label "Particulate"^^xsd:string ; - rdfs:comment "This class has enumerated instances of particulates in various size ranges."^^xsd:string ; + rdfs:comment "This class has enumerated subclasses of particulates in various size ranges."^^xsd:string ; rdfs:subClassOf s223:EnumerationKind-Substance . s223:Voltage-24V a s223:Class, @@ -5628,67 +70992,1214 @@ s223:Voltage-380V a s223:Class, rdfs:subClassOf s223:Numerical-Voltage, s223:QuantifiableProperty . -s223:connectedTo a rdf:Property ; - rdfs:label "connected to"^^xsd:string ; - s223:inverseOf s223:connectedFrom ; - rdfs:comment "The relation connectedTo indicates that connectable things are connected with a specific flow direction. A is connectedTo B, means a directionality beginning at A and ending at B. The inverse direction is indicated by connectedFrom (see `s223:connectedFrom`)."^^xsd:string ; - rdfs:domain s223:Equipment . - s223:connectsThrough a rdf:Property ; rdfs:label "connects through"^^xsd:string ; s223:inverseOf s223:connectsAt ; rdfs:comment "The relation connectedThrough binds a Connectable thing to a Connection without regard to the direction of flow. It is used to discover what connection links two connectable things."^^xsd:string . -s223:hasConstituent a rdf:Property ; - rdfs:label "has constituent"^^xsd:string ; - rdfs:comment "The relation hasConstituent is used to indicate what substances constitute a material. The possible values are defined in EnumerationKind-Substance (see `s223:EnumerationKind-Substance`)."^^xsd:string . - s223:hasVoltage a rdf:Property ; rdfs:label "hasVoltage"^^xsd:string ; rdfs:comment "The relation hasVoltage is used to identify the voltage of an electricity enumeration kind. "^^xsd:string . -s223:ofSubstance a rdf:Property ; - rdfs:label "of substance"^^xsd:string ; - rdfs:comment "The relation ofSubstance is used to associate a Property with a specific Substance."^^xsd:string . - - a s223:OutletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Air ; - s223:isConnectionPointOf . - - a s223:Filter, - ; - s223:cnx , - ; - s223:hasConnectionPoint , - ; - s223:hasProperty . - - a s223:InletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Air ; - s223:isConnectionPointOf . +ns1:UnitEquivalencePropertyGroup a sh:PropertyGroup ; + rdfs:label "Equivalent Units"^^xsd:string ; + rdfs:isDefinedBy ; + sh:order 50.0 . + +ns1:latexSymbol a rdf:Property ; + rdfs:label "latex symbol"^^xsd:string ; + dcterms:description "The symbol is a glyph that is used to represent some concept, typically a unit or a quantity, in a compact form. For example, the symbol for an Ohm is $ohm$. This contrasts with 'unit:abbreviation', which gives a short alphanumeric abbreviation for the unit, 'ohm' for Ohm."^^ns1:LatexString ; + rdfs:isDefinedBy . + +ns1:symbol a rdf:Property ; + rdfs:label "symbol"^^xsd:string ; + dcterms:description "The symbol is a glyph that is used to represent some concept, typically a unit or a quantity, in a compact form. For example, the symbol for an Ohm is $ohm$. This contrasts with 'unit:abbreviation', which gives a short alphanumeric abbreviation for the unit, 'ohm' for Ohm."^^ns1:LatexString ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf ns1:literal . + +ns1:ucumCode a rdf:Property ; + rdfs:label "ucum code"^^xsd:string ; + dcterms:description "

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

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

"^^rdf:HTML ; + dcterms:source "https://ucum.org/ucum.html"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + rdfs:subPropertyOf skos:notation . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A-1E0L2I0M0H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance -1 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A-1E0L3I0M0H0T-1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance -1 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 3 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^3 N^-1 T^-1 \\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E-1L3I0M0H0T-1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent -1 ; + ns1:dimensionExponentForLength 3 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-1I0M-1H1T3D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 1 ; + ns1:dimensionExponentForTime 3 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^{-1} M^{-1} T^3 \\Theta\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-4I0M-2H0T4D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -4 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -2 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 4 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^-4 M^-2 T^4\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I0M0H0T2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 2 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(T^2\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L1I0M0H1T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 1 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexSymbol "\\(L \\cdot H\\)"^^ns1:LatexString, + "\\(L \\cdot \\Theta\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L4I0M1H0T-3D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 4 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -3 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^4 M T^-3\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E1L-2I0M-1H0T2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 1 ; + ns1:dimensionExponentForLength -2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 2 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^-2 M^-1 T^2 I\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A1E0L0I0M-1H0T-1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 1 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:DecimalPrefix, + ns1:Prefix ; + rdfs:label "Atto"@en ; + dcterms:description "\"atto\" is a decimal prefix for expressing a value with a scaling of \\(10^{-18}\\)."^^ns1:LatexString ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Atto"^^xsd:anyURI ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Atto?oldid=412748080"^^xsd:anyURI ; + ns1:prefixMultiplier 1e-18 ; + ns1:symbol "a"^^xsd:string ; + ns1:ucumCode "a"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DecimalPrefix, + ns1:Prefix ; + rdfs:label "Femto"@en ; + dcterms:description "'femto' is a decimal prefix for expressing a value with a scaling of \\(10^{-15}\\)."^^ns1:LatexString ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Femto-"^^xsd:anyURI ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Femto-?oldid=467211359"^^xsd:anyURI ; + ns1:prefixMultiplier 1e-15 ; + ns1:symbol "f"^^xsd:string ; + ns1:ucumCode "f"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Activity Concentration"@en ; + ns1:applicableUnit , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.euronuclear.org/info/encyclopedia/activityconcentration.htm"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(c_A = \\frac{A}{V}\\), where \\(A\\) is the activity of a sample and \\(V\\) is its volume."^^ns1:LatexString ; + ns1:plainTextDescription "The \"Activity Concentration\", also known as volume activity, and activity density, is ."^^xsd:string ; + ns1:symbol "c_A"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Angular Acceleration"@en ; + dcterms:description "Angular acceleration is the rate of change of angular velocity over time. Measurement of the change made in the rate of change of an angle that a spinning object undergoes per unit time. It is a vector quantity. Also called Rotational acceleration. In SI units, it is measured in radians per second squared (\\(rad/s^2\\)), and is usually denoted by the Greek letter alpha."^^ns1:LatexString ; + ns1:applicableUnit , + , + ; + ns1:baseCGSUnitDimensions "U/T^2"^^xsd:string ; + ns1:baseSIUnitDimensions "\\(/s^2\\)"^^ns1:LatexString ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Angular_acceleration"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Area Time"@en ; + ns1:applicableUnit , + , + , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Electric Dipole Moment"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Electric_dipole_moment"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition """\\(E_p = -p \\cdot E\\), where \\(E_p\\) is the interaction energy of the molecule with electric dipole moment \\(p\\) and an electric field with electric field strength \\(E\\). + +\\(p = q(r_+ - r_i)\\), where \\(r_+\\) and \\(r_-\\) are the position vectors to carriers of electric charge \\(a\\) and \\(-q\\), respectively."""^^ns1:LatexString ; + ns1: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."^^xsd:string ; + ns1:symbol "p"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Extent of Reaction"@en ; + ns1:applicableUnit , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Extent_of_reaction"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(dn_B = \\nu_B d\\xi\\), where \\(n_B\\) is the amount of substance \\(B\\) and \\(\\nu_B\\) is the stoichiometric number of substance \\(B\\)."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\xi\\)"^^ns1:LatexString ; + ns1:plainTextDescription "In physical chemistry, the \"Extent of Reaction\" is a quantity that measures the extent in which the reaction proceeds."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Information flow rate"@en ; + ns1:applicableUnit , + , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Inverse Magnetic Flux"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Inverse Time Temperature"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Linear Expansion Coefficient"@en ; + ns1:applicableUnit , + , + ; + ns1:expression "\\(lnr-exp-coef\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\alpha_l = \\frac{1}{l} \\; \\frac{dl}{dT}\\), where \\(l\\) is \\(length\\) and \\(T\\) is thermodynamic temperature."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\alpha_l\\)"^^ns1:LatexString ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Luminous Flux per Area"@en ; + dcterms:description "In photometry, illuminance is the total luminous flux incident on a surface, per unit area. It is a measure of how much the incident light illuminates the surface, wavelength-weighted by the luminosity function to correlate with human brightness perception. Similarly, luminous emittance is the luminous flux per unit area emitted from a surface. In SI derived units these are measured in \\(lux (lx)\\) or \\(lumens per square metre\\) (\\(cd \\cdot m^{-2}\\)). In the CGS system, the unit of illuminance is the \\(phot\\), which is equal to \\(10,000 lux\\). The \\(foot-candle\\) is a non-metric unit of illuminance that is used in photography."^^ns1:LatexString ; + ns1:applicableUnit , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Illuminance"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Magnetic Field"@en ; + dcterms:description "The Magnetic Field, denoted \\(B\\), is a fundamental field in electrodynamics which characterizes the magnetic force exerted by electric currents. It is closely related to the auxillary magnetic field H (see quantitykind:AuxillaryMagneticField)."^^ns1:LatexString ; + ns1:applicableUnit , + , + ; + ns1:hasDimensionVector ; + ns1:symbol "B"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Magnetic Quantum Number"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Quantum_number"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:plainTextDescription "The \"Magnetic Quantum Number\" describes the specific orbital (or \"cloud\") within that subshell, and yields the projection of the orbital angular momentum along a specified axis."^^xsd:string ; + ns1:symbol "m"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader ; + skos:closeMatch , + , + . + + a ns1:QuantityKind ; + rdfs:label "Magnetic Reluctivity"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Permeability_(electromagnetism)"^^xsd:anyURI ; + ns1:plainTextDescription "\"Length Per Unit Magnetic Flux} is the the resistance of a material to the establishment of a magnetic field in it. It is the reciprocal of \\textit{Magnetic Permeability\", the inverse of the measure of the ability of a material to support the formation of a magnetic field within itself."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:QuantityKind ; + rdfs:label "Mass Attenuation Coefficient"@en ; + ns1:applicableUnit , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Mass_attenuation_coefficient"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\mu_m = \\frac{\\mu}{\\rho}\\), where \\(\\mu\\) is the linear attenuation coefficient and \\(\\rho\\) is the mass density of the medium."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\mu_m\\)"^^ns1:LatexString ; + ns1: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."^^xsd:string ; + ns1:systemDerivedQuantityKind ns1:SOQ_SI ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Mass Concentration"@en ; + ns1:applicableUnit , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Mass_concentration_(chemistry)"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\rho_B = \\frac{m_B}{V}\\), where \\(m_B\\) is the mass of substance \\(B\\) and \\(V\\) is the volume."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\rho_B\\)"^^ns1:LatexString ; + ns1:plainTextDescription "The \"Mass Concentration\" of substance B is defined as the mass of a constituent divided by the volume of the mixture ."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Mean Mass Range"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://goldbook.iupac.org/M03783.html"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(R_\\rho = R\\rho\\), where \\(R\\) is the mean linear range and \\(\\rho\\) is the mass density of the sample."^^ns1:LatexString ; + ns1:latexSymbol "\\(R_\\rho\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Mean Mass Range\" is the mean linear range multiplied by the mass density of the material."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Molality of Solute"@en ; + ns1:applicableUnit , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Molality"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(b_B = \\frac{n_B}{m_a}\\), where \\(n_B\\) is the amount of substance and \\(m_A\\) is the mass."^^ns1:LatexString ; + ns1:plainTextDescription "The \"Molality of Solute\" of a solution is defined as the amount of substance of solute divided by the mass in kg of the solvent."^^xsd:string ; + ns1:symbol "b_B"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Molar Energy"@en ; + dcterms:description "\"Molar Energy\" is the total energy contained by a thermodynamic system. The unit is \\(J/mol\\), also expressed as \\(joule/mole\\), or \\(joules per mole\\). This unit is commonly used in the SI unit system. The quantity has the dimension of \\(M \\cdot L^2 \\cdot T^{-2} \\cdot N^{-1}\\) where \\(M\\) is mass, \\(L\\) is length, \\(T\\) is time, and \\(N\\) is amount of substance."^^ns1:LatexString ; + ns1:applicableUnit , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.efunda.com/glossary/units/units-molar_energy-joule_per_mole.cfm"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(U_m = \\frac{U}{n}\\), where \\(U\\) is internal energy and \\(n\\) is amount of substance."^^ns1:LatexString ; + ns1:symbol "U_M"^^xsd:string ; + ns2:todo "dimensions are wrong"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Molar Flow Rate"@en ; + ns1:applicableUnit , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://www.sciencedirect.com/topics/engineering/molar-flow-rate"^^xsd:anyURI ; + ns1:plainTextDescription "Molar Flow Rate is a measure of the amount of substance (the number of molecules) that passes through a given area perpendicular to the flow in a given time. Typically this area is constrained, for example a section through a pipe, but it could also apply to an open flow."^^xsd:string ; + ns1:symbol "q_V"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Molar Refractivity"@en ; + ns1:applicableUnit , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "A quantity kind that is a measure of the total polarizability of a mole of substance that depends on the temperature, the index of refraction and the pressure."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Principal Quantum Number"@en ; + dcterms:description "The \"Principal Quantum Number\" describes the electron shell, or energy level, of an atom. The value of \\(n\\) ranges from 1 to the shell containing the outermost electron of that atom."^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Quantum_number"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:symbol "n"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader ; + skos:closeMatch , + , + . + + a ns1:QuantityKind ; + rdfs:label "Rotational Mass"@en ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC2/HTML/link/ifcrotationalmassmeasure.htm"^^xsd:anyURI ; + ns1:plainTextDescription "\"Rotational Mass\" denotes the inertia of a body with respect to angular acceleration. It is usually measured in kg*m^2."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Second Moment of Area"@en ; + ns1:applicableUnit , + , + , + , + ; + ns1:hasDimensionVector ; + ns1: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."^^xsd:string ; + ns1:symbol "J"^^xsd:string ; + ns1:url "http://en.wikipedia.org/wiki/Second_moment_of_area"^^xsd:anyURI ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Reaction Rate Constant"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "A quantity kind that is a proportionality constant that quantifies the relationship between the molar concentrations of the reactants and the rate of a second order chemical reaction."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Second Polar Moment of Area"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Second_moment_of_area"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(I_p = \\int r^2_Q dA\\), where \\(r_Q\\) is the radial distance from a \\(Q-axis\\) and \\(A\\) is area."^^ns1:LatexString ; + ns1:plainTextDescription "The moment of inertia, also called mass moment of inertia, rotational inertia, polar moment of inertia of mass, or the angular mass is a property of a distribution of mass in space that measures its resistance to rotational acceleration about an axis."^^xsd:string ; + ns1:symbol "I"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Spectral Radiant Energy Density"@en ; + ns1:applicableUnit , + , + ; + ns1:expression "\\(M-PER-L2-T2\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1: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)."^^xsd:string ; + ns1:systemDerivedQuantityKind ns1:SOQ_SI ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Strain"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Strain"^^xsd:anyURI ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:latexSymbol "\\(\\epsilon\\)"^^ns1:LatexString ; + ns1: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]"^^xsd:string ; + ns1:url "http://www.freestudy.co.uk/mech%20prin%20h2/stress.pdf"^^xsd:anyURI ; + rdfs:isDefinedBy ; + owl:sameAs ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Stress Intensity Factor"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Stress_intensity_factor"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\K\\)"^^ns1:LatexString ; + ns1:plainTextDescription "In fracture mechanics, the stress intensity factor (K) is used to predict the stress state (\"stress intensity\") near the tip of a crack or notch caused by a remote load or residual stresses. It is a theoretical construct usually applied to a homogeneous, linear elastic material and is useful for providing a failure criterion for brittle materials, and is a critical technique in the discipline of damage tolerance. The concept can also be applied to materials that exhibit small-scale yielding at a crack tip."^^xsd:string ; + ns1:symbol "K"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Thermal Conductance"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Thermal_insulation"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:latexDefinition "\\(G = 1/R\\), where \\(R\\) is \"Thermal Resistance\""^^ns1:LatexString ; + ns1:plainTextDescription "This quantity is also called \"Heat Transfer Coefficient\"."^^xsd:string ; + ns1:symbol "G"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:QuantityKind ; + rdfs:label "Thermal Resistivity"@en ; + dcterms:description "The reciprocal of thermal conductivity is thermal resistivity, measured in \\(kelvin-metres\\) per watt (\\(K \\cdot m/W\\))."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Torque per Angle"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ampere Per Centimetre"@en, + "Ampere Per Centimeter"@en-us ; + dcterms:description "SI base unit ampere divided by the 0.01-fold of the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 100.0 ; + ns1:conversionMultiplierSN 1e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB073"^^xsd:string ; + ns1:plainTextDescription "SI base unit ampere divided by the 0.01-fold of the SI base unit metre"^^xsd:string ; + ns1:symbol "A/cm"^^xsd:string ; + ns1:ucumCode "A.cm-1"^^ns1:UCUMcs, + "A/cm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A2"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ampere Per Millimetre"@en, + "Ampere Per Millimeter"@en-us ; + dcterms:description "SI base unit ampere divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB072"^^xsd:string ; + ns1:plainTextDescription "SI base unit ampere divided by the 0.001-fold of the SI base unit metre"^^xsd:string ; + ns1:symbol "A/mm"^^xsd:string ; + ns1:ucumCode "A.mm-1"^^ns1:UCUMcs, + "A/mm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A3"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DimensionlessUnit, + ns1:LogarithmicUnit, + ns1:Unit ; + rdfs:label "بل"@ar, + "бел"@bg, + "bel"@cs, + "Bel"@de, + "μπέλ"@el, + "bel"@en, + "belio"@es, + "بل"@fa, + "bel"@fr, + "בל"@he, + "बेल"@hi, + "bel"@hu, + "bel"@it, + "ベル"@ja, + "bel"@ms, + "bel"@pl, + "bel"@pt, + "bel"@ro, + "бел"@ru, + "bel"@sl, + "bel"@tr, + "贝"@zh ; + dcterms:description "A logarithmic unit of sound pressure equal to 10 decibels (dB), It is defined as: $1 B = (1/2) \\log_{10}(Np)$"^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Bel"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAB351"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Sound_unit"^^xsd:anyURI ; + ns1:siExactMatch ; + ns1:symbol "B"^^xsd:string ; + ns1:ucumCode "B"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M72"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Coulomb Per Square Centimetre"@en, + "Coulomb Per Square Centimeter"@en-us ; + dcterms:description "derived SI unit coulomb divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 10000.0 ; + ns1:conversionMultiplierSN 1e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB101"^^xsd:string ; + ns1:plainTextDescription "derived SI unit coulomb divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^xsd:string ; + ns1:symbol "C/cm²"^^xsd:string ; + ns1:ucumCode "C.cm-2"^^ns1:UCUMcs, + "C/cm2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A33"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Coulomb Per Square Millimetre"@en, + "Coulomb Per Square Millimeter"@en-us ; + dcterms:description "derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB100"^^xsd:string ; + ns1:plainTextDescription "derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2"^^xsd:string ; + ns1:symbol "C/mm²"^^xsd:string ; + ns1:ucumCode "C.mm-2"^^ns1:UCUMcs, + "C/mm2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A35"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Cases per 1000 individuals year"@en ; + dcterms:description "The typical expression of morbidity rate, expressed as cases per 1000 individuals, per year."^^rdf:HTML ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Incidence_(epidemiology)"^^xsd:anyURI ; + ns1:plainTextDescription "The typical expression of morbidity rate, expressed as cases per 1000 individuals, per year."^^xsd:string ; + ns1:symbol "Cases/1000 individuals/year"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Abcoulomb per Square Centimetre"@en, + "Abcoulomb per Square Centimeter"@en-us ; + dcterms:description """Abcoulomb Per Square Centimeter is a unit in the category of Electric charge surface density. It is also known as abcoulombs per square centimeter, abcoulomb per square centimetre, abcoulombs per square centimetre, abcoulomb/square centimeter,abcoulomb/square centimetre. This unit is commonly used in the cgs unit system. +Abcoulomb Per Square Centimeter (abcoulomb/cm2) has a dimension of $L_2TI$. where $L$ is length, $T$ is time, and $I$ is electric current. It can be converted to the corresponding standard SI unit $C/m^2$ by multiplying its value by a factor of 100,000."""^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 100000.0 ; + ns1:conversionMultiplierSN 1e+05 ; + ns1:derivedUnitOfSystem ; + ns1:expression "$abc-per-cm2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://www.efunda.com/glossary/units/units--electric_charge_surface_density--abcoulomb_per_square_centimeter.cfm"^^xsd:anyURI ; + ns1:latexDefinition "$abcoulomb/cm^2$"^^ns1:LatexString ; + ns1:symbol "abC/cm²"^^xsd:string ; + ns1:ucumCode "10.C.cm-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Statcoulomb per Square Centimetre"@en, + "Statcoulomb per Square Centimeter"@en-us ; + dcterms:description """$\\textit{Statcoulomb per Square Centimeter}$ is a unit of measure for electric flux density and electric polarization. + One Statcoulomb per Square Centimeter is $2.15\\times 10^9 \\, coulomb\\,per\\,square\\,inch$. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.00000333564 ; + ns1:conversionMultiplierSN 3.33564e-06 ; + ns1:derivedUnitOfSystem ; + ns1:expression "$statc-per-cm2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "statC/cm²"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DimensionlessUnit, + ns1:LogarithmicUnit, + ns1:Unit ; + rdfs:label "Decibel"@en ; + dcterms:description "A customary logarithmic measure most commonly used (in various ways) for measuring sound.Sound is measured on a logarithmic scale. Informally, if one sound is $1\\,bel$ (10 decibels) \"louder\" than another, this means the louder sound is 10 times louder than the fainter one. A difference of 20 decibels corresponds to an increase of 10 x 10 or 100 times in intensity. The beginning of the scale, 0 decibels, can be set in different ways, depending on exactly the aspect of sound being measured. For sound intensity (the power of the sound waves per unit of area) $0\\,decibel$ is equal to $1\\,picoWatts\\,per\\,Metre\\,Squared$. This corresponds approximately to the faintest sound that can be detected by a person who has good hearing. For sound pressure (the pressure exerted by the sound waves) 0 decibels equals $20\\,micropascals\\,RMS$, and for sound power $0\\,decibels$ sometimes equals $1\\,picoWatt$. In all cases, one decibel equals $\\approx\\,0.115129\\,neper$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Decibel"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA409"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Decibel?oldid=495380648"^^xsd:anyURI ; + ns1:symbol "dB"^^xsd:string ; + ns1:ucumCode "dB"^^ns1:UCUMcs ; + ns1:uneceCommonCode "2N"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gamma"@en ; + dcterms:description "\"Gamma\" is a C.G.S System unit for 'Magnetic Field'."^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Gamma"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB213"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Gamma?oldid=494680973"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "γ"^^xsd:string ; + ns1:uneceCommonCode "P12"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Joule per Square Metre"@en, + "Joule per Square Meter"@en-us ; + dcterms:description "Joule Per Square Meter ($J/m^2$) is a unit in the category of Energy density. It is also known as joules per square meter, joule per square metre, joule/square meter, joule/square metre. This unit is commonly used in the SI unit system."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$J/m^2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAA179"^^xsd:string ; + ns1:symbol "J/m²"^^xsd:string ; + ns1:ucumCode "J.m-2"^^ns1:UCUMcs, + "J/m2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B13"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "جول لكل مول"@ar, + "joule na mol"@cs, + "Joule je Mol"@de, + "joule per mole"@en, + "julio por mol"@es, + "ژول بر مول"@fa, + "joule par mole"@fr, + "जूल प्रति मोल (इकाई)"@hi, + "joule alla mole"@it, + "ジュール毎立方メートル"@ja, + "joule per mole"@ms, + "dżul na mol"@pl, + "joule por mol"@pt, + "joule pe mol"@ro, + "джоуль на моль"@ru, + "joule na mol"@sl, + "joule bölü metre küp"@tr, + "焦耳每摩尔"@zh ; + dcterms:description "The joule per mole (symbol: $J\\cdot mol^{-1}$) is an SI derived unit of energy per amount of material. Energy is measured in joules, and the amount of material is measured in moles. Physical quantities measured in $J\\cdot mol^{-1}$) usually describe quantities of energy transferred during phase transformations or chemical reactions. Division by the number of moles facilitates comparison between processes involving different quantities of material and between similar processes involving different types of materials. The meaning of such a quantity is always context-dependent and, particularly for chemical reactions, is dependent on the (possibly arbitrary) definition of a 'mole' for a particular process."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$J/mol$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAA183"^^xsd:string ; + ns1:symbol "J/mol"^^xsd:string ; + ns1:ucumCode "J.mol-1"^^ns1:UCUMcs, + "J/mol"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B15"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kiloampere Per Metre"@en, + "Kiloampere Per Meter"@en-us ; + dcterms:description "1 000-fold of the SI base unit ampere divided by the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA558"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the SI base unit ampere divided by the SI base unit metre"^^xsd:string ; + ns1:symbol "kA/m"^^xsd:string ; + ns1:ucumCode "kA.m-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B24"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilogram Square Centimetre"@en, + "Kilogram Square Centimeter"@en-us ; + dcterms:description "product of the SI base unit kilogram and the 0 0001fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0001 ; + ns1:conversionMultiplierSN 1e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA600"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "kg·cm²"^^xsd:string ; + ns1:ucumCode "kg.cm2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F18"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "كيلوغرام متر مربع"@ar, + "kilogram čtvereční metr"@cs, + "Kilogramm mal Quadratmeter"@de, + "kilogram square metre"@en, + "Kilogram Square Meter"@en-us, + "kilogramo metro cuadrado"@es, + "نیوتون متر مربع"@fa, + "kilogramme-mètre carré"@fr, + "किलोग्राम वर्ग मीटर"@hi, + "chilogrammo metro quadrato"@it, + "キログラム平方メートル"@ja, + "kilogram meter persegi"@ms, + "quilograma-metro quadrado"@pt, + "kilogram-metru pătrat"@ro, + "килограмм-квадратный метр"@ru, + "kilogram metrekare"@tr, + "千克平方米"@zh ; + dcterms:description "\"Kilogram Square Meter\" is a unit for 'Moment Of Inertia' expressed as $kg-m^2$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$kg-m2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA622"^^xsd:string ; + ns1:symbol "kg·m²"^^xsd:string ; + ns1:ucumCode "kg.m2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B32"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilogram Square Millimetre"@en, + "Kilogram Square Millimeter"@en-us ; + dcterms:description "product of the SI base kilogram and the 0.001-fold of the power of the SI base metre with the exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA627"^^xsd:string ; + ns1:plainTextDescription "product of the SI base kilogram and the 0.001-fold of the power of the SI base metre with the exponent 2"^^xsd:string ; + ns1:symbol "kg·mm²"^^xsd:string ; + ns1:ucumCode "kg.mm2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F19"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound Mass (avoirdupois) Square Foot"@en ; + dcterms:description "product of the unit pound according to the avoirdupois system of units and the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.04214011 ; + ns1:conversionMultiplierSN 4.214011e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA671"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "lbm·ft²"^^xsd:string ; + ns1:ucumCode "[lb_av].[sft_i]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K65"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound Mass (avoirdupois) Square Inch"@en ; + dcterms:description "product of the unit pound according to the avoirdupois system of units and the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0002926397 ; + ns1:conversionMultiplierSN 2.926397e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA672"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "lbm·in²"^^xsd:string ; + ns1:ucumCode "[lb_av].[sin_i]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F20"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Cubic Metre per Second"@en, + "Cubic Meter per Second"@en-us ; + dcterms:description "A cubic metre per second ($m^{3}s^{-1}, m^{3}/s$), cumecs or cubic meter per second in American English) is a derived SI unit of flow rate equal to that of a stere or cube with sides of one metre ( u0303 39.37 in) in length exchanged or moving each second. It is popularly used for water flow, especially in rivers and streams, and fractions for HVAC values measuring air flow."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$m^{3}/s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA772"^^xsd:string, + "0112/2///62720#UAD705"^^xsd:string ; + ns1:symbol "m³/s"^^xsd:string ; + ns1:ucumCode "m3.s-1"^^ns1:UCUMcs, + "m3/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "MQS"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Megacoulomb Per Square Metre"@en, + "Megacoulomb Per Square Meter"@en-us ; + dcterms:description "1 000 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA207"^^xsd:string ; + ns1:plainTextDescription "1 000 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ; + ns1:symbol "MC/m²"^^xsd:string ; + ns1:ucumCode "MC.m-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B70"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Microcoulomb Per Square Metre"@en, + "Microcoulomb Per Square Meter"@en-us ; + dcterms:description "0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA060"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ; + ns1:symbol "µC/m²"^^xsd:string ; + ns1:ucumCode "uC.m-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B88"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milliampere Per Inch"@en ; + dcterms:description "0.001-fold of the SI base unit ampere divided by the unit inch according to the Anglo-American and the Imperial system of units"^^rdf:HTML ; + ns1:conversionMultiplier 0.03937008 ; + ns1:conversionMultiplierSN 3.937008e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA778"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the SI base unit ampere divided by the unit inch according to the Anglo-American and the Imperial system of units"^^xsd:string ; + ns1:symbol "mA/in"^^xsd:string ; + ns1:ucumCode "mA.[in_i]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F08"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milliampere Per Millimetre"@en, + "Milliampere Per Millimeter"@en-us ; + dcterms:description "0.001-fold of the SI base unit ampere divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA781"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the SI base unit ampere divided by the 0.001-fold of the SI base unit metre"^^xsd:string ; + ns1:symbol "mA/mm"^^xsd:string ; + ns1:ucumCode "mA.mm-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F76"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millicoulomb Per Square Metre"@en, + "Millicoulomb Per Square Meter"@en-us ; + dcterms:description "0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA784"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ; + ns1:symbol "mC/m²"^^xsd:string ; + ns1:ucumCode "mC.m-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D89"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Reciprocal Pascal"@en ; + dcterms:description "reciprocal of the SI derived unit pascal"^^xsd:string ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Pascal"^^xsd:anyURI ; + ns1:expression "$/Pa$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA269"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Pascal?oldid=492989202"^^xsd:anyURI ; + ns1:siUnitsExpression "m^2/N"^^xsd:string ; + ns1:symbol "Pa⁻¹"^^xsd:string ; + ns1:ucumCode "/Pa"^^ns1:UCUMcs, + "Pa-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C96"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar, + "voltů na metr"@cs, + "Volt je Meter"@de, + "volt per metre"@en, + "Volt per Meter"@en-us, + "voltio por metro"@es, + "ولت بر متر"@fa, + "volt par mètre"@fr, + "प्रति मीटर वोल्ट"@hi, + "volt al metro"@it, + "ボルト毎メートル"@ja, + "volt per meter"@ms, + "wolt na metr"@pl, + "volt por metro"@pt, + "volți pe metru"@ro, + "вольт на метр"@ru, + "volt na meter"@sl, + "volt bölü metre"@tr, + "伏特每米"@zh ; + dcterms:description """ + The unit $\\{Volt Per Meter (V/m)}$ is a unit in the category of Electric field strength. + It is also known as volts per meter, volt/meter, volt/metre, volt per metre, volts per metre. + This unit is commonly used in the SI unit system. + $\\{Volt Per Meter}$ has a dimension of $MLT^{-3}I^{-1}$ where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. + This unit is the standard SI unit in this category. + """^^ns1:LatexString ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$V/m$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA301"^^xsd:string ; + ns1:informativeReference "http://www.efunda.com/glossary/units/units--electric_field_strength--volt_per_meter.cfm"^^xsd:anyURI ; + ns1:symbol "V/m"^^xsd:string ; + ns1:ucumCode "V.m-1"^^ns1:UCUMcs, + "V/m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D50"^^xsd:string ; + rdfs:isDefinedBy . + +ns3:CodeList a owl:Class ; + rdfs:label "Codelist"^^xsd:string ; + dcterms:description """ +A codelist is a controlled vocabulary of terms that are used to represent permissible values of a +variable in information systems. +The representaiton of codes in "dtype" has been influenced by CCTS and UBL. +"""^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns3:Enumeration . -s223:Actuator a s223:Class, - sh:NodeShape ; - rdfs:label "Actuator"^^xsd:string ; - rdfs:comment "A piece of equipment, either electrically, pneumatically, or hydraulically operated, that makes a change in the physical world, such as the position of a valve or damper."^^xsd:string ; - rdfs:subClassOf s223:Equipment ; - sh:property [ rdfs:comment "If the relation actuates is present it must associate the Actuator with a Equipment."^^xsd:string ; - sh:class s223:Equipment ; - sh:path s223:actuates ], - [ rdfs:comment "An Actuator must be associated with at least one ActuatableProperty using the relation commandedByProperty."^^xsd:string ; - sh:class s223:ActuatableProperty ; - sh:minCount 1 ; - sh:path s223:commandedByProperty ] . +ns2:CatalogEntry dcterms:description "VAEM Governed Object class is a placeholder for concepts that are fully defined by the voag:GovernedObject concept hierarchy for building a catalog of ontologies and graphs"^^xsd:string . -s223:BidirectionalConnectionPoint a s223:Class, - sh:NodeShape ; - rdfs:label "Bidirectional Connection Point"^^xsd:string ; - rdfs:comment "A BidirectionalConnectionPoint is a predefined subclass of ConnectionPoint. Using a BidirectionalConnectionPoint implies that the flow direction is not fixed in one direction. It depends on the status of some other part of the system, such as a valve position, that is expected to change during operation (see `s223:Direction-Bidirectional`) or to model energy transfer occurring without specific flow direction."^^xsd:string ; - rdfs:subClassOf s223:ConnectionPoint . +sh:Literal a sh:NodeKind ; + rdfs:label "Literal"@en ; + rdfs:comment "The node kind of all literals."@en ; + rdfs:isDefinedBy sh: . s223:DayOfWeek-Weekday a s223:Class, s223:DayOfWeek-Weekday, @@ -5702,295 +72213,3097 @@ s223:Electricity-Signal a s223:Class, s223:Electricity-Signal, sh:NodeShape ; rdfs:label "Electricity Signal"^^xsd:string ; - rdfs:comment "This class has enumerated instances of common communication protocols, mostly at the physical OSI layer."^^xsd:string ; - rdfs:subClassOf s223:Medium-Electricity . + rdfs:comment "This class has enumerated subclasses of common communication protocols."^^xsd:string ; + rdfs:subClassOf s223:Constituent-Electricity . + +s223:EnumeratedObservableProperty a s223:Class, + sh:NodeShape ; + rdfs:label "Enumerated observable property"^^xsd:string ; + rdfs:comment "An EnumeratedObservableProperty is a property with an enumerated (fixed) set of possible values that cannot be changed (can only be observed)."^^xsd:string ; + rdfs:subClassOf s223:EnumerableProperty, + s223:ObservableProperty . s223:EnumerationKind-HVACOperatingMode a s223:Class, s223:EnumerationKind-HVACOperatingMode, sh:NodeShape ; rdfs:label "HVAC operating mode"^^xsd:string ; - rdfs:comment "HVACOperatingMode has enumerated instances of the policy under which the HVAC system or equipment is operating."^^xsd:string ; + rdfs:comment "HVACOperatingMode has enumerated subclasses of the policy under which the HVAC system or equipment is operating."^^xsd:string ; rdfs:subClassOf s223:EnumerationKind . s223:EnumerationKind-HVACOperatingStatus a s223:Class, s223:EnumerationKind-HVACOperatingStatus, sh:NodeShape ; rdfs:label "HVAC operating status"^^xsd:string ; - rdfs:comment "HVACOperatingStatus has enumerated instances of the HVAC system/equipment operating status."^^xsd:string ; + rdfs:comment "HVACOperatingStatus has enumerated subclasses of the HVAC system/equipment operating status."^^xsd:string ; rdfs:subClassOf s223:EnumerationKind . -s223:EnumerationKind-Occupancy a s223:Class, - s223:EnumerationKind-Occupancy, +s223:EnumerationKind-OnOff a s223:Class, + s223:EnumerationKind-OnOff, sh:NodeShape ; - rdfs:label "Occupancy status"^^xsd:string ; - rdfs:comment "This class has enumerated instances of occupancy status, i.e. the state of being used or occupied."^^xsd:string ; + rdfs:label "OnOff enumeration"^^xsd:string ; + rdfs:comment "This class has enumerated subclasses of states of either on or off."^^xsd:string ; rdfs:subClassOf s223:EnumerationKind . s223:EnumerationKind-Phase a s223:Class, s223:EnumerationKind-Phase, sh:NodeShape ; - rdfs:label "EnumerationKind-Phase"^^xsd:string ; - rdfs:comment "This class has enumerated instances of thermodynamic phase, i.e. states of matter."^^xsd:string ; + rdfs:label "EnumerationKind Phase"^^xsd:string ; + rdfs:comment "This class has enumerated subclasses of thermodynamic phase, i.e. states of matter."^^xsd:string ; rdfs:subClassOf s223:EnumerationKind . -s223:Pipe a s223:Class, +s223:EnumerationKind-Speed a s223:Class, + s223:EnumerationKind-Speed, sh:NodeShape ; - rdfs:label "Pipe"^^xsd:string ; - rdfs:comment "A Pipe is a subclass of Connection, that represents a hollow cylinder of metal or other material used to convey a Medium."^^xsd:string ; - rdfs:subClassOf s223:Connection . + rdfs:label "Speed"^^xsd:string ; + rdfs:comment "This class has enumerated subclasses of speed settings of High, Medium, Low (plus Off)."^^xsd:string ; + rdfs:subClassOf s223:EnumerationKind . -s223:Role-Cooling a s223:Class, - s223:Role-Cooling, +s223:Mix-Fluid a s223:Class, + s223:Mix-Fluid, sh:NodeShape ; - rdfs:label "Role-Cooling"^^xsd:string ; - rdfs:comment "Role-Cooling"^^xsd:string ; - rdfs:subClassOf s223:EnumerationKind-Role . + rdfs:label "Mix-Fluid"^^xsd:string ; + rdfs:comment "Mix-Fluid"^^xsd:string ; + rdfs:subClassOf s223:Medium-Mix . + +s223:QuantifiableActuatableProperty a s223:Class, + sh:NodeShape ; + rdfs:label "Quantifiable Actuatable Property"^^xsd:string ; + rdfs:comment "This class is for quantifiable properties of which numerical values are specified to be modifiable by a user or a machine outside of the model, like a setpoint."^^xsd:string ; + rdfs:subClassOf s223:ActuatableProperty, + s223:QuantifiableProperty . s223:hasObservationLocation a rdf:Property ; rdfs:label "has observation location"^^xsd:string ; - rdfs:comment "The relation hasObservationLocation associates a sensor to the topological location where it is observing the property (see `s223:observes`). The observation location can be a Connectable (see `s223:Connectable`)."^^xsd:string . - -ns1:hasUnit rdfs:comment "A reference to the unit of measure of a QuantifiableProperty of interest."^^xsd:string . - - a s223:Valve, - ; - s223:cnx , - ; - s223:hasConnectionPoint , - ; - s223:hasMedium s223:Water-ChilledWater ; - s223:hasProperty , - . - - a s223:Damper, - ; - s223:cnx , - ; - s223:hasConnectionPoint , - ; - s223:hasProperty , - ; - s223:hasRole s223:Role-Exhaust . - - a s223:Damper, - ; - s223:cnx , - ; - s223:hasConnectionPoint , - ; - s223:hasProperty , - ; - s223:hasRole s223:Role-Economizer . - - a s223:OutletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Air ; - s223:hasProperty ; - s223:isConnectionPointOf . - - a s223:Valve, - ; - s223:cnx , - ; - s223:hasConnectionPoint , - ; - s223:hasMedium s223:Water-HotWater ; - s223:hasProperty , - . - - a s223:Damper, - ; - s223:cnx , - ; - s223:hasConnectionPoint , - ; - s223:hasProperty , - ; - s223:hasRole s223:Role-Outside . - - a s223:OutletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Air ; - s223:hasProperty , - ; - s223:isConnectionPointOf . - - a s223:Damper, - ; - s223:cnx , - ; - s223:hasConnectionPoint , - ; - s223:hasProperty , - ; - s223:hasRole s223:Role-Return . - - a s223:Fan, - ; - s223:cnx , - ; - s223:hasConnectionPoint , - ; - s223:hasProperty , - , - , - ; - s223:hasRole s223:Role-Return . - - a s223:InletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Air ; - s223:hasProperty ; - s223:isConnectionPointOf . - - a s223:Fan, - ; - s223:cnx , - ; - s223:hasConnectionPoint , - ; - s223:hasProperty , - , - , - ; - s223:hasRole s223:Role-Supply . - - a s223:OutletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Air ; - s223:hasProperty , - ; - s223:isConnectionPointOf . + rdfs:comment "The relation hasObservationLocation associates a sensor to the topological location where it is observing the property (see `s223:observes`). The observation location can be a Connectable (see `s223:Connectable`), Connection (see `s223:Connection`), or ConnectionPoint (see `s223:ConnectioPoint`)."^^xsd:string . + +s223:ofConstituent a rdf:Property ; + rdfs:label "of constituent"^^xsd:string ; + rdfs:comment "The relation ofConstituent is used to associate a Property that characterizes a medium mixture with one of the constituents of that mixture."^^xsd:string . + +dcterms:creator a rdf:Property, + owl:AnnotationProperty ; + rdfs:label "creator"^^xsd:string ; + rdfs:isDefinedBy dcterms: ; + rdfs:range xsd:string . + + a ns1:PhysicalConstant ; + rdfs:label "Magnetic Constant"@en ; + dcterms:description """ + The constant $\\textit{Magentic Constant}$, also known as $\\textit{Permeability of Vacuum}$, is a scalar constant + $\\mu_0$ such that, in a vacuum the product with the magnetic field vector, $\\overrightarrow{H}$ + is equal to the magnetic flux density vector, $\\overrightarrow{B}$. + """^^ns1:LatexString ; + ns1:abbreviation "magnetic-constant"^^xsd:string ; + ns1:applicableUnit ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Vacuum_permeability"^^xsd:anyURI ; + ns1:exactConstant true ; + ns1:exactMatch ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI, + "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=705-03-14"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "$\\mu_0 = \\frac{\\overrightarrow{B}}{\\overrightarrow{H}}$, where $\\overrightarrow{B}$ is the B-Filed magnetic vector, and $\\overrightarrow{H}$ is the H-Filed magnetic vector. The value of $\\mu_0$ is $\\approx 1.256637e-6\\,H/M$."^^ns1:LatexString ; + ns1:latexSymbol "$\\mu_0$"^^ns1:LatexString ; + ns1:quantityValue ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-2I0M-1H1T3D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 1 ; + ns1:dimensionExponentForTime 3 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^-2 M^-1 T^3 Θ\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-3I0M1H0T-1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -3 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L2I0M1H-1T-3D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature -1 ; + ns1:dimensionExponentForTime -3 ; + ns1:dimensionlessExponent 0 ; + ns1:latexDefinition "\\(L^2 M T^-3 Θ^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:ISO-DimensionVector, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E1L0I0M-1H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 1 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind , + ; + ns1:isDimensionInSystem ns1:SOQ_ISQ ; + ns1:latexDefinition "\\(I M^{-1}\\)"^^ns1:LatexString ; + rdfs:isDefinedBy , + . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A1E0L0I0M0H1T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 1 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 1 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(\\theta N\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Boiling Point Temperature"@en ; + ns1:applicableUnit , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "A temperature that is the one at which a substance will change its physical state from a liquid to a gas. It is also the temperature where the liquid and gaseous forms of a pure substance can exist in equilibrium."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Catalytic Activity"@en ; + dcterms:description "An index of the actual or potential activity of a catalyst. The catalytic activity of an enzyme or an enzyme-containing preparation is defined as the property measured by the increase in the rate of conversion of a specified chemical reaction that the enzyme produces in a specified assay system. Catalytic activity is an extensive quantity and is a property of the enzyme, not of the reaction mixture; it is thus conceptually different from rate of conversion although measured by and equidimensional with it. The unit for catalytic activity is the \\(katal\\); it may also be expressed in mol \\(s^{-1}\\). Dimensions: \\(N T^{-1}\\). Former terms such as catalytic ability, catalytic amount, and enzymic activity are no er recommended. Derived quantities are molar catalytic activity, specific catalytic activity, and catalytic activity concentration. Source(s): www.answers.com"^^ns1:LatexString ; + ns1:applicableUnit , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Catalysis"^^xsd:anyURI ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Current Linkage"@en ; + ns1:applicableUnit ; + ns1:expression "\\(current-linkage\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-60"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\Theta\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Current Linkage\" is the net electric current through a surface delimited by a closed loop."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Curvature"@en ; + ns1:applicableUnit , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Curvature"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\kappa = \\frac{1}{\\rho}\\), where \\(\\rho\\) is the radius of the curvature."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\kappa\\)"^^ns1:LatexString ; + ns1:plainTextDescription "In mathematics \"Curvature\" is the amount by which a geometric object deviates from being flat, or straight in the case of a line, but this is defined in different ways depending on the context."^^xsd:string ; + rdfs:isDefinedBy ; + skos:closeMatch . + + a ns1:QuantityKind ; + rdfs:label "Dose Equivalent"@en ; + dcterms:description "\"Dose Equivalent} (former), or \\textit{Equivalent Absorbed Radiation Dose}, usually shortened to \\textit{Equivalent Dose\", is a computed average measure of the radiation absorbed by a fixed mass of biological tissue, that attempts to account for the different biological damage potential of different types of ionizing radiation. The equivalent dose to a tissue is found by multiplying the absorbed dose, in gray, by a dimensionless \"quality factor\" \\(Q\\), dependent upon radiation type, and by another dimensionless factor \\(N\\), dependent on all other pertinent factors. N depends upon the part of the body irradiated, the time and volume over which the dose was spread, even the species of the subject."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Equivalent_dose"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Equivalent_dose"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "At the point of interest in tissue, \\(H = DQ\\), where \\(D\\) is the absorbed dose and \\(Q\\) is the quality factor at that point."^^ns1:LatexString ; + ns1:symbol "H"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Enthalpy"@en ; + dcterms:description "In thermodynamics, \\(\\textit{enthalpy}\\) is the sum of the internal energy \\(U\\) and the product of pressure \\(p\\) and volume \\(V\\) of a system. The characteristic function (also known as thermodynamic potential) \\(\\textit{enthalpy}\\) used to be called \\(\\textit{heat content}\\), which is why it is conventionally indicated by \\(H\\). The specific enthalpy of a working mass is a property of that mass used in thermodynamics, defined as \\(h=u+p \\cdot v\\), where \\(u\\) is the specific internal energy, \\(p\\) is the pressure, and \\(v\\) is specific volume. In other words, \\(h = H / m\\) where \\(m\\) is the mass of the system. The SI unit for \\(\\textit{Specific Enthalpy}\\) is \\(\\textit{joules per kilogram}\\)"^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Enthalpy"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.citizendium.org/wiki/Enthalpy"^^xsd:anyURI, + "http://en.wikipedia.org/wiki/Enthalpy"^^xsd:anyURI ; + ns1:latexDefinition "\\(H = U + pV\\), where \\(U\\) is internal energy, \\(p\\) is pressure and \\(V\\) is volume."^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:symbol "H"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Flash Point Temperature"@en ; + ns1:applicableUnit , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "A temperature that is the lowest one at which the vapors of a volatile material will ignite if exposed to an ignition source. It is frequently used to characterize fire hazards and distinguish different flammable fuels."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Incidence"^^xsd:string ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Incidence_(epidemiology)"^^xsd:anyURI ; + ns1:plainTextDescription "In epidemiology, incidence is a measure of the probability of occurrence of a given medical condition in a population within a specified period of time."^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Length Mass"@en ; + ns1:applicableUnit , + , + , + , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Length Temperature"@en ; + ns1:applicableUnit , + , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Linear Absorption Coefficient"@en ; + ns1:applicableUnit , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Attenuation_coefficient"^^xsd:anyURI ; + ns1: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."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\mu\\)"^^ns1:LatexString ; + ns1: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."^^xsd:string ; + ns1:systemDerivedQuantityKind ns1:SOQ_SI ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Linear Attenuation Coefficient"@en ; + ns1:applicableUnit , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Attenuation_coefficient"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition """\\(\\mu = -\\frac{1}{J}\\frac{dJ}{dx}\\), where \\(J\\) is the magnitude of the current rate of a beam of particles parallel to the \\(x-direction\\). + +Or: + +\\(\\mu(\\lambda) = \\frac{1}{\\Phi_\\lambda(\\lambda)}\\frac{d\\Phi_\\lambda(\\lambda)}{dl}\\), where \\(\\frac{d\\Phi}{\\Phi}\\) is the relative decrease in the spectral radiant flux \\(\\Phi\\) of a collimated beam of electromagnetic radiation corresponding to the wavelength \\(\\lambda\\) during traversal of an infinitesimal layer of a medium and \\(dl\\) is the length traversed."""^^ns1:LatexString ; + ns1:latexSymbol "\\(\\mu\\)"^^ns1:LatexString ; + ns1: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."^^xsd:string ; + ns1:systemDerivedQuantityKind ns1:SOQ_SI ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Linear Ionization"@en ; + ns1:applicableUnit , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Ionization#Classical_ionization"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(N_{il} = \\frac{1}{e}\\frac{dQ}{dl}\\), where \\(e\\) is the elementary charge and \\(dQ\\) is the average total charge of all positive ions produced over an infinitesimal element of the path with length \\(dl\\) by an ionizing charged particle."^^ns1:LatexString ; + ns1:plainTextDescription "\"Linear Ionization\" is a description of how the ionization of an atom or molecule takes place. For example, an ion with a +2 charge can be created only from an ion with a +1 charge or a +3 charge. That is, the numerical charge of an atom or molecule must change sequentially, always moving from one number to an adjacent, or sequential, number. Using sequential ionization definition."^^xsd:string ; + ns1:symbol "N_{il}"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Magnetic Area Moment"@en ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-49"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(m = I e_n A\\), where \\(I\\) is electric current in a small closed loop, \\(e_n\\) is a unit vector perpendicular to the loop, and \\(A\\) is the area of the loop. The magnetic moment of a substance within a domain is the vector sum of the magnetic moments of all entities included in the domain."^^ns1:LatexString ; + ns1:plainTextDescription "\"Magnetic Area Moment\", for a magnetic dipole, is a vector quantity equal to the product of the current, the loop area, and the unit vector normal to the loop plane, the direction of which corresponds to the loop orientation. \"Magnetic Area Moment\" is also referred to as \"Magnetic Moment\"."^^xsd:string ; + ns1:symbol "m"^^xsd:string ; + rdfs:isDefinedBy ; + owl:sameAs . + + a ns1:QuantityKind ; + rdfs:label "Magnetic Moment"@en ; + ns1:applicableUnit , + , + ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-49"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI, + "https://www.simetric.co.uk/siderived.htm"^^xsd:anyURI ; + ns1:latexDefinition "\\(m = I e_n A\\), where \\(I\\) is electric current in a small closed loop, \\(e_n\\) is a unit vector perpendicular to the loop, and \\(A\\) is the area of the loop. The magnetic moment of a substance within a domain is the vector sum of the magnetic moments of all entities included in the domain."^^ns1:LatexString ; + ns1: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."^^xsd:string ; + ns1:symbol "m"^^xsd:string ; + rdfs:isDefinedBy ; + owl:sameAs . + + a ns1:QuantityKind ; + rdfs:label "Massieu Function"@en ; + dcterms:description "The Massieu function, \\(\\Psi\\), is defined as: \\(\\Psi = \\Psi (X_1, \\dots , X_i, Y_{i+1}, \\dots , Y_r )\\), where for every system with degree of freedom \\(r\\) one may choose \\(r\\) variables, e.g. , to define a coordinate system, where \\(X\\) and \\(Y\\) are extensive and intensive variables, respectively, and where at least one extensive variable must be within this set in order to define the size of the system. The \\((r + 1)^{th}\\) variable,\\(\\Psi\\) , is then called the Massieu function."^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Massieu_function"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:latexDefinition "\\(J = -A/T\\), where \\(A\\) is Helmholtz energy and \\(T\\) is thermodynamic temperature."^^ns1:LatexString ; + ns1:symbol "J"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + , + , + , + , + . + + a ns1:QuantityKind ; + rdfs:label "Melting Point Temperature"@en ; + ns1:applicableUnit , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "A temperature that is the one at which a substance will change its physical state from a solid to a liquid. It is also the temperature where the solid and liquid forms of a pure substance can exist in equilibrium."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Molar Heat Capacity"@en ; + ns1:applicableUnit , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://chemistry.about.com/od/chemistryglossary/g/Molar-Heat-Capacity-Definition.htm"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(C_m = \\frac{C}{n}\\), where \\(C\\) is heat capacity and \\(n\\) is amount of substance."^^ns1:LatexString ; + ns1:plainTextDescription "\"Molar Heat Capacity\" is the amount of heat energy required to raise the temperature of 1 mole of a substance. In SI units, molar heat capacity (symbol: cn) is the amount of heat in joules required to raise 1 mole of a substance 1 Kelvin."^^xsd:string ; + ns1:symbol "C_m"^^xsd:string, + "cn"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Particle Fluence"@en ; + ns1:applicableUnit , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Fluence"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\Phi = \\frac{dN}{dA}\\), where \\(dN\\) describes the number of particles incident on a small spherical domain at a given point in space, and \\(dA\\) describes the cross-sectional area of that domain."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\Phi\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Particle Fluence\" is the total number of particles that intersect a unit area in a specific time interval of interest, and has units of m–2 (number of particles per meter squared)."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Permeability"@en ; + ns1:applicableUnit , + , + , + ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + owl:sameAs . + + a ns1:QuantityKind ; + rdfs:label "Phase coefficient"@en ; + dcterms:description "The phase coefficient is the amount of phase shift that occurs as the wave travels one meter. Increasing the loss of the material, via the manipulation of the material's conductivity, will decrease the wavelength (increase \\(\\beta\\)) and increase the attenuation coefficient (increase \\(\\alpha\\))."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Attenuation_coefficient"^^xsd:anyURI ; + ns1:latexDefinition "If \\(F(x) = Ae^{-\\alpha x} \\cos{[\\beta (x - x_0)]}\\), then \\(\\alpha\\) is the attenuation coefficient and \\(\\beta\\) is the phase coefficient."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\beta\\)"^^ns1:LatexString ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Planck Function"@en ; + dcterms:description "The \\(\\textit{Planck function}\\) is used to compute the radiance emitted from objects that radiate like a perfect \"Black Body\". The inverse of the \\(\\textit{Planck Function}\\) is used to find the \\(\\textit{Brightness Temperature}\\) of an object. The precise formula for the Planck Function depends on whether the radiance is determined on a \\(\\textit{per unit wavelength}\\) or a \\(\\textit{per unit frequency}\\). In the ISO System of Quantities, \\(\\textit{Planck Function}\\) is defined by the formula: \\(Y = -G/T\\), where \\(G\\) is Gibbs Energy and \\(T\\) is thermodynamic temperature."^^ns1:LatexString ; + ns1:expression "\\(B_{\\nu}(T)\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://ntrs.nasa.gov/archive/nasa/casi.ntrs.nasa.gov/19680008986_1968008986.pdf"^^xsd:anyURI, + "http://pds-atmospheres.nmsu.edu/education_and_outreach/encyclopedia/planck_function.htm"^^xsd:anyURI, + "http://www.star.nesdis.noaa.gov/smcd/spb/calibration/planck.html"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:latexDefinition """The Planck function, \\(B_{\\tilde{\\nu}}(T)\\), is given by: +\\(B_{\\nu}(T) = \\frac{2h c^2\\tilde{\\nu}^3}{e^{hc / k \\tilde{\\nu} T}-1}\\) +where, \\(\\tilde{\\nu}\\) is wavelength, \\(h\\) is Planck's Constant, \\(k\\) is Boltzman's Constant, \\(c\\) is the speed of light in a vacuum, \\(T\\) is thermodynamic temperature."""^^ns1:LatexString ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + , + , + , + , + . + + a ns1:QuantityKind ; + rdfs:label "Pressure Coefficient"@en ; + ns1:applicableUnit , + , + , + , + ; + ns1:expression "\\(pres-coef\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\beta = \\left (\\frac{\\partial p}{\\partial T} \\right )_V\\), where \\(p\\) is \\(pressure\\), \\(T\\) is thermodynamic temperature and \\(V\\) is volume."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\beta\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Propagation coefficient"@en ; + dcterms:description "The propagation constant, symbol \\(\\gamma\\), for a given system is defined by the ratio of the amplitude at the source of the wave to the amplitude at some distance x."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Propagation_constant"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\gamma = \\alpha + j\\beta\\), where \\(\\alpha\\) is the attenuation coefficient and \\(\\beta\\) is the phase coefficient."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\gamma\\)"^^ns1:LatexString ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Second Axial Moment of Area"@en ; + ns1:applicableUnit , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Second_moment_of_area"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(I_a = \\int r^2_Q dA\\), where \\(r_Q\\) is the radial distance from a \\(Q-axis\\) and \\(A\\) is area."^^ns1:LatexString ; + ns1:plainTextDescription "The moment of inertia, also called mass moment of inertia, rotational inertia, polar moment of inertia of mass, or the angular mass is a property of a distribution of mass in space that measures its resistance to rotational acceleration about an axis."^^xsd:string ; + ns1:symbol "I"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Sound exposure level"@en ; + dcterms:description "Sound Exposure Level abbreviated as \\(SEL\\) and \\(LAE\\), is the total noise energy produced from a single noise event, expressed as a logarithmic ratio from a reference level."^^ns1:LatexString ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.diracdelta.co.uk/science/source/s/o/sound%20exposure%20level/source.html"^^xsd:anyURI ; + ns1:latexDefinition "\\(L_E = 10 \\log_{10} \\frac{E}{E_0} dB\\), where \\(E\\) is sound power and the reference value is \\(E_0 = 400 \\mu Pa^2 s\\)."^^ns1:LatexString ; + ns1:symbol "L"^^xsd:string ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Sound reduction index"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Sound_reduction_index"^^xsd:anyURI ; + ns1:latexDefinition "\\(R = 10 \\log (\\frac{1}{\\tau}) dB\\), where \\(\\tau\\) is the transmission factor."^^ns1:LatexString ; + ns1:plainTextDescription "The Sound Reduction Index is used to measure the level of sound insulation provided by a structure such as a wall, window, door, or ventilator."^^xsd:string ; + ns1:symbol "R"^^xsd:string ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Spin Quantum Number"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Quantum_number"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(s^2 = \\hbar^2 s(s + 1)\\), where \\(s\\) is the spin quantum number and \\(\\hbar\\) is the Planck constant."^^ns1:LatexString ; + ns1:plainTextDescription "The \"Spin Quantum Number\" describes the spin (intrinsic angular momentum) of the electron within that orbital, and gives the projection of the spin angular momentum S along the specified axis"^^xsd:string ; + ns1:symbol "s"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader ; + skos:closeMatch , + , + . + + a ns1:QuantityKind ; + rdfs:label "Thermal Resistance"@en ; + dcterms:description "\\(\\textit{Thermal Resistance}\\) is a heat property and a measure of a temperature difference by which an object or material resists a heat flow (heat per time unit or thermal resistance). Thermal resistance is the reciprocal thermal conductance. the thermodynamic temperature difference divided by heat flow rate. Thermal resistance \\(R\\) has the units \\(\\frac{m^2 \\cdot K}{W}\\)."^^ns1:LatexString ; + ns1:applicableUnit , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Thermal_resistance"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Thermal_resistance"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:symbol "R"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + , + . + + a ns1:QuantityKind ; + rdfs:label "Time Temperature"@en ; + ns1:applicableUnit , + , + ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Total Current"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(I_{tot}= I + I_D\\), where \\(I\\) is electric current and \\(I_D\\) is displacement current."^^ns1:LatexString ; + ns1:plainTextDescription "\"Total Current\" is the sum of the electric current that is flowing through a surface and the displacement current."^^xsd:string ; + ns1:symbol "I_t"^^xsd:string, + "I_{tot}"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + . + + a ns1:QuantityKind ; + rdfs:label "Vapor Permeability"@en ; + ns1:applicableUnit , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://www.designingbuildings.co.uk/wiki/Vapour_Permeability"^^xsd:anyURI ; + ns1:plainTextDescription "Vapour permeability, or \"Breathability\" in a building refers to the ease with which water vapour passes through building elements. Building elements where vapour permeability is poorly designed can result in condensation, leading to unhealthy living environments and degradation of fabric."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar, + "ampérů na metr"@cs, + "Ampere je Meter"@de, + "ampere per metre"@en, + "Ampere per Meter"@en-us, + "amperio por metro"@es, + "آمپر بر متر"@fa, + "ampère par mètre"@fr, + "प्रति मीटर एम्पीयर"@hi, + "ampere al metro"@it, + "アンペア毎メートル"@ja, + "ampere per meter"@ms, + "amper na metr"@pl, + "ampere por metro"@pt, + "ampere pe metru"@ro, + "ампер на метр"@ru, + "amper na meter"@sl, + "amper bölü metre"@tr, + "安培每米"@zh ; + dcterms:description " is the SI unit of magnetic field strength. One ampere per meter is equal to $\\pi/250$ oersteds ($12.566\\, 371\\,millioersteds$) in CGS units. The ampere per meter is also the SI unit of \"magnetization\" in the sense of magnetic dipole moment per unit volume; in this context $1 A/m = 0.001\\,emu\\,per\\,cubic\\,centimeter$."^^ns1:LatexString ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$A/m$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAA104"^^xsd:string ; + ns1:symbol "A/m"^^xsd:string ; + ns1:ucumCode "A.m-1"^^ns1:UCUMcs, + "A/m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "AE"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Degree per Hour"@en ; + dcterms:description "\"Degree per Hour\" is an Imperial unit for 'Angular Velocity' expressed as $deg/h$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00000484813681 ; + ns1:conversionMultiplierSN 4.848137e-06 ; + ns1:expression "$deg/h$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "°/hr"^^xsd:string ; + ns1:ucumCode "deg.h-1"^^ns1:UCUMcs, + "deg/h"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Degree per Minute"@en ; + dcterms:description "A unit of measure for the rate of change of plane angle, $d\\omega / dt$, in durations of one minute.The vector $\\omega$ is directed along the axis of rotation in the direction for which the rotation is clockwise."^^ns1:LatexString ; + ns1:conversionMultiplier 0.000290888209 ; + ns1:conversionMultiplierSN 2.908882e-04 ; + ns1:expression "$deg-per-min$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "°/min"^^xsd:string ; + ns1:ucumCode "deg.min-1"^^ns1:UCUMcs, + "deg/min"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Degree per Second"@en ; + dcterms:description "\"Degree per Second\" is an Imperial unit for 'Angular Velocity' expressed as $deg/s$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0174532925 ; + ns1:conversionMultiplierSN 1.745329e-02 ; + ns1:expression "$deg/s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA026"^^xsd:string ; + ns1:symbol "°/s"^^xsd:string ; + ns1:ucumCode "deg.s-1"^^ns1:UCUMcs, + "deg/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E96"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Electron Volt Second"@en ; + dcterms:description "\"Electron Volt Second\" is a unit for 'Angular Momentum' expressed as $eV s$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0000000000000000001602176634 ; + ns1:conversionMultiplierSN 1.602177e-19 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "eV·s"^^xsd:string ; + ns1:ucumCode "eV.s"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar, + "faradů na metr"@cs, + "Farad je Meter"@de, + "farad per metre"@en, + "Farad per Meter"@en-us, + "faradio por metro"@es, + "فاراد بر متر"@fa, + "farad par mètre"@fr, + "प्रति मीटर फैराड"@hi, + "farad al metro"@it, + "ファラド毎メートル"@ja, + "farad per meter"@ms, + "farad na metr"@pl, + "farad por metro"@pt, + "farad pe metru"@ro, + "фарада на метр"@ru, + "farad na meter"@sl, + "farad bölü metre"@tr, + "法拉每米"@zh ; + dcterms:description "Farad Per Meter ($F/m$) is a unit in the category of Electric permittivity. It is also known as farad/meter. This unit is commonly used in the SI unit system. Farad Per Meter has a dimension of M-1L-3T4I2 where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$F/m$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA146"^^xsd:string ; + ns1:symbol "F/m"^^xsd:string ; + ns1:ucumCode "F.m-1"^^ns1:UCUMcs, + "F/m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A69"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gauss"@en ; + dcterms:description "CGS unit of the magnetic flux density B"^^rdf:HTML ; + ns1:conversionMultiplier 0.0001 ; + ns1:conversionMultiplierSN 1e-04 ; + ns1:exactMatch , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB135"^^xsd:string ; + ns1:plainTextDescription "CGS unit of the magnetic flux density B"^^xsd:string ; + ns1:symbol "Gs"^^xsd:string ; + ns1:ucumCode "G"^^ns1:UCUMcs ; + ns1:uneceCommonCode "76"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Joule per Kilogram Kelvin"@en ; + dcterms:description "Specific heat capacity - The heat required to raise unit mass of a substance by unit temperature interval under specified conditions, such as constant pressure: usually measured in joules per kelvin per kilogram. Symbol $c_p$ (for constant pressure) Also called specific heat."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$J-per-kg-K$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA176"^^xsd:string ; + ns1:latexSymbol "\\(J/(kg \\cdot K)\\)"^^ns1:LatexString ; + ns1:symbol "J/(kg·K)"^^xsd:string ; + ns1:ucumCode "J.kg-1.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B11"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Joule per Cubic Metre"@en, + "Joule per Cubic Meter"@en-us ; + dcterms:description "$\\textit{Joule Per Cubic Meter}$ ($J/m^{3}$) is a unit in the category of Energy density. It is also known as joules per cubic meter, joule per cubic metre, joules per cubic metre, joule/cubic meter, joule/cubic metre. This unit is commonly used in the SI unit system. It has a dimension of $ML^{-1}T^{-2}$ where $M$ is mass, $L$ is length, and $T$ is time. This unit is the standard SI unit in this category."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$j-per-m3$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA180"^^xsd:string ; + ns1:symbol "J/m³"^^xsd:string ; + ns1:ucumCode "J.m-3"^^ns1:UCUMcs, + "J/m3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B8"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilocoulomb Per Square Metre"@en, + "Kilocoulomb Per Square Meter"@en-us ; + dcterms:description "1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA564"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ; + ns1:symbol "kC/m²"^^xsd:string ; + ns1:ucumCode "kC.m-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B28"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Newton Metre Per Square Metre"@en, + "Newton Meter Per Square Meter"@en-us ; + dcterms:description "product of the SI derived unit newton and the SI base unit metre divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA244"^^xsd:string ; + ns1:plainTextDescription "product of the SI derived unit newton and the SI base unit metre divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ; + ns1:symbol "N·m/m²"^^xsd:string ; + ns1:ucumCode "N.m.m-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H86"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Picopascal Per Kilometre"@en, + "Picopascal Per Kilometer"@en-us ; + dcterms:description "0.000000000001-fold of the SI derived unit pascal divided by the 1 000-fold of the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000000001 ; + ns1:conversionMultiplierSN 1e-15 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA933"^^xsd:string ; + ns1:plainTextDescription "0.000000000001-fold of the SI derived unit pascal divided by the 1 000-fold of the SI base unit metre"^^xsd:string ; + ns1:symbol "pPa/km"^^xsd:string ; + ns1:ucumCode "pPa.km-1"^^ns1:UCUMcs, + "pPa/km"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H69"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Planck Angular Frequency"@en ; + ns1:conversionMultiplier 18548000000000000000000000000000000000000000.0 ; + ns1:conversionMultiplierSN 1.8548e+43 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Planck_angular_frequency"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "planckangularfrequency"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Radian per Hour"@en ; + dcterms:description "\"Radian per Hour\" is a unit for 'Angular Velocity' expressed as $rad/h$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0002777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-04 ; + ns1:expression "$rad/h$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "rad/hr"^^xsd:string ; + ns1:ucumCode "rad.h-1"^^ns1:UCUMcs, + "rad/h"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Radian per Minute"@en ; + dcterms:description "Radian Per Minute (rad/min) is a unit in the category of Angular velocity. It is also known as radians per minute, radian/minute. Radian Per Minute (rad/min) has a dimension of aT-1 where $T$ is time. It can be converted to the corresponding standard SI unit rad/s by multiplying its value by a factor of 0.0166666666667. "^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.01666666666666666666666666666666667 ; + ns1:conversionMultiplierSN 1.666667e-02 ; + ns1:expression "$rad/m$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "rad/min"^^xsd:string ; + ns1:ucumCode "rad.min-1"^^ns1:UCUMcs, + "rad/min"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "راديان في الثانية"@ar, + "radián za sekundu"@cs, + "Radian je Sekunde"@de, + "radian per second"@en, + "radián por segundo"@es, + "رادیان بر ثانیه"@fa, + "radian par seconde"@fr, + "वर्ग मीटर प्रति सैकिण्ड"@hi, + "radiante al secondo"@it, + "ラジアン毎秒"@ja, + "radian per saat"@ms, + "radian na sekundę"@pl, + "radiano por segundo"@pt, + "radian pe secundă"@ro, + "радиан в секунду"@ru, + "radian na sekundo"@sl, + "radyan bölü saniye"@tr, + "弧度每秒"@zh ; + dcterms:description "\"Radian per Second\" is the SI unit of rotational speed (angular velocity), and, also the unit of angular frequency. The radian per second is defined as the change in the orientation of an object, in radians, every second."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$rad/s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA968"^^xsd:string, + "0112/2///62720#UAD509"^^xsd:string ; + ns1:symbol "rad/s"^^xsd:string ; + ns1:ucumCode "rad.s-1"^^ns1:UCUMcs, + "rad/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "2A"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Revolution per Hour"@en ; + dcterms:description "\"Revolution per Hour\" is a unit for 'Angular Velocity' expressed as $rev/h$."^^ns1:LatexString ; + ns1:conversionMultiplier 0.00174532925 ; + ns1:conversionMultiplierSN 1.745329e-03 ; + ns1:expression "$rev/h$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "rev/hr"^^xsd:string ; + ns1:ucumCode "{#}.h-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Revolution per Minute"@en ; + dcterms:description "\"Revolution per Minute\" is a unit for 'Angular Velocity' expressed as $rev/min$."^^ns1:LatexString ; + ns1:conversionMultiplier 0.104719755 ; + ns1:conversionMultiplierSN 1.047198e-01 ; + ns1:expression "$rev/min$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB231"^^xsd:string ; + ns1:symbol "rev/min"^^xsd:string ; + ns1:ucumCode "{#}.min-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M46"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Revolution per Second"@en ; + dcterms:description "\"Revolution per Second\" is a unit for 'Angular Velocity' expressed as $rev/s$."^^ns1:LatexString ; + ns1:conversionMultiplier 6.28318531 ; + ns1:conversionMultiplierSN 6.283185e+00 ; + ns1:expression "$rev/s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "rev/s"^^xsd:string ; + ns1:ucumCode "{#}.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "RPS"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "تسلا"@ar, + "тесла"@bg, + "tesla"@cs, + "Tesla"@de, + "τέσλα"@el, + "tesla"@en, + "tesla"@es, + "تسلا"@fa, + "tesla"@fr, + "טסלה"@he, + "टैस्ला"@hi, + "tesla"@hu, + "tesla"@it, + "テスラ"@ja, + "tesla"@la, + "tesla"@ms, + "tesla"@pl, + "tesla"@pt, + "tesla"@ro, + "тесла"@ru, + "tesla"@sl, + "tesla"@tr, + "特斯拉"@zh ; + dcterms:description "The SI unit of flux density (or field intensity) for magnetic fields (also called the magnetic induction). The intensity of a magnetic field can be measured by placing a current-carrying conductor in the field. The magnetic field exerts a force on the conductor, a force which depends on the amount of the current and on the length of the conductor. One tesla is defined as the field intensity generating one newton of force per ampere of current per meter of conductor. Equivalently, one tesla represents a magnetic flux density of one weber per square meter of area. A field of one tesla is quite strong: the strongest fields available in laboratories are about 20 teslas, and the Earth's magnetic flux density, at its surface, is about 50 microteslas. The tesla, defined in 1958, honors the Serbian-American electrical engineer Nikola Tesla (1856-1943), whose work in electromagnetic induction led to the first practical generators and motors using alternating current. $T = V\\cdot s \\cdot m^{-2} = N\\cdot A^{-1}\\cdot m^{-1} = Wb\\cdot m^{-1} = kg \\cdot C^{-1}\\cdot s^{-1}\\cdot A^{-1} = kg \\cdot s^{-2}\\cdot A^{-1} = N \\cdot s \\cdot C^{-1}\\cdot m^{-1}$ where, $\\\\$ $A$ = ampere, $C$=coulomb, $m$ = meter, $N$ = newton, $s$ = second, $T$ = tesla, $Wb$ = weber"^^ns1:LatexString ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Tesla"^^xsd:anyURI ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA285"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Tesla?oldid=481198244"^^xsd:anyURI, + "http://en.wikipedia.org/wiki/Tesla_(unit)"^^xsd:anyURI, + "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1406?rskey=AzXBLd"^^xsd:anyURI ; + ns1:omUnit ; + ns1:siExactMatch ; + ns1:siUnitsExpression "Wb/m^2"^^xsd:string ; + ns1:symbol "T"^^xsd:string ; + ns1:ucumCode "T"^^ns1:UCUMcs ; + ns1:udunitsCode "T"^^xsd:string ; + ns1:uneceCommonCode "D33"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Watt per Square Metre Kelvin"@en, + "Watt per Square Meter Kelvin"@en-us ; + dcterms:description """ + The unit $\\textit{Watt Per Square Meter Kelvin }$ ($W m^{-2} K^{-1}$) is a unit in the category of Thermal heat transfer coefficient. + It is also known as $\\textit{watt/square meter-kelvin}$. + This unit is commonly used in the SI unit system. + $\\textit{Watt Per Square Meter Kelvin }$ has a dimension of $MT^{-1}Q^{-1}$ where $M$ is mass, $T$ is time, and $Q$ is temperature. + This unit is the standard SI unit in this category. + """^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$W/(m^{2}-K)$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAA311"^^xsd:string ; + ns1:symbol "W/(m²·K)"^^xsd:string ; + ns1:ucumCode "W.m-2.K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D55"^^xsd:string ; + rdfs:isDefinedBy . + +ns3:EnumeratedValue a owl:Class ; + rdfs:label "DTYPE Enumerated Value"^^xsd:string ; + dcterms:description """ +The base class for datatypes that have values that are restriced to a set of literals or tokens. +The members of the restriction may themselves be restriced by facets that apply to scalar data types. +"""^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ns3:literal ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ns3:code ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ns3:order ], + [ a owl:Restriction ; + owl:cardinality 1 ; + owl:onProperty ns3:value ], + owl:Thing . + +skos:note a rdf:Property, + owl:AnnotationProperty ; + rdfs:label "note"@en ; + rdfs:isDefinedBy ; + skos:definition "A general note, for any purpose."@en ; + skos:scopeNote "This property may be used directly, or as a super-property for more specific note types."@en . + +s223:BidirectionalConnectionPoint a s223:Class, + sh:NodeShape ; + rdfs:label "Bidirectional Connection Point"^^xsd:string ; + rdfs:comment "A BidirectionalConnectionPoint is a predefined subclass of ConnectionPoint. Using a BidirectionalConnectionPoint implies that the flow direction is not fixed in one direction. It depends on the status of some other part of the system, such as a valve position, that is expected to change during operation (see `s223:Direction-Bidirectional`) or to model energy transfer occurring without specific flow direction."^^xsd:string ; + rdfs:subClassOf s223:ConnectionPoint . s223:EnumerationKind-Numerical a s223:Class, s223:EnumerationKind-Numerical, sh:NodeShape ; - rdfs:label "EnumerationKind-Numerical"^^xsd:string ; + rdfs:label "EnumerationKind Numerical"^^xsd:string ; ns1:hasQuantityKind ; ns1:hasUnit ; - rdfs:comment "This class has enumerated instances of contexts often used with the s223:hasAspect relation for a s223:Property with a numerical value, unit and quantitykind."^^xsd:string ; - rdfs:subClassOf s223:EnumerationKind, - s223:QuantifiableProperty . + rdfs:comment "Numerical enumeration kinds are used to support the definitions of the Electricity medium. The enumerations instances in these classes have names that are recognizable by humans but are just a string for a computer application. To avoid the need to parse strings, each of these enumeration kinds have properties associated with the enumeration that represent electrical phase, voltage, and frequency. The purpose of these properties is to enable a machine to query them and obtain the same information that a person would associate with the sting"^^xsd:string ; + rdfs:subClassOf s223:EnumerationKind ; + sh:property [ rdfs:comment "An EnumerationKind-Numerical must be associated with at least one QuantityKind using the relation hasQuantityKind."^^xsd:string ; + sh:class ns1:QuantityKind ; + sh:minCount 1 ; + sh:path ns1:hasQuantityKind ], + [ rdfs:comment "An EnumerationKind-Numerical can be associated with a decimal value using the relation hasValue."^^xsd:string ; + sh:datatype xsd:decimal ; + sh:path s223:hasValue ], + [ rdfs:comment "An EnumerationKind-Numerical must be associated with at least one Unit using the relation hasUnit."^^xsd:string ; + sh:class ns1:Unit ; + sh:minCount 1 ; + sh:path ns1:hasUnit ; + sh:severity sh:Info ] . -s223:EnumerationKind-Speed a s223:Class, - s223:EnumerationKind-Speed, +s223:EnumerationKind-Occupancy a s223:Class, + s223:EnumerationKind-Occupancy, sh:NodeShape ; - rdfs:label "Speed"^^xsd:string ; - rdfs:comment "This class has enumerated instances of speed settings of High, Medium, Low (plus Off)."^^xsd:string ; + rdfs:label "Occupancy status"^^xsd:string ; + rdfs:comment "This class has enumerated subclasses of occupancy status, i.e. the state of being used or occupied. Some Occupancy enumerations have subclasses for more specific use."^^xsd:string ; rdfs:subClassOf s223:EnumerationKind . -s223:EnumerationKind-Substance a s223:Class, - s223:EnumerationKind-Substance, +s223:LineNeutralVoltage-120V a s223:Class, + s223:LineNeutralVoltage-120V, sh:NodeShape ; - rdfs:label "Substance"^^xsd:string ; - rdfs:comment "This class has enumerated instances of the substances that are consumed, produced, transported, sensed, controlled or otherwise interacted with (e.g. water, air, etc.)."^^xsd:string ; - rdfs:subClassOf s223:EnumerationKind ; - sh:property [ rdfs:comment "If the relation hasConstituent is present, it must associate an EnumerationKind-Substance with one or more Properties that identify and characterize those constituents."^^xsd:string ; - sh:class s223:Property ; - sh:path s223:hasConstituent ], - [ rdfs:comment "A substance may only have atomic constituents, it may not have a constituent that also has constituents."^^xsd:string ; - sh:path s223:hasConstituent ; - sh:sparql [ a sh:SPARQLConstraint ; - rdfs:comment "If a substance has a constituent, that constituent may not itself have constituents."^^xsd:string ; - sh:message "This substance {$this} has a constituent {?constituent} that itself has constituents {?nextConstituent}. Create new substance with only atomic constituents."^^xsd:string ; - sh:prefixes ; - sh:select """ -SELECT $this ?constituent ?nextConstituent + rdfs:label "120V Line-Neutral Voltage"^^xsd:string ; + s223:hasVoltage s223:Voltage-120V ; + ns1:hasQuantityKind ; + ns1:hasUnit ; + rdfs:comment "120V Line-Neutral Voltage"^^xsd:string ; + rdfs:subClassOf s223:Numerical-LineNeutralVoltage . + +s223:Medium-Constituent a s223:Class, + s223:Medium-Constituent, + sh:NodeShape ; + rdfs:label "Medium-Constituent"^^xsd:string ; + rdfs:comment "Medium-Constituent"^^xsd:string ; + rdfs:subClassOf s223:Substance-Medium . + +s223:Role-Heating a s223:Class, + s223:Role-Heating, + sh:NodeShape ; + rdfs:label "Role-Heating"^^xsd:string ; + rdfs:comment "Role-Heating"^^xsd:string ; + rdfs:subClassOf s223:EnumerationKind-Role . + +s223:Substance-Medium a s223:Class, + s223:Substance-Medium, + sh:NodeShape ; + rdfs:label "Medium"^^xsd:string ; + rdfs:comment "This class has enumerated subclasses of a physical substance or anything that allows for the transfer of energy or information."^^xsd:string ; + rdfs:subClassOf s223:EnumerationKind-Substance . + +s223:Valve a s223:Class, + sh:NodeShape ; + rdfs:label "Valve"^^xsd:string ; + rdfs:comment "A device to regulate or stop the flow of fluid in a pipe or a duct by throttling."^^xsd:string ; + rdfs:subClassOf s223:Equipment . + +s223:connectedTo a rdf:Property ; + rdfs:label "connected to"^^xsd:string ; + s223:inverseOf s223:connectedFrom ; + rdfs:comment "The relation connectedTo indicates that connectable things are connected with a specific flow direction. A is connectedTo B, means a directionality beginning at A and ending at B. The inverse direction is indicated by connectedFrom (see `s223:connectedFrom`)."^^xsd:string ; + rdfs:domain s223:Equipment . + +dcterms:abstract a rdf:Property, + owl:AnnotationProperty ; + rdfs:label "abstract"^^xsd:string ; + rdfs:isDefinedBy dcterms:, + ; + rdfs:range xsd:string . + +dcterms:description a rdf:Property, + owl:AnnotationProperty ; + rdfs:label "description"^^xsd:string ; + rdfs:isDefinedBy dcterms: ; + rdfs:range xsd:string . + + rdfs:label "QUDT SCHEMA Facade graph - v2.1.32"^^xsd:string ; + rdfs:comment "Facade graph for single place to redirect QUDT schema imports. Note that currently, the functions import uses SPIN and OWL."^^xsd:string ; + owl:imports , + ; + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A-1E0L3I0M0H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance -1 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 3 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^3 N^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-2I0M-1H0T2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 2 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^-2 M^-1 T^2\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I0M-1H1T3D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 1 ; + ns1:dimensionExponentForTime 3 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(M^-1 T^3 Θ\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I0M0H1T1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 1 ; + ns1:dimensionExponentForTime 1 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(T Θ\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L1I0M1H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L M\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L3I0M0H-1T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 3 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature -1 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^3 Θ^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L4I0M0H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 4 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^4\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E1L0I0M0H-1T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 1 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature -1 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E1L2I0M0H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 1 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^2 I\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:DecimalPrefix, + ns1:Prefix ; + rdfs:label "Tera"@en ; + dcterms:description "'tera' is a decimal prefix for expressing a value with a scaling of \\(10^{12}\\)."^^ns1:LatexString ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Tera"^^xsd:anyURI ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Tera?oldid=494204788"^^xsd:anyURI ; + ns1:prefixMultiplier 1e+12 ; + ns1:symbol "T"^^xsd:string ; + ns1:ucumCode "T"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Angular Reciprocal Lattice Vector"@en ; + dcterms:description "\"Angular Reciprocal Lattice Vector\" is a vector whose scalar products with all fundamental lattice vectors are integral multiples of \\(2\\pi\\)."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.matter.org.uk/diffraction/geometry/lattice_vectors.htm"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + ns1:symbol "G"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Attenuation Coefficient"@en ; + ns1:applicableUnit , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Attenuation_coefficient"^^xsd:anyURI ; + ns1:latexDefinition "\\(F(x) = Ae^{-\\alpha x} \\cos{[\\beta (x - x_0)]}\\), then \\(\\alpha\\) is the attenuation coefficient and \\(\\beta\\) is the phase coefficient."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\alpha\\)"^^ns1:LatexString ; + ns1:plainTextDescription "The attenuation coefficient is a quantity that characterizes how easily a material or medium can be penetrated by a beam of light, sound, particles, or other energy or matter. A large attenuation coefficient means that the beam is quickly \"attenuated\" (weakened) as it passes through the medium, and a small attenuation coefficient means that the medium is relatively transparent to the beam. The Attenuation Coefficient is also called linear attenuation coefficient, narrow beam attenuation coefficient, or absorption coefficient."^^xsd:string ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Count"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "\"Count\" is the value of a count of items."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Displacement Current"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Displacement_current"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(I_D= \\int_S J_D \\cdot e_n dA\\), over a surface \\(S\\), where \\(J_D\\) is displacement current density and \\(e_n dA\\) is the vector surface element."^^ns1:LatexString ; + ns1:plainTextDescription "\"Displacement Current\" is a quantity appearing in Maxwell's equations that is defined in terms of the rate of change of electric displacement field. Displacement current has the units of electric current density, and it has an associated magnetic field just as actual currents do. However it is not an electric current of moving charges, but a time-varying electric field. In materials, there is also a contribution from the slight motion of charges bound in atoms, dielectric polarization."^^xsd:string ; + ns1:symbol "I_D"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:QuantityKind ; + rdfs:label "Electric Current per Unit Temperature"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "\"Electric Current per Unit Temperature\" is used to express how a current is subject to temperature. Originally used in Wien's Law to describe phenomena related to filaments. One use today is to express how a current generator derates with temperature."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Electromagnetic Wave Phase Speed"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-66"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(c = w/k\\) where \\(w\\) is angular velocity and \\(k\\) is angular wavenumber."^^ns1:LatexString ; + ns1:plainTextDescription "\"Electromagnetic Wave Phase Speed\" is the ratio of angular velocity and wavenumber."^^xsd:string ; + ns1:symbol "c"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Impedance"@en ; + ns1:applicableUnit ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Electrical_impedance"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Electrical_impedance"^^xsd:anyURI, + "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-43"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\underline{Z} = \\underline{U} / \\underline{I}\\), where \\(\\underline{U}\\) is the voltage phasor and \\(\\underline{I}\\) is the electric current phasor."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\underline{Z}\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Impedance\" is the measure of the opposition that a circuit presents to the passage of a current when a voltage is applied. In quantitative terms, it is the complex ratio of the voltage to the current in an alternating current (AC) circuit. Impedance extends the concept of resistance to AC circuits, and possesses both magnitude and phase, unlike resistance, which has only magnitude. When a circuit is driven with direct current (DC), there is no distinction between impedance and resistance; the latter can be thought of as impedance with zero phase angle."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + . + + a ns1:QuantityKind ; + rdfs:label "Ionic Strength"@en ; + ns1:applicableUnit , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Ionic_strength"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(I = \\frac{1}{2} \\sum z_i^2 b_i\\), where the summation is carried out over all ions with charge number \\(z_i\\) and molality \\(m_i\\)."^^ns1:LatexString ; + ns1:plainTextDescription "The \"Ionic Strength\" of a solution is a measure of the concentration of ions in that solution."^^xsd:string ; + ns1:symbol "I"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Linear Electric Current Density"@en ; + dcterms:description "\"Linear Electric Linear Current Density\" is the electric current per unit length. Electric current, \\(I\\), through a curve \\(C\\) is defined as \\(I = \\int_C J _s \\times e_n\\), where \\(e_n\\) is a unit vector perpendicular to the surface and line vector element, and \\(dr\\) is the differential of position vector \\(r\\)."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.asknumbers.com/ElectricalConversion.aspx"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(J_s = \\rho_A v\\), where \\(\\rho_A\\) is surface density of electric charge and \\(v\\) is velocity."^^ns1:LatexString ; + ns1:symbol "J_s"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + . + + a ns1:QuantityKind ; + rdfs:label "Luminous Intensity"@en ; + ns1:applicableUnit , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Luminous_intensity"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1: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."^^xsd:string ; + ns1:symbol "J"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Magnetic Tension"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-57"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(U_m = \\int_{r_a(C)}^{r_b} \\mathbf{H} \\cdot dr\\), where \\(\\mathbf{H}\\) is magnetic field strength and \\(r\\) is the position vector along a given curve \\(C\\) from point \\(a\\) to point \\(b\\)."^^ns1:LatexString ; + ns1:plainTextDescription "\"Magnetic Tension} is a scalar quantity equal to the line integral of the magnetic field strength \\mathbf{H\" along a specified path linking two points a and b."^^xsd:string ; + ns1:symbol "U_m"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:QuantityKind ; + rdfs:label "Momentum"@en ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Momentum"^^xsd:anyURI ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1: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."^^xsd:string ; + ns1:symbol "p"^^xsd:string ; + ns1:url "http://en.wikipedia.org/wiki/Momentum"^^xsd:anyURI ; + rdfs:isDefinedBy ; + owl:sameAs . + + a ns1:QuantityKind ; + rdfs:label "Quantum Number"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Quantum_number"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:plainTextDescription "The \"Quantum Number\" describes values of conserved quantities in the dynamics of the quantum system. Perhaps the most peculiar aspect of quantum mechanics is the quantization of observable quantities, since quantum numbers are discrete sets of integers or half-integers."^^xsd:string ; + ns1:symbol "n"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Sound power level"@en ; + dcterms:description "Sound Power Level abbreviated as \\(SWL\\) expresses sound power more practically as a relation to the threshold of hearing - 1 picoW - in a logarithmic scale."^^ns1:LatexString ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Sound_power#Sound_power_level"^^xsd:anyURI ; + ns1:latexDefinition "\\(L_W = 10 \\log_{10} \\frac{P}{P_0} dB\\), where \\(P\\) is sound power and the reference value is \\(P_0 =1pW\\)."^^ns1:LatexString ; + ns1:symbol "L"^^xsd:string ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Sound pressure level"@en ; + dcterms:description "Sound pressure level (\\(SPL\\)) or sound level is a logarithmic measure of the effective sound pressure of a sound relative to a reference value. It is measured in decibels (dB) above a standard reference level."^^ns1:LatexString ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Sound_pressure#Sound_pressure_level"^^xsd:anyURI ; + ns1:latexDefinition "\\(L_P = 10 \\log_{10} \\frac{p^2}{p_0^2} dB\\), where \\(p\\) is sound pressure and the reference value in airborne acoustics is \\(p_0 = 20 \\mu Pa\\)."^^ns1:LatexString ; + ns1:symbol "L"^^xsd:string ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Specific Activity"@en ; + ns1:applicableUnit , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Specific_activity"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(a = \\frac{A}{m}\\), where \\(A\\) is the activity of a sample and \\(m\\) is its mass."^^ns1:LatexString ; + ns1:plainTextDescription "The \"Specific Activity\" is the number of decays per unit time of a radioactive sample. The SI unit of radioactive activity is the becquerel (Bq), in honor of the scientist Henri Becquerel."^^xsd:string ; + ns1:symbol "a"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Stress-Optic Coefficient"@en ; + ns1:applicableUnit , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://en.wikipedia.org/w/index.php?title=Photoelasticity&oldid=1109858854#Experimental_principles"^^xsd:anyURI ; + ns1:latexDefinition "When a ray of light passes through a photoelastic material, its electromagnetic wave components are resolved along the two principal stress directions and each component experiences a different refractive index due to the birefringence. The difference in the refractive indices leads to a relative phase retardation between the two components. Assuming a thin specimen made of isotropic materials, where two-dimensional photoelasticity is applicable, the magnitude of the relative retardation is given by the stress-optic law \\(\\Delta ={\\frac {2\\pi t}{\\lambda }}C(\\sigma _{1}-\\sigma _{2})\\), where \\(\\Delta\\) is the induced retardation, \\(C\\) is the stress-optic coefficient, \\(t\\) is the specimen thickness, \\(\\lambda\\) is the vacuum wavelength, and \\(\\sigma_1\\) and \\(\\sigma_2\\) are the first and second principal stresses, respectively."^^ns1:LatexString ; + ns1:plainTextDescription "When a ray of light passes through a photoelastic material, its electromagnetic wave components are resolved along the two principal stress directions and each component experiences a different refractive index due to the birefringence. The difference in the refractive indices leads to a relative phase retardation between the two components. Assuming a thin specimen made of isotropic materials, where two-dimensional photoelasticity is applicable, the magnitude of the relative retardation is given by the stress-optic law Δ=((2πt)/λ)C(σ₁-σ₂), where Δ is the induced retardation, C is the stress-optic coefficient, t is the specimen thickness, λ is the vacuum wavelength, and σ₁ and σ₂ are the first and second principal stresses, respectively."^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Surface Density"@en ; + ns1:applicableUnit , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Area_density"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\rho_A = \\frac{dm}{dA}\\), where \\(m\\) is mass and \\(A\\) is area."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\rho_A\\)"^^ns1:LatexString ; + ns1:plainTextDescription "The area density (also known as areal density, surface density, or superficial density) of a two-dimensional object is calculated as the mass per unit area."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Volume Thermal Expansion"@en ; + ns1:applicableUnit , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription """When the temperature of a substance changes, the energy that is stored in the intermolecular bonds between atoms changes. When the stored energy increases, so does the length of the molecular bonds. As a result, solids typically expand in response to heating and contract on cooling; this dimensional response to temperature change is expressed by its coefficient of thermal expansion. + +Different coefficients of thermal expansion can be defined for a substance depending on whether the expansion is measured by: + + * linear thermal expansion + * area thermal expansion + * volumetric thermal expansion + +These characteristics are closely related. The volumetric thermal expansion coefficient can be defined for both liquids and solids. The linear thermal expansion can only be defined for solids, and is common in engineering applications. + +Some substances expand when cooled, such as freezing water, so they have negative thermal expansion coefficients. [Wikipedia]"""^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Bar Litre Per Second"@en, + "Bar Liter Per Second"@en-us ; + dcterms:description "product of the unit bar and the unit litre divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 100.0 ; + ns1:conversionMultiplierSN 1e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA326"^^xsd:string ; + ns1:plainTextDescription "product of the unit bar and the unit litre divided by the SI base unit second"^^xsd:string ; + ns1:symbol "bar·L/s"^^xsd:string ; + ns1:ucumCode "bar.L.s-1"^^ns1:UCUMcs, + "bar.L/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F91"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Bar Cubic Metre Per Second"@en, + "Bar Cubic Meter Per Second"@en-us ; + dcterms:description "product out of the 0.001-fold of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 100000.0 ; + ns1:conversionMultiplierSN 1e+05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA814"^^xsd:string ; + ns1:plainTextDescription "product out of the 0.001-fold of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^xsd:string ; + ns1:symbol "bar·m³/s"^^xsd:string ; + ns1:ucumCode "bar.m3.s-1"^^ns1:UCUMcs, + "bar.m3/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F92"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "كولوم في المتر المربع"@ar, + "coulomb na metr čtvereční"@cs, + "Coulomb je Quadratmeter"@de, + "coulomb per square metre"@en, + "Coulomb per Square Meter"@en-us, + "culombio por metro cuadrado"@es, + "کولمب/کولن بر مترمربع"@fa, + "coulomb par mètre carré"@fr, + "कूलम्ब प्रति वर्ग मीटर"@hi, + "coulomb al metro quadrato"@it, + "クーロン毎平方メートル"@ja, + "coulomb per meter persegi"@ms, + "kulomb na metr kwadratowy"@pl, + "coulomb por metro quadrado"@pt, + "coulomb pe metru pătrat"@ro, + "кулон на квадратный метр"@ru, + "coulomb bölü metre kare"@tr, + "库伦每平方米"@zh ; + dcterms:description "Coulomb Per Square Meter ($C/m^2$) is a unit in the category of Electric charge surface density. It is also known as coulombs per square meter, coulomb per square metre, coulombs per square metre, coulomb/square meter, coulomb/square metre. This unit is commonly used in the SI unit system. Coulomb Per Square Meter (C/m2) has a dimension of $L^{-2}TI$ where $L$ is length, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category. "^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$C/m^{2}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAA134"^^xsd:string ; + ns1:symbol "C/m²"^^xsd:string ; + ns1:ucumCode "C.m-2"^^ns1:UCUMcs, + "C/m2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A34"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Erg per Second"@en ; + dcterms:description "\"Erg per Second\" is a C.G.S System unit for 'Power' expressed as $erg/s$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0000001 ; + ns1:conversionMultiplierSN 1e-07 ; + ns1:derivedUnitOfSystem , + ; + ns1:expression "$erg/s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA430"^^xsd:string ; + ns1:latexDefinition "$g\\cdot cm^{2}/s^{3}$"^^ns1:LatexString ; + ns1:symbol "erg/s"^^xsd:string ; + ns1:ucumCode "erg.s-1"^^ns1:UCUMcs, + "erg/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A63"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Foot Pound Force per Hour"@en ; + dcterms:description "\"Foot Pound Force per Hour\" is an Imperial unit for 'Power' expressed as $ft-lbf/hr$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0003766161136565500904 ; + ns1:conversionMultiplierSN 3.766161e-04 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$ft-lbf/hr$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA444"^^xsd:string ; + ns1:symbol "ft·lbf/hr"^^xsd:string ; + ns1:ucumCode "[ft_i].[lbf_av].h-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K15"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Foot Pound Force per Minute"@en ; + dcterms:description "\"Foot Pound Force per Minute\" is an Imperial unit for 'Power' expressed as $ft-lbf/min$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0225969678 ; + ns1:conversionMultiplierSN 2.259697e-02 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$ft-lbf/min$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA445"^^xsd:string ; + ns1:symbol "ft·lbf/min"^^xsd:string ; + ns1:ucumCode "[ft_i].[lbf_av].min-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K16"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Foot Pound Force per Second"@en ; + dcterms:description "\"Foot Pound Force per Second\" is an Imperial unit for 'Power' expressed as $ft-lbf/s$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1.35581807 ; + ns1:conversionMultiplierSN 1.355818e+00 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$ft-lbf/s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA446"^^xsd:string ; + ns1:symbol "ft·lbf/s"^^xsd:string ; + ns1:ucumCode "[ft_i].[lbf_av].s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A74"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gs"@en ; + dcterms:description """ + The $gauss$, abbreviated as $G$, is the cgs unit of measurement of a magnetic field $B$, + which is also known as the "magnetic flux density" or the "magnetic induction". + One gauss is defined as one maxwell per square centimeter; it equals $10^{-4} tesla$ (or $100 micro T$). + The Gauss is identical to maxwells per square centimetre; technically defined in a three-dimensional system, + it corresponds in the SI, with its extra base unit the ampere. + The gauss is quite small by earthly standards, 1 Gs being only about four times Earth's flux density, + but it is subdivided, with $1 gauss = 105 gamma$. + This unit of magnetic induction is also known as the $\\textit{abtesla}$. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0001 ; + ns1:conversionMultiplierSN 1e-04 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Gauss_%28unit%29"^^xsd:anyURI ; + ns1:derivedUnitOfSystem ; + ns1:exactMatch , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Gauss_(unit)"^^xsd:anyURI, + "http://www.diracdelta.co.uk/science/source/g/a/gauss/source.html"^^xsd:anyURI, + "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-526?rskey=HAbfz2"^^xsd:anyURI ; + ns1:symbol "G"^^xsd:string ; + ns1:ucumCode "G"^^ns1:UCUMcs ; + ns1:uneceCommonCode "76"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Horsepower"@en ; + dcterms:description "550 foot-pound force per second"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 745.6999 ; + ns1:conversionMultiplierSN 7.456999e+02 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Horsepower"^^xsd:anyURI ; + ns1:definedUnitOfSystem , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Horsepower?oldid=495510329"^^xsd:anyURI ; + ns1:symbol "HP"^^xsd:string ; + ns1:ucumCode "[HP]"^^ns1:UCUMcs ; + ns1:udunitsCode "hp"^^xsd:string ; + ns1:uneceCommonCode "K43"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Boiler Horsepower"@en ; + dcterms:description "\"Boiler Horsepower\" is a unit for 'Power' expressed as $hp_boiler$."^^ns1:LatexString ; + ns1:conversionMultiplier 9809.5 ; + ns1:conversionMultiplierSN 9.8095e+03 ; + ns1:expression "$boiler_hp$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA535"^^xsd:string ; + ns1:symbol "HP{boiler}"^^xsd:string ; + ns1:uneceCommonCode "K42"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Horsepower (brake)"@en ; + dcterms:description "unit of the power according to the Imperial system of units"^^rdf:HTML ; + ns1:conversionMultiplier 9809.5 ; + ns1:conversionMultiplierSN 9.8095e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA536"^^xsd:string ; + ns1:plainTextDescription "unit of the power according to the Imperial system of units"^^xsd:string ; + ns1:symbol "HP{brake}"^^xsd:string ; + ns1:uneceCommonCode "K42"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Horsepower (electric)"@en ; + dcterms:description "unit of the power according to the Anglo-American system of units"^^rdf:HTML ; + ns1:conversionMultiplier 746.0 ; + ns1:conversionMultiplierSN 7.46e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA537"^^xsd:string ; + ns1:plainTextDescription "unit of the power according to the Anglo-American system of units"^^xsd:string ; + ns1:symbol "HP{electric}"^^xsd:string ; + ns1:uneceCommonCode "K43"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Horsepower (metric)"@en ; + dcterms:description "unit of the mechanical power according to the Anglo-American system of units"^^rdf:HTML ; + ns1:conversionMultiplier 735.4988 ; + ns1:conversionMultiplierSN 7.354988e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA534"^^xsd:string ; + ns1:plainTextDescription "unit of the mechanical power according to the Anglo-American system of units"^^xsd:string ; + ns1:symbol "HP{metric}"^^xsd:string ; + ns1:uneceCommonCode "HJ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Joule Per Hour"@en ; + dcterms:description "SI derived unit joule divided by the 3600 times the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0002777777777777777777777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB445"^^xsd:string ; + ns1:plainTextDescription "SI derived unit joule divided by the 3600 times the SI base unit second"^^xsd:string ; + ns1:symbol "J/hr"^^xsd:string ; + ns1:ucumCode "J.h-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P16"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Joule per Kilogram"@en ; + dcterms:description "Joule Per Kilogram} ($J/kg$) is a unit in the category of Thermal heat capacity. It is also known as \\textit{joule/kilogram}, \\textit{joules per kilogram}. This unit is commonly used in the SI unit system. The unit has a dimension of $L2T^{-2}$ where $L$ is length, and $T$ is time. This unit is the standard SI unit in this category."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$J/kg$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA175"^^xsd:string ; + ns1:symbol "J/kg"^^xsd:string ; + ns1:ucumCode "J.kg-1"^^ns1:UCUMcs, + "J/kg"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J2"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Joule Per Second"@en ; + dcterms:description "SI derived unit joule divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB356"^^xsd:string ; + ns1:plainTextDescription "SI derived unit joule divided by the SI base unit second"^^xsd:string ; + ns1:symbol "J/s"^^xsd:string ; + ns1:ucumCode "J.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "P14"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "كيلوغرام لكل متر مكعب"@ar, + "килограм на кубичен метър"@bg, + "kilogram na metr krychlový"@cs, + "Kilogramm je Kubikmeter"@de, + "χιλιόγραμμο ανά κυβικό μέτρο"@el, + "kilogram per cubic metre"@en, + "kilogram per cubic meter"@en-us, + "kilogramo por metro cúbico"@es, + "کیلوگرم بر متر مکعب"@fa, + "kilogramme par mètre cube"@fr, + "किलोग्राम प्रति घन मीटर"@hi, + "chilogrammo al metro cubo"@it, + "キログラム毎立方メートル"@ja, + "kilogram per meter kubik"@ms, + "kilogram na metr sześcienny"@pl, + "quilograma por metro cúbico"@pt, + "kilogram pe metru cub"@ro, + "килограмм на кубический метр"@ru, + "kilogram na kubični meter"@sl, + "kilogram bölü metre küp"@tr, + "千克每立方米"@zh ; + dcterms:description "Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is $kg \\cdot m^{-3}$, or equivalently either $kg/m^3$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$kg/m^3$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA619"^^xsd:string ; + ns1:plainTextDescription "Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is kg . m^-3, or equivalently either kg/m^3."^^xsd:string ; + ns1:symbol "kg/m³"^^xsd:string ; + ns1:ucumCode "kg.m-3"^^ns1:UCUMcs, + "kg/m3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "KMQ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilovolt"@en ; + dcterms:description "1 000-fold of the SI derived unit volt"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA580"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the SI derived unit volt"^^xsd:string ; + ns1:prefix ; + ns1:symbol "kV"^^xsd:string ; + ns1:ucumCode "kV"^^ns1:UCUMcs ; + ns1:uneceCommonCode "KVT"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Megajoule Per Second"@en ; + dcterms:description "quotient of the 1,000,000-fold of the derived SI unit joule divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB177"^^xsd:string ; + ns1:plainTextDescription "quotient of the 1,000,000-fold of the derived SI unit joule divided by the SI base unit second"^^xsd:string ; + ns1:symbol "MJ/s"^^xsd:string ; + ns1:ucumCode "MJ.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D78"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Megapascal Litre Per Second"@en, + "Megapascal Liter Per Second"@en-us ; + dcterms:description "product out of the 1,000,000-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA218"^^xsd:string ; + ns1:plainTextDescription "product out of the 1,000,000-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second"^^xsd:string ; + ns1:symbol "MPa·L/s"^^xsd:string ; + ns1:ucumCode "MPa.L.s-1"^^ns1:UCUMcs, + "MPa.L/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F97"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Megapascal Cubic Metre Per Second"@en, + "Megapascal Cubic Meter Per Second"@en-us ; + dcterms:description "product out of the 1,000,000-fold of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA219"^^xsd:string ; + ns1:plainTextDescription "product out of the 1,000,000-fold of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^xsd:string ; + ns1:symbol "MPa·m³/s"^^xsd:string ; + ns1:ucumCode "MPa.m3.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F98"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Megavolt"@en ; + dcterms:description "1,000,000-fold of the derived unit volt"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA221"^^xsd:string ; + ns1:plainTextDescription "1,000,000-fold of the derived unit volt"^^xsd:string ; + ns1:prefix ; + ns1:symbol "MV"^^xsd:string ; + ns1:ucumCode "MV"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B78"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Microvolt"@en ; + dcterms:description "0.000001-fold of the SI derived unit volt"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA078"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI derived unit volt"^^xsd:string ; + ns1:prefix ; + ns1:symbol "µV"^^xsd:string ; + ns1:ucumCode "uV"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D82"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millibar Litre Per Second"@en, + "Millibar Liter Per Second"@en-us ; + dcterms:description "product out of the 0.001-fold of the unit bar and the unit litre divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.1 ; + ns1:conversionMultiplierSN 1e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA813"^^xsd:string ; + ns1:plainTextDescription "product out of the 0.001-fold of the unit bar and the unit litre divided by the SI base unit second"^^xsd:string ; + ns1:symbol "mbar·L/s"^^xsd:string ; + ns1:ucumCode "mbar.L.s-1"^^ns1:UCUMcs, + "mbar.L/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F95"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millibar Cubic Metre Per Second"@en, + "Millibar Cubic Meter Per Second"@en-us ; + dcterms:description "product of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 100.0 ; + ns1:conversionMultiplierSN 1e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA327"^^xsd:string ; + ns1:plainTextDescription "product of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^xsd:string ; + ns1:symbol "mbar·m³/s"^^xsd:string ; + ns1:ucumCode "mbar.m3.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F96"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millivolt"@en ; + dcterms:description "0,001-fold of the SI derived unit volt"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA804"^^xsd:string ; + ns1:plainTextDescription "0,001-fold of the SI derived unit volt"^^xsd:string ; + ns1:prefix ; + ns1:symbol "mV"^^xsd:string ; + ns1:ucumCode "mV"^^ns1:UCUMcs ; + ns1:uneceCommonCode "2Z"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pascal Litre Per Second"@en, + "Pascal Liter Per Second"@en-us ; + dcterms:description "product out of the SI derived unit pascal and the unit litre divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA261"^^xsd:string ; + ns1:plainTextDescription "product out of the SI derived unit pascal and the unit litre divided by the SI base unit second"^^xsd:string ; + ns1:symbol "Pa·L/s"^^xsd:string ; + ns1:ucumCode "Pa.L.s-1"^^ns1:UCUMcs, + "Pa.L/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F99"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pascal Cubic Metre Per Second"@en, + "Pascal Cubic Meter Per Second"@en-us ; + dcterms:description "product out of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA264"^^xsd:string ; + ns1:plainTextDescription "product out of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^xsd:string ; + ns1:symbol "Pa·m³/s"^^xsd:string ; + ns1:ucumCode "Pa.m3.s-1"^^ns1:UCUMcs, + "Pa.m3/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G01"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Kelvin"@en ; + dcterms:description "Per Kelvin Unit is a denominator unit with dimensions $/k$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:expression "$/K$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA193"^^xsd:string ; + ns1:symbol "/K"^^xsd:string ; + ns1:ucumCode "/K"^^ns1:UCUMcs, + "K-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C91"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Tesla Second Unit"@en ; + dcterms:description "Per Tesla Second Unit is a denominator unit with dimensions $/s . T$."^^ns1:LatexString ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$/s . T$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "/(T·s)"^^xsd:string ; + ns1:ucumCode "T-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Psi Cubic Inch Per Second"@en ; + dcterms:description "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic inch per second)"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.1129848 ; + ns1:conversionMultiplierSN 1.129848e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA703"^^xsd:string ; + ns1:plainTextDescription "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic inch per second)"^^xsd:string ; + ns1:symbol "psi·in³/s"^^xsd:string ; + ns1:ucumCode "[psi].[cin_i].s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K87"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "PSI Cubic Metre Per Second"@en, + "PSI Cubic Meter Per Second"@en-us ; + dcterms:description "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic metre per second)"^^rdf:HTML ; + ns1:conversionMultiplier 6894.757 ; + ns1:conversionMultiplierSN 6.894757e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA705"^^xsd:string ; + ns1:plainTextDescription "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic metre per second)"^^xsd:string ; + ns1:symbol "psi·m³/s"^^xsd:string ; + ns1:ucumCode "[psi].m3.s-1"^^ns1:UCUMcs, + "[psi].m3/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K89"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Psi Cubic Yard Per Second"@en ; + dcterms:description "product of the composed unit for pressure (pound-force per square inch) and the square inch) and the composed unit for volume flow (cubic yard per second)"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 5271.42 ; + ns1:conversionMultiplierSN 5.27142e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA706"^^xsd:string ; + ns1:plainTextDescription "product of the composed unit for pressure (pound-force per square inch) and the square inch) and the composed unit for volume flow (cubic yard per second)"^^xsd:string ; + ns1:symbol "psi·yd³/s"^^xsd:string ; + ns1:ucumCode "[psi].[cyd_i].s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K90"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Planck Power"@en ; + 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."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 36283100000000000000000000000000000000000000000000000.0 ; + ns1:conversionMultiplierSN 3.62831e+52 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Planck_power"^^xsd:anyURI ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Planck_power?oldid=493642483"^^xsd:anyURI ; + ns1:latexDefinition "$P_p = {\\frac{ c^5}{G}}$, where $c$ is the speed of light in a vacuum, and $G$ is the gravitational constant."^^ns1:LatexString ; + ns1:symbol "planckpower"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Planck Volt"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1042950000000000000000000000.0 ; + ns1:conversionMultiplierSN 1.04295e+27 ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:symbol "Vₚ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Abtesla"@en ; + dcterms:description "The unit of magnetic induction in the cgs system, $10^{-4}\\,tesla$. Also known as the gauss."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0001 ; + ns1:conversionMultiplierSN 1e-04 ; + ns1:derivedUnitOfSystem ; + ns1:exactMatch , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:informativeReference "http://www.diracdelta.co.uk/science/source/g/a/gauss/source.html"^^xsd:anyURI ; + ns1:symbol "abT"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Abvolt"@en ; + 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$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.00000001 ; + ns1:conversionMultiplierSN 1e-08 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Abvolt"^^xsd:anyURI ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Abvolt?oldid=477198646"^^xsd:anyURI, + "http://www.lexic.us/definition-of/abvolt"^^xsd:anyURI, + "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-27"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "abV"^^xsd:string ; + ns1:ucumCode "10.nV"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Statvolt"@en ; + dcterms:description "\"statvolt\" is a unit of voltage and electrical potential used in the cgs system of units. The conversion to the SI system is $1 statvolt = 299.792458 volts$. The conversion factor 299.792458 is simply the numerical value of the speed of light in m/s divided by 106. The statvolt is also defined in the cgs system as $1 erg / esu$. It is a useful unit for electromagnetism because one statvolt per centimetre is equal in magnitude to one gauss. Thus, for example, an electric field of one statvolt/cm has the same energy density as a magnetic field of one gauss. Likewise, a plane wave propagating in a vacuum has perpendicular electric and magnetic fields such that for every gauss of magnetic field intensity there is one statvolt/cm of electric field intensity. The abvolt is another option for a unit of voltage in the cgs system."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 299.792458 ; + ns1:conversionMultiplierSN 2.997925e+02 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Statvolt"^^xsd:anyURI ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Statvolt"^^xsd:anyURI, + "http://en.wikipedia.org/wiki/Statvolt?oldid=491769750"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "statV"^^xsd:string ; + rdfs:isDefinedBy . + +ns2:VocabularyGraph a ns2:GraphRole ; + rdfs:label "Vocabulary graph"^^xsd:string ; + dcterms:description "An RDF/OWL Graph that is a controlled set of instances."^^xsd:string ; + ns2:filePrefix "VOCAB"^^xsd:string ; + rdfs:isDefinedBy , + . + +skos:Concept a owl:Class ; + rdfs:label "Concept"@en ; + rdfs:isDefinedBy ; + skos:definition "An idea or notion; a unit of thought."@en . + +sh:IRI a sh:NodeKind ; + rdfs:label "IRI"@en ; + rdfs:comment "The node kind of all IRIs."@en ; + rdfs:isDefinedBy sh: . + +s223:EnumerationKind-Binary a s223:Class, + s223:EnumerationKind-Binary, + sh:NodeShape ; + rdfs:label "EnumerationKind Binary"^^xsd:string ; + rdfs:comment "This class has enumerated subclasses of True, False and Unknown used to describe the possible values of a binary property"^^xsd:string ; + rdfs:subClassOf s223:EnumerationKind . + +s223:Sensor a s223:Class, + sh:NodeShape ; + rdfs:label "Sensor"^^xsd:string ; + rdfs:comment "A Sensor observes an ObservableProperty (see `s223:ObservableProperty`) which may be quantifiable (see `s223:QuantifiableObservableProperty`), such as a temperature, flowrate, or concentration, or Enumerable (see `s223:EnumeratedObservableProperty`), such as an alarm state or occupancy state."^^xsd:string ; + rdfs:subClassOf s223:AbstractSensor ; + sh:rule [ a sh:SPARQLRule ; + rdfs:comment "Infer the hasObservationLocation relation for a Sensor from the Property that it is observing, only if that property is associated with a single entity."^^xsd:string ; + sh:construct """ +CONSTRUCT {$this s223:hasObservationLocation ?something .} WHERE { -$this s223:hasConstituent ?constituent . -?constituent s223:ofSubstance/s223:hasConstituent ?nextConstituent . +{ +SELECT ?prop (COUNT (DISTINCT ?measurementLocation) AS ?count) $this +WHERE { +FILTER (NOT EXISTS {$this s223:hasObservationLocation ?anything}) . +$this s223:observes ?prop . +?measurementLocation s223:hasProperty ?prop . } -"""^^xsd:string ] ] . +GROUP BY ?prop $this +} +FILTER (?count = 1) . +?something s223:hasProperty ?prop . +{?something a/rdfs:subClassOf* s223:Connectable} +UNION +{?something a/rdfs:subClassOf* s223:Connection} +UNION +{?something a/rdfs:subClassOf* s223:ConnectionPoint} +} +"""^^xsd:string ; + sh:name "InferredMeasurementLocation"^^xsd:string ; + sh:prefixes ] ; + sh:xone ( [ sh:property [ rdfs:comment "A Sensor must be associated with exactly 1 of QuantifiableObservableProperty or EnumeratedObservableProperty using the relation observes."^^xsd:string ; + sh:class s223:QuantifiableObservableProperty ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path s223:observes ] ] [ sh:property [ rdfs:comment "A Sensor must be associated with exactly 1 of QuantifiableObservableProperty or EnumeratedObservableProperty using the relation observes."^^xsd:string ; + sh:class s223:EnumeratedObservableProperty ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path s223:observes ] ] ), + ( [ sh:property [ rdfs:comment "A Sensor must be associated with exactly 1 of Connectable, Connection, or ConnectionPoint using the relation hasObservationLocation."^^xsd:string ; + sh:class s223:Connectable ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path s223:hasObservationLocation ] ] [ sh:property [ rdfs:comment "A Sensor must be associated with exactly 1 of Connectable, Connection, or ConnectionPoint using the relation hasObservationLocation."^^xsd:string ; + sh:class s223:Connection ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path s223:hasObservationLocation ] ] [ sh:property [ rdfs:comment "A Sensor must be associated with exactly 1 of Connectable, Connection, or ConnectionPoint using the relation hasObservationLocation."^^xsd:string ; + sh:class s223:ConnectionPoint ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path s223:hasObservationLocation ] ] ) . -s223:LineNeutralVoltage-120V a s223:Class, - s223:LineNeutralVoltage-120V, - sh:NodeShape ; - rdfs:label "120V Line-Neutral Voltage"^^xsd:string ; - s223:hasVoltage s223:Voltage-120V ; - ns1:hasQuantityKind ; - ns1:hasUnit ; - rdfs:comment "120V Line-Neutral Voltage"^^xsd:string ; - rdfs:subClassOf s223:Numerical-LineNeutralVoltage . +s223:composedOf a rdf:Property ; + rdfs:label "composed of"^^xsd:string ; + rdfs:comment "The relation composedOf is used to indicate what substances constitute a material. The possible values are defined in Medium-Constituent (see `s223:Medium-Constituent`)."^^xsd:string . s223:contains a rdf:Property ; rdfs:label "contains"^^xsd:string ; rdfs:comment "The relation contains associates a PhysicalSpace or a piece of Equipment to a PhysicalSpace or another piece of Equipment, respectively."^^xsd:string . - a s223:InletConnectionPoint ; - s223:cnx , - ; - s223:hasMedium s223:Medium-Air ; - s223:hasProperty , - ; - s223:isConnectionPointOf . - - a s223:Junction ; - s223:cnx , - , - ; - s223:hasConnectionPoint , - , - ; - s223:hasMedium s223:Medium-Air . - - a s223:Junction ; - s223:cnx , - , - ; - s223:hasConnectionPoint , - , - ; - s223:hasMedium s223:Medium-Air . - -s223:EnumerationKind-OnOff a s223:Class, - s223:EnumerationKind-OnOff, - sh:NodeShape ; - rdfs:label "OnOff enumeration"^^xsd:string ; - rdfs:comment "This class has enumerated instances of states of either on or off."^^xsd:string ; - rdfs:subClassOf s223:EnumerationKind . - -s223:QuantifiableActuatableProperty a s223:Class, - sh:NodeShape ; - rdfs:label "Quantifiable Actuatable Property"^^xsd:string ; - rdfs:comment "This class is for quantifiable properties of which numerical values are specified to be modifiable by a user or a machine outside of the model, like a setpoint."^^xsd:string ; - rdfs:subClassOf s223:ActuatableProperty, - s223:QuantifiableProperty . - -s223:Role-Heating a s223:Class, - s223:Role-Heating, +ns1:Verifiable a ns1:AspectClass, sh:NodeShape ; - rdfs:label "Role-Heating"^^xsd:string ; - rdfs:comment "Role-Heating"^^xsd:string ; - rdfs:subClassOf s223:EnumerationKind-Role . - - a s223:AirHandlingUnit, - ; - s223:cnx , - , - , - ; - s223:contains , - , - , - , - , - , - , - , - , - , - , - , - , - ; - s223:hasConnectionPoint , - , - , - . + rdfs:label "Verifiable"^^xsd:string ; + rdfs:comment "An aspect class that holds properties that provide external knowledge and specifications of a given resource."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf ns1:Aspect ; + sh:property ns1:Verifiable-dbpediaMatch, + ns1:Verifiable-informativeReference, + ns1:Verifiable-isoNormativeReference, + ns1:Verifiable-normativeReference . + +ns1:applicableUnit a rdf:Property ; + rdfs:label "applicable unit"^^xsd:string ; + dcterms:description "See https://github.com/qudt/qudt-public-repo/wiki/Advanced-User-Guide#4-computing-applicable-units-for-a-quantitykind on how `qudt:applicableUnit` is computed from `qudt:hasQuantityKind` and then materialized"^^rdf:HTML ; + rdfs:isDefinedBy , + . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A-1E0L2I0M1H-1T-2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance -1 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature -1 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^2 M T^-2 Θ^-1 N^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E-2L1I0M1H0T-2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent -2 ; + ns1:dimensionExponentForLength 1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L M T^-2 I^-2\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I0M0H0T-2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(U T^-2\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L2I0M0H0T1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 1 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^2 T\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:DecimalPrefix, + ns1:Prefix ; + rdfs:label "Centi"@en ; + dcterms:description "'centi' is a decimal prefix for expressing a value with a scaling of \\(10^{-2}\\)."^^ns1:LatexString ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Centi-"^^xsd:anyURI ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Centi-?oldid=480291808"^^xsd:anyURI ; + ns1:prefixMultiplier 1e-02 ; + ns1:symbol "c"^^xsd:string ; + ns1:ucumCode "c"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DecimalPrefix, + ns1:Prefix ; + rdfs:label "Deca"@en ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Deca"^^xsd:anyURI ; + ns1:exactMatch ; + ns1:prefixMultiplier 1e+01 ; + ns1:symbol "da"^^xsd:string ; + ns1:ucumCode "da"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DecimalPrefix, + ns1:Prefix ; + rdfs:label "Deci"@en ; + dcterms:description "\"deci\" is a decimal prefix for expressing a value with a scaling of \\(10^{-1}\\)."^^ns1:LatexString ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Deci-"^^xsd:anyURI ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Deci-?oldid=469980160"^^xsd:anyURI ; + ns1:prefixMultiplier 1e-01 ; + ns1:symbol "d"^^xsd:string ; + ns1:ucumCode "d"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Absorbed Dose"@en ; + dcterms:description "\"Absorbed Dose\" (also known as Total Ionizing Dose, TID) is a measure of the energy deposited in a medium by ionizing radiation. It is equal to the energy deposited per unit mass of medium, and so has the unit \\(J/kg\\), which is given the special name Gray (\\(Gy\\))."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Absorbed_dose"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Absorbed_dose"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(D = \\frac{d\\bar{\\varepsilon}}{dm}\\), where \\(d\\bar{\\varepsilon}\\) is the mean energy imparted by ionizing radiation to an element of irradiated matter with the mass \\(dm\\)."^^ns1:LatexString ; + ns1:symbol "D"^^xsd:string ; + rdfs:comment "Note that the absorbed dose is not a good indicator of the likely biological effect. 1 Gy of alpha radiation would be much more biologically damaging than 1 Gy of photon radiation for example. Appropriate weighting factors can be applied reflecting the different relative biological effects to find the equivalent dose. The risk of stoctic effects due to radiation exposure can be quantified using the effective dose, which is a weighted average of the equivalent dose to each organ depending upon its radiosensitivity. When ionising radiation is used to treat cancer, the doctor will usually prescribe the radiotherapy treatment in Gy. When risk from ionising radiation is being discussed, a related unit, the Sievert is used."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Angular Impulse"@en ; + 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."^^ns1:LatexString ; + ns1:applicableUnit , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/AngularMomentum"^^xsd:anyURI ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://emweb.unl.edu/NEGAHBAN/EM373/note13/note.htm"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:symbol "H"^^xsd:string ; + rdfs:isDefinedBy ; + owl:sameAs . + + a ns1:QuantityKind ; + rdfs:label "Compressibility"@en ; + ns1:applicableUnit , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Compressibility"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\chi = -(\\frac{1}{V})\\frac{dV}{d\\rho}\\), where \\(V\\) is volume and \\(p\\) is pressure."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\chi\\)"^^ns1:LatexString ; + ns1:plainTextDescription "Compressibility is a measure of the relative volume change of a fluid or solid as a response to a pressure (or mean stress) change."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Data Rate"@en ; + ns1:applicableUnit , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Data_rate"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "The frequency derived from the period of time required to transmit one bit. This represents the amount of data transferred per second by a communications channel or a computing or storage device. Data rate is measured in units of bits per second (written \"b/s\" or \"bps\"), bytes per second (Bps), or baud. When applied to data rate, the multiplier prefixes \"kilo-\", \"mega-\", \"giga-\", etc. (and their abbreviations, \"k\", \"M\", \"G\", etc.) always denote powers of 1000. For example, 64 kbps is 64,000 bits per second. This contrasts with units of storage which use different prefixes to denote multiplication by powers of 1024, for example 1 kibibit = 1024 bits."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Dry Volume"@en ; + dcterms:description "Dry measures are units of volume used to measure bulk commodities which are not gas or liquid. They are typically used in agriculture, agronomy, and commodity markets to measure grain, dried beans, and dried and fresh fruit; formerly also salt pork and fish. They are also used in fishing for clams, crabs, etc. and formerly for many other substances (for example coal, cement, lime) which were typically shipped and delivered in a standardized container such as a barrel. In the original metric system, the unit of dry volume was the stere, but this is not part of the modern metric system; the liter and the cubic meter (\\(m^{3}\\)) are now used. However, the stere is still widely used for firewood."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Dry_measure"^^xsd:anyURI ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Electric Charge Density"@en ; + ns1:applicableUnit , + , + ; + ns1:expression "\\(charge-density\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Charge_density"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI, + "http://www.maxwells-equations.com/pho/charge-density.php"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\rho = \\frac{dQ}{dV}\\), where \\(Q\\) is electric charge and \\(V\\) is Volume."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\rho\\)"^^ns1:LatexString ; + ns1:plainTextDescription "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:QuantityKind ; + rdfs:label "Electric Current Phasor"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Phasor_(electronics)"^^xsd:anyURI, + "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-26"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "When \\(i = \\hat{I} \\cos{(\\omega t + \\alpha)}\\), where \\(i\\) is the electric current, \\(\\omega\\) is angular frequence, \\(t\\) is time, and \\(\\alpha\\) is initial phase, then \\(\\underline{I} = Ie^{ja}\\)."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\underline{I}\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Electric Current Phasor\" is a representation of current as a sinusoidal integral quantity using a complex quantity whose argument is equal to the initial phase and whose modulus is equal to the root-mean-square value. A phasor is a constant complex number, usually expressed in exponential form, representing the complex amplitude (magnitude and phase) of a sinusoidal function of time. Phasors are used by electrical engineers to simplify computations involving sinusoids, where they can often reduce a differential equation problem to an algebraic one."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Electric Flux Density"@en ; + dcterms:description "\\(\\textbf{Electric Flux Density}\\), also referred to as \\(\\textit{Electric Displacement}\\), is related to electric charge density by the following equation: \\(\\text{div} \\; D = \\rho\\), where \\(\\text{div}\\) denotes the divergence."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Electric_flux"^^xsd:anyURI ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1: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."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\mathbf{D}\\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + owl:sameAs ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Permeability"@en ; + 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\"."^^ns1:LatexString ; + ns1:applicableUnit , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Permeability"^^xsd:anyURI ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Permeability_(electromagnetism)"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\mu = \\frac{B}{H}\\), where \\(B\\) is magnetic flux density, and \\(H\\) is magnetic field strength."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\mu\\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + , + , + ; + owl:sameAs . + + a ns1:QuantityKind ; + rdfs:label "Heat Capacity"@en ; + dcterms:description "\"Heat Capacity\" (usually denoted by a capital \\(C\\), often with subscripts), or thermal capacity, is the measurable physical quantity that characterizes the amount of heat required to change a substance's temperature by a given amount. In the International System of Units (SI), heat capacity is expressed in units of joule(s) (J) per kelvin (K)."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Heat_capacity"^^xsd:anyURI ; + ns1:latexDefinition "\\(C = dQ/dT\\), where \\(Q\\) is amount of heat and \\(T\\) is thermodynamic temperature."^^ns1:LatexString ; + ns1:symbol "C_P"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Isothermal compressibility"@en ; + ns1:applicableUnit , + ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Compressibility"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\varkappa_T = \\frac{1}{V}\\left (\\frac{\\partial V}{\\partial p} \\right )_T\\), where \\(V\\) is volume, \\(p\\) is \\(pressure\\), and \\(T\\) is thermodynamic temperature."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\varkappa_T\\)"^^ns1:LatexString ; + ns1:plainTextDescription "The isothermal compressibility defines the rate of change of system volume with pressure."^^xsd:string ; + rdfs:isDefinedBy ; + owl:sameAs . + + a ns1:QuantityKind ; + rdfs:label "Specific Enthalpy"@en ; + dcterms:description "\\(\\textit{Specific Enthalpy}\\) is enthalpy per mass of substance involved. Specific enthalpy is denoted by a lower case h, with dimension of energy per mass (SI unit: joule/kg). In thermodynamics, \\(\\textit{enthalpy}\\) is the sum of the internal energy U and the product of pressure p and volume V of a system: \\(H = U + pV\\). The internal energy U and the work term pV have dimension of energy, in SI units this is joule; the extensive (linear in size) quantity H has the same dimension."^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Entropy"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.citizendium.org/wiki/Enthalpy"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:latexDefinition "\\(h = H/m\\), where \\(H\\) is enthalpy and \\(m\\) is mass."^^ns1:LatexString ; + ns1:symbol "h"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + , + , + , + , + , + . + + a ns1:QuantityKind ; + rdfs:label "Specific Gibbs Energy"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.citizendium.org/wiki/Enthalpy"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:latexDefinition "\\(g = G/m\\), where \\(G\\) is Gibbs energy and \\(m\\) is mass."^^ns1:LatexString ; + ns1:plainTextDescription "Energy has corresponding intensive (size-independent) properties for pure materials. A corresponding intensive property is \"Specific Gibbs Energy}, which is \\textit{Gibbs Energy} per mass of substance involved. \\textit{Specific Gibbs Energy\" is denoted by a lower case g, with dimension of energy per mass (SI unit: joule/kg)."^^xsd:string ; + ns1:symbol "g"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + , + , + , + , + . + + a ns1:QuantityKind ; + rdfs:label "Specific Helmholtz Energy"@en ; + dcterms:description "Energy has corresponding intensive (size-independent) properties for pure materials. A corresponding intensive property is \\(\\textit{Specific Helmholtz Energy}\\), which is \\(\\textit{Helmholz Energy}\\) per mass of substance involved.\\( \\textit{Specific Helmholz Energy}\\) is denoted by a lower case u, with dimension of energy per mass (SI unit: joule/kg)."^^ns1:LatexString ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.citizendium.org/wiki/Enthalpy"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:latexDefinition "\\(a = A/m\\), where \\(A\\) is Helmholtz energy and \\(m\\) is mass."^^ns1:LatexString ; + ns1:symbol "a"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + , + , + , + , + . + + a ns1:QuantityKind ; + rdfs:label "Specific Internal Energy"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.citizendium.org/wiki/Enthalpy"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:latexDefinition "\\(u = U/m\\), where \\(U\\) is thermodynamic energy and \\(m\\) is mass."^^ns1:LatexString ; + ns1:plainTextDescription "Energy has corresponding intensive (size-independent) properties for pure materials. A corresponding intensive property is specific internal energy, which is energy per mass of substance involved. Specific internal energy is denoted by a lower case u, with dimension of energy per mass (SI unit: joule/kg)."^^xsd:string ; + ns1:symbol "u"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + , + , + , + , + , + . + + a ns1:QuantityKind ; + rdfs:label "Thermal Insulance"@en ; + dcterms:description "\\(\\textit{Thermal Insulance}\\) is the reduction of heat transfer (the transfer of thermal energy between objects of differing temperature) between objects in thermal contact or in range of radiative influence. In building technology, this quantity is often called \\(\\textit{Thermal Resistance}\\), with the symbol \\(R\\)."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Thermal_insulation"^^xsd:anyURI ; + ns1:latexDefinition "\\(M = 1/K\\), where \\(K\\) is \"Coefficient of Heat Transfer\""^^ns1:LatexString ; + ns1:symbol "M"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:Unit ; + rdfs:label "Gigawatt"@en ; + dcterms:description "1,000,000,000-fold of the SI derived unit watt"^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 1000000000.0 ; + ns1:conversionMultiplierSN 1e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA154"^^xsd:string ; + ns1:plainTextDescription "1 000 000 000-fold of the SI derived unit watt"^^xsd:string ; + ns1:prefix ; + ns1:symbol "GW"^^xsd:string ; + ns1:ucumCode "GW"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A90"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "متر مربع في الثانية"@ar, + "čtvereční metr za sekundu"@cs, + "Quadratmeter je Sekunde"@de, + "square metre per second"@en, + "Square Meter per Second"@en-us, + "metro cuadrado por segundo"@es, + "متر مربع بر ثانیه"@fa, + "mètre carré par seconde"@fr, + "वर्ग मीटर प्रति सैकिण्ड"@hi, + "metro quadrato al secondo"@it, + "平方メートル毎秒"@ja, + "meter persegi per saat"@ms, + "metr kwadratowy na sekundę"@pl, + "metro quadrado por segundo"@pt, + "metru pătrat pe secundă"@ro, + "квадратный метр в секунду"@ru, + "kvadratni meter na sekundo"@sl, + "metrekare bölü saniye"@tr, + "平方米每秒"@zh ; + dcterms:description """ + The unit $\\textit{Square Metres per Second}$ is the SI derived unit of angular momentum, defined by distance + or displacement in metres multiplied by distance again in metres and divided by time in seconds. + The unit is written in symbols as $m^2/s$ or $m^22s^{-1}$. + It may be better understood when phrased as $\\textit{metres per second times metres}$, i.e. the momentum + of an object with respect to a position. + """^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$m^{2} s^{-1}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA752"^^xsd:string, + "0112/2///62720#UAD526"^^xsd:string ; + ns1:symbol "m²/s"^^xsd:string ; + ns1:ucumCode "m2.s-1"^^ns1:UCUMcs, + "m2/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "S4"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Mega Hertz per Tesla"@en ; + dcterms:description "\"Mega Hertz per Tesla\" is a unit for 'Electric Charge Per Mass' expressed as $MHz T^{-1}$."^^ns1:LatexString ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:expression "$MHz T^{-1}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "MHz/T"^^xsd:string ; + ns1:ucumCode "MHz.T-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Microwatt"@en ; + dcterms:description "0.000001-fold of the SI derived unit watt"^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA080"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI derived unit watt"^^xsd:string ; + ns1:prefix ; + ns1:symbol "µW"^^xsd:string ; + ns1:ucumCode "uW"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D80"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Nanowatt"@en ; + dcterms:description "0.000000001-fold of the SI derived unit watt"^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA910"^^xsd:string ; + ns1:plainTextDescription "0.000000001-fold of the SI derived unit watt"^^xsd:string ; + ns1:prefix ; + ns1:symbol "nW"^^xsd:string ; + ns1:ucumCode "nW"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C49"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "أوم"@ar, + "ом"@bg, + "ohm"@cs, + "Ohm"@de, + "ωμ"@el, + "ohm"@en, + "ohmio"@es, + "اهم"@fa, + "ohm"@fr, + "אוהם"@he, + "ओह्म"@hi, + "ohm"@hu, + "ohm"@it, + "オーム"@ja, + "ohmium"@la, + "ohm"@ms, + "om"@pl, + "ohm"@pt, + "ohm"@ro, + "ом"@ru, + "ohm"@sl, + "ohm"@tr, + "欧姆"@zh ; + dcterms:description """ + The $\\textit{ohm}$ is the SI derived unit of electrical resistance, named after German physicist Georg Simon Ohm. + + It is defined as: + + $$\\Omega \\equiv\\ \\frac{\\text{V}}{\\text{A}}\\ \\equiv\\ \\frac{\\text{volt}}{\\text{amp}}\\ \\equiv\\ \\frac{\\text{W}}{\\text {A}^{2}}\\ \\equiv\\ \\frac{\\text{watt}}{\\text{amp}^{2}}\\ \\equiv\\ \\frac{\\text{H}}{\\text {s}}\\ \\equiv\\ \\frac{\\text{henry}}{\\text{second}}$$ + + """^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Ohm"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA017"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Ohm?oldid=494685555"^^xsd:anyURI ; + ns1:omUnit ; + ns1:siExactMatch ; + ns1:siUnitsExpression "V/A"^^xsd:string ; + ns1:symbol "Ω"^^xsd:string ; + ns1:ucumCode "Ohm"^^ns1:UCUMcs ; + ns1:udunitsCode "Ω"^^xsd:string ; + ns1:uneceCommonCode "OHM"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Picowatt"@en ; + dcterms:description "0.000000000001-fold of the SI derived unit watt"^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA935"^^xsd:string ; + ns1:plainTextDescription "0.000000000001-fold of the SI derived unit watt"^^xsd:string ; + ns1:prefix ; + ns1:symbol "pW"^^xsd:string ; + ns1:ucumCode "pW"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C75"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Terawatt"@en ; + dcterms:description "1,000,000,000,000-fold of the SI derived unit watt"^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 1000000000000.0 ; + ns1:conversionMultiplierSN 1e+12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA289"^^xsd:string ; + ns1:plainTextDescription "1,000,000,000,000-fold of the SI derived unit watt"^^xsd:string ; + ns1:prefix ; + ns1:symbol "TW"^^xsd:string ; + ns1:ucumCode "TW"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D31"^^xsd:string ; + rdfs:isDefinedBy . + +owl:Ontology ns2:hasGraphMetadata ns2:GMD_VAEM . s223:Aspect-ElectricalVoltagePhases a s223:Aspect-ElectricalVoltagePhases, s223:Class, @@ -5999,51 +75312,645 @@ s223:Aspect-ElectricalVoltagePhases a s223:Aspect-ElectricalVoltagePhases, rdfs:comment "This class enumerates the relevant electrical phases for a voltage difference for AC electricity inside a Connection."^^xsd:string ; rdfs:subClassOf s223:EnumerationKind-Aspect . +s223:Constituent-H2O a s223:Class, + s223:Constituent-H2O, + sh:NodeShape ; + rdfs:label "Constituent-H2O"^^xsd:string ; + rdfs:comment "Constituent-H2O"^^xsd:string ; + rdfs:subClassOf s223:Medium-Constituent . + s223:EM-Light a s223:Class, s223:EM-Light, sh:NodeShape ; rdfs:label "EM-Light"^^xsd:string ; - rdfs:comment "The EM-Light class has enumerated instances of what are considered visible or near-visible light."^^xsd:string ; - rdfs:subClassOf s223:Medium-EM . + rdfs:comment "The EM-Light class has enumerated subclasses of what are considered visible or near-visible light."^^xsd:string ; + rdfs:subClassOf s223:Constituent-EM . s223:mapsTo a rdf:Property ; rdfs:label "mapsTo"^^xsd:string ; rdfs:comment "The relation mapsTo is used to associate a ConnectionPoint of a Connectable to a corresponding ConnectionPoint of the one containing it (see `pub:equipment-containment`). The associated ConnectionPoints must have the same direction (see `s223:EnumerationKind-Direction`) and compatiable medium Substance-Medium."^^xsd:string . - a s223:CoolingCoil, - ; - s223:cnx , - , - , - ; - s223:hasConnectionPoint , - , - , - ; - s223:hasRole s223:Role-Cooling . - - a s223:HeatingCoil, - ; - s223:cnx , - , - , - ; - s223:hasConnectionPoint , - , - , - ; - s223:hasRole s223:Role-Heating . - - a s223:Junction ; - s223:cnx , - , - , - ; - s223:hasConnectionPoint , - , - , - ; - s223:hasMedium s223:Medium-Air . +dcterms:created a rdf:Property, + owl:AnnotationProperty ; + rdfs:label "created"^^xsd:string ; + rdfs:isDefinedBy dcterms: ; + rdfs:range xsd:date . + +dcterms:modified a rdf:Property, + owl:AnnotationProperty ; + rdfs:label "modified"^^xsd:string ; + rdfs:isDefinedBy dcterms: ; + rdfs:range xsd:date . + +dcterms:title a rdf:Property, + owl:AnnotationProperty ; + rdfs:label "title"^^xsd:string ; + rdfs:isDefinedBy dcterms: ; + rdfs:range xsd:string . + +ns1:NumericUnionList a rdf:List ; + rdfs:label "Numeric Union List"^^xsd:string ; + rdf:first [ sh:datatype xsd:string ] ; + rdf:rest ( [ sh:datatype xsd:nonNegativeInteger ] [ sh:datatype xsd:positiveInteger ] [ sh:datatype xsd:integer ] [ sh:datatype xsd:int ] [ sh:datatype xsd:float ] [ sh:datatype xsd:double ] [ sh:datatype xsd:decimal ] ) ; + rdfs:comment "An rdf:List that can be used in property constraints as value for sh:or to indicate that all values of a property must be either xsd:integer, xsd:float, xsd:double or xsd:decimal."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E-1L1I0M1H0T-2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent -1 ; + ns1:dimensionExponentForLength 1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L M T^-2 I^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I1M0H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 1 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(J\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L2I0M-1H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L3I0M1H0T-2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 3 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind , + ; + ns1:latexDefinition "\\(L^3 M T^-2\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:DecimalPrefix, + ns1:Prefix ; + rdfs:label "Giga"@en ; + dcterms:description "'giga' is a decimal prefix for expressing a value with a scaling of \\(10^{9}\\)."^^ns1:LatexString ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Giga-"^^xsd:anyURI ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Giga-?oldid=473222816"^^xsd:anyURI ; + ns1:prefixMultiplier 1e+09 ; + ns1:symbol "G"^^xsd:string ; + ns1:ucumCode "G"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DecimalPrefix, + ns1:Prefix ; + rdfs:label "Pico"@en ; + dcterms:description "'pico' is a decimal prefix for expressing a value with a scaling of \\(10^{-12}\\)."^^ns1:LatexString ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Pico"^^xsd:anyURI ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Pico?oldid=485697614"^^xsd:anyURI ; + ns1:prefixMultiplier 1e-12 ; + ns1:symbol "p"^^xsd:string ; + ns1:ucumCode "p"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Energy Density"@en ; + ns1:applicableUnit , + , + , + , + , + ; + ns1:baseISOUnitDimensions "\\(m^{-1} \\cdot kg \\cdot s^{-2}\\)"^^xsd:string ; + ns1:baseImperialUnitDimensions "\\(ft^{-1} \\cdot lb \\cdot s^{-2}\\)"^^ns1:LatexString ; + ns1:baseSIUnitDimensions "\\(m^{-1} \\cdot kg \\cdot s^{-2}\\)"^^ns1:LatexString ; + ns1:baseUSCustomaryUnitDimensions "\\(L^{-1} \\cdot M \\cdot T^{-2}\\)"^^ns1:LatexString ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Energy_density"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Energy_density"^^xsd:anyURI ; + ns1:plainTextDescription "Energy density is defined as energy per unit volume. The SI unit for energy density is the joule per cubic meter."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Force Per Area Time"@en ; + ns1:applicableUnit , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Internal Energy"@en ; + ns1:abbreviation "int-energy"^^xsd:string ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Internal_energy"^^xsd:anyURI ; + ns1:exactMatch , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.citizendium.org/wiki/Internal_energy"^^xsd:anyURI ; + ns1:latexDefinition "For a closed thermodynamic system, \\(\\Delta U = Q + W\\), where \\(Q\\) is amount of heat transferred to the system and \\(W\\) is work done on the system provided that no chemical reactions occur."^^ns1:LatexString ; + ns1:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:plainTextDescription "\"Internal Energy\" is simply its energy. \"internal\" refers to the fact that some energy contributions are not considered. For instance, when the total system is in uniform motion, it has kinetic energy. This overall kinetic energy is never seen as part of the internal energy; one could call it external energy. Or, if the system is at constant non-zero height above the surface the Earth, it has constant potential energy in the gravitational field of the Earth. Gravitational energy is only taken into account when it plays a role in the phenomenon of interest, for instance in a colloidal suspension, where the gravitation influences the up- downward motion of the small particles comprising the colloid. In all other cases, gravitational energy is assumed not to contribute to the internal energy; one may call it again external energy."^^xsd:string ; + ns1:symbol "U"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + , + , + ; + owl:sameAs , + ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Inverse Pressure"@en ; + ns1:applicableUnit , + , + , + ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy ; + owl:sameAs . + + a ns1:QuantityKind ; + rdfs:label "Magnetomotive Force"@en ; + dcterms:description "\\(\\textbf{Magnetomotive Force}\\) (\\(mmf\\)) is the ability of an electric circuit to produce magnetic flux. Just as the ability of a battery to produce electric current is called its electromotive force or emf, mmf is taken as the work required to move a unit magnet pole from any point through any path which links the electric circuit back the same point in the presence of the magnetic force produced by the electric current in the circuit. \\(\\textbf{Magnetomotive Force}\\) is the scalar line integral of the magnetic field strength along a closed path."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Magnetomotive_force"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-60"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(F_m = \\oint \\mathbf{H} \\cdot dr\\), where \\(\\mathbf{H}\\) is magnetic field strength and \\(r\\) is position vector along a given curve \\(C\\) from point \\(a\\) to point \\(b\\)."^^ns1:LatexString ; + ns1:latexSymbol "\\(F_m \\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:QuantityKind ; + rdfs:label "Non-active Power"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-43"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(Q^{'} = \\sqrt{{\\left | \\underline{S} \\right |}^2 - P^2}\\), where \\(\\underline{S}\\) is apparent power and \\(P\\) is active power."^^ns1:LatexString ; + ns1:plainTextDescription "\"Non-active Power\", for a two-terminal element or a two-terminal circuit under periodic conditions, is the quantity equal to the square root of the difference of the squares of the apparent power and the active power."^^xsd:string ; + ns1:symbol "Q'"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + . + + a ns1:QuantityKind ; + rdfs:label "Photosynthetic Photon Flux Density"^^xsd:string ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://www.gigahertz-optik.com/en-us/service-and-support/knowledge-base/measurement-of-par/"^^xsd:anyURI ; + ns1:plainTextDescription "Photosynthetically Active Radiation are the wavelengths of light within the visible range of 400 to 700 nanometers (nm) that are critical for photosynthesis. PPFD measures the amount of PAR light (photons) that arrive at the plant’s surface each second. The PPFD is measured at various distances with a Full-spectrum Quantum Sensor, also known as a PAR meter. Natural sunlight has a PAR value of 900-1500μMol/m2/s when the sun is directly overhead. For a grow light to be effective, it should have PAR values of 500-1500 μMol/m2/s."^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "PPFD"^^xsd:string ; + prov:wasDerivedFrom . + + a ns1:QuantityKind ; + rdfs:label "Pressure Ratio"@en ; + ns1:applicableUnit , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Reactive Power"@en ; + dcterms:description "\"Reactive Power}, for a linear two-terminal element or two-terminal circuit, under sinusoidal conditions, is the quantity equal to the product of the apparent power \\(S\\) and the sine of the displacement angle \\(\\psi\\). The absolute value of the reactive power is equal to the non-active power. The ISO (and SI) unit for reactive power is the voltampere. The special name \\(\\textit{var}\\) and symbol \\(\\textit{var}\\) are given in IEC 60027 1."^^ns1:LatexString ; + ns1:applicableUnit , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-44"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1: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."^^ns1:LatexString ; + ns1:symbol "Q"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Soil Adsorption Coefficient"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "A specific volume that is the ratio of the amount of substance adsorbed per unit weight of organic carbon in the soil or sediment to the concentration of the chemical in aqueous solution at equilibrium."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Thermal Expansion Coefficient"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC2/HTML/link/ifcthermalexpansioncoefficientmeasure.htm"^^xsd:anyURI ; + ns1:plainTextDescription "The \"Thermal Expansion Coefficient\" is a measure of the thermal expansion coefficient of a material, which expresses its elongation (as a ratio) per temperature difference. It is usually measured in 1/K. A positive elongation per (positive) rise of temperature is expressed by a positive value."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "BTU per Hour"@en ; + dcterms:description """ + The $\\text{BTU per Hour}$ is the amount of energy that is being produced or consumed per hour. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.29307107 ; + ns1:conversionMultiplierSN 2.930711e-01 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$Btu/hr$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA116"^^xsd:string ; + ns1:informativeReference "http://www.simetric.co.uk/sibtu.htm"^^xsd:anyURI ; + ns1:symbol "Btu{IT}/hr"^^xsd:string ; + ns1:ucumCode "[Btu_IT].h-1"^^ns1:UCUMcs, + "[Btu_IT]/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "2I"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "BTU per Second"@en ; + dcterms:description "${\\bf BTU \\, per \\, Second}$ is an Imperial unit for 'Heat Flow Rate' expressed as $Btu/s$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1055.05585262 ; + ns1:conversionMultiplierSN 1.055056e+03 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$Btu/s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA121"^^xsd:string ; + ns1:informativeReference "http://www.simetric.co.uk/sibtu.htm"^^xsd:anyURI ; + ns1:symbol "Btu{IT}/s"^^xsd:string ; + ns1:ucumCode "[Btu_IT].s-1"^^ns1:UCUMcs, + "[Btu_IT]/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J45"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilo British Thermal Unit (International Definition) per Hour"@en ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 293.07107 ; + ns1:conversionMultiplierSN 2.930711e+02 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$kBtu/hr$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "kBtu{IT}/hr"^^xsd:string ; + ns1:ucumCode "k[Btu_IT].h-1"^^ns1:UCUMcs, + "k[Btu_IT]/h"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilocalorie Per Minute"@en ; + dcterms:description "$\\textit{Kilocalorie per Minute}$ is a unit for \\textit{Heat Flow Rate} and \\textit{Power} expressed as $kcal/min$."^^ns1:LatexString ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 69.7333333 ; + ns1:conversionMultiplierSN 6.973333e+01 ; + ns1:definedUnitOfSystem ; + ns1:expression "$kcal/min$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "kcal/min"^^xsd:string ; + ns1:ucumCode "kcal.min-1"^^ns1:UCUMcs, + "kcal/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K54"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilocalorie Per Second"@en ; + dcterms:description "$\\textit{Kilocalorie per Second}$ is a unit for \\textit{Heat Flow Rate} and \\textit{Power} expressed as $kcal/s$."^^ns1:LatexString ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 4184.0 ; + ns1:conversionMultiplierSN 4.184e+03 ; + ns1:definedUnitOfSystem ; + ns1:expression "$kcal/s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "kcal/s"^^xsd:string ; + ns1:ucumCode "kcal.s-1"^^ns1:UCUMcs, + "kcal/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K55"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilowatt"@en ; + dcterms:description """ + The unit $\\textit{Kilowatt}$ is a derived unit of power in the International System of Units (SI). + The unit, defined as 1,000 joule per second, measures the rate of energy conversion or transfer. + """^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Watt"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA583"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Watt?oldid=494906356"^^xsd:anyURI ; + ns1:prefix ; + ns1:symbol "kW"^^xsd:string ; + ns1:ucumCode "kW"^^ns1:UCUMcs ; + ns1:uneceCommonCode "KWT"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Mega British Thermal Unit (International Definition) per Hour"@en ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 293071.07 ; + ns1:conversionMultiplierSN 2.930711e+05 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$MBtu/hr$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "MBtu{IT}/hr"^^xsd:string ; + ns1:ucumCode "M[Btu_IT].h-1"^^ns1:UCUMcs, + "M[Btu_IT]/h"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "MegaW"@en ; + dcterms:description "1,000,000-fold of the derived unit watt"^^xsd:string ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA224"^^xsd:string ; + ns1:prefix ; + ns1:symbol "MW"^^xsd:string ; + ns1:ucumCode "MW"^^ns1:UCUMcs ; + ns1:uneceCommonCode "MAW"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "MilliW"@en ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA807"^^xsd:string ; + ns1:prefix ; + ns1:symbol "mW"^^xsd:string ; + ns1:ucumCode "mW"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C31"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Number per litre"@en ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "/L"^^xsd:string ; + ns1:ucumCode "/L"^^ns1:UCUMcs, + "{#}.L-1"^^ns1:UCUMcs, + "{#}/L"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Number per cubic metre"@en ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "/m³"^^xsd:string ; + ns1:ucumCode "/m3"^^ns1:UCUMcs, + "{#}.m-3"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Number per microlitre"@en ; + ns1:conversionMultiplier 1000000000.0 ; + ns1:conversionMultiplierSN 1e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "/µL"^^xsd:string ; + ns1:ucumCode "/uL"^^ns1:UCUMcs, + "{#}.uL-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Number per nanolitre"@en, + "Number per nanoliter"@en-us ; + ns1:conversionMultiplier 1000000000000.0 ; + ns1:conversionMultiplierSN 1e+12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "/nL"^^xsd:string ; + ns1:ucumCode "/nL"^^ns1:UCUMcs, + "{#}.nL-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Therm US per Hour"@en ; + dcterms:description "$\\textit{Therm}$ (symbol $thm$) is a non-SI unit of heat energy. It was defined in the United States in 1968 as the energy equivalent of burning 100 cubic feet of natural gas at standard temperature and pressure. Industrial processes in the U.S. use therm/hr unit most often in the power, steam generation, heating, and air conditioning industries."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 29300.1111 ; + ns1:conversionMultiplierSN 2.930011e+04 ; + ns1:expression "$thm/hr$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:informativeReference "http://www.convertunits.com/info/therm%2B%5BU.S.%5D"^^xsd:anyURI ; + ns1:symbol "thm{US}/hr"^^xsd:string ; + ns1:ucumCode "[thm{US}].h-1"^^ns1:UCUMcs, + "[thm{US}]/h"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ton of Refrigeration"@en ; + dcterms:description "12000 btu per hour"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 3516.853 ; + ns1:conversionMultiplierSN 3.516853e+03 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Ton_of_refrigeration"^^xsd:anyURI ; + ns1:definedUnitOfSystem ; + ns1:expression "$t/fg$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Ton_of_refrigeration?oldid=494342824"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "TOR"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "واط"@ar, + "ват"@bg, + "watt"@cs, + "Watt"@de, + "βατ"@el, + "watt"@en, + "vatio"@es, + "وات"@fa, + "watt"@fr, + "ואט"@he, + "वाट"@hi, + "watt"@hu, + "watt"@it, + "ワット"@ja, + "wattium"@la, + "watt"@ms, + "wat"@pl, + "watt"@pt, + "watt"@ro, + "ватт"@ru, + "watt"@sl, + "watt"@tr, + "瓦特"@zh ; + dcterms:description "The SI unit of power. Power is the rate at which work is done, or (equivalently) the rate at which energy is expended. One watt is equal to a power rate of one joule of work per second of time. This unit is used both in mechanics and in electricity, so it links the mechanical and electrical units to one another. In mechanical terms, one watt equals about 0.001 341 02 horsepower (hp) or 0.737 562 foot-pound per second (lbf/s). In electrical terms, one watt is the power produced by a current of one ampere flowing through an electric potential of one volt. The name of the unit honors James Watt (1736-1819), the British engineer whose improvements to the steam engine are often credited with igniting the Industrial Revolution."^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Watt"^^xsd:anyURI ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA306"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Watt?oldid=494906356"^^xsd:anyURI ; + ns1:latexDefinition "$\\textit{W}\\ \\equiv\\ \\text{watt}\\ \\equiv\\ \\frac{\\text{J}}{\\text{s}}\\ \\equiv\\ \\frac{\\text{joule}}{\\text{second}}\\ \\equiv\\ \\frac{\\text{N.m}}{\\text{s}}\\ \\equiv\\ \\frac{\\text{newton.metre}}{\\text{second}}\\ \\equiv\\ \\text{V.A}\\ \\equiv\\ \\text{volt.amp}\\ \\equiv\\ \\Omega\\text{.A}^{2}\\ \\equiv\\ \\text{ohm.amp}^{2}$"^^ns1:LatexString ; + ns1:omUnit ; + ns1:siExactMatch ; + ns1:symbol "W"^^xsd:string ; + ns1:ucumCode "W"^^ns1:UCUMcs ; + ns1:udunitsCode "W"^^xsd:string ; + ns1:uneceCommonCode "WTT"^^xsd:string ; + rdfs:isDefinedBy . s223:Aspect-ElectricalPhaseIdentifier a s223:Aspect-ElectricalPhaseIdentifier, s223:Class, @@ -6052,6 +75959,274 @@ s223:Aspect-ElectricalPhaseIdentifier a s223:Aspect-ElectricalPhaseIdentifier, rdfs:comment "The value of the associated Property identifies the electrical phase of the Connection."^^xsd:string ; rdfs:subClassOf s223:EnumerationKind-Aspect . +s223:Connection a s223:Class, + sh:NodeShape ; + rdfs:label "Connection"^^xsd:string ; + rdfs:comment """A Connection is the modeling construct used to represent a physical thing (e.g., pipe, duct, or wire) that is used to convey some Medium (e.g., water, air, or electricity), or a virtual connection to convey electromagnetic radiation (e.g. light or wifi signal) between two connectable things. All Connections have two or more ConnectionPoints bound to either Equipment (see `s223:Equipment`), DomainSpace (see `s223:DomainSpace`), or Junction (see `s223:Junction`) See Figure 6-2. If the direction of flow is constrained, that constraint is indicated by using one or more InletConnectionPoints (see `s223:InletConnectionPoint`) to represent the inflow points and OutletConnectionPoints (see `s223:OutletConnectionPoint`) to represent the outflow points. + +A Connection may contain branches or intersections. These may be modeled using Junctions if it is necessary to identify a specific intersection. (see `s223:Junction`). + +![Graphical Depiction of Connection.](figures/Figure_5-3_Connection.svg) +"""^^xsd:string ; + rdfs:subClassOf s223:Concept ; + sh:property [ rdfs:comment "If the relation hasThermodynamicPhase is present it must associate the Connection with at most one EnumerationKind-Phase."^^xsd:string ; + sh:class s223:EnumerationKind-Phase ; + sh:maxCount 1 ; + sh:message "s223: If the relation hasThermodynamicPhase is present it must associate the Connection with at most one EnumerationKind-Phase."^^xsd:string ; + sh:path s223:hasThermodynamicPhase ], + [ rdfs:comment "A Connection must only have a cnx relation with a ConnectionPoint"^^xsd:string ; + sh:path s223:cnx ; + sh:sparql [ a sh:SPARQLConstraint ; + rdfs:comment "A Connection must only have a cnx relation with a ConnectionPoint"^^xsd:string ; + sh:message "s223: {$this} cannot have a s223:cnx relation to {?something}, because {?something} is not a ConnectionPoint."^^xsd:string ; + sh:prefixes ; + sh:select """SELECT $this ?something +WHERE { +$this s223:cnx ?something . +FILTER NOT EXISTS {?something a/rdfs:subClassOf* s223:ConnectionPoint} . +}"""^^xsd:string ] ], + [ rdfs:comment "Ensure that the Medium identified by a ConnectionPoint via the s223:hasMedium relation is compatible with the Medium identified by the associated Connection."^^xsd:string ; + sh:name "Test for compatible declared Medium"^^xsd:string ; + sh:path s223:hasMedium ; + sh:sparql [ a sh:SPARQLConstraint ; + rdfs:comment "Inconsistent Medium. Case 3: Connection with a pure medium and an associated ConnectionPoint with constituents."^^xsd:string ; + sh:message "s223: Connection {$this} with Medium {?m2} is incompatible with {?cp} with Medium {?m1}."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this ?m2 ?cp ?m1 +WHERE { +$this s223:cnx ?cp . +?cp a/rdfs:subClassOf* s223:ConnectionPoint . +?cp s223:hasMedium ?m2 . +$this s223:hasMedium ?m1 . +?m2 s223:composedOf/s223:ofConstituent ?s2 . +FILTER NOT EXISTS {?m1 s223:composedOf ?c1} . +FILTER NOT EXISTS { + ?m2 s223:composedOf/s223:ofConstituent ?s12 . + {?s12 rdfs:subClassOf* ?m1} UNION {?m1 rdfs:subClassOf* ?s12} . +} +} +"""^^xsd:string ] ], + [ rdfs:comment "Ensure that the Medium identified by all the associated ConnectionPoints via the s223:hasMedium relation are compatible with one another."^^xsd:string ; + sh:name "Test for compatible declared Medium"^^xsd:string ; + sh:path s223:hasMedium ; + sh:sparql [ a sh:SPARQLConstraint ; + rdfs:comment "Inconsistent Medium. Case 3: Two ConnectionPoints with mediums with constituents."^^xsd:string ; + sh:message "s223: {?cp1} with Medium {?m2} is incompatible with {?cp2} with Medium {?m1}."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this ?cp1 ?m1 ?cp2 ?m2 +WHERE { +$this s223:cnx ?cp1 . +?cp1 a/rdfs:subClassOf* s223:ConnectionPoint . +?cp1 s223:hasMedium ?m2 . +$this s223:cnx ?cp2 . +?cp2 a/rdfs:subClassOf* s223:ConnectionPoint . +FILTER (?cp1 != ?cp2 ) . +?cp2 s223:hasMedium ?m1 . + ?m1 s223:composedOf/s223:ofConstituent ?s1 . + ?m2 s223:composedOf/s223:ofConstituent ?s2 . + FILTER NOT EXISTS { + ?m1 s223:composedOf/s223:ofConstituent ?s11 . + ?m2 s223:composedOf/s223:ofConstituent ?s12 . + FILTER (?s11 = ?s12) . + } + FILTER NOT EXISTS { + ?m1 s223:composedOf/s223:ofConstituent ?s21 . + ?m2 s223:composedOf/s223:ofConstituent ?s22 . + {?s22 rdfs:subClassOf* ?s21} UNION {?s21 rdfs:subClassOf* ?s22} . + } +} +"""^^xsd:string ] ], + [ rdfs:comment "A Connection must be associated with exactly one Substance-Medium using the relation hasMedium."^^xsd:string ; + sh:class s223:Substance-Medium ; + sh:maxCount 1 ; + sh:message "s223: A Connection must be associated with exactly one Substance-Medium using the relation hasMedium."^^xsd:string ; + sh:minCount 1 ; + sh:name "Connection medium"^^xsd:string ; + sh:path s223:hasMedium ], + [ rdfs:comment "Ensure that the Medium identified by all the associated ConnectionPoints via the s223:hasMedium relation are compatible with one another."^^xsd:string ; + sh:name "Test for compatible declared Medium"^^xsd:string ; + sh:path s223:hasMedium ; + sh:sparql [ a sh:SPARQLConstraint ; + rdfs:comment "Inconsistent Medium. Case 2: A medium with constituents and a pure Medium."^^xsd:string ; + sh:message "s223: {?cp1} with Medium {?m1} is incompatible with {?cp2} with Medium {?m2}."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this ?cp1 ?m1 ?cp2 ?m2 +WHERE { +$this s223:cnx ?cp1 . +?cp1 a/rdfs:subClassOf* s223:ConnectionPoint . +?cp1 s223:hasMedium ?m1 . +$this s223:cnx ?cp2 . +?cp2 a/rdfs:subClassOf* s223:ConnectionPoint . +FILTER (?cp1 != ?cp2 ) . +?cp2 s223:hasMedium ?m2 . +?m2 s223:composedOf/s223:ofConstituent ?s2 . +FILTER NOT EXISTS {?m1 s223:composedOf ?c1} . +FILTER NOT EXISTS { + ?m2 s223:composedOf/s223:ofConstituent ?s12 . + {?s12 rdfs:subClassOf* ?m1} UNION {?m1 rdfs:subClassOf* ?s12} . +} +} +"""^^xsd:string ] ], + [ rdfs:comment "Ensure that the Medium identified by a ConnectionPoint via the s223:hasMedium relation is compatible with the Medium identified by the associated Connection."^^xsd:string ; + sh:name "Test for compatible declared Medium"^^xsd:string ; + sh:path s223:hasMedium ; + sh:sparql [ a sh:SPARQLConstraint ; + rdfs:comment "Inconsistent Medium. Case 4: A Connection with constituents and an associated ConnectionPoint with constituents."^^xsd:string ; + sh:message "s223: Connection {$this} with Medium {?m2} is incompatible with {?cp} with Medium {?m1}."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this ?m2 ?cp ?m1 +WHERE { +$this s223:cnx ?cp . +?cp a/rdfs:subClassOf* s223:ConnectionPoint . +?cp s223:hasMedium ?m2 . +$this s223:hasMedium ?m1 . + ?m1 s223:composedOf/s223:ofConstituent ?s1 . + ?m2 s223:composedOf/s223:ofConstituent ?s2 . + FILTER NOT EXISTS { + ?m1 s223:composedOf/s223:ofConstituent ?s11 . + ?m2 s223:composedOf/s223:ofConstituent ?s12 . + FILTER (?s11 = ?s12) . + } + FILTER NOT EXISTS { + ?m1 s223:composedOf/s223:ofConstituent ?s21 . + ?m2 s223:composedOf/s223:ofConstituent ?s22 . + {?s22 rdfs:subClassOf* ?s21} UNION {?s21 rdfs:subClassOf* ?s22} . + } +} +"""^^xsd:string ] ], + [ rdfs:comment "Ensure that the Medium identified by a ConnectionPoint via the s223:hasMedium relation is compatible with the Medium identified by the associated Connection."^^xsd:string ; + sh:name "Test for compatible declared Medium"^^xsd:string ; + sh:path s223:hasMedium ; + sh:sparql [ a sh:SPARQLConstraint ; + rdfs:comment "Inconsistent Medium. Case 2: A Connection with constituents and an associated ConnectionPoint with a pure Medium."^^xsd:string ; + sh:message "s223: Connection {$this} with Medium {?m2} is incompatible with {?cp} with Medium {?m1}."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this ?m2 ?cp ?m1 +WHERE { +$this s223:cnx ?cp . +?cp a/rdfs:subClassOf* s223:ConnectionPoint . +?cp s223:hasMedium ?m1 . +$this s223:hasMedium ?m2 . +?m2 s223:composedOf/s223:ofConstituent ?s2 . +FILTER NOT EXISTS {?m1 s223:composedOf ?c1} . +FILTER NOT EXISTS { + ?m2 s223:composedOf/s223:ofConstituent ?s12 . + {?s12 rdfs:subClassOf* ?m1} UNION {?m1 rdfs:subClassOf* ?s12} . +} +} +"""^^xsd:string ] ], + [ rdfs:comment "If the relation hasRole is present it must associate the Connection with an EnumerationKind-Role."^^xsd:string ; + sh:class s223:EnumerationKind-Role ; + sh:path s223:hasRole ], + [ rdfs:comment "Ensure that the Medium identified by a ConnectionPoint via the s223:hasMedium relation is compatible with the Medium identified by the associated Connection."^^xsd:string ; + sh:name "Test for compatible declared Medium"^^xsd:string ; + sh:path s223:hasMedium ; + sh:sparql [ a sh:SPARQLConstraint ; + rdfs:comment "Inconsistent Medium. Case 1: Two pure mediums."^^xsd:string ; + sh:message "s223: Connection {$this} with Medium {?m2} is incompatible with {?cp} with Medium {?m1}."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this ?m2 ?cp ?m1 +WHERE { +$this s223:cnx ?cp . +?cp a/rdfs:subClassOf* s223:ConnectionPoint . +?cp s223:hasMedium ?m1 . +$this s223:hasMedium ?m2 . +FILTER (?m1 != ?m2 ) . +FILTER NOT EXISTS {?m1 s223:composedOf ?c1} . +FILTER NOT EXISTS {?m2 s223:composedOf ?c2} +FILTER (NOT EXISTS {?m2 rdfs:subClassOf* ?m1}) . +FILTER (NOT EXISTS {?m1 rdfs:subClassOf* ?m2}) . +} +"""^^xsd:string ] ], + [ rdfs:comment "A Connection must have two or more cnx relations to ConnectionPoints"^^xsd:string ; + sh:class s223:ConnectionPoint ; + sh:message "s223: A Connection must have two or more cnx relations to ConnectionPoints"^^xsd:string ; + sh:minCount 2 ; + sh:path s223:cnx ; + sh:severity sh:Warning ], + [ rdfs:comment "Ensure that the Medium identified by all the associated ConnectionPoints via the s223:hasMedium relation are compatible with one another."^^xsd:string ; + sh:name "Test for compatible declared Medium"^^xsd:string ; + sh:path s223:hasMedium ; + sh:sparql [ a sh:SPARQLConstraint ; + rdfs:comment "Inconsistent Medium. Case 1: Two ConnectionPoints with pure mediums."^^xsd:string ; + sh:message "s223: {?cp1} with Medium {?m1} is incompatible with {?cp2} with Medium {?m2}."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this ?cp1 ?m1 ?cp2 ?m2 +WHERE { +$this s223:cnx ?cp1 . +?cp1 a/rdfs:subClassOf* s223:ConnectionPoint . +?cp1 s223:hasMedium ?m1 . +$this s223:cnx ?cp2 . +?cp2 a/rdfs:subClassOf* s223:ConnectionPoint . +?cp2 s223:hasMedium ?m2 . +FILTER (?m1 != ?m2 ) . +FILTER NOT EXISTS {?m1 s223:composedOf ?c1} . +FILTER NOT EXISTS {?m2 s223:composedOf ?c2} +FILTER (NOT EXISTS {?m2 rdfs:subClassOf* ?m1}) . +FILTER (NOT EXISTS {?m1 rdfs:subClassOf* ?m2}) . +} +"""^^xsd:string ] ], + [ rdfs:comment "If the relation connectsAt is present it must associate the Connection with a ConnectionPoint."^^xsd:string ; + sh:class s223:ConnectionPoint ; + sh:path s223:connectsAt ], + [ rdfs:comment "If the relation connectsTo is present it must associate the Connection with a Connectable."^^xsd:string ; + sh:class s223:Connectable ; + sh:name "ConnectionToDownstreamConnectableShape"^^xsd:string ; + sh:path s223:connectsTo ], + [ rdfs:comment "If the relation connectsFrom is present it must associate the Connection with a Connectable."^^xsd:string ; + sh:class s223:Connectable ; + sh:name "ConnectionToUpstreamConnectableShape"^^xsd:string ; + sh:path s223:connectsFrom ] ; + sh:rule [ a sh:TripleRule ; + rdfs:comment "Infer the connectsAt relation using cnx"^^xsd:string, + "InferredConnectionToConnectionPointProperty"^^xsd:string ; + sh:object [ sh:path s223:cnx ] ; + sh:predicate s223:connectsAt ; + sh:subject sh:this ], + [ a sh:TripleRule ; + rdfs:comment "Infer cnx relation using connectsThrough"^^xsd:string, + "InferredConnectionToConnectionPointBasePropertyFromInverse"^^xsd:string ; + sh:object [ sh:path [ sh:inversePath s223:connectsThrough ] ] ; + sh:predicate s223:cnx ; + sh:subject sh:this ], + [ a sh:SPARQLRule ; + rdfs:comment "Infer the connectsTo relation using connectsAt"^^xsd:string ; + sh:construct """ +CONSTRUCT {$this s223:connectsTo ?equipment .} +WHERE { +$this s223:connectsAt ?cp . +?cp a s223:InletConnectionPoint . +?cp s223:isConnectionPointOf ?equipment . +} +"""^^xsd:string ; + sh:name "InferredConnectionToDownstreamEquipmentProperty"^^xsd:string ; + sh:prefixes ], + [ a sh:TripleRule ; + rdfs:comment "Infer cnx relation using connectsAt"^^xsd:string, + "InferredConnectionToConnectionPointBaseProperty"^^xsd:string ; + sh:object [ sh:path s223:connectsAt ] ; + sh:predicate s223:cnx ; + sh:subject sh:this ], + [ a sh:SPARQLRule ; + rdfs:comment "Infer the connectsFrom relation using connectsAt"^^xsd:string ; + sh:construct """ +CONSTRUCT {$this s223:connectsFrom ?equipment .} +WHERE { +$this s223:connectsAt ?cp . +?cp a s223:OutletConnectionPoint . +?cp s223:isConnectionPointOf ?equipment . +} +"""^^xsd:string ; + sh:name "InferredConnectionToUpstreamEquipmentProperty"^^xsd:string ; + sh:prefixes ] . + s223:DCVoltage-DCNegativeVoltage a s223:Class, s223:DCVoltage-DCNegativeVoltage, sh:NodeShape ; @@ -6072,13 +76247,6 @@ s223:DCVoltage-DCPositiveVoltage a s223:Class, rdfs:comment "This class has enumerated instances of common positive voltages."^^xsd:string ; rdfs:subClassOf s223:Numerical-DCVoltage . -s223:EnumerationKind-Position a s223:Class, - s223:EnumerationKind-Position, - sh:NodeShape ; - rdfs:label "Position"^^xsd:string ; - rdfs:comment "This class has enumerated instances of position such as closed or open."^^xsd:string ; - rdfs:subClassOf s223:EnumerationKind . - s223:LineLineVoltage-240V a s223:Class, s223:LineLineVoltage-240V, sh:NodeShape ; @@ -6089,90 +76257,3097 @@ s223:LineLineVoltage-240V a s223:Class, rdfs:comment "240V Line-Line Voltage"^^xsd:string ; rdfs:subClassOf s223:Numerical-LineLineVoltage . -s223:Duct a s223:Class, - sh:NodeShape ; - rdfs:label "Duct"^^xsd:string ; - rdfs:comment "A Duct is a subclass of Connection, that represents a conduit through which air is conveyed."^^xsd:string ; - rdfs:subClassOf s223:Connection . - -s223:Property a s223:Class, - sh:NodeShape ; - rdfs:label "Property"^^xsd:string ; - rdfs:comment """An attribute, quality, or characteristic of a feature of interest. - -The Property class is the parent of all variations of a property, which are: -ActuatableProperty - parent of subclass of properties that can be modified by user or machine outside of the model (typically command); -ObservableProperty - parent of subclass of properties that can not be modified by user or machine outside of the model (typically measures); -EnumerableProperty - parent of subclass of properties defined by EnumerationKind; -QuantifiableProperty - parent of subclass of properties defined by numerical values. +s223:hasAspect a rdf:Property ; + rdfs:label "has aspect"^^xsd:string ; + rdfs:comment "hasAspect is used to establish the context of a Property. The value must be an instance of EnumerationKind. For example, if a Property has a Temperature value of 45.3, the hasAspect relation is used to state what that represents, such as a Temperature limit during working hours, etc. A Property can have any number of hasAspect relations, as needed to establish the context."^^xsd:string . -And their different associations : -QuantifiableActuatableProperty, -QuantifiableObservableProperty, -EnumeratedObservableProperty, -EnumeratedActuatableProperty. + owl:imports ; + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; + sh:declare [ sh:namespace "http://www.w3.org/2000/01/rdf-schema#"^^xsd:anyURI ; + sh:prefix "rdfs"^^xsd:string ], + [ sh:namespace "http://www.w3.org/ns/shacl#"^^xsd:anyURI ; + sh:prefix "sh"^^xsd:string ], + [ sh:namespace "http://data.ashrae.org/standard223#"^^xsd:anyURI ; + sh:prefix "s223"^^xsd:string ] . -A QuantifiableProperty (or subClass thereof) must always be associated with a Unit and a QuantityKind, either explicitly from the Property, or through the associated Value. If the Unit is defined, the SHACL reasoner (if invoked) will figure out and assert the QuantityKind (the most general version). +ns1:HTMLOrStringOrLangStringOrLatexString a rdf:List ; + rdfs:label "HTML or string or langString or LatexString"^^xsd:string ; + rdf:first [ sh:datatype rdf:HTML ] ; + rdf:rest ( [ sh:datatype xsd:string ] [ sh:datatype rdf:langString ] [ sh:datatype ns1:LatexString ] ) ; + rdfs:comment "Defines an rdf:List that can be used in property constraints as value for sh:or to indicate that all values of a property must be either rdf:HTML, xsd:string or rdf:langString, or a qudt:LatexString"^^xsd:string ; + rdfs:isDefinedBy . -Enumerable properties must be associated with an EnumerationKind. -"""^^xsd:string ; - rdfs:subClassOf s223:Concept ; - sh:property [ rdfs:comment "A Property can use at most one relation hasValue if it is required to provide a static value in the model. It is not meant for real-time value (see `s223:hasExternalReference`)."^^xsd:string ; - sh:maxCount 1 ; - sh:path s223:hasValue ], - [ rdfs:comment ""^^xsd:string ; - sh:path s223:ofSubstance ; - sh:sparql [ a sh:SPARQLConstraint ; - rdfs:comment "If an incoming relation hasConstituent exists, then the Property must have a declared substance using the relation ofSubstance."^^xsd:string ; - sh:message "Property {$this} is referred to by {?something} with s223:hasConstituent, but the Property has no value for s223:ofSubstance."^^xsd:string ; - sh:prefixes ; - sh:select """ -SELECT $this ?something -WHERE { -?something s223:hasConstituent $this . -FILTER NOT EXISTS {$this s223:ofSubstance ?someSubstance} . -} -"""^^xsd:string ] ], - [ rdfs:comment "A Property can be associated with at most one EnumerationKind-Substance using the relation ofSubstance."^^xsd:string ; - sh:class s223:EnumerationKind-Substance ; - sh:maxCount 1 ; - sh:path s223:ofSubstance ], - [ rdfs:comment "A Property can be associated with at most one EnumerationKind-Medium using the relation ofMedium."^^xsd:string ; - sh:class s223:Substance-Medium ; - sh:maxCount 1 ; - sh:path s223:ofMedium ], - [ rdfs:comment "A Property can be associated with at most one FunctionBlock using the inverse relation hasOutput."^^xsd:string ; - sh:class s223:FunctionBlock ; - sh:maxCount 1 ; - sh:message "A Property can be associated with at most one FunctionBlock using the inverse relation hasOutput."^^xsd:string ; - sh:path [ sh:inversePath s223:hasOutput ] ], - [ rdfs:comment "If the relation hasAspect is present, it must associate the Property with an EnumerationKind."^^xsd:string ; - sh:class s223:EnumerationKind ; - sh:path s223:hasAspect ], - [ rdfs:comment "If the relation hasExternalReference is present it must associate the Property with an ExternalReference."^^xsd:string ; - sh:class s223:ExternalReference ; - sh:path s223:hasExternalReference ] ; - sh:sparql [ a sh:SPARQLConstraint ; - rdfs:comment "A Property instance cannot be declared an instance of both an ActuatableProperty and an ObservableProperty."^^xsd:string ; - sh:message "{$this} cannot be declared an instance of both an ActuatableProperty and an ObservableProperty."^^xsd:string ; - sh:prefixes ; - sh:select """ -SELECT $this -WHERE { -$this a/rdfs:subClassOf* s223:ActuatableProperty . -$this a/rdfs:subClassOf* s223:ObservableProperty . -} -"""^^xsd:string ] . +ns1:LatexString a rdfs:Datatype, + sh:NodeShape ; + rdfs:label "Latex String"^^xsd:string ; + rdfs:comment "A type of string in which some characters may be wrapped with '$' and '$ characters for LaTeX rendering."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:subClassOf xsd:string . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E-1L2I0M1H0T-2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent -1 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^2 M T^-2 I^-1\\)"^^ns1:LatexString ; + ns1:latexSymbol "\\(m^2 \\cdot kg \\cdot s^{-2} \\cdot A^{-1}\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-1I0M0H0T1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 1 ; + ns1:dimensionlessExponent 0 ; + ns1:latexDefinition "\\(L^-1 T\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-3I0M0H0T-1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -3 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 0 ; + ns1:latexDefinition "\\(L^-3T^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I0M-1H0T-1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I0M-1H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I0M-1H0T2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 2 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L1I0M-1H0T1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 1 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L1I0M0H-1T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature -1 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L .H^{-1}\\)"^^ns1:LatexString ; + ns1:latexSymbol "\\(L .\\Theta^{-1}\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L1I0M0H0T2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 2 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Action"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Action_(physics)"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(S = \\int Ldt\\), where \\(L\\) is the Lagrange function and \\(t\\) is time."^^ns1:LatexString ; + ns1:plainTextDescription """An action is usually an integral over time. But for action pertaining to fields, it may be integrated over spatial variables as well. In some cases, the action is integrated along the path followed by the physical system. If the action is represented as an integral over time, taken a the path of the system between the initial time and the final time of the development of the system. +The evolution of a physical system between two states is determined by requiring the action be minimized or, more generally, be stationary for small perturbations about the true evolution. This requirement leads to differential equations that describe the true evolution. Conversely, an action principle is a method for reformulating differential equations of motion for a physical system as an equivalent integral equation. Although several variants have been defined (see below), the most commonly used action principle is Hamilton's principle."""^^xsd:string ; + ns1:symbol "S"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Electric Charge Volume Density"@en ; + dcterms:description "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively. The respective SI units are \\(C \\cdot m^{-1}\\), \\(C \\cdot m^{-2}\\) or \\(C \\cdot m^{-3}\\)."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Charge_density"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\rho\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Gyromagnetic Ratio"@en ; + dcterms:description "\"Gyromagnetic Ratio}, also sometimes known as the magnetogyric ratio in other disciplines, of a particle or system is the ratio of its magnetic dipole moment to its angular momentum, and it is often denoted by the symbol, \\(\\gamma\\). Its SI units are radian per second per tesla (\\(rad s^{-1} \\cdot T^{1}\\)) or, equivalently, coulomb per kilogram (\\(C \\cdot kg^{-1\"\\))."^^ns1:LatexString ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Gyromagnetic_ratio"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Gyromagnetic_ratio"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\mu = \\gamma J\\), where \\(\\mu\\) is the magnetic dipole moment, and \\(J\\) is the total angular momentum."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\gamma\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Inverse Volume"@en ; + ns1:applicableUnit , + , + , + , + , + , + ; + ns1:hasDimension ns1:DIM_SI-m-3 ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Linear Thermal Expansion"@en ; + ns1:applicableUnit , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/linear_thermal_expansion"^^xsd:anyURI ; + ns1:plainTextDescription "When the temperature of a substance changes, the energy that is stored in the intermolecular bonds between atoms changes. When the stored energy increases, so does the length of the molecular bonds. As a result, solids typically expand in response to heating and contract on cooling; this dimensional response to temperature change is expressed by its coefficient of thermal expansion. Different coefficients of thermal expansion can be defined for a substance depending on whether the expansion is measured by: linear thermal expansion, area thermal expansion, or volumetric thermal expansion."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Luminance"@en ; + ns1:applicableUnit , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Luminance"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Luminance"^^xsd:anyURI ; + ns1:latexDefinition "\\(L_v = \\frac{dI_v}{dA}\\), where \\(dI_v\\) is the luminous intensity of an element of the surface with the area \\(dA\\) of the orthogonal projection of this element on a plane perpendicular to the given direction."^^ns1:LatexString ; + ns1:plainTextDescription "Luminance is a photometric measure of the luminous intensity per unit area of light travelling in a given direction. It describes the amount of light that passes through or is emitted from a particular area, and falls within a given solid angle."^^xsd:string ; + ns1:symbol "L_v"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Water Solubility"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "An amount of substance per unit volume that is the concentration of a saturated solution expressed as the ratio of the solute concentration over the volume of water. A substance's solubility fundamentally depends on several physical and chemical properties of the solution as well as the environment it is in."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:Unit ; + rdfs:label "أمبير"@ar, + "ампер"@bg, + "ampér"@cs, + "Ampere"@de, + "αμπέρ"@el, + "ampere"@en, + "amperio"@es, + "آمپر"@fa, + "ampère"@fr, + "אמפר"@he, + "एम्पीयर"@hi, + "amper"@hu, + "ampere"@it, + "アンペア"@ja, + "amperium"@la, + "ampere"@ms, + "amper"@pl, + "ampere"@pt, + "amper"@ro, + "ампер"@ru, + "amper"@sl, + "amper"@tr, + "安培"@zh ; + dcterms:description """$\\textit{Ampere}$, often shortened to $\\text{amp}$, +is the SI unit of electric current and is one of the seven SI base units defined as: + +$$\\text{A} \\equiv \\frac{\\textit{C}}{\\textit{s}} +\\equiv \\frac{\\textit{coulomb}}{\\textit{second}} +\\equiv \\frac{\\text{joule}}{\\text{weber}}$$ + +Note that SI supports only the use of symbols and deprecates the use of any abbreviations for units. +"""^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Ampere"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA101"^^xsd:string, + "0112/2///62720#UAD717"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Ampere?oldid=494026699"^^xsd:anyURI ; + ns1:omUnit ; + ns1:siExactMatch ; + ns1:symbol "A"^^xsd:string ; + ns1:ucumCode "A"^^ns1:UCUMcs ; + ns1:udunitsCode "A"^^xsd:string ; + ns1:uneceCommonCode "AMP"^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "amp"^^xsd:string . + + a ns1:Unit ; + rdfs:label "Centipoise Per Bar"@en ; + dcterms:description "0.01-fold of the CGS unit of the dynamic viscosity poise divided by the unit of the pressure bar"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00000001 ; + ns1:conversionMultiplierSN 1e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA358"^^xsd:string ; + ns1:plainTextDescription "0.01-fold of the CGS unit of the dynamic viscosity poise divided by the unit of the pressure bar"^^xsd:string ; + ns1:symbol "cP/bar"^^xsd:string ; + ns1:ucumCode "cP.bar-1"^^ns1:UCUMcs, + "cP/bar"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J74"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Sidereal Day"@en ; + dcterms:description "The length of time which passes between a given fixed star in the sky crossing a given projected meridian (line of longitude). The sidereal day is $23 h 56 m 4.1 s$, slightly shorter than the solar day because the Earth 's orbital motion about the Sun means the Earth has to rotate slightly more than one turn with respect to the \"fixed\" stars in order to reach the same Earth-Sun orientation. Another way of thinking about the difference is that it amounts to $1/365.2425^{th}$ of a day per day, since even if the Earth did not spin on its axis at all, the Sun would appear to make one rotation around the Earth as the Earth completed a single orbit (which takes one year)."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 86164.099 ; + ns1:conversionMultiplierSN 8.61641e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Sidereal_time"^^xsd:anyURI, + "http://scienceworld.wolfram.com/astronomy/SiderealDay.html"^^xsd:anyURI ; + ns1:symbol "day{sidereal}"^^xsd:string ; + ns1:ucumCode "d"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "درجة مئوية"@ar, + "градус Целзий"@bg, + "stupně celsia"@cs, + "Grad Celsius"@de, + "βαθμός Κελσίου"@el, + "degree Celsius"@en, + "grado celsius"@es, + "درجه سانتی گراد/سلسیوس"@fa, + "degré celsius"@fr, + "צלזיוס"@he, + "सेल्सियस"@hi, + "Celsius-fok"@hu, + "grado celsius"@it, + "セルシウス度"@ja, + "gradus celsii"@la, + "darjah celsius"@ms, + "stopień celsjusza"@pl, + "grau celsius"@pt, + "grad celsius"@ro, + "градус Цельсия"@ru, + "stopinja Celzija"@sl, + "celsius"@tr, + "摄氏度"@zh ; + dcterms:description """ + The unit $\\textit{Celsius}$, also known as centigrade, is a scale and unit of measurement for temperature. + It can refer to a specific temperature on the Celsius scale as well as a unit to indicate a temperature interval, + a difference between two temperatures or an uncertainty. + This definition fixes the magnitude of both the degree Celsius and the kelvin as precisely 1 part + in 273.16 (approximately 0.00366) of the difference between absolute zero and the triple point of water. + Thus, it sets the magnitude of one degree Celsius and that of one kelvin as exactly the same. + Additionally, it establishes the difference between the two scales' null points as being precisely $273.15^{\\circ}\\text{C}$. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:conversionOffset 273.15 ; + ns1:conversionOffsetSN 2.7315e+02 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Celsius"^^xsd:anyURI ; + ns1:expression "$degC$"^^ns1:LatexString ; + ns1:guidance "

See NIST section SP811 section 4.2.1.1

"^^rdf:HTML, + "

See NIST section SP811 section 6.2.8

"^^rdf:HTML ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA033"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Celsius?oldid=494152178"^^xsd:anyURI ; + ns1:latexDefinition "$\\,^{\\circ}{C}$"^^ns1:LatexString ; + ns1:omUnit ; + ns1:siExactMatch ; + ns1:symbol "°C"^^xsd:string ; + ns1:ucumCode "Cel"^^ns1:UCUMcs ; + ns1:udunitsCode "°C"^^xsd:string, + "℃"^^xsd:string ; + ns1:uneceCommonCode "CEL"^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "degree-centigrade"^^xsd:string . + + a ns1:Unit ; + rdfs:label "Degree Fahrenheit"@en ; + dcterms:description """ + The unit $\\textit{Degree Fahrenheit}$ is an Imperial unit for 'Thermodynamic Temperature' expressed as + $\\circ\\text{F}$ + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.5555555555555556 ; + ns1:conversionMultiplierSN 5.555556e-01 ; + ns1:conversionOffset 459.67 ; + ns1:conversionOffsetSN 4.5967e+02 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$degF$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA039"^^xsd:string ; + ns1:omUnit ; + ns1:symbol "°F"^^xsd:string ; + ns1:ucumCode "[degF]"^^ns1:UCUMcs ; + ns1:udunitsCode "°F"^^xsd:string, + "℉"^^xsd:string ; + ns1:uneceCommonCode "FAH"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Erg per Square Centimetre Second"@en, + "Erg per Square Centimeter Second"@en-us ; + dcterms:description "\"Erg per Square Centimeter Second\" is a C.G.S System unit for 'Power Per Area' expressed as $erg/(cm^{2}-s)$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:derivedUnitOfSystem , + ; + ns1:expression "$erg/(cm^{2}-s)$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB055"^^xsd:string ; + ns1:symbol "erg/(cm²·s)"^^xsd:string ; + ns1:ucumCode "erg.cm-2.s-1"^^ns1:UCUMcs, + "erg/(cm2.s)"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A65"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Foot Pound Force per Square Foot Second"@en ; + dcterms:description "\"Foot Pound Force per Square Foot Second\" is an Imperial unit for 'Power Per Area' expressed as $ft \\cdot lbf/(ft^2 \\cdot s)$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 14.5939042 ; + ns1:conversionMultiplierSN 1.45939e+01 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$ft-lbf/ft^2s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:latexSymbol "\\(ft \\cdot lbf/(ft^2 \\cdot s)\\)"^^ns1:LatexString ; + ns1:symbol "ft·lbf/(ft²·s)"^^xsd:string ; + ns1:ucumCode "[ft_i].[lbf_av].[sft_i]-1.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Henry Per Kiloohm"@en ; + dcterms:description "SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA167"^^xsd:string ; + ns1:plainTextDescription "SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm"^^xsd:string ; + ns1:symbol "H/kΩ"^^xsd:string ; + ns1:ucumCode "H.kOhm-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H03"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Henry Per Ohm"@en ; + dcterms:description "SI derived unit henry divided by the SI derived unit ohm"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA166"^^xsd:string ; + ns1:plainTextDescription "SI derived unit henry divided by the SI derived unit ohm"^^xsd:string ; + ns1:symbol "H/Ω"^^xsd:string ; + ns1:ucumCode "H.Ohm-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H04"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Hour"@en ; + dcterms:description "The hour (common symbol: h or hr) is a unit of measurement of time. In modern usage, an hour comprises 60 minutes, or 3,600 seconds. It is approximately 1/24 of a mean solar day. An hour in the Universal Coordinated Time (UTC) time standard can include a negative or positive leap second, and may therefore have a duration of 3,599 or 3,601 seconds for adjustment purposes. Although it is not a standard defined by the International System of Units, the hour is a unit accepted for use with SI, represented by the symbol h."^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 3600.0 ; + ns1:conversionMultiplierSN 3.6e+03 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Hour"^^xsd:anyURI ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA525"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Hour?oldid=495040268"^^xsd:anyURI ; + ns1:omUnit ; + ns1:siExactMatch ; + ns1:symbol "hr"^^xsd:string ; + ns1:ucumCode "h"^^ns1:UCUMcs ; + ns1:udunitsCode "h"^^xsd:string ; + ns1:uneceCommonCode "HUR"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Sidereal Hour"@en ; + dcterms:description "Sidereal time is a time-keeping system astronomers use to keep track of the direction to point their telescopes to view a given star in the night sky. A mean sidereal day is about 23 h 56 m 4.1 s in length. However, due to variations in the rotation rate of the Earth, the rate of an ideal sidereal clock deviates from any simple multiple of a civil clock. In practice, the difference is kept track of by the difference UTC-UT1, which is measured by radio telescopes and kept on file and available to the public at the IERS and at the United States Naval Observatory. A Sidereal Hour is $1/24^{th}$ of a Sidereal Day. A mean sidereal day is 23 hours, 56 minutes, 4.0916 seconds (23.9344699 hours or 0.99726958 mean solar days), the time it takes Earth to make one rotation relative to the vernal equinox. (Due to nutation, an actual sidereal day is not quite so constant.) The vernal equinox itself precesses slowly westward relative to the fixed stars, completing one revolution in about 26,000 years, so the misnamed sidereal day (\"sidereal\" is derived from the Latin sidus meaning \"star\") is 0.0084 seconds shorter than Earth's period of rotation relative to the fixed stars."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 3590.17 ; + ns1:conversionMultiplierSN 3.59017e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Sidereal_time"^^xsd:anyURI ; + ns1:symbol "hr{sidereal}"^^xsd:string ; + ns1:ucumCode "h"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "جول ثانية"@ar, + "joule sekunda"@cs, + "Joulesekunde"@de, + "joule second"@en, + "julio segundo"@es, + "ژول ثانیه"@fa, + "joule-seconde"@fr, + "जूल सैकण्ड"@hi, + "joule per secondo"@it, + "ジュール秒"@ja, + "joule saat"@ms, + "dżulosekunda"@pl, + "joule-segundo"@pt, + "joule-secundă"@ro, + "джоуль-секунда"@ru, + "joule sekunda"@sl, + "joule saniye"@tr, + "焦耳秒"@zh ; + dcterms:description """ + The $\\textit{joule-second}$ is a unit equal to a $joule$ multiplied by a second, used to measure action or angular momentum. + The joule-second is the unit used for Planck's constant. + """^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAB151"^^xsd:string ; + ns1:symbol "J·s"^^xsd:string ; + ns1:ucumCode "J.s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B18"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilocalorie per Square Centimetre Minute"@en, + "Kilocalorie per Square Centimeter Minute"@en-us ; + dcterms:description "\"Kilocalorie per Square Centimeter Minute\" is a unit for 'Power Per Area' expressed as $kcal/(cm^{2}-min)$."^^ns1:LatexString ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 697333.3333333333333333333333333335 ; + ns1:conversionMultiplierSN 6.973333e+05 ; + ns1:expression "$kcal/(cm^{2}-min)$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "kcal/(cm²·min)"^^xsd:string ; + ns1:ucumCode "kcal.cm-2.min-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilocalorie per Square Centimetre Second"@en, + "Kilocalorie per Square Centimeter Second"@en-us ; + dcterms:description "\"Kilocalorie per Square Centimeter Second\" is a unit for 'Power Per Area' expressed as $kcal/(cm^{2}-s)$."^^ns1:LatexString ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 41840000.0 ; + ns1:conversionMultiplierSN 4.184e+07 ; + ns1:expression "$kcal/(cm^{2}-s)$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "kcal/(cm²·s)"^^xsd:string ; + ns1:ucumCode "kcal.cm-2.s-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "kilosecond"@en ; + dcterms:description "\"Killosecond\" is an Imperial unit for 'Time' expressed as $ks$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Millisecond"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA647"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Millisecond?oldid=495102042"^^xsd:anyURI ; + ns1:prefix ; + ns1:symbol "ks"^^xsd:string ; + ns1:ucumCode "ks"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B52"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "KiloYear"@en ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 31557600000.0 ; + ns1:conversionMultiplierSN 3.15576e+10 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "1000 yr"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Minute"@en ; + dcterms:description "A minute is a unit of measurement of time. The minute is a unit of time equal to 1/60 (the first sexagesimal fraction of an hour or 60 seconds. In the UTC time scale, a minute on rare occasions has 59 or 61 seconds; see leap second. The minute is not an SI unit; however, it is accepted for use with SI units. The SI symbol for minute or minutes is min (for time measurement) or the prime symbol after a number, e.g. 5' (for angle measurement, even if it is informally used for time)."^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 60.0 ; + ns1:conversionMultiplierSN 6e+01 ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA842"^^xsd:string ; + ns1:omUnit ; + ns1:siExactMatch ; + ns1:symbol "min"^^xsd:string ; + ns1:ucumCode "min"^^ns1:UCUMcs ; + ns1:udunitsCode "min"^^xsd:string ; + ns1:uneceCommonCode "MIN"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Sidereal Minute"@en ; + dcterms:description "Sidereal time is a time-keeping system astronomers use to keep track of the direction to point their telescopes to view a given star in the night sky. A mean sidereal day is about $23 h 56 m 4.1 s$ in length. However, due to variations in the rotation rate of the Earth, the rate of an ideal sidereal clock deviates from any simple multiple of a civil clock. In practice, the difference is kept track of by the difference UTC-UT1, which is measured by radio telescopes and kept on file and available to the public at the IERS and at the United States Naval Observatory. A Sidereal Minute is $1/60^{th}$ of a Sidereal Hour, which is $1/24^{th}$ of a Sidereal Day."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 59.83617 ; + ns1:conversionMultiplierSN 5.983617e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Sidereal_time"^^xsd:anyURI ; + ns1:symbol "min{sidereal}"^^xsd:string ; + ns1:ucumCode "min"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Mean Gregorian Month"@en ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://aurora.regenstrief.org/~ucum/ucum.html#iso1000"^^xsd:anyURI ; + ns1:symbol "mo{Gregorian}"^^xsd:string ; + ns1:ucumCode "mo_g"^^ns1:UCUMcs ; + ns1:uneceCommonCode "MON"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Mean Julian Month"@en ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://aurora.regenstrief.org/~ucum/ucum.html#iso1000"^^xsd:anyURI ; + ns1:symbol "mo{mean Julian}"^^xsd:string ; + ns1:ucumCode "mo_j"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Million Years"@en ; + dcterms:description "1,000,000-fold of the derived unit year."^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 31557600000000.0 ; + ns1:conversionMultiplierSN 3.15576e+13 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "https://en.wiktionary.org/wiki/megayear"^^xsd:anyURI ; + ns1:plainTextDescription "1,000,000-fold of the derived unit year."^^xsd:string ; + ns1:prefix ; + ns1:symbol "Myr"^^xsd:string ; + ns1:ucumCode "Ma"^^ns1:UCUMcs ; + rdfs:isDefinedBy ; + skos:altLabel "Ma"^^xsd:string, + "Mega Year"@en, + "megannum"@la . + + a ns1:Unit ; + rdfs:label "Microhenry Per Kiloohm"@en ; + dcterms:description "0.000001-fold of the SI derived unit henry divided by the 1,000-fold of the SI derived unit ohm"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA068"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI derived unit henry divided by the 1,000-fold of the SI derived unit ohm"^^xsd:string ; + ns1:symbol "µH/kΩ"^^xsd:string ; + ns1:ucumCode "uH.kOhm-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G98"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Microhenry Per Ohm"@en ; + dcterms:description "0.000001-fold of the SI derived unit henry divided by the SI derived unit ohm"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA067"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI derived unit henry divided by the SI derived unit ohm"^^xsd:string ; + ns1:symbol "µH/Ω"^^xsd:string ; + ns1:ucumCode "uH.Ohm-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "G99"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "microsecond"@en ; + dcterms:description "\"Microsecond\" is a unit for 'Time' expressed as $microsec$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA095"^^xsd:string ; + ns1:prefix ; + ns1:symbol "µs"^^xsd:string ; + ns1:ucumCode "us"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B98"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Microwatt Per Square Metre"@en, + "Microwatt Per Square Meter"@en-us ; + dcterms:description "0.000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA081"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ; + ns1:symbol "µW/m²"^^xsd:string ; + ns1:ucumCode "uW.m-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D85"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Millidegree Celsius"@en ; + dcterms:description "$\\textit{Millidegree Celsius}$ is a scaled unit of measurement for temperature."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:conversionOffset 273.15 ; + ns1:conversionOffsetSN 2.7315e+02 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Celsius"^^xsd:anyURI ; + ns1:guidance "

See NIST section SP811 section 4.2.1.1

"^^rdf:HTML, + "

See NIST section SP811 section 6.2.8

"^^rdf:HTML ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Celsius?oldid=494152178"^^xsd:anyURI ; + ns1:latexDefinition "millieDegree Celsius"^^ns1:LatexString ; + ns1:symbol "m°C"^^xsd:string ; + ns1:ucumCode "mCel"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millihenry Per Kiloohm"@en ; + dcterms:description "0.001-fold of the SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA791"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm"^^xsd:string ; + ns1:symbol "mH/kΩ"^^xsd:string ; + ns1:ucumCode "mH.kOhm-1"^^ns1:UCUMcs, + "mH/kOhm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H05"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millihenry Per Ohm"@en ; + dcterms:description "0.001-fold of the SI derived unit henry divided by the SI derived unit ohm"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA790"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the SI derived unit henry divided by the SI derived unit ohm"^^xsd:string ; + ns1:symbol "mH/Ω"^^xsd:string ; + ns1:ucumCode "mH.Ohm-1"^^ns1:UCUMcs, + "mH/Ohm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H06"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millipascal Second Per Bar"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00000001 ; + ns1:conversionMultiplierSN 1e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA799"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the product of the SI derived unit pascal and the SI base unit second divided by the unit of the pressure bar"^^xsd:string ; + ns1:symbol "mPa·s/bar"^^xsd:string ; + ns1:ucumCode "mPa.s.bar-1"^^ns1:UCUMcs, + "mPa.s/bar"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L16"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "millisecond"@en ; + dcterms:description "\"Millisecond\" is an Imperial unit for 'Time' expressed as $ms$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Millisecond"^^xsd:anyURI ; + ns1:definedUnitOfSystem , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA899"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Millisecond?oldid=495102042"^^xsd:anyURI ; + ns1:prefix ; + ns1:symbol "ms"^^xsd:string ; + ns1:ucumCode "ms"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C26"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milliwatt Per Square Metre"@en, + "Milliwatt Per Square Meter"@en-us ; + dcterms:description "0.001-fold of the SI derived unit weber divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA808"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the SI derived unit weber divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ; + ns1:symbol "mW/m²"^^xsd:string ; + ns1:ucumCode "mW.m-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C32"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "nanosecond"@en ; + dcterms:description "A nanosecond is a SI unit of time equal to one billionth of a second (10-9 or 1/1,000,000,000 s). One nanosecond is to one second as one second is to 31.69 years. The word nanosecond is formed by the prefix nano and the unit second."^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Nanosecond"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA913"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Nanosecond?oldid=919778950"^^xsd:anyURI ; + ns1:prefix ; + ns1:symbol "ns"^^xsd:string ; + ns1:ucumCode "ns"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C47"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pascal Second Per Bar"@en ; + dcterms:description "product out of the SI derived unit pascal and the SI base unit second divided by the unit bar"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00001 ; + ns1:conversionMultiplierSN 1e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA267"^^xsd:string ; + ns1:plainTextDescription "product out of the SI derived unit pascal and the SI base unit second divided by the unit bar"^^xsd:string ; + ns1:symbol "Pa·s/bar"^^xsd:string ; + ns1:ucumCode "Pa.s.bar-1"^^ns1:UCUMcs, + "Pa.s/bar"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H07"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Poise Per Bar"@en ; + dcterms:description "CGS unit poise divided by the unit bar"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA257"^^xsd:string ; + ns1:plainTextDescription "CGS unit poise divided by the unit bar"^^xsd:string ; + ns1:symbol "P/bar"^^xsd:string ; + ns1:ucumCode "P.bar-1"^^ns1:UCUMcs, + "P/bar"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F06"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Psi Litre Per Second"@en, + "Psi Liter Per Second"@en-us ; + dcterms:description "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (litre per second)"^^rdf:HTML ; + ns1:conversionMultiplier 6.894757 ; + ns1:conversionMultiplierSN 6.894757e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA704"^^xsd:string ; + ns1:plainTextDescription "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (litre per second)"^^xsd:string ; + ns1:symbol "psi·L/s"^^xsd:string ; + ns1:ucumCode "[psi].L.s-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K88"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Picosecond"@en ; + dcterms:description "0.000000000001-fold of the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA950"^^xsd:string ; + ns1:plainTextDescription "0.000000000001-fold of the SI base unit second"^^xsd:string ; + ns1:prefix ; + ns1:symbol "ps"^^xsd:string ; + ns1:ucumCode "ps"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H70"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Picowatt Per Square Metre"@en, + "Picowatt Per Square Meter"@en-us ; + dcterms:description "0.000000000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA936"^^xsd:string ; + ns1:plainTextDescription "0.000000000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ; + ns1:symbol "pW/m²"^^xsd:string ; + ns1:ucumCode "pW.m-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C76"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Shake"@en ; + 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 ; + ns1:conversionMultiplier 0.00000001 ; + ns1:conversionMultiplierSN 1e-08 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Shake"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB226"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Shake?oldid=494796779"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "shake"^^xsd:string ; + ns1:ucumCode "10.ns"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M56"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Watt per Square Centimetre"@en, + "Watt per Square Centimeter"@en-us ; + dcterms:description "Watt Per Square Centimeter is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 10000.0 ; + ns1:conversionMultiplierSN 1e+04 ; + ns1:expression "$W/ft^{2}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB224"^^xsd:string ; + ns1:symbol "W/cm²"^^xsd:string ; + ns1:ucumCode "W.cm-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N48"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Watt per Square Foot"@en ; + dcterms:description "Watt Per Square Foot is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface."^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 10.7639104 ; + ns1:conversionMultiplierSN 1.076391e+01 ; + ns1:expression "$W/ft^{2}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "W/ft²"^^xsd:string ; + ns1:ucumCode "W.[sft_i]-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Watt per Square Inch"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1550.0031 ; + ns1:conversionMultiplierSN 1.550003e+03 ; + ns1:expression "$W/in^{2}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB225"^^xsd:string ; + ns1:symbol "W/in²"^^xsd:string ; + ns1:ucumCode "W.[sin_i]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N49"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Week"@en ; + dcterms:description "Mean solar week"^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 604800.0 ; + ns1:conversionMultiplierSN 6.048e+05 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Week"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB024"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Week?oldid=493867029"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "wk"^^xsd:string ; + ns1:ucumCode "wk"^^ns1:UCUMcs ; + ns1:uneceCommonCode "WEE"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Year"@en ; + dcterms:description "A year is any of the various periods equated with one passage of Earth about the Sun, and hence of roughly 365 days. The familiar calendar has a mixture of 365- and 366-day years, reflecting the fact that the time for one complete passage takes about 365¼ days; the precise value for this figure depends on the manner of defining the year."^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 31557600.0 ; + ns1:conversionMultiplierSN 3.15576e+07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB026"^^xsd:string ; + ns1:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1533?rskey=b94Fd6"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "yr"^^xsd:string ; + ns1:ucumCode "a"^^ns1:UCUMcs ; + ns1:udunitsCode "yr"^^xsd:string ; + ns1:uneceCommonCode "ANN"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Common Year"@en ; + dcterms:description "31,536,000-fold of the SI base unit second according a common year with 365 days"^^rdf:HTML ; + ns1:conversionMultiplier 31536000.0 ; + ns1:conversionMultiplierSN 3.1536e+07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB025"^^xsd:string ; + ns1:plainTextDescription "31,536,000-fold of the SI base unit second according a common year with 365 days"^^xsd:string ; + ns1:symbol "yr"^^xsd:string ; + ns1:uneceCommonCode "L95"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Sidereal Year"@en ; + dcterms:description "A sidereal year is the time taken for Sun to return to the same position with respect to the stars of the celestial sphere."^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 31558149.7632 ; + ns1:conversionMultiplierSN 3.155815e+07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB028"^^xsd:string ; + ns1:symbol "yr{sidereal}"^^xsd:string ; + ns1:uneceCommonCode "L96"^^xsd:string ; + rdfs:isDefinedBy . -s223:hasDomain a rdf:Property ; - rdfs:label "has domain"^^xsd:string ; - rdfs:comment "The relation hasDomain is used to indicate what domain a Zone or DomainSpace pertains to (e.g. HVAC, lighting, electrical, etc.). Possible values are defined in EnumerationKind-Domain (see `s223:EnumerationKind-Domain`)."^^xsd:string . +s223:EnumerationKind-Position a s223:Class, + s223:EnumerationKind-Position, + sh:NodeShape ; + rdfs:label "Position"^^xsd:string ; + rdfs:comment "This class has enumerated subclasses of position such as closed or open."^^xsd:string ; + rdfs:subClassOf s223:EnumerationKind . -s223:observes a rdf:Property ; - rdfs:label "observes"^^xsd:string ; - rdfs:comment "The relation observes binds a sensor to one ObservableProperty `see s223:ObservableProperty` which is used by the sensor to generate a measurement value (ex. a temperature) or a simple observation of a stimulus causing a reaction (a current binary switch that closes a dry contact when a fan is powered on)."^^xsd:string . +s223:hasEnumerationKind a rdf:Property ; + rdfs:label "has enumeration kind"^^xsd:string ; + rdfs:comment "The relation hasEnumerationKind associates an EnumerableProperty with a class of enumeration values. This is used to, for example, identify what kind of substance is transported along a Connection or which day of the week a setpoint is active."^^xsd:string . -ns1:hasQuantityKind rdfs:comment "A reference to the QuantityKind of a QuantifiableProperty of interest, e.g. quantitykind:Temperature."^^xsd:string . + a owl:Ontology ; + owl:imports , + , + , + , + , + , + , + sh: ; + owl:versionInfo "Created with TopBraid Composer", + "Created with TopBraid Composer"^^xsd:string . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E-2L2I0M1H0T-2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent -2 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^2 M T^-2 I^-2\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-1I0M1H-1T-2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature -1 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexSymbol "\\(M / (L \\cdot T^2 H)\\)"^^ns1:LatexString, + "\\(M / (L \\cdot T^2 \\Theta)\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-2I0M0H0T-1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 0 ; + ns1:latexDefinition "\\(L^-2 T-1 Q\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E1L-2I0M0H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 1 ; + ns1:dimensionExponentForLength -2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^-2 I\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E2L-2I0M-1H0T4D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 2 ; + ns1:dimensionExponentForLength -2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 4 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^-2 M^-1 T^4 I^2\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A1E0L-2I0M0H0T-1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 1 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:DecimalPrefix, + ns1:Prefix ; + rdfs:label "Nano"@en ; + dcterms:description "'nano' is a decimal prefix for expressing a value with a scaling of \\(10^{-9}\\)."^^ns1:LatexString ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Nano"^^xsd:anyURI ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Nano?oldid=489001692"^^xsd:anyURI ; + ns1:prefixMultiplier 1e-09 ; + ns1:symbol "n"^^xsd:string ; + ns1:ucumCode "n"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Angular Momentum"@en ; + ns1:applicableUnit , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Angular_momentum"^^xsd:anyURI ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Angular_momentum"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(L = I\\omega\\), where \\(I\\) is the moment of inertia, and \\(\\omega\\) is the angular velocity."^^ns1:LatexString ; + ns1:plainTextDescription "Angular Momentum of an object rotating about some reference point is the measure of the extent to which the object will continue to rotate about that point unless acted upon by an external torque. In particular, if a point mass rotates about an axis, then the angular momentum with respect to a point on the axis is related to the mass of the object, the velocity and the distance of the mass to the axis. While the motion associated with linear momentum has no absolute frame of reference, the rotation associated with angular momentum is sometimes spoken of as being measured relative to the fixed stars. \\textit{Angular Momentum}, \\textit{Moment of Momentum}, or \\textit{Rotational Momentum\", is a vector quantity that represents the product of a body's rotational inertia and rotational velocity about a particular axis."^^xsd:string ; + ns1:symbol "L"^^xsd:string ; + rdfs:isDefinedBy ; + owl:sameAs . + + a ns1:QuantityKind ; + rdfs:label "Area per Time"@en ; + ns1:applicableUnit , + , + , + , + , + , + ; + ns1:baseImperialUnitDimensions "\\(ft^2/s\\)"^^ns1:LatexString ; + ns1:baseSIUnitDimensions "\\(m^2/s\\)"^^ns1:LatexString ; + ns1:baseUSCustomaryUnitDimensions "\\(L^2/T\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Capacitance"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Capacitance"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:latexDefinition "\\(C = Q/U\\), where \\(Q\\) is electric charge and \\(V\\) is voltage."^^ns1:LatexString ; + ns1:plainTextDescription "\"Capacitance\" is the ability of a body to hold an electrical charge; it is quantified as the amount of electric charge stored for a given electric potential. Capacitance is a scalar-valued quantity."^^xsd:string ; + ns1:symbol "C"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Conductance"@en ; + dcterms:description "\\(\\textit{Conductance}\\), for a resistive two-terminal element or two-terminal circuit with terminals A and B, quotient of the electric current i in the element or circuit by the voltage \\(u_{AB}\\) between the terminals: \\(G = \\frac{1}{R}\\), where the electric current is taken as positive if its direction is from A to B and negative in the opposite case. The conductance of an element or circuit is the inverse of its resistance."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-06"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition """\\(G = Re\\underline{Y}\\), where \\(\\underline{Y}\\) is admittance. + +Alternatively: + +\\(G = \\frac{1}{R}\\), where \\(R\\) is resistance."""^^ns1:LatexString ; + ns1:symbol "G"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:QuantityKind ; + rdfs:label "Expansion Ratio"@en ; + ns1:applicableUnit , + , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Inductance"@en ; + ns1:applicableUnit , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Inductance"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-19"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(L =\\frac{\\Psi}{I}\\), where \\(I\\) is an electric current in a thin conducting loop, and \\(\\Psi\\) is the linked flux caused by that electric current."^^ns1:LatexString ; + ns1: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."^^xsd:string ; + ns1:symbol "L"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:QuantityKind ; + rdfs:label "Linear Momentum"@en ; + dcterms:description "Linear momentum is the quantity obtained by multiplying the mass of a body by its linear velocity. The momentum of a continuous medium is given by the integral of the velocity over the mass of the medium or by the product of the total mass of the medium and the velocity of the center of gravity of the medium.The SI unit for linear momentum is meter-kilogram per second (\\(m-kg/s\\))."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Momentum"^^xsd:anyURI ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:latexDefinition "p = m\\upsilon"^^ns1:LatexString ; + ns1:symbol "p"^^xsd:string ; + ns1:url "http://en.wikipedia.org/wiki/Momentum"^^xsd:anyURI ; + rdfs:isDefinedBy ; + owl:sameAs . + + a ns1:QuantityKind ; + rdfs:label "Liquid Volume"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.ehow.com/facts_6371078_liquid-volume_.html"^^xsd:anyURI ; + ns1:plainTextDescription "Liquid volume is the volume of a given amount of liquid, that is, the amount of space a liquid takes up. There are a number of different units used to measure liquid volume, but most of them fall under either the metric system of measurement or the Imperial system of measurement."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Mass per Time"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Molar Volume"@en ; + dcterms:description "The molar volume, symbol \\(V_m\\), is the volume occupied by one mole of a substance (chemical element or chemical compound) at a given temperature and pressure. It is equal to the molar mass (\\(M\\)) divided by the mass density (\\(\\rho\\)). It has the SI unit cubic metres per mole (\\(m^{1}/mol\\)). For ideal gases, the molar volume is given by the ideal gas equation: this is a good approximation for many common gases at standard temperature and pressure. For crystalline solids, the molar volume can be measured by X-ray crystallography."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Molar_volume"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Molar_volume"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(V_m = \\frac{V}{n}\\), where \\(V\\) is volume and \\(n\\) is amount of substance."^^ns1:LatexString ; + ns1:symbol "V_m"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Moment of Inertia"@en ; + ns1:applicableUnit , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Moment_of_inertia"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(I_Q = \\int r^2_Q dm\\), where \\(r_Q\\) is the radial distance from a \\(Q-axis\\) and \\(m\\) is mass."^^ns1:LatexString ; + ns1:plainTextDescription "The rotational inertia or resistance to change in direction or speed of rotation about a defined axis."^^xsd:string ; + ns1:symbol "I"^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "MOI"^^xsd:string . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "ArcSecond"@en ; + 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$)."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00000484813681 ; + ns1:conversionMultiplierSN 4.848137e-06 ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA096"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Minute_of_arc#Symbols.2C_abbreviations_and_subdivisions"^^xsd:anyURI ; + ns1:siExactMatch ; + ns1:symbol "\""^^xsd:string ; + ns1:ucumCode "''"^^ns1:UCUMcs ; + ns1:udunitsCode "″"^^xsd:string ; + ns1:uneceCommonCode "D62"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "BTU per Hour Square Foot"@en ; + dcterms:description "$\\textit{BTU per Hour Square Foot}$ is an Imperial unit for 'Power Per Area' expressed as $Btu/(hr-ft^2)$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 3.15459075 ; + ns1:conversionMultiplierSN 3.154591e+00 ; + ns1:definedUnitOfSystem , + ; + ns1:exactMatch ; + ns1:expression "\\(Btu/(hr-ft^{2})\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "Btu{IT}/(hr·ft²)"^^xsd:string ; + ns1:ucumCode "[Btu_IT].h-1.[ft_i]-2"^^ns1:UCUMcs, + "[Btu_IT]/(h.[ft_i]2)"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "BTU per Second Square Foot"@en ; + dcterms:description "$\\textit{BTU per Second Square Foot}$ is an Imperial unit for 'Power Per Area' expressed as $Btu/(s\\cdot ft^2)$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 11356.5267 ; + ns1:conversionMultiplierSN 1.135653e+04 ; + ns1:definedUnitOfSystem , + ; + ns1:exactMatch ; + ns1:expression "\\(Btu/(s-ft^{2})\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "Btu{IT}/(s·ft²)"^^xsd:string ; + ns1:ucumCode "[Btu_IT].s-1.[ft_i]-2"^^ns1:UCUMcs, + "[Btu_IT]/(s.[ft_i]2)"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N53"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DimensionlessUnit, + ns1:LogarithmicUnit, + ns1:Unit ; + rdfs:label "Dec"@en ; + dcterms:description "One decade is a factor of 10 difference between two numbers (an order of magnitude difference) measured on a logarithmic scale. It is especially useful when referring to frequencies and when describing frequency response of electronic systems, such as audio amplifiers and filters. The factor-of-ten in a decade can be in either direction: so one decade up from 100 Hz is 1000 Hz, and one decade down is 10 Hz. The factor-of-ten is what is important, not the unit used, so $3.14 rad/s$ is one decade down from $31.4 rad/s$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB338"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Decade_(log_scale)"^^xsd:anyURI ; + ns1:symbol "dec"^^xsd:string ; + ns1:uneceCommonCode "DEC"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Degree"@en ; + dcterms:description "A degree (in full, a degree of arc, arc degree, or arcdegree), usually denoted by $^\\circ$ (the degree symbol), is a measurement of plane angle, representing 1/360 of a full rotation; one degree is equivalent to $2\\pi /360 rad$, $0.017453 rad$. It is not an SI unit, as the SI unit for angles is radian, but is an accepted SI unit."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 0.0174532925 ; + ns1:conversionMultiplierSN 1.745329e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA024"^^xsd:string ; + ns1:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-331"^^xsd:anyURI ; + ns1:omUnit ; + ns1:siExactMatch ; + ns1:symbol "°"^^xsd:string ; + ns1:ucumCode "deg"^^ns1:UCUMcs ; + ns1:udunitsCode "°"^^xsd:string ; + ns1:uneceCommonCode "DD"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Flight"@en ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "flight"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gigabase Pair"@en ; + dcterms:description "A gigabase (abbreviated Gb, or Gbp for gigabase pairs.) is a unit of measurement used to help designate the length of DNA. One gigabase is equal to 1 billion bases. "^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 1000000000.0 ; + ns1:conversionMultiplierSN 1e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "https://www.genome.gov/genetics-glossary/Gigabase"^^xsd:anyURI ; + ns1:plainTextDescription "A gigabase (abbreviated Gb, or Gbp for gigabase pairs.) is a unit of measurement used to help designate the length of DNA. One gigabase is equal to 1 billion bases. "^^xsd:string ; + ns1:symbol "Gbp"^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "Gigabase"^^xsd:string . + + a ns1:Unit ; + rdfs:label "Heart Beat"@en ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "heartbeat"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Joules per square centimetre day"@en ; + dcterms:description "Radiant energy per 10^-4 SI unit area over a period of one day."@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.115740740740741 ; + ns1:conversionMultiplierSN 1.157407e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "J/(cm²·day)"^^xsd:string ; + ns1:ucumCode "J.cm-2.d-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Mil Angle (NATO)"@en ; + dcterms:description "The Mil unit of plane angle, as defined by NATO to be 1/6400 of a circle."^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 0.000490873852 ; + ns1:conversionMultiplierSN 4.908739e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB205"^^xsd:string ; + ns1:symbol "mil{NATO}"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Month"@en ; + dcterms:description "A unit of time corresponding approximately to one cycle of the moon's phases, or about 30 days or 4 weeks. Also known as the 'Synodic Month' and calculated as 29.53059 days."^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 2551442.976 ; + ns1:conversionMultiplierSN 2.551443e+06 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Month"^^xsd:anyURI ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA880"^^xsd:string ; + ns1:informativeReference "http://www.thefreedictionary.com/Synodal+month"^^xsd:anyURI, + "https://en.wikipedia.org/wiki/Month"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "mo"^^xsd:string ; + ns1:ucumCode "mo"^^ns1:UCUMcs ; + ns1:uneceCommonCode "MON"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Synodic month"@en ; + dcterms:description "A unit of time corresponding approximately to one cycle of the moon's phases, or about 30 days or 4 weeks and calculated as 29.53059 days."^^rdf:HTML ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://www.thefreedictionary.com/Synodal+month"^^xsd:anyURI ; + ns1:symbol "mo{synodic}"^^xsd:string ; + ns1:ucumCode "mo_s"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "microradian"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:guidance "

See NIST section SP811 section7.10

"^^rdf:HTML ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA094"^^xsd:string ; + ns1:prefix ; + ns1:symbol "µrad"^^xsd:string ; + ns1:ucumCode "urad"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B97"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "milliradian"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:guidance "

See NIST section SP811 section7.10

"^^rdf:HTML ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA897"^^xsd:string ; + ns1:prefix ; + ns1:symbol "mrad"^^xsd:string ; + ns1:ucumCode "mrad"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C25"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DimensionlessUnit, + ns1:LogarithmicUnit, + ns1:Unit ; + rdfs:label "Neper"@en ; + dcterms:description "The neper is a logarithmic unit for ratios of measurements of physical field and power quantities, such as gain and loss of electronic signals. It has the unit symbol Np. The unit's name is derived from the name of John Napier, the inventor of logarithms. As is the case for the decibel and bel, the neper is not a unit in the International System of Units (SI), but it is accepted for use alongside the SI. Like the decibel, the neper is a unit in a logarithmic scale. While the bel uses the decadic (base-10) logarithm to compute ratios, the neper uses the natural logarithm, based on Euler's number"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Neper"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA253"^^xsd:string ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Neper"^^xsd:anyURI ; + ns1:siExactMatch ; + ns1:symbol "Np"^^xsd:string ; + ns1:ucumCode "Np"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C50"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DimensionlessUnit, + ns1:LogarithmicUnit, + ns1:Unit ; + rdfs:label "Oct"@en ; + dcterms:description "An octave is a doubling or halving of a frequency. One oct is the logarithmic frequency interval between $f1$ and $f2$ when $f2/f1 = 2$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Octave"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA914"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Octave_(electronics)"^^xsd:anyURI ; + ns1:symbol "octave"^^xsd:string ; + ns1:uneceCommonCode "C59"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Kilometre"@en, + "Reciprocal Kilometer"@en-us ; + dcterms:description "Per Kilometer Unit is a denominator unit with dimensions $/km$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:expression "$per-kilometer$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + , + , + , + , + ; + ns1:symbol "/km"^^xsd:string ; + ns1:ucumCode "/km"^^ns1:UCUMcs, + "km-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Cubic Metre"@en, + "Reciprocal Cubic Meter"@en-us ; + dcterms:description "\"Per Cubic Meter\" is a denominator unit with dimensions $/m^3$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$/m^3$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA740"^^xsd:string, + "0112/2///62720#UAD524"^^xsd:string ; + ns1:symbol "m⁻³"^^xsd:string ; + ns1:ucumCode "/m3"^^ns1:UCUMcs, + "m-3"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C86"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Micrometre"@en, + "Reciprocal Micrometer"@en-us ; + dcterms:description "Per Micrometer Unit is a denominator unit with dimensions $/microm$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:expression "$per-micrometer$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + , + , + , + , + ; + ns1:symbol "/µm"^^xsd:string ; + ns1:ucumCode "/um"^^ns1:UCUMcs, + "um-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Millimetre"@en, + "Reciprocal Millimeter"@en-us ; + dcterms:description "Per Millimeter Unit is a denominator unit with dimensions $/mm$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:expression "$per-millimeter$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + , + , + , + , + ; + ns1:symbol "/mm"^^xsd:string ; + ns1:ucumCode "/mm"^^ns1:UCUMcs, + "mm-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Nanometre"@en, + "Reciprocal Nanometer"@en-us ; + dcterms:description "Per Nanometer Unit is a denominator unit with dimensions $/nm$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000000.0 ; + ns1:conversionMultiplierSN 1e+09 ; + ns1:expression "$per-nanometer$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + , + , + , + , + ; + ns1:symbol "/nm"^^xsd:string ; + ns1:ucumCode "/nm"^^ns1:UCUMcs, + "nm-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Picometre"@en, + "Reciprocal Picometer"@en-us ; + dcterms:description "Per Picoometer Unit is a denominator unit with dimensions $/pm$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000000000.0 ; + ns1:conversionMultiplierSN 1e+12 ; + ns1:expression "$per-picoometer$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + , + , + , + , + ; + ns1:symbol "/pm"^^xsd:string ; + ns1:ucumCode "/pm"^^ns1:UCUMcs, + "pm-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Planck Time"@en ; + dcterms:description """ + In physics, the Planck time, denoted by $t_P$, is the unit of time in the system of natural units known as Planck units. + It is the time required for light to travel, in a vacuum, a distance of 1 Planck length. + The unit is named after Max Planck, who was the first to propose it. + + The formula for $\\textit{PlankTime} is: + + $$ \\\\ t_P \\equiv \\sqrt{\\frac{\\hbar G}{c^5}} \\approx 5.39106(32) \\times 10^{-44} s$$ + + where, $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant (defined as $\\hbar = \\frac{h}{2 \\pi}$ and $G$ is the gravitational constant. + The two digits between parentheses denote the standard error of the estimated value. + """^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000000000000000000000000000000000000000000000539124 ; + ns1:conversionMultiplierSN 5.39124e-49 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Planck_time"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Planck_time?oldid=495362103"^^xsd:anyURI, + "https://en.wikipedia.org/wiki/Planck_units"^^xsd:anyURI ; + ns1:latexSymbol "$t_P$"^^ns1:LatexString ; + ns1:symbol "tₚ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Revolution"@en ; + dcterms:description "\"Revolution\" is a unit for 'Plane Angle' expressed as $rev$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 6.28318531 ; + ns1:conversionMultiplierSN 6.283185e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Revolution"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB206"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Revolution?oldid=494110330"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "rev"^^xsd:string ; + ns1:ucumCode "{#}"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M44"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Electric Susceptibility Unit"@en ; + dcterms:description "Electric susceptibility is a dimensionless proportionality constant that indicates the degree of polarization of a dielectric material in response to an applied electric field. Here P = epsilon_0 * chi_e * E. Where epsilon_0 is the electric permittivity of free space (electric constant), P is the polarization density of the material chi_e is the electric susceptibility and E is the electric field."^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:latexDefinition "\\chi_{\\text{e}} = \\frac{{\\mathbf P}}{\\varepsilon_0{\\mathbf E}}"^^ns1:LatexString ; + ns1:plainTextDescription "Electric susceptibility is a dimensionless proportionality constant that indicates the degree of polarization of a dielectric material in response to an applied electric field. Here P = epsilon_0 * chi_e * E. Where epsilon_0 is the electric permittivity of free space (electric constant), P is the polarization density of the material chi_e is the electric susceptibility and E is the electric field."^^xsd:string ; + ns1:symbol "χ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Magnetic Susceptibility Unit"@en ; + dcterms:description "Magnetic susceptibility is a dimensionless proportionality constant that indicates the degree of magnetization of a material in response to an applied magnetic field. Here M = chi * H. Where M is the magnetization of the material (the magnetic dipole moment per unit volume), measured in amperes per meter, and H is the magnetic field strength, also measured in amperes per meter. Chi is therefore a dimensionless quantity."^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:latexDefinition "\\chi_\\text{v} = \\frac{\\mathbf{M}}{\\mathbf{H}}"^^ns1:LatexString ; + ns1:plainTextDescription "Magnetic susceptibility is a dimensionless proportionality constant that indicates the degree of magnetization of a material in response to an applied magnetic field. Here M = chi * H. Where M is the magnetization of the material (the magnetic dipole moment per unit volume), measured in amperes per meter, and H is the magnetic field strength, also measured in amperes per meter. Chi is therefore a dimensionless quantity."^^xsd:string ; + ns1:symbol "χ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "واط في المتر المربع"@ar, + "watt na metr čtvereční"@cs, + "Watt je Quadratmeter"@de, + "watt per square metre"@en, + "Watt per Square Meter"@en-us, + "vatio por metro cuadrado"@es, + "وات بر مترمربع"@fa, + "watt par mètre carré"@fr, + "वाट प्रति वर्ग मीटर"@hi, + "watt al metro quadrato"@it, + "ワット毎平方メートル"@ja, + "watt per meter persegi"@ms, + "wat na metr kwadratowy"@pl, + "watt por metro quadrado"@pt, + "watt pe metru pătrat"@ro, + "ватт на квадратный метр"@ru, + "watt na kvadratni meter"@sl, + "watt bölü metre kare"@tr, + "瓦特每平方米"@zh ; + dcterms:description "\"Watt per Square Meter} is a unit of irradiance defined as the power received per area. This is a unit in the category of Energy flux. It is also known as watts per square meter, watt per square metre, watts per square metre, watt/square meter, watt/square metre. This unit is commonly used in the SI unit system. Watt Per Square Meter ($W/m^2$) has a dimension of $MT^{-3\"$ where $M$ is mass, and $T$ is time. This unit is the standard SI unit in this category."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$W/m^2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA310"^^xsd:string ; + ns1:informativeReference "http://www.efunda.com/glossary/units/units--energy_flux--watt_per_square_meter.cfm"^^xsd:anyURI ; + ns1:symbol "W/m²"^^xsd:string ; + ns1:ucumCode "W.m-2"^^ns1:UCUMcs, + "W/m2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D54"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Tropical Year"@en ; + dcterms:description "

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

"^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 31556925.216 ; + ns1:conversionMultiplierSN 3.155693e+07 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB029"^^xsd:string ; + ns1:symbol "yr{tropical}"^^xsd:string ; + ns1:ucumCode "a_t"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D42"^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "solar year"^^xsd:string . + + owl:imports ; + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; + sh:declare [ sh:namespace "http://data.ashrae.org/standard223#"^^xsd:anyURI ; + sh:prefix "s223"^^xsd:string ], + [ sh:namespace "http://qudt.org/vocab/unit/"^^xsd:anyURI ; + sh:prefix "unit"^^xsd:string ], + [ sh:namespace "http://qudt.org/schema/qudt/"^^xsd:anyURI ; + sh:prefix "qudt"^^xsd:string ], + [ sh:namespace "http://qudt.org/vocab/quantitykind/"^^xsd:anyURI ; + sh:prefix "qudtqk"^^xsd:string ], + [ sh:namespace "http://data.ashrae.org/standard223/1.0/vocab/role#"^^xsd:anyURI ; + sh:prefix "role"^^xsd:string ], + [ sh:namespace "http://www.w3.org/2000/01/rdf-schema#"^^xsd:anyURI ; + sh:prefix "rdfs"^^xsd:string ] . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A-1E0L2I0M1H0T-2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance -1 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^2 M T^-2 N^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E1L-3I0M0H0T1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 1 ; + ns1:dimensionExponentForLength -3 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 1 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^-3 T I\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E2L-3I0M-1H0T4D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 2 ; + ns1:dimensionExponentForLength -3 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 4 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^-3 M^-1 T^4 I^2\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Admittance"@en ; + dcterms:description "\"Admittance\" is a measure of how easily a circuit or device will allow a current to flow. It is defined as the inverse of the impedance (\\(Z\\)). "^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Admittance"^^xsd:anyURI, + "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-51"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(Y = \\frac{1}{Z}\\), where \\(Z\\) is impedance."^^ns1:LatexString ; + ns1:latexSymbol "\\(Y\\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:QuantityKind ; + rdfs:label "Amount of Substance"@en ; + dcterms:description "\"Amount of Substance\" is a standards-defined quantity that measures the size of an ensemble of elementary entities, such as atoms, molecules, electrons, and other particles. It is sometimes referred to as chemical amount. The International System of Units (SI) defines the amount of substance to be proportional to the number of elementary entities present. The SI unit for amount of substance is \\(mole\\). It has the unit symbol \\(mol\\). The mole is defined as the amount of substance that contains an equal number of elementary entities as there are atoms in 0.012kg of the isotope carbon-12. This number is called Avogadro's number and has the value \\(6.02214179(30) \\times 10^{23}\\). The only other unit of amount of substance in current use is the \\(pound-mole\\) with the symbol \\(lb-mol\\), which is sometimes used in chemical engineering in the United States. One \\(pound-mole\\) is exactly \\(453.59237 mol\\)."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Amount_of_substance"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Amount_of_substance"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:symbol "n"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Electric Current Density"@en ; + dcterms:description "\"Electric Current Density\" is a measure of the density of flow of electric charge; it is the electric current per unit area of cross section. Electric current density is a vector-valued quantity. Electric current, \\(I\\), through a surface \\(S\\) is defined as \\(I = \\int_S J \\cdot e_n dA\\), where \\(e_ndA\\) is the vector surface element."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Current_density"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://maxwells-equations.com/density/current.php"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(J = \\rho v\\), where \\(\\rho\\) is electric current density and \\(v\\) is volume."^^ns1:LatexString ; + ns1:symbol "J"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Magnetic Flux"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Magnetic_flux"^^xsd:anyURI ; + ns1:expression "\\(magnetic-flux\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI, + "http://www.oxfordreference.com/view/10.1093/acref/9780199233991.001.0001/acref-9780199233991-e-1800"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\Phi = \\int_S B \\cdot e_n d A\\), over a surface \\(S\\), where \\(B\\) is magnetic flux density and \\(e_n dA\\) is the vector surface element."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\Phi\\)"^^ns1:LatexString, + "\\(\\phi\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Magnetic Flux\" is the product of the average magnetic field times the perpendicular area that it penetrates."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Mass per Length"@en ; + dcterms:description "Linear density, linear mass density or linear mass is a measure of mass per unit of length, and it is a characteristic of strings or other one-dimensional objects. The SI unit of linear density is the kilogram per metre (\\(kg/m\\))."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Linear_density"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\mu\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Resistivity"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-04"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\rho = \\frac{1}{\\sigma}\\), if it exists, where \\(\\sigma\\) is conductivity."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\rho\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Resistivity\" is the inverse of the conductivity when this inverse exists."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:QuantityKind ; + rdfs:label "Specific Entropy"@en ; + ns1:applicableUnit , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Entropy"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:latexDefinition "\\(s = S/m\\), where \\(S\\) is entropy and \\(m\\) is mass."^^ns1:LatexString ; + ns1:plainTextDescription "\"Specific Entropy\" is entropy per unit of mass."^^xsd:string ; + ns1:symbol "s"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "ArcMinute"@en ; + 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. "^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000290888209 ; + ns1:conversionMultiplierSN 2.908882e-04 ; + ns1:definedUnitOfSystem ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA097"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Minute_of_arc"^^xsd:anyURI ; + ns1:siExactMatch ; + ns1:siUnitsExpression "1"^^xsd:string ; + ns1:symbol "'"^^xsd:string ; + ns1:ucumCode "'"^^ns1:UCUMcs ; + ns1:udunitsCode "′"^^xsd:string ; + ns1:uneceCommonCode "D61"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Centimetre Per Hour"@en, + "Centimeter Per Hour"@en-us ; + dcterms:description "0.01-fold of the SI base unit metre divided by the unit hour"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000002777778 ; + ns1:conversionMultiplierSN 2.777778e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA378"^^xsd:string ; + ns1:plainTextDescription "0.01-fold of the SI base unit metre divided by the unit hour"^^xsd:string ; + ns1:symbol "cm/hr"^^xsd:string ; + ns1:ucumCode "cm.h-1"^^ns1:UCUMcs, + "cm/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H49"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Centimetres per thousand years"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000000316880878140289 ; + ns1:conversionMultiplierSN 3.168809e-13 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "cm/(1000 yr)"^^xsd:string ; + ns1:ucumCode "cm.ka-1"^^ns1:UCUMcs, + "cm/ka"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "centimetre per second"@en, + "centimeter per second"@en-us ; + dcterms:description "\"Centimeter per Second\" is a C.G.S System unit for 'Linear Velocity' expressed as $cm/s$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:derivedUnitOfSystem , + ; + ns1:expression "$cm/s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA379"^^xsd:string ; + ns1:latexDefinition "$cm/s$"^^ns1:LatexString ; + ns1:symbol "cm/s"^^xsd:string ; + ns1:ucumCode "cm.s-1"^^ns1:UCUMcs, + "cm/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "2M"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Centimetres per year"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000316880878140289 ; + ns1:conversionMultiplierSN 3.168809e-10 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "cm/yr"^^xsd:string ; + ns1:ucumCode "cm.a-1"^^ns1:UCUMcs, + "cm/a"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Day"@en ; + dcterms:description "Mean solar day"^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 86400.0 ; + ns1:conversionMultiplierSN 8.64e+04 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Day"^^xsd:anyURI ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAA407"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Day?oldid=494970012"^^xsd:anyURI ; + ns1:omUnit ; + ns1:siExactMatch ; + ns1:symbol "day"^^xsd:string ; + ns1:ucumCode "d"^^ns1:UCUMcs ; + ns1:udunitsCode "d"^^xsd:string ; + ns1:uneceCommonCode "DAY"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Degree Rankine"@en ; + dcterms:description """ + The unit $\\textit{Degree Rankine}$ is a thermodynamic (absolute) temperature scale. + The symbol for degrees Rankine is $^\\circ R$ or $^\\circ Ra$ if necessary to distinguish it from the Rømer and Réaumur scales). + Zero on both the Kelvin and Rankine scales is absolute zero, but the Rankine degree is defined as equal + to one degree Fahrenheit, rather than the one degree Celsius used by the Kelvin scale. + A temperature of $-459.67 ^\\circ F$ is exactly equal to $0 ^\\circ R$. + """^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.5555555555555556 ; + ns1:conversionMultiplierSN 5.555556e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA050"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Rankine_scale"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "°R"^^xsd:string ; + ns1:ucumCode "[degR]"^^ns1:UCUMcs ; + ns1:udunitsCode "°R"^^xsd:string ; + ns1:uneceCommonCode "A48"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Foot per Day"@en ; + dcterms:description "\"Foot per Day\" is an Imperial unit for 'Linear Velocity' expressed as $ft/d$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.00000352777777777778 ; + ns1:conversionMultiplierSN 3.527778e-06 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$ft/d$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "ft/day"^^xsd:string ; + ns1:ucumCode "[ft_i].d-1"^^ns1:UCUMcs, + "[ft_i]/d"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Foot per Hour"@en ; + dcterms:description "\"Foot per Hour\" is an Imperial unit for 'Linear Velocity' expressed as $ft/hr$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.00008466666666666667 ; + ns1:conversionMultiplierSN 8.466667e-05 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$ft/hr$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA442"^^xsd:string ; + ns1:symbol "ft/hr"^^xsd:string ; + ns1:ucumCode "[ft_i].h-1"^^ns1:UCUMcs, + "[ft_i]/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K14"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Foot per Minute"@en ; + dcterms:description "\"Foot per Minute\" is an Imperial unit for 'Linear Velocity' expressed as $ft/min$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.00508 ; + ns1:conversionMultiplierSN 5.08e-03 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$ft/min$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA448"^^xsd:string ; + ns1:symbol "ft/min"^^xsd:string ; + ns1:ucumCode "[ft_i].min-1"^^ns1:UCUMcs, + "[ft_i]/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "FR"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Foot per Second"@en ; + dcterms:description "$\\textit{foot per second}$ (plural $\\textit{feet per second}$) is a unit of both speed (scalar) and velocity (vector quantity, which includes direction). It expresses the distance in feet ($ft$) traveled or displaced, divided by the time in seconds ($s$, or $sec$). The corresponding unit in the International System of Units (SI) is the $\\textit{metre per second}$. Abbreviations include $ft/s$, $ft/sec$ and $fps$, and the rarely used scientific notation $ft\\,s$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.3048 ; + ns1:conversionMultiplierSN 3.048e-01 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Foot_per_second"^^xsd:anyURI ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$ft/s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA449"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Foot_per_second?oldid=491316573"^^xsd:anyURI ; + ns1:symbol "ft/s"^^xsd:string ; + ns1:ucumCode "[ft_i].s-1"^^ns1:UCUMcs, + "[ft_i]/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "FS"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gon"@en ; + dcterms:description "\"Gon\" is a C.G.S System unit for 'Plane Angle' expressed as $gon$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 0.015707963267949 ; + ns1:conversionMultiplierSN 1.570796e-02 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Gon"^^xsd:anyURI ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA522"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Gon?oldid=424098171"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "gon"^^xsd:string ; + ns1:ucumCode "gon"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A91"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Grad"@en ; + dcterms:description "\"Grad\" is a unit for 'Plane Angle' expressed as $grad$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 0.0157079633 ; + ns1:conversionMultiplierSN 1.570796e-02 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Grad"^^xsd:anyURI ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA522"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Grad?oldid=490906645"^^xsd:anyURI ; + ns1:symbol "grad"^^xsd:string ; + ns1:uneceCommonCode "A91"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilogram per Mol"@en ; + dcterms:description """ + The unit $\\textit{}$, symbol $kg/mol$, is the base SI unit for molar mass. + In chemistry, the molar mass $M$ is defined as the mass of a given substance (chemical element or chemical compound) divided by its amount of substance. + It is a physical property of a given substance. + However, for historical reasons, molar masses are almost always expressed in $g/mol$. + As an example, the molar mass of water is approximately: $18.01528(33) \\; g/mol$. + """^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$kg mol^{-1}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA628"^^xsd:string ; + ns1:symbol "kg/mol"^^xsd:string ; + ns1:ucumCode "kg.mol-1"^^ns1:UCUMcs, + "kg/mol"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D74"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilometres per day"@en ; + dcterms:description "A change in location of a distance of one thousand metres in an elapsed time of one day (86400 seconds)."@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0115740740740741 ; + ns1:conversionMultiplierSN 1.157407e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "km/day"^^xsd:string ; + ns1:ucumCode "km.d-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilometre per Hour"@en, + "Kilometer per Hour"@en-us ; + dcterms:description "\"Kilometer per Hour\" is a C.G.S System unit for 'Linear Velocity' expressed as $km/hr$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.2777777777777778 ; + ns1:conversionMultiplierSN 2.777778e-01 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Kilometres_per_hour"^^xsd:anyURI ; + ns1:expression "$km/hr$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA638"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Kilometres_per_hour?oldid=487674812"^^xsd:anyURI ; + ns1:symbol "km/hr"^^xsd:string ; + ns1:ucumCode "km.h-1"^^ns1:UCUMcs, + "km/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "KMH"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilometre per Second"@en, + "Kilometer per Second"@en-us ; + dcterms:description "\"Kilometer per Second\" is a C.G.S System unit for 'Linear Velocity' expressed as $km/s$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:expression "$km/s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB392"^^xsd:string ; + ns1:symbol "km/s"^^xsd:string ; + ns1:ucumCode "km.s-1"^^ns1:UCUMcs, + "km/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M62"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Metre per Hour"@en, + "Meter per Hour"@en-us ; + dcterms:description "Metre per hour is a metric unit of both speed (scalar) and velocity (Vector (geometry)). Its symbol is m/h or mu00b7h-1 (not to be confused with the imperial unit symbol mph. By definition, an object travelling at a speed of 1 m/h for an hour would move 1 metre."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000277777778 ; + ns1:conversionMultiplierSN 2.777778e-04 ; + ns1:definedUnitOfSystem ; + ns1:expression "$m/h$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB328"^^xsd:string ; + ns1:symbol "m/hr"^^xsd:string ; + ns1:ucumCode "m.h-1"^^ns1:UCUMcs, + "m/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M60"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Metre per Minute"@en, + "Meter per Minute"@en-us ; + dcterms:description "Meter Per Minute (m/min) is a unit in the category of Velocity. It is also known as meter/minute, meters per minute, metre per minute, metres per minute. Meter Per Minute (m/min) has a dimension of LT-1 where $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit m/s by multiplying its value by a factor of 0.016666666666"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0166666667 ; + ns1:conversionMultiplierSN 1.666667e-02 ; + ns1:definedUnitOfSystem ; + ns1:expression "$m/min$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA732"^^xsd:string ; + ns1:symbol "m/min"^^xsd:string ; + ns1:ucumCode "m.min-1"^^ns1:UCUMcs, + "m/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "2X"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Metres per year"@en ; + dcterms:description "A rate of change of SI standard unit length over a period of an average calendar year (365.25 days)."@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0000000316880878140289 ; + ns1:conversionMultiplierSN 3.168809e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "m/yr"^^xsd:string ; + ns1:ucumCode "m.a-1"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Mile per Minute"@en ; + dcterms:description "Miles per minute is an imperial unit of speed expressing the number of statute miles covered in one minute."^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 26.8224 ; + ns1:conversionMultiplierSN 2.68224e+01 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$mi/min$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB229"^^xsd:string ; + ns1:symbol "mi/min"^^xsd:string ; + ns1:ucumCode "[mi_i].min-1"^^ns1:UCUMcs, + "[mi_i]/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M57"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Mile per Second"@en ; + dcterms:description "Miles per second is an imperial unit of speed expressing the number of statute miles covered in one second."^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1609.344 ; + ns1:conversionMultiplierSN 1.609344e+03 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$mi/sec$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB230"^^xsd:string ; + ns1:symbol "mi/s"^^xsd:string ; + ns1:ucumCode "[mi_i].sec-1"^^ns1:UCUMcs, + "[mi_i]/sec"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M58"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Minute Angle"@en ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 0.0002908882 ; + ns1:conversionMultiplierSN 2.908882e-04 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA097"^^xsd:string ; + ns1:symbol "'"^^xsd:string ; + ns1:ucumCode "'"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D61"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Nautical Mile per Minute"@en ; + dcterms:description """The SI derived unit for speed is the meter/second. +1 meter/second is equal to 0.0323974082073 nautical mile per minute. """^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 30.86666666666666666666666666666667 ; + ns1:conversionMultiplierSN 3.086667e+01 ; + ns1:expression "$nmi/min$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "nmi/min"^^xsd:string ; + ns1:ucumCode "[nmi_i].min-1"^^ns1:UCUMcs, + "[nmi_i]/min"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Milli ArcSecond"@en ; + 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."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00000000484813681 ; + ns1:conversionMultiplierSN 4.848137e-09 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Minute_of_arc"^^xsd:anyURI ; + ns1:symbol "mas"^^xsd:string ; + ns1:ucumCode "m''"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "millimetres per day"@en, + "millimeters per day"@en-us ; + dcterms:description "A measure of change in depth over time for a specific area, typically used to express precipitation intensity or evaporation (the amount of liquid water evaporated per unit of time from the area)"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0000000115741 ; + ns1:conversionMultiplierSN 1.15741e-08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:informativeReference "https://www.wmo.int/pages/prog/www/IMOP/CIMO-Guide.html"^^xsd:anyURI ; + ns1: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)"^^xsd:string ; + ns1:symbol "mm/day"^^xsd:string ; + ns1:ucumCode "mm.d-1"^^ns1:UCUMcs, + "mm/d"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millimetre Per Hour"@en, + "Millimeter Per Hour"@en-us ; + dcterms:description "0001-fold of the SI base unit metre divided by the unit hour"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0000002777778 ; + ns1:conversionMultiplierSN 2.777778e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA866"^^xsd:string ; + ns1:plainTextDescription "0001-fold of the SI base unit metre divided by the unit hour"^^xsd:string ; + ns1:symbol "mm/hr"^^xsd:string ; + ns1:ucumCode "mm.h-1"^^ns1:UCUMcs, + "mm/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H67"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millimetre Per Minute"@en, + "Millimeter Per Minute"@en-us ; + dcterms:description "0.001-fold of the SI base unit metre divided by the unit minute"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.00001666667 ; + ns1:conversionMultiplierSN 1.666667e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB378"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the SI base unit metre divided by the unit minute"^^xsd:string ; + ns1:symbol "mm/min"^^xsd:string ; + ns1:ucumCode "mm.min-1"^^ns1:UCUMcs, + "mm/min"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H81"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millimetre Per Second"@en, + "Millimeter Per Second"@en-us ; + dcterms:description "0.001-fold of the SI base unit metre divided by the SI base unit second"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA867"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the SI base unit metre divided by the SI base unit second"^^xsd:string ; + ns1:symbol "mm/s"^^xsd:string ; + ns1:ucumCode "mm.s-1"^^ns1:UCUMcs, + "mm/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C16"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millimetre Per Year"@en, + "Millimeter Per Year"@en-us ; + dcterms:description "0.001-fold of the SI base unit metre divided by the unit year"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.00000000003168808781402895023702689684893655 ; + ns1:conversionMultiplierSN 3.168809e-11 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA868"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the SI base unit metre divided by the unit year"^^xsd:string ; + ns1:symbol "mm/yr"^^xsd:string ; + ns1:ucumCode "mm.a-1"^^ns1:UCUMcs, + "mm/a"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H66"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "راديان"@ar, + "радиан"@bg, + "radián"@cs, + "Radiant"@de, + "ακτίνιο"@el, + "radian"@en, + "radián"@es, + "رادیان"@fa, + "radian"@fr, + "רדיאן"@he, + "वर्ग मीटर"@hi, + "radián"@hu, + "radiante"@it, + "ラジアン"@ja, + "radian"@la, + "radian"@ms, + "radian"@pl, + "radiano"@pt, + "radian"@ro, + "радиан"@ru, + "radian"@sl, + "radyan"@tr, + "弧度"@zh ; + dcterms:description "The radian is the standard unit of angular measure, used in many areas of mathematics. It describes the plane angle subtended by a circular arc as the length of the arc divided by the radius of the arc. In the absence of any symbol radians are assumed, and when degrees are meant the symbol $^{\\ circ}$ is used. "^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Radian"^^xsd:anyURI ; + ns1:definedUnitOfSystem ; + ns1:exactMatch ; + ns1:guidance "

See NIST section SP811 section7.10

"^^rdf:HTML ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA966"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Radian?oldid=492309312"^^xsd:anyURI ; + ns1:omUnit ; + ns1:plainTextDescription "The radian is the standard unit of angular measure, used in many areas of mathematics. It describes the plane angle subtended by a circular arc as the length of the arc divided by the radius of the arc. The unit was formerly a SI supplementary unit, but this category was abolished in 1995 and the radian is now considered a SI derived unit. The SI unit of solid angle measurement is the steradian. The radian is represented by the symbol \"rad\" or, more rarely, by the superscript c (for \"circular measure\"). For example, an angle of 1.2 radians would be written as \"1.2 rad\" or \"1.2c\" (the second symbol is often mistaken for a degree: \"1.2u00b0\"). As the ratio of two lengths, the radian is a \"pure number\" that needs no unit symbol, and in mathematical writing the symbol \"rad\" is almost always omitted. In the absence of any symbol radians are assumed, and when degrees are meant the symbol u00b0 is used. [Wikipedia]"^^xsd:string ; + ns1:siExactMatch ; + ns1:symbol "rad"^^xsd:string ; + ns1:ucumCode "rad"^^ns1:UCUMcs ; + ns1:udunitsCode "rad"^^xsd:string ; + ns1:uneceCommonCode "C81"^^xsd:string ; + rdfs:comment "The radian and steradian are special names for the number one that may be used to convey information about the quantity concerned. In practice the symbols rad and sr are used where appropriate, but the symbol for the derived unit one is generally omitted in specifying the values of dimensionless quantities."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reads Per Kilobase"@en ; + dcterms:description "RPK (Reads Per Kilobases) are obtained by dividing read counts by gene lengths (expressed in kilo-nucleotides)."^^rdf:HTML ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:informativeReference "https://learn.gencore.bio.nyu.edu/metgenomics/shotgun-metagenomics/functional-analysis/"^^xsd:anyURI ; + ns1:plainTextDescription "RPK (Reads Per Kilobases) are obtained by dividing read counts by gene lengths (expressed in kilo-nucleotides)."^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + ns1:symbol "RPK"^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "RPK"^^xsd:string . + +ns2:GraphMetaData a owl:Class ; + rdfs:label "Graph Metadata"^^xsd:string ; + dcterms:description "\"vaem:GraphMetaData\" defines basic metadata for the registration and publishing of a graph. For specificaiton of governance the vocabulary \"VOAG\" may be used."^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:seeAlso ; + rdfs:subClassOf [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ns2:revision ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ns2:turtleFileURL ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ns2:owner ], + [ a owl:Restriction ; + owl:allValuesFrom ns2:Domain ; + owl:onProperty ns2:hasDomain ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ns2:specificity ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ns2:hasIdentifier ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ns2:intent ], + [ a owl:Restriction ; + owl:allValuesFrom ns2:GraphMetaData ; + owl:onProperty ns2:hasMetadata ], + [ a owl:Restriction ; + owl:allValuesFrom ns2:Party ; + owl:onProperty ns2:hasOwner ], + [ a owl:Restriction ; + owl:allValuesFrom ns2:Discipline ; + owl:onProperty ns2:hasDiscipline ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ns2:previousPublishedVersion ], + [ a owl:Restriction ; + owl:cardinality 1 ; + owl:onProperty ns2:name ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty ns2:description ], + [ a owl:Restriction ; + owl:allValuesFrom ns2:Viewpoint ; + owl:onProperty ns2:hasViewpoint ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ns2:namespacePrefix ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ns2:namespace ], + [ a owl:Restriction ; + owl:allValuesFrom ns2:GraphRole ; + owl:onProperty ns2:hasGraphRole ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ns2:latestPublishedVersion ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ns2:hasMetadata ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ns2:hasSteward ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ns2:hasLicenseType ], + [ a owl:Restriction ; + owl:allValuesFrom ns2:Aspect ; + owl:onProperty ns2:hasAspect ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ns2:rdfxmlFileURL ], + [ a owl:Restriction ; + owl:allValuesFrom ns2:Party ; + owl:onProperty ns2:hasSteward ], + owl:Thing . s223:Connectable a s223:Class, sh:NodeShape ; @@ -6180,24 +79355,24 @@ s223:Connectable a s223:Class, s223:abstract true ; rdfs:comment "Connectable is an abstract class representing a thing such as, Equipment (see `s223:Equipment`), DomainSpace (see `s223:DomainSpace`), or Junction (see `s223:Junction`) that can be connected via ConnectionPoints and Connections."^^xsd:string ; rdfs:subClassOf s223:Concept ; - sh:property [ rdfs:comment "If the relation hasConnectionPoint is present it must associate the Connectable with a ConnectionPoint."^^xsd:string ; + sh:property [ rdfs:comment "If the relation cnx is present it must associate the Connectable with a ConnectionPoint."^^xsd:string ; sh:class s223:ConnectionPoint ; - sh:name "EquipmentToConnectionPointShape"^^xsd:string ; - sh:path s223:hasConnectionPoint ], - [ rdfs:comment "If the relation connectedThrough is present it must associate the Connectable with a Connection."^^xsd:string ; - sh:class s223:Connection ; - sh:name "EquipmentToConnectionShape"^^xsd:string ; - sh:path s223:connectedThrough ], - [ rdfs:comment "If the relation connectedFrom is present it must associate the Connectable with a Connectable."^^xsd:string ; + sh:path s223:cnx ], + [ rdfs:comment "If the relation connectedTo is present it must associate the Connectable with a Connectable."^^xsd:string ; sh:class s223:Connectable ; - sh:path s223:connectedFrom ], + sh:name "ConnectableToConnectableShape"^^xsd:string ; + sh:path s223:connectedTo ], + [ rdfs:comment "If the relation connected is present it must associate the Connectable with a Connectable."^^xsd:string ; + sh:class s223:Connectable ; + sh:name "SymmetricConnectableToConnectableShape"^^xsd:string ; + sh:path s223:connected ], [ rdfs:comment "If a Connectable has s223:connected or s223:connectedTo (i.e. high-level connection specification), it must also have the supporting cnx relations (low-level connection specification)."^^xsd:string ; sh:path s223:cnx ; sh:severity sh:Warning ; sh:sparql [ a sh:SPARQLConstraint ; rdfs:comment "If a Connectable has s223:connected or s223:connectedTo (i.e. high-level connection specification), it must also have the supporting cnx relations (low-level connection specification)."^^xsd:string ; - sh:message "{$this} is s223:connected (high-level) to {?otherC} but not connected at the cnx-level."^^xsd:string ; - sh:prefixes ; + sh:message "s223: {$this} is s223:connected (high-level) to {?otherC} but not connected at the cnx-level."^^xsd:string ; + sh:prefixes ; sh:select """ SELECT $this ?otherC WHERE { @@ -6205,46 +79380,36 @@ $this s223:connected ?otherC . FILTER NOT EXISTS {$this s223:cnx+ ?otherC} } """^^xsd:string ] ], - [ rdfs:comment "If the relation connectedTo is present it must associate the Connectable with a Connectable."^^xsd:string ; + [ rdfs:comment "If the relation connectedThrough is present it must associate the Connectable with a Connection."^^xsd:string ; + sh:class s223:Connection ; + sh:name "EquipmentToConnectionShape"^^xsd:string ; + sh:path s223:connectedThrough ], + [ rdfs:comment "If the relation connectedFrom is present it must associate the Connectable with a Connectable."^^xsd:string ; sh:class s223:Connectable ; - sh:name "ConnectableToConnectableShape"^^xsd:string ; - sh:path s223:connectedTo ], - [ rdfs:comment "For a Connectable, cnx relation must associate the Connectable to a ConnectionPoint"^^xsd:string ; - sh:path s223:cnx ; - sh:sparql [ a sh:SPARQLConstraint ; - rdfs:comment "A Connectable should only have a s223:cnx relation with a ConnectionPoint"^^xsd:string ; - sh:message "{$this} cannot have a s223:cnx relation to {?something}, because {?something} is not a ConnectionPoint."^^xsd:string ; - sh:prefixes ; - sh:select """SELECT $this ?something -WHERE { -$this s223:cnx ?something . -FILTER NOT EXISTS {?something a/rdfs:subClassOf* s223:ConnectionPoint} . -}"""^^xsd:string ] ], - [ rdfs:comment "If the relation cnx is present it must associate the Connectable with a ConnectionPoint."^^xsd:string ; + sh:path s223:connectedFrom ], + [ rdfs:comment "If the relation hasConnectionPoint is present it must associate the Connectable with a ConnectionPoint."^^xsd:string ; sh:class s223:ConnectionPoint ; - sh:path s223:cnx ], - [ rdfs:comment "If the relation connected is present it must associate the Connectable with a Connectable."^^xsd:string ; - sh:class s223:Connectable ; - sh:name "SymmetricConnectableToConnectableShape"^^xsd:string ; - sh:path s223:connected ] ; + sh:name "EquipmentToConnectionPointShape"^^xsd:string ; + sh:path s223:hasConnectionPoint ] ; sh:rule [ a sh:TripleRule ; - rdfs:comment "Infer the hasConnectionPoint relation using cnx"^^xsd:string ; - sh:name "InferredEquipmentToConnectionPointProperty"^^xsd:string ; - sh:object [ sh:path s223:cnx ] ; - sh:predicate s223:hasConnectionPoint ; - sh:subject sh:this ], - [ a sh:TripleRule ; - rdfs:comment "Infer the connected relation using connectedTo"^^xsd:string ; - sh:name "InferredEquipmentToEquipmentPropertyfromconnectedTo"^^xsd:string ; - sh:object [ sh:path s223:connectedTo ] ; - sh:predicate s223:connected ; - sh:subject sh:this ], - [ a sh:TripleRule ; - rdfs:comment "Infer the connectedThrough relation using hasConnectionPoint and connectsThrough"^^xsd:string ; - sh:name "InferredEquipmentToConnectionProperty"^^xsd:string ; - sh:object [ sh:path ( s223:hasConnectionPoint s223:connectsThrough ) ] ; - sh:predicate s223:connectedThrough ; + rdfs:comment "Infer the cnx relationship using hasConnectionPoint."^^xsd:string ; + sh:name "InferredEquipmentToConnectionPointCnxProperty"^^xsd:string ; + sh:object [ sh:path s223:hasConnectionPoint ] ; + sh:predicate s223:cnx ; sh:subject sh:this ], + [ a sh:SPARQLRule ; + rdfs:comment "Infer the connected relation for BiDirectional connections"^^xsd:string ; + sh:construct """ +CONSTRUCT {$this s223:connected ?d2 .} +WHERE { +$this s223:connectedThrough/^s223:connectedThrough ?d2 . +FILTER ($this != ?d2) . +FILTER NOT EXISTS {$this s223:contains* ?d2} . +FILTER NOT EXISTS {?d2 s223:contains* $this} . +} +"""^^xsd:string ; + sh:name "InferredEquipmentToDownstreamEquipmentProperty"^^xsd:string ; + sh:prefixes ], [ a sh:SPARQLRule ; rdfs:comment "Infer the connectedTo relation using connectsThrough and connectsTo."^^xsd:string ; sh:construct """ @@ -6256,38 +79421,19 @@ $this s223:hasConnectionPoint ?cp . } """^^xsd:string ; sh:name "InferredEquipmentToDownstreamEquipmentProperty"^^xsd:string ; - sh:prefixes ], - [ a sh:TripleRule ; - rdfs:comment "Infer the cnx relation using isConnectionPointOf."^^xsd:string ; - sh:name "InferredEquipmentToConnectionPointCnxPropertyFromInverse"^^xsd:string ; - sh:object [ sh:path [ sh:inversePath s223:isConnectionPointOf ] ] ; - sh:predicate s223:cnx ; - sh:subject sh:this ], - [ a sh:TripleRule ; - rdfs:comment "Infer the cnx relationship using hasConnectionPoint."^^xsd:string ; - sh:name "InferredEquipmentToConnectionPointCnxProperty"^^xsd:string ; - sh:object [ sh:path s223:hasConnectionPoint ] ; - sh:predicate s223:cnx ; - sh:subject sh:this ], + sh:prefixes ], [ a sh:TripleRule ; rdfs:comment "Infer the connected relation using connectedFrom"^^xsd:string ; sh:name "InferredEquipmentToEquipmentPropertyfromconnectedFrom"^^xsd:string ; sh:object [ sh:path s223:connectedFrom ] ; sh:predicate s223:connected ; sh:subject sh:this ], - [ a sh:SPARQLRule ; - rdfs:comment "Infer the connected relation for BiDirectional connections"^^xsd:string ; - sh:construct """ -CONSTRUCT {$this s223:connected ?d2 .} -WHERE { -$this s223:connectedThrough/^s223:connectedThrough ?d2 . -FILTER ($this != ?d2) . -FILTER NOT EXISTS {$this s223:contains* ?d2} . -FILTER NOT EXISTS {?d2 s223:contains* $this} . -} -"""^^xsd:string ; - sh:name "InferredEquipmentToDownstreamEquipmentProperty"^^xsd:string ; - sh:prefixes ], + [ a sh:TripleRule ; + rdfs:comment "Infer the hasConnectionPoint relation using cnx"^^xsd:string ; + sh:name "InferredEquipmentToConnectionPointProperty"^^xsd:string ; + sh:object [ sh:path s223:cnx ] ; + sh:predicate s223:hasConnectionPoint ; + sh:subject sh:this ], [ a sh:SPARQLRule ; rdfs:comment "Infer the connectedFrom relations using connectsThrough and connectsFrom."^^xsd:string ; sh:construct """ @@ -6299,7 +79445,25 @@ $this s223:hasConnectionPoint ?cp . } """^^xsd:string ; sh:name "InferredEquipmentToUpstreamEquipmentProperty"^^xsd:string ; - sh:prefixes ] . + sh:prefixes ], + [ a sh:TripleRule ; + rdfs:comment "Infer the connectedThrough relation using hasConnectionPoint and connectsThrough"^^xsd:string ; + sh:name "InferredEquipmentToConnectionProperty"^^xsd:string ; + sh:object [ sh:path ( s223:hasConnectionPoint s223:connectsThrough ) ] ; + sh:predicate s223:connectedThrough ; + sh:subject sh:this ], + [ a sh:TripleRule ; + rdfs:comment "Infer the cnx relation using isConnectionPointOf."^^xsd:string ; + sh:name "InferredEquipmentToConnectionPointCnxPropertyFromInverse"^^xsd:string ; + sh:object [ sh:path [ sh:inversePath s223:isConnectionPointOf ] ] ; + sh:predicate s223:cnx ; + sh:subject sh:this ], + [ a sh:TripleRule ; + rdfs:comment "Infer the connected relation using connectedTo"^^xsd:string ; + sh:name "InferredEquipmentToEquipmentPropertyfromconnectedTo"^^xsd:string ; + sh:object [ sh:path s223:connectedTo ] ; + sh:predicate s223:connected ; + sh:subject sh:this ] . s223:ConnectionPoint a s223:Class, sh:NodeShape ; @@ -6307,96 +79471,35 @@ s223:ConnectionPoint a s223:Class, s223:abstract true ; rdfs:comment """ A ConnectionPoint is an abstract modeling construct used to represent the fact that one connectable thing can be connected to another connectable thing using a Connection. It is the abstract representation of the flange, wire terminal, or other physical feature where a connection is made. Equipment, DomainSpaces and Junctions can have one or more ConnectionPoints (see `s223:Connectable`). - -A ConnectionPoint is constrained to relate to a specific medium such as air, water, or electricity which determines what other things can be connected to it. For example, constraining a ConnectionPoint to be for air means it cannot be used for an electrical connection. - -A ConnectionPoint belongs to exactly one connectable thing (see `s222:Connectable'). - -ConnectionPoints are represented graphically in this standard by a triangle with the point indicating a direction of flow, or a diamond in the case of a bidirectional flow as shown in Figure 6-1. - -![Graphical Representation of a ConnectionPoint.](figures/Figure_5-2_Graphical_Depiciton_of_Connection_Points.svg) - - """^^xsd:string ; - rdfs:subClassOf s223:Concept ; - sh:property [ rdfs:comment "If a ConnectionPoint lacks a connectsThrough and mapsTo relation, and is not associated with a Junction or Equipment that is contained by an Equipment, then suggest that the ConnectionPoint probably needs an association with a Connection."^^xsd:string ; - sh:path s223:connectsThrough ; - sh:severity sh:Info ; - sh:sparql [ a sh:SPARQLConstraint ; - rdfs:comment "If a ConnectionPoint lacks a connectsThrough and mapsTo relation, and is not associated with a Junction or Equipment that is contained by an Equipment, then suggest that the ConnectionPoint probably needs an association with a Connection."^^xsd:string ; - sh:message "ConnectionPoint {$this} probably needs an association with a Connection."^^xsd:string ; - sh:prefixes ; - sh:select """ - SELECT $this - WHERE { - FILTER NOT EXISTS {$this s223:connectsThrough ?anything1} . - FILTER NOT EXISTS {$this s223:mapsTo ?anything2} . - $this s223:isConnectionPointOf ?equipment . - FILTER NOT EXISTS {?containerEquipment s223:contains ?equipment} . - } - """^^xsd:string ] ], - [ rdfs:comment "If the relation hasElectricalPhase is present it must associate the ConnectionPoint with an ElectricalPhaseIdentifier or ElectricalVoltagePhases."^^xsd:string ; - sh:or ( [ sh:class s223:Aspect-ElectricalPhaseIdentifier ] [ sh:class s223:Aspect-ElectricalVoltagePhases ] ) ; - sh:path s223:hasElectricalPhase ], - [ rdfs:comment "If a ConnectionPoint mapsTo another ConnectionPoint, the respective Equipment should have a contains relation."^^xsd:string ; - sh:path s223:mapsTo ; - sh:sparql [ a sh:SPARQLConstraint ; - rdfs:comment "If a ConnectionPoint mapsTo another ConnectionPoint, the respective Equipment should have a contains relation."^^xsd:string ; - sh:message "{?otherEquipment} should contain {?equipment} because ConnectionPoint {$this} has a mapsTo relation."^^xsd:string ; - sh:prefixes ; - sh:select """ -SELECT $this ?equipment ?otherEquipment -WHERE { -$this s223:mapsTo ?otherCP . -?equipment s223:hasConnectionPoint $this . -?otherEquipment s223:hasConnectionPoint ?otherCP . -FILTER NOT EXISTS {?otherEquipment s223:contains ?equipment} -} -"""^^xsd:string ] ], - [ rdfs:comment "A ConnectionPoint must be associated with at most one Connectable using the cnx relation."^^xsd:string ; - sh:message "A ConnectionPoint must be associated with at most one Connectable using the cnx relation."^^xsd:string ; - sh:path s223:cnx ; - sh:qualifiedMaxCount 1 ; - sh:qualifiedValueShape [ sh:class s223:Connectable ] ; - sh:qualifiedValueShapesDisjoint true ], - [ rdfs:comment "A ConnectionPoint must be associated with at most one Connection using the relation connectsThrough."^^xsd:string ; - sh:class s223:Connection ; - sh:maxCount 1 ; - sh:message "This ConnectionPoint must be associated with at most one Connection."^^xsd:string ; - sh:name "ConnectionPointToConnectionShape"^^xsd:string ; - sh:path s223:connectsThrough ; - sh:severity sh:Info ], - [ rdfs:comment "A ConnectionPoint must be associated with at most one Connection using the cnx relation"^^xsd:string ; - sh:message "A ConnectionPoint must be associated with at most one Connection using the cnx relation"^^xsd:string ; - sh:path s223:cnx ; - sh:qualifiedMaxCount 1 ; - sh:qualifiedValueShape [ sh:class s223:Connection ] ; - sh:qualifiedValueShapesDisjoint true ], - [ rdfs:comment "A ConnectionPoint can be associated with at most one other ConnectionPoint using the inverse of relation mapsTo"^^xsd:string ; + +A ConnectionPoint is constrained to relate to a specific medium such as air, water, or electricity which determines what other things can be connected to it. For example, constraining a ConnectionPoint to be for air means it cannot be used for an electrical connection. + +A ConnectionPoint belongs to exactly one connectable thing (see `s222:Connectable'). + +ConnectionPoints are represented graphically in this standard by a triangle with the point indicating a direction of flow, or a diamond in the case of a bidirectional flow as shown in Figure 6-1. + +![Graphical Representation of a ConnectionPoint.](figures/Figure_5-2_Graphical_Depiciton_of_Connection_Points.svg) + + """^^xsd:string ; + rdfs:subClassOf s223:Concept ; + sh:property [ rdfs:comment "A ConnectionPoint can be associated with at most one other ConnectionPoint using the inverse of relation mapsTo"^^xsd:string ; sh:class s223:ConnectionPoint ; sh:maxCount 1 ; + sh:message "s223: A ConnectionPoint can be associated with at most one other ConnectionPoint using the inverse of relation mapsTo"^^xsd:string ; sh:path [ sh:inversePath s223:mapsTo ] ], - [ rdfs:comment "A ConnectionPoint can be associated with at most one other ConnectionPoint using the relation mapsTo"^^xsd:string ; - sh:class s223:ConnectionPoint ; - sh:maxCount 1 ; - sh:path s223:mapsTo ], - [ rdfs:comment "A ConnectionPoint must be associated with exactly one Substance-Medium using the relation hasMedium."^^xsd:string ; - sh:class s223:Substance-Medium ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "ConnectionPoint medium"^^xsd:string ; - sh:path s223:hasMedium ], - [ rdfs:comment "A ConnectionPoint must not have both a mapsTo and a connectsThrough relation."^^xsd:string ; + [ rdfs:comment "If a ConnectionPoint mapsTo another ConnectionPoint, the respective Equipment should have a contains relation."^^xsd:string ; sh:path s223:mapsTo ; sh:sparql [ a sh:SPARQLConstraint ; - rdfs:comment "A ConnectionPoint must not have both a mapsTo and a connectsThrough relation."^^xsd:string ; - sh:message "{$this} cannot have both a mapsTo {?uppercp} and a connectsThrough {?connection}."^^xsd:string ; - sh:prefixes ; + rdfs:comment "If a ConnectionPoint mapsTo another ConnectionPoint, the respective Equipment should have a contains relation."^^xsd:string ; + sh:message "s223: {?otherEquipment} should contain {?equipment} because ConnectionPoint {$this} has a mapsTo relation."^^xsd:string ; + sh:prefixes ; sh:select """ -SELECT $this ?uppercp ?connection +SELECT $this ?equipment ?otherEquipment WHERE { -$this s223:mapsTo ?uppercp . -$this s223:connectsThrough ?connection . -?connection a/rdfs:subClassOf* s223:Connection . +$this s223:mapsTo ?otherCP . +?equipment s223:hasConnectionPoint $this . +?otherEquipment s223:hasConnectionPoint ?otherCP . +FILTER NOT EXISTS {?otherEquipment s223:contains ?equipment} } """^^xsd:string ] ], [ rdfs:comment "Ensure that the Medium identified by a ConnectionPoint via the s223:hasMedium relation is compatible with the Medium identified by the entity identified by the mapsTo+ relation."^^xsd:string ; @@ -6404,8 +79507,8 @@ $this s223:connectsThrough ?connection . sh:path s223:hasMedium ; sh:sparql [ a sh:SPARQLConstraint ; rdfs:comment "Ensure that the Medium identified by a ConnectionPoint via the s223:hasMedium relation is compatible with the Medium identified by the entity identified by the mapsTo+ relation."^^xsd:string ; - sh:message "{$this} declares a Medium of {?a}, but the Medium of {?b} is declared by {?target} pointed to by the mapsTo+ relation."^^xsd:string ; - sh:prefixes ; + sh:message "s223: {$this} declares a Medium of {?a}, but the Medium of {?b} is declared by {?target} pointed to by the mapsTo+ relation."^^xsd:string ; + sh:prefixes ; sh:select """ SELECT DISTINCT $this ?a ?b ?target WHERE { @@ -6418,17 +79521,88 @@ FILTER (?a != ?b ) . FILTER (NOT EXISTS {?b a/rdfs:subClassOf* ?a}) . FILTER (NOT EXISTS {?a a/rdfs:subClassOf* ?b}) . } +"""^^xsd:string ] ], + [ rdfs:comment "A ConnectionPoint must be associated with exactly one Substance-Medium using the relation hasMedium."^^xsd:string ; + sh:class s223:Substance-Medium ; + sh:maxCount 1 ; + sh:message "s223: A ConnectionPoint must be associated with exactly one Substance-Medium using the relation hasMedium."^^xsd:string ; + sh:minCount 1 ; + sh:name "ConnectionPoint medium"^^xsd:string ; + sh:path s223:hasMedium ], + [ rdfs:comment "A ConnectionPoint must not have both a mapsTo and a connectsThrough relation."^^xsd:string ; + sh:path s223:mapsTo ; + sh:sparql [ a sh:SPARQLConstraint ; + rdfs:comment "A ConnectionPoint must not have both a mapsTo and a connectsThrough relation."^^xsd:string ; + sh:message "s223: {$this} cannot have both a mapsTo {?uppercp} and a connectsThrough {?connection}."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this ?uppercp ?connection +WHERE { +$this s223:mapsTo ?uppercp . +$this s223:connectsThrough ?connection . +?connection a/rdfs:subClassOf* s223:Connection . +} """^^xsd:string ] ], [ rdfs:comment "If the relation hasRole is present it must associate the ConnectionPoint with an EnumerationKind-Role."^^xsd:string ; sh:class s223:EnumerationKind-Role ; sh:path s223:hasRole ], + [ rdfs:comment "A ConnectionPoint must be associated with at most one Connection using the cnx relation"^^xsd:string ; + sh:message "s223: A ConnectionPoint must be associated with at most one Connection using the cnx relation"^^xsd:string ; + sh:path s223:cnx ; + sh:qualifiedMaxCount 1 ; + sh:qualifiedValueShape [ sh:class s223:Connection ] ; + sh:qualifiedValueShapesDisjoint true ], + [ rdfs:comment "A ConnectionPoint must be associated with at most one Connectable using the cnx relation."^^xsd:string ; + sh:message "s223: A ConnectionPoint must be associated with at most one Connectable using the cnx relation."^^xsd:string ; + sh:path s223:cnx ; + sh:qualifiedMaxCount 1 ; + sh:qualifiedValueShape [ sh:class s223:Connectable ] ; + sh:qualifiedValueShapesDisjoint true ], + [ rdfs:comment "A ConnectionPoint must be associated with exactly one Connectable using the relation isConnectionPointOf."^^xsd:string ; + sh:class s223:Connectable ; + sh:maxCount 1 ; + sh:message "s223: A ConnectionPoint must be associated with exactly one Connectable using the relation isConnectionPointOf."^^xsd:string ; + sh:minCount 1 ; + sh:name "ConnectionPointToEquipmentShape"^^xsd:string ; + sh:path s223:isConnectionPointOf ], + [ rdfs:comment "If a ConnectionPoint lacks a connectsThrough and mapsTo relation, and is not associated with a Junction or Equipment that is contained by an Equipment, then suggest that the ConnectionPoint probably needs an association with a Connection."^^xsd:string ; + sh:path s223:connectsThrough ; + sh:severity sh:Info ; + sh:sparql [ a sh:SPARQLConstraint ; + rdfs:comment "If a ConnectionPoint lacks a connectsThrough and mapsTo relation, and is not associated with a Junction or Equipment that is contained by an Equipment, then suggest that the ConnectionPoint probably needs an association with a Connection."^^xsd:string ; + sh:message "s223: ConnectionPoint {$this} probably needs an association with a Connection."^^xsd:string ; + sh:prefixes ; + sh:select """ + SELECT $this + WHERE { + FILTER NOT EXISTS {$this s223:connectsThrough ?anything1} . + FILTER NOT EXISTS {$this s223:mapsTo ?anything2} . + $this s223:isConnectionPointOf ?equipment . + FILTER NOT EXISTS {?containerEquipment s223:contains ?equipment} . + } + """^^xsd:string ] ], + [ rdfs:comment "If the relation hasElectricalPhase is present it must associate the ConnectionPoint with an ElectricalPhaseIdentifier or ElectricalVoltagePhases."^^xsd:string ; + sh:or ( [ sh:class s223:Aspect-ElectricalPhaseIdentifier ] [ sh:class s223:Aspect-ElectricalVoltagePhases ] ) ; + sh:path s223:hasElectricalPhase ], + [ rdfs:comment "A ConnectionPoint must be associated with at most one Connection using the relation connectsThrough."^^xsd:string ; + sh:class s223:Connection ; + sh:maxCount 1 ; + sh:message "s223: This ConnectionPoint must be associated with at most one Connection."^^xsd:string ; + sh:name "ConnectionPointToConnectionShape"^^xsd:string ; + sh:path s223:connectsThrough ; + sh:severity sh:Info ], + [ rdfs:comment "A ConnectionPoint can be associated with at most one other ConnectionPoint using the relation mapsTo"^^xsd:string ; + sh:class s223:ConnectionPoint ; + sh:maxCount 1 ; + sh:message "s223: A ConnectionPoint can be associated with at most one other ConnectionPoint using the relation mapsTo"^^xsd:string ; + sh:path s223:mapsTo ], [ rdfs:comment "If a ConnectionPoint lacks a connectsThrough and mapsTo relation, but is associated with a Junction or Equipment that is contained by an Equipment, then suggest that the ConnectionPoint might need a mapsTo relation to a ConnectionPoint of the containing Equipment."^^xsd:string ; sh:path s223:mapsTo ; sh:severity sh:Info ; sh:sparql [ a sh:SPARQLConstraint ; rdfs:comment "If a ConnectionPoint lacks a connectsThrough and mapsTo relation, but is associated with a Junction or Equipment that is contained by an Equipment, then suggest that the ConnectionPoint might need a mapsTo relation to a ConnectionPoint of the containing Equipment."^^xsd:string ; - sh:message "ConnectionPoint {$this} could be missing a mapsTo relation to a ConnectionPoint of {?containerEquipment} because it is associated with a Junction or Equipment that is contained by {?containerEquipment}."^^xsd:string ; - sh:prefixes ; + sh:message "s223: ConnectionPoint {$this} could be missing a mapsTo relation to a ConnectionPoint of {?containerEquipment} because it is associated with a Junction or Equipment that is contained by {?containerEquipment}."^^xsd:string ; + sh:prefixes ; sh:select """ SELECT $this ?containerEquipment WHERE { @@ -6437,13 +79611,7 @@ FILTER (NOT EXISTS {?a a/rdfs:subClassOf* ?b}) . $this s223:isConnectionPointOf ?equipment . ?containerEquipment s223:contains ?equipment . } - """^^xsd:string ] ], - [ rdfs:comment "A ConnectionPoint must be associated with exactly one Connectable using the relation isConnectionPointOf."^^xsd:string ; - sh:class s223:Connectable ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "ConnectionPointToEquipmentShape"^^xsd:string ; - sh:path s223:isConnectionPointOf ] . + """^^xsd:string ] ] . s223:DCVoltage-DCZeroVoltage a s223:Class, s223:DCVoltage-DCZeroVoltage, @@ -6455,24 +79623,196 @@ s223:DCVoltage-DCZeroVoltage a s223:Class, rdfs:comment "DCVoltage-DCZero voltage"^^xsd:string ; rdfs:subClassOf s223:Numerical-DCVoltage . -s223:Substance-Medium a s223:Class, - s223:Substance-Medium, - sh:NodeShape ; - rdfs:label "Medium"^^xsd:string ; - rdfs:comment "This class has enumerated instances of a physical substance or anything that allows for the transfer of energy or information."^^xsd:string ; - rdfs:subClassOf s223:EnumerationKind-Substance . - -s223:Electricity-DC a s223:Class, - s223:Electricity-DC, - sh:NodeShape ; - rdfs:label "Electricity DC"^^xsd:string ; - s223:hasVoltage s223:Numerical-Voltage ; - rdfs:comment "This class has enumerated instances of all DC forms of electricity."^^xsd:string ; - rdfs:subClassOf s223:Medium-Electricity ; - sh:property [ rdfs:comment "An electricity DC medium must have two reference voltages."^^xsd:string ; - sh:minCount 1 ; - sh:or ( [ sh:class s223:Numerical-DCVoltage ] [ sh:class s223:Numerical-Voltage ] ) ; - sh:path s223:hasVoltage ] . +ns1:hasUnit a rdf:Property ; + rdfs:label "has unit"^^xsd:string ; + dcterms:description "This property relates a system of units with a unit of measure that is either a) defined by the system, or b) accepted for use by the system and is convertible to a unit of equivalent dimension that is defined by the system. Systems of units may distinguish between base and derived units. Base units are the units which measure the base quantities for the corresponding system of quantities. The base units are used to define units for all other quantities as products of powers of the base units. Such units are called derived units for the system. Thirdly, c) a reference to the unit of measure of a quantity (variable or constant) of interest"^^rdf:HTML ; + rdfs:comment "A reference to the unit of measure of a QuantifiableProperty of interest."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L1I0M1H0T-1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L M T^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Activity"@en ; + dcterms:description "\"Activity\" is the number of decays per unit time of a radioactive sample, the term used to characterise the number of nuclei which disintegrate in a radioactive substance per unit time. Activity is usually measured in Becquerels (\\(Bq\\)), where 1 \\(Bq\\) is 1 disintegration per second, in honor of the scientist Henri Becquerel."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Radioactive_decay"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Mass_number"^^xsd:anyURI, + "http://en.wikipedia.org/wiki/Radioactive_decay"^^xsd:anyURI, + "http://en.wikipedia.org/wiki/Radioactive_decay#Radioactive_decay_rates"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition """\\(A = Z + N\\), where \\(Z\\) is the atomic number and \\(N\\) is the neutron number. + +Variation \\(dN\\) of spontaneous number of nuclei \\(N\\) in a particular energy state, in a sample of radionuclide, due to spontaneous nuclear transitions from this state during an infinitesimal time interval, divided by its duration \\(dt\\), thus \\(A = -\\frac{dN}{dt}\\)."""^^ns1:LatexString ; + ns1:symbol "A"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Angular Velocity"@en ; + dcterms:description "Angular Velocity refers to how fast an object rotates or revolves relative to another point."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Angular_velocity"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Angular_velocity"^^xsd:anyURI ; + ns1:plainTextDescription "The change of angle per unit time; specifically, in celestial mechanics, the change in angle of the radius vector per unit time."^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Conductivity"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-03"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\mathbf{J} = \\sigma \\mathbf{E}\\), where \\(\\mathbf{J}\\) is electric current density, and \\(\\mathbf{E}\\) is electric field strength."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\gamma\\)"^^ns1:LatexString, + "\\(\\sigma\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Conductivity\" is a scalar or tensor quantity the product of which by the electric field strength in a medium is equal to the electric current density. For an isotropic medium the conductivity is a scalar quantity; for an anisotropic medium it is a tensor quantity."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + . + + a ns1:Unit ; + rdfs:label "Inch per Second"@en ; + 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 ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0254 ; + ns1:conversionMultiplierSN 2.54e-02 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$in-per-sec$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAA542"^^xsd:string ; + ns1:symbol "in/s"^^xsd:string ; + ns1:ucumCode "[in_i].s-1"^^ns1:UCUMcs, + "[in_i]/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "IU"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Knot"@en ; + dcterms:description "The knot (pronounced 'not') is a unit of speed equal to one nautical mile (1.852 km) per hour, approximately 1.151 mph. The abbreviation $kn$ is preferred by the International Hydrographic Organization (IHO), which includes every major sea-faring nation; however, the abbreviations kt (singular) and kts (plural) are also widely used. However, use of the abbreviation kt for knot conflicts with the SI symbol for kilotonne. The knot is a non-SI unit accepted for use with the International System of Units (SI). Worldwide, the knot is used in meteorology, and in maritime and air navigation - for example, a vessel travelling at 1 knot along a meridian travels one minute of geographic latitude in one hour. Etymologically, the term knot derives from counting the number of knots in the line that unspooled from the reel of a chip log in a specific time."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.5144444444444445 ; + ns1:conversionMultiplierSN 5.144444e-01 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Knot"^^xsd:anyURI ; + ns1:definedUnitOfSystem ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB110"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Knot?oldid=495066194"^^xsd:anyURI ; + ns1:symbol "kn"^^xsd:string ; + ns1:ucumCode "[kn_i]"^^ns1:UCUMcs ; + ns1:udunitsCode "kt"^^xsd:string ; + ns1:uneceCommonCode "KNT"^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "kt"^^xsd:string, + "kts"^^xsd:string . + + a ns1:Unit ; + rdfs:label "Mile per Hour"@en ; + dcterms:description "Miles per hour is an imperial unit of speed expressing the number of statute miles covered in one hour. It is currently the standard unit used for speed limits, and to express speeds generally, on roads in the United Kingdom and the United States. A common abbreviation is mph or MPH."^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.44704 ; + ns1:conversionMultiplierSN 4.4704e-01 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Miles_per_hour"^^xsd:anyURI ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$mi/hr$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB111"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Miles_per_hour?oldid=482840548"^^xsd:anyURI ; + ns1:symbol "mi/hr"^^xsd:string ; + ns1:ucumCode "[mi_i].h-1"^^ns1:UCUMcs, + "[mi_i]/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "HM"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Nautical Mile per Hour"@en ; + dcterms:description "The knot is a unit of speed equal to one nautical mile (1.852 km) per hour, approximately 1.151 mph. The abbreviation kn is preferred by the International Hydrographic Organization (IHO), which includes every major seafaring nation; but the abbreviations kt (singular) and kts (plural) are also widely used conflicting with the SI symbol for kilotonne which is also \"kt\". The knot is a non-SI unit accepted for use with the International System of Units (SI). Worldwide, the knot is used in meteorology, and in maritime and air navigation-for example, a vessel travelling at 1 knot along a meridian travels one minute of geographic latitude in one hour. "^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.514444 ; + ns1:conversionMultiplierSN 5.14444e-01 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "nmi/hr"^^xsd:string ; + ns1:ucumCode "[nmi_i].h-1"^^ns1:UCUMcs, + "[nmi_i]/h"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "PlanckTemperature"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 141678400000000000000000000000000.0 ; + ns1:conversionMultiplierSN 1.416784e+32 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Planck_units"^^xsd:anyURI ; + ns1:symbol "plancktemperature"^^xsd:string ; + rdfs:isDefinedBy . s223:EnumerationKind-Domain a s223:Class, s223:EnumerationKind-Domain, @@ -6481,6 +79821,454 @@ s223:EnumerationKind-Domain a s223:Class, rdfs:comment "A Domain represents a categorization of building services or specialization used to characterize equipment or spaces in a building. Example domains include HVAC, Lighting, and Plumbing."^^xsd:string ; rdfs:subClassOf s223:EnumerationKind . +s223:hasDomain a rdf:Property ; + rdfs:label "has domain"^^xsd:string ; + rdfs:comment "The relation hasDomain is used to indicate what domain a Zone or DomainSpace pertains to (e.g. HVAC, lighting, electrical, etc.). Possible values are defined in EnumerationKind-Domain (see `s223:EnumerationKind-Domain`)."^^xsd:string . + +s223:observes a rdf:Property ; + rdfs:label "observes"^^xsd:string ; + rdfs:comment "The relation observes binds a sensor to one ObservableProperty `see s223:ObservableProperty` which is used by the sensor to generate a measurement value (ex. a temperature) or a simple observation of a stimulus causing a reaction (a current binary switch that closes a dry contact when a fan is powered on)."^^xsd:string . + + rdfs:label "QUDT VOCAB Systems of Units Release 2.1.32"^^xsd:string ; + ns2:hasGraphMetadata ns2:GMD_QUDT-SOU ; + owl:imports ; + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E-2L3I0M1H0T-3D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent -2 ; + ns1:dimensionExponentForLength 3 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -3 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L3I0M-1H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 3 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^3 M^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E1L0I0M-1H0T1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 1 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 1 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind , + ; + ns1:isDimensionInSystem ns1:SOQ_ISQ ; + ns1:latexDefinition "\\(I T M^{-1}\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A1E0L0I0M0H0T-1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 1 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(T^-1 N\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Modulus of Elasticity"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Elastic_modulus"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(E = \\frac{\\sigma}{\\varepsilon}\\), where \\(\\sigma\\) is the normal stress and \\(\\varepsilon\\) is the linear strain."^^ns1:LatexString ; + ns1:plainTextDescription "The Modulus of Elasticity is the mathematical description of an object or substance's tendency to be deformed elastically (that is, non-permanently) when a force is applied to it."^^xsd:string ; + ns1:symbol "E"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Shear Modulus"@en ; + 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."^^ns1:LatexString ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Shear_modulus"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(G = \\frac{\\tau}{\\gamma}\\), where \\(\\tau\\) is the shear stress and \\(\\gamma\\) is the shear strain."^^ns1:LatexString ; + ns1:symbol "G"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Specific Volume"@en ; + dcterms:description "\"Specific Volume\" (\\(\\nu\\)) is the volume occupied by a unit of mass of a material. It is equal to the inverse of density."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Specific_volume"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(sv = \\frac{1}{\\rho}\\), where \\(\\rho\\) is mass density."^^ns1:LatexString ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Acre"@en ; + dcterms:description "The acre is a unit of area in a number of different systems, including the imperial and U.S. customary systems. Its international symbol is ac. The most commonly used acres today are the international acre and, in the United States, the survey acre. The most common use of the acre is to measure tracts of land. One international acre is equal to 4046.8564224 square metres."^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 4046.8564224 ; + ns1:conversionMultiplierSN 4.046856e+03 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Acre"^^xsd:anyURI ; + ns1:definedUnitOfSystem , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA320"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Acre?oldid=495387342"^^xsd:anyURI ; + ns1:symbol "acre"^^xsd:string ; + ns1:ucumCode "[acr_br]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "ACR"^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "acre"^^xsd:string . + + a ns1:Unit ; + rdfs:label "are"@en ; + dcterms:description "An 'are' is a unit of area equal to 0.02471 acre and 100 centare."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 100.0 ; + ns1:conversionMultiplierSN 1e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB048"^^xsd:string ; + ns1:informativeReference "http://www.anidatech.com/units.html"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "a"^^xsd:string ; + ns1:ucumCode "ar"^^ns1:UCUMcs ; + ns1:udunitsCode "a"^^xsd:string ; + ns1:uneceCommonCode "ARE"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Barn"@en ; + 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."^^ns1:LatexString ; + ns1:conversionMultiplier 0.0000000000000000000000000001 ; + ns1:conversionMultiplierSN 1e-28 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Barn"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB297"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Barn?oldid=492907677"^^xsd:anyURI, + "http://en.wikipedia.org/wiki/Barn_(unit)"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "b"^^xsd:string ; + ns1:ucumCode "b"^^ns1:UCUMcs ; + ns1:udunitsCode "b"^^xsd:string ; + ns1:uneceCommonCode "A14"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Square Centimetre"@en, + "Square Centimeter"@en-us ; + dcterms:description "A unit of area equal to that of a square, of sides 1cm"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0001 ; + ns1:conversionMultiplierSN 1e-04 ; + ns1:derivedUnitOfSystem , + ; + ns1:expression "$sqcm$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA384"^^xsd:string ; + ns1:prefix ; + ns1:symbol "cm²"^^xsd:string ; + ns1:ucumCode "cm2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "CMK"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Decare"@en ; + dcterms:description "unit of the area which is mainly common in the agriculture and forestry: 1 da = 10 a"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB049"^^xsd:string ; + ns1:plainTextDescription "unit of the area which is mainly common in the agriculture and forestry: 1 da = 10 a"^^xsd:string ; + ns1:symbol "daa"^^xsd:string ; + ns1:ucumCode "daar"^^ns1:UCUMcs ; + ns1:uneceCommonCode "DAA"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Square Decimetre"@en, + "Square Decimeter"@en-us ; + dcterms:description "0.1-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA413"^^xsd:string ; + ns1:plainTextDescription "0.1-fold of the power of the SI base unit metre with the exponent 2"^^xsd:string ; + ns1:prefix ; + ns1:symbol "dm²"^^xsd:string ; + ns1:ucumCode "dm2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "DMK"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Square Foot"@en ; + dcterms:description "The square foot (plural square feet; abbreviated $ft^2$ or $sq \\, ft$) is an imperial unit and U.S. customary unit of area, used mainly in the United States, Canada, United Kingdom, Hong Kong, Bangladesh, India, Pakistan and Afghanistan. It is defined as the area of a square with sides of 1 foot in length."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.09290304 ; + ns1:conversionMultiplierSN 9.290304e-02 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$ft^{2}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA454"^^xsd:string ; + ns1:symbol "ft²"^^xsd:string ; + ns1:ucumCode "[ft_i]2"^^ns1:UCUMcs, + "[sft_i]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "FTK"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Hectare"@en ; + dcterms:description "The customary metric unit of land area, equal to 100 ares. One hectare is a square hectometer, that is, the area of a square 100 meters on each side: exactly 10 000 square meters or approximately 107 639.1 square feet, 11 959.9 square yards, or 2.471 054 acres."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 10000.0 ; + ns1:conversionMultiplierSN 1e+04 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Hectare"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA532"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Hectare?oldid=494256954"^^xsd:anyURI ; + ns1:siExactMatch ; + ns1:symbol "ha"^^xsd:string ; + ns1:ucumCode "har"^^ns1:UCUMcs ; + ns1:uneceCommonCode "HAR"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Square Inch"@en ; + dcterms:description "A square inch is a unit of area, equal to the area of a square with sides of one inch. The following symbols are used to denote square inches: square in, sq inches, sq inch, sq in inches/-2, inch/-2, in/-2, inches^2, $inch^2$, $in^2$, $inches^2$, $inch^2$, $in^2$ or in some cases $\"^2$. The square inch is a common unit of measurement in the United States and the United Kingdom."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.00064516 ; + ns1:conversionMultiplierSN 6.4516e-04 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$in^{2}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA547"^^xsd:string ; + ns1:symbol "in²"^^xsd:string ; + ns1:ucumCode "[in_i]2"^^ns1:UCUMcs, + "[sin_i]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "INK"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "جول لكل تسلا"@ar, + "joule na tesla"@cs, + "Joule je Tesla"@de, + "joule per tesla"@en, + "julio por tesla"@es, + "ژول بر تسلا"@fa, + "joule par tesla"@fr, + "जूल प्रति टैस्ला"@hi, + "joule al tesla"@it, + "ジュール毎立方メートル"@ja, + "joule per tesla"@ms, + "dżul na tesla"@pl, + "joule por tesla"@pt, + "joule pe tesla"@ro, + "джоуль на тесла"@ru, + "joule bölü tesla"@tr, + "焦耳每特斯拉"@zh ; + dcterms:description "The magnetic moment of a magnet is a quantity that determines the force that the magnet can exert on electric currents and the torque that a magnetic field will exert on it. A loop of electric current, a bar magnet, an electron, a molecule, and a planet all have magnetic moments. The unit for magnetic moment is not a base unit in the International System of Units (SI) and it can be represented in more than one way. For example, in the current loop definition, the area is measured in square meters and I is measured in amperes, so the magnetic moment is measured in ampere-square meters (A m2). In the equation for torque on a moment, the torque is measured in joules and the magnetic field in tesla, so the moment is measured in Joules per Tesla (J u00b7T-1). These two representations are equivalent: 1 A u00b7m2 = 1 J u00b7T-1. "^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$j-per-t$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB336"^^xsd:string ; + ns1:symbol "J/T"^^xsd:string ; + ns1:ucumCode "J.T-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "Q10"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Square Mile"@en ; + 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 ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 2589988.11 ; + ns1:conversionMultiplierSN 2.589988e+06 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$square-mile$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB050"^^xsd:string, + "0112/2///62720#UAB208"^^xsd:string ; + ns1:symbol "mi²"^^xsd:string ; + ns1:ucumCode "[mi_i]2"^^ns1:UCUMcs, + "[mi_us]2"^^ns1:UCUMcs, + "[smi_us]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M48"^^xsd:string, + "MIK"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Circular Mil"@en ; + 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. "^^ns1:LatexString ; + ns1:conversionMultiplier 0.0000000005067075 ; + ns1:conversionMultiplierSN 5.067075e-10 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB207"^^xsd:string ; + ns1:omUnit ; + ns1:symbol "cmil"^^xsd:string ; + ns1:ucumCode "[cml_i]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M47"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Square Micrometre"@en, + "Square Micrometer"@en-us ; + dcterms:description "0.000000000001-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA092"^^xsd:string ; + ns1:plainTextDescription "0.000000000001-fold of the power of the SI base unit metre with the exponent 2"^^xsd:string ; + ns1:prefix ; + ns1:symbol "μm²"^^xsd:string ; + ns1:ucumCode "um2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H30"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Square Millimetre"@en, + "Square Millimeter"@en-us ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA871"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the power of the SI base unit metre with the exponent 2"^^xsd:string ; + ns1:prefix ; + ns1:symbol "mm²"^^xsd:string ; + ns1:ucumCode "mm2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "MMK"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Planck Area"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0000000000000000000000000000000000000000000000000000000000000000000000261223 ; + ns1:conversionMultiplierSN 2.61223e-71 ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "planckarea"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Square Yard"@en ; + dcterms:description "The square yard is an imperial/US customary unit of area, formerly used in most of the English-speaking world but now generally replaced by the square metre outside of the U.S. , Canada and the U.K. It is defined as the area of a square with sides of one yard in length. (Gaj in Hindi)."^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.83612736 ; + ns1:conversionMultiplierSN 8.361274e-01 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$yd^2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB034"^^xsd:string ; + ns1:symbol "sqyd"^^xsd:string ; + ns1:ucumCode "[syd_i]"^^ns1:UCUMcs, + "[yd_i]2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "YDK"^^xsd:string ; + rdfs:isDefinedBy . + s223:Concept a s223:Class, sh:NodeShape ; rdfs:label "Concept"^^xsd:string ; @@ -6491,13 +80279,46 @@ s223:Concept a s223:Class, sh:class s223:Property ; sh:path s223:hasProperty ], [ rdfs:comment "A Concept must be associated with at least one label using the relation label."^^xsd:string ; + sh:message "s223: A Concept must be associated with at least one label using the relation label."^^xsd:string ; sh:minCount 1 ; sh:path rdfs:label ; sh:severity sh:Warning ] ; + sh:rule [ a sh:SPARQLRule ; + rdfs:comment "Add an rdfs:label if it is missing."^^xsd:string ; + sh:construct """ +CONSTRUCT {$this rdfs:label ?newLabel .} +WHERE { +FILTER (NOT EXISTS {$this rdfs:label ?something}) . +BIND(REPLACE(STR($this), "^.*/([^/]*)$", "$1") AS ?localNameWithoutHash) +BIND(REPLACE(?localNameWithoutHash, "^.*#(.*)$", "$1") AS ?localName) +BIND(REPLACE(?localName, "-", " ", "i") AS ?newLabel) +} +"""^^xsd:string ; + sh:name "AddLabelFromLocalName"^^xsd:string ; + sh:prefixes ] ; sh:sparql [ a sh:SPARQLConstraint ; - rdfs:comment "Flag entities that have a hasMedium value which is incompatible with the ofMedium value of an associated Property."^^xsd:string ; - sh:message "{$this} hasMedium of {?m1}, but is associated with property {?prop} that has ofMedium of {?m2}."^^xsd:string ; - sh:prefixes ; + rdfs:comment "Inconsistent Medium. Case 2: A pure medium and an associated property with constituents."^^xsd:string ; + sh:message "s223: {$this} hasMedium of {?m1}, but is associated with property {?prop} that has ofMedium of {?m2}."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this ?m1 ?prop ?m2 +WHERE { +$this s223:hasMedium ?m1 . +$this ?p ?prop . +?prop a/rdfs:subClassOf* s223:Property . +?prop s223:ofMedium ?m2 . +?m2 s223:composedOf/s223:ofConstituent ?s2 . +FILTER NOT EXISTS {?m1 s223:composedOf ?c1} . +FILTER NOT EXISTS { + ?m2 s223:composedOf/s223:ofConstituent ?s12 . + {?s12 rdfs:subClassOf* ?m1} UNION {?m1 rdfs:subClassOf* ?s12} . +} +} +"""^^xsd:string ], + [ a sh:SPARQLConstraint ; + rdfs:comment "Inconsistent Medium. Case 1: Two pure mediums."^^xsd:string ; + sh:message "s223: {$this} hasMedium of {?m1}, but is associated with property {?prop} that has ofMedium of {?m2}."^^xsd:string ; + sh:prefixes ; sh:select """ SELECT $this ?m1 ?prop ?m2 WHERE { @@ -6506,14 +80327,16 @@ $this ?p ?prop . ?prop a/rdfs:subClassOf* s223:Property . ?prop s223:ofMedium ?m2 . FILTER (?m1 != ?m2 ) . -FILTER (NOT EXISTS {?m2 a/rdfs:subClassOf* ?m1}) . -FILTER (NOT EXISTS {?m1 a/rdfs:subClassOf* ?m2}) . +FILTER NOT EXISTS {?m1 s223:composedOf ?c1} . +FILTER NOT EXISTS {?m2 s223:composedOf ?c2} +FILTER (NOT EXISTS {?m2 rdfs:subClassOf* ?m1}) . +FILTER (NOT EXISTS {?m1 rdfs:subClassOf* ?m2}) . } """^^xsd:string ], [ a sh:SPARQLConstraint ; rdfs:comment "Ensure that any instance that is declared to be an instance of an abstract class must also be declared an instance of at least one subClass of that abstract class"^^xsd:string ; - sh:message "{$this} cannot be declared an instance of only abstract class {?class}."^^xsd:string ; - sh:prefixes ; + sh:message "s223: {$this} cannot be declared an instance of only abstract class {?class}."^^xsd:string ; + sh:prefixes ; sh:select """ SELECT DISTINCT $this ?class WHERE { @@ -6526,16 +80349,614 @@ FILTER (?class != ?otherClass) . } FILTER (!bound (?otherClass)) . } +"""^^xsd:string ], + [ a sh:SPARQLConstraint ; + rdfs:comment "Inconsistent Medium. Case 3: A medium with constituents and an associated property with a pure medium."^^xsd:string ; + sh:message "s223: {$this} hasMedium of {?m2}, but is associated with property {?prop} that has ofMedium of {?m1}."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this ?m1 ?prop ?m2 +WHERE { +$this s223:hasMedium ?m2 . +$this ?p ?prop . +?prop a/rdfs:subClassOf* s223:Property . +?prop s223:ofMedium ?m1 . +?m2 s223:composedOf/s223:ofConstituent ?s2 . +FILTER NOT EXISTS {?m1 s223:composedOf ?c1} . +FILTER NOT EXISTS { + ?m2 s223:composedOf/s223:ofConstituent ?s12 . + {?s12 rdfs:subClassOf* ?m1} UNION {?m1 rdfs:subClassOf* ?s12} . +} +} +"""^^xsd:string ], + [ a sh:SPARQLConstraint ; + rdfs:comment "Inconsistent Medium. Case 4: A medium with constituents and an associated property with constituents."^^xsd:string ; + sh:message "s223: {$this} hasMedium of {?m1}, but is associated with property {?prop} that has ofMedium of {?m2}."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this ?m1 ?prop ?m2 +WHERE { +$this s223:hasMedium ?m1 . +$this ?p ?prop . +?prop a/rdfs:subClassOf* s223:Property . +?prop s223:ofMedium ?m2 . + ?m1 s223:composedOf/s223:ofConstituent ?s1 . + ?m2 s223:composedOf/s223:ofConstituent ?s2 . + FILTER NOT EXISTS { + ?m1 s223:composedOf/s223:ofConstituent ?s11 . + ?m2 s223:composedOf/s223:ofConstituent ?s12 . + FILTER (?s11 = ?s12) . + } + FILTER NOT EXISTS { + ?m1 s223:composedOf/s223:ofConstituent ?s21 . + ?m2 s223:composedOf/s223:ofConstituent ?s22 . + {?s22 rdfs:subClassOf* ?s21} UNION {?s21 rdfs:subClassOf* ?s22} . + } +} """^^xsd:string ] . s223:cnx a s223:SymmetricProperty ; rdfs:label "cnx"^^xsd:string ; rdfs:comment "The cnx relation is a symmetric property used to associate adjacent entities in a connection path (comprised of Equipment-ConnectionPoint-Connection-ConnectionPoint-Equipment sequences)."^^xsd:string . + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E-1L0I0M1H0T-2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent -1 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(M T^-2 I^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-1I0M1H0T-3D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -3 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^-1 M T^-3\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-1I0M1H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^-1 M\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I0M0H1T-1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 1 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(T^-1 Θ\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L2I0M1H-1T-2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature -1 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^2 M T^-2 Θ^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L2I0M1H0T-1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^2 M T^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L2I0M1H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^2 M\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E2L-2I0M-1H0T3D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 2 ; + ns1:dimensionExponentForLength -2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 3 ; + ns1:dimensionlessExponent 0 ; + ns1:latexDefinition "\\(L^-2 M^-1 T^3 I^2\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Amount of Substance per Unit Mass"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns2:todo "fix the numerator and denominator dimensions"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Amount of Substance per Unit Volume"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.ask.com/answers/72367781/what-is-defined-as-the-amount-of-substance-per-unit-of-volume"^^xsd:anyURI, + "https://en.wikipedia.org/wiki/Molar_concentration"^^xsd:anyURI ; + ns1:plainTextDescription "The amount of substance per unit volume is called the molar density. Molar density is an intensive property of a substance and depends on the temperature and pressure."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Electric charge per area"@en ; + dcterms:description "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively. The respective SI units are \\(C \\cdot m^{-1}\\), \\(C \\cdot m^{-2}\\) or \\(C \\cdot m^{-3}\\)."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Charge_density"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\sigma\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Mass Ratio"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "In aerospace engineering, mass ratio is a measure of the efficiency of a rocket. It describes how much more massive the vehicle is with propellant than without; that is, it is the ratio of the rocket's wet mass (vehicle plus contents plus propellant) to its dry mass (vehicle plus contents)"^^xsd:string ; + ns1:symbol "R or M_{R}"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Molar Mass"@en ; + dcterms:description "In chemistry, the molar mass M is defined as the mass of a given substance (chemical element or chemical compound) divided by its amount of substance. It is a physical property of a given substance. The base SI unit for molar mass is \\(kg/mol\\)."^^ns1:LatexString ; + ns1:applicableUnit , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Molar_mass"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Molar_mass"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:symbol "M"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Permittivity"@en ; + ns1:applicableUnit , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Permittivity"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Permittivity?oldid=494094133"^^xsd:anyURI, + "http://maxwells-equations.com/materials/permittivity.php"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\epsilon = \\frac{D}{E}\\), where \\(D\\) is electric flux density and \\(E\\) is electric field strength."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\epsilon\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Permittivity\" is a physical quantity that describes how an electric field affects, and is affected by a dielectric medium, and is determined by the ability of a material to polarize in response to the field, and thereby reduce the total electric field inside the material. Permittivity is often a scalar valued quantity, however in the general case it is tensor-valued."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Plane Angle"@en ; + dcterms:description "The inclination to each other of two intersecting lines, measured by the arc of a circle intercepted between the two lines forming the angle, the center of the circle being the point of intersection. An acute angle is less than \\(90^\\circ\\), a right angle \\(90^\\circ\\); an obtuse angle, more than \\(90^\\circ\\) but less than \\(180^\\circ\\); a straight angle, \\(180^\\circ\\); a reflex angle, more than \\(180^\\circ\\) but less than \\(360^\\circ\\); a perigon, \\(360^\\circ\\). Any angle not a multiple of \\(90^\\circ\\) is an oblique angle. If the sum of two angles is \\(90^\\circ\\), they are complementary angles; if \\(180^\\circ\\), supplementary angles; if \\(360^\\circ\\), explementary angles."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Plane_angle"^^xsd:anyURI ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.thefreedictionary.com/plane+angle"^^xsd:anyURI ; + ns1:plainTextDescription "An angle formed by two straight lines (in the same plane) angle - the space between two lines or planes that intersect; the inclination of one line to another; measured in degrees or radians"^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + owl:sameAs ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Specific heat capacity at constant pressure"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Specific heat at a constant pressure."^^xsd:string ; + ns1:symbol "c_p"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + , + . + + a ns1:QuantityKind ; + rdfs:label "Specific heat capacity at constant volume"@en ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Specific heat per constant volume."^^xsd:string ; + ns1:symbol "c_v"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + , + . + + a ns1:QuantityKind ; + rdfs:label "Specific Heat Capacity at Saturation"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:plainTextDescription "Specific heat per constant volume."^^xsd:string ; + ns1:symbol "c_{sat}"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + , + . + + a ns1:QuantityKind ; + rdfs:label "Temperature per Time"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Square Nanometre"@en, + "Square Nanometer"@en-us ; + dcterms:description "A unit of area equal to that of a square, of sides 1nm"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000000000001 ; + ns1:conversionMultiplierSN 1e-18 ; + ns1:expression "$sqnm$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:plainTextDescription "A unit of area equal to that of a square, of sides 1nm"^^xsd:string ; + ns1:prefix ; + ns1:symbol "nm²"^^xsd:string ; + ns1:ucumCode "nm2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + +s223:Electricity-DC a s223:Class, + s223:Electricity-DC, + sh:NodeShape ; + rdfs:label "Electricity DC"^^xsd:string ; + s223:hasVoltage s223:Numerical-Voltage ; + rdfs:comment "This class has enumerated instances of all DC forms of electricity."^^xsd:string ; + rdfs:subClassOf s223:Constituent-Electricity ; + sh:property [ rdfs:comment "An electricity DC medium must have two reference voltages."^^xsd:string ; + sh:minCount 1 ; + sh:or ( [ sh:class s223:Numerical-DCVoltage ] [ sh:class s223:Numerical-Voltage ] ) ; + sh:path s223:hasVoltage ] . + s223:hasRole a rdf:Property ; rdfs:label "hasRole"^^xsd:string ; rdfs:comment "The relation hasRole is used to indicate the role of an Equipment, Connection, ConnectionPoint, or System within a building (e.g., a heating coil will be associated with Role-Heating). Possible values are defined in EnumerationKind-Role (see `s223:EnumerationKind-Role`)."^^xsd:string . + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E-1L1I0M1H0T-3D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent -1 ; + ns1:dimensionExponentForLength 1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -3 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L M T^-3 I^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A1E0L0I0M-1H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 1 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(M^-1 N\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:DecimalPrefix, + ns1:Prefix ; + rdfs:label "Kilo"@en ; + dcterms:description "\"kilo\" is a decimal prefix for expressing a value with a scaling of \\(10^{3}\"\\)."^^ns1:LatexString ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Kilo"^^xsd:anyURI ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Kilo?oldid=461428121"^^xsd:anyURI ; + ns1:prefixMultiplier 1e+03 ; + ns1:symbol "k"^^xsd:string ; + ns1:ucumCode "k"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Complex Power"@en ; + dcterms:description "\"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."^^ns1:LatexString ; + ns1:applicableUnit , + , + ; + ns1:expression "\\(complex-power\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-39"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\underline{S} = \\underline{U}\\underline{I^*}\\), where \\(\\underline{U}\\) is voltage phasor and \\(\\underline{I^*}\\) is the complex conjugate of the current phasor."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\underline{S}\\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Electric Charge Per Mass"@en ; + dcterms:description "\"Electric Charge Per Mass\" is the charge associated with a specific mass of a substance. In the SI and ISO systems this is \\(1 kg\\)."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Mass per Area Time"@en ; + 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}\\)."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Mass_flux"^^xsd:anyURI ; + ns1:latexSymbol "\\(j_m = \\lim\\limits_{A \\rightarrow 0}\\frac{I_m}{A}\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Speed"@en ; + ns1:applicableUnit , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Speed"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Speed is the magnitude of velocity."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "هرتز"@ar, + "херц"@bg, + "hertz"@cs, + "Hertz"@de, + "χερτζ"@el, + "hertz"@en, + "hercio"@es, + "هرتز"@fa, + "hertz"@fr, + "הרץ"@he, + "हर्ट्ज"@hi, + "hertz"@hu, + "hertz"@it, + "ヘルツ"@ja, + "hertzium"@la, + "hertz"@ms, + "herc"@pl, + "hertz"@pt, + "hertz"@ro, + "герц"@ru, + "hertz"@sl, + "hertz"@tr, + "赫兹"@zh ; + dcterms:description """ + $\\textit{Hertz}$ (symbol $Hz$) is the SI unit of frequency defined as the number of cycles per second of a periodic phenomenon. + One of its most common uses is the description of the sine wave, particularly those used in radio and audio applications, such as the frequency of musical tones. + The word $\\bf{hertz}$ is named for Heinrich Rudolf Hertz, who was the first to conclusively prove the existence of electromagnetic waves. + """^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Hertz"^^xsd:anyURI ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA170"^^xsd:string ; + ns1:omUnit ; + ns1:siExactMatch ; + ns1:symbol "Hz"^^xsd:string ; + ns1:ucumCode "Hz"^^ns1:UCUMcs ; + ns1:udunitsCode "Hz"^^xsd:string ; + ns1:uneceCommonCode "HTZ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "متر مربع"@ar, + "квадратен метър"@bg, + "čtvereční metr"@cs, + "Quadratmeter"@de, + "τετραγωνικό μέτρο"@el, + "square metre"@en, + "Square Meter"@en-us, + "metro cuadrado"@es, + "متر مربع"@fa, + "mètre carré"@fr, + "מטר רבוע"@he, + "वर्ग मीटर"@hi, + "négyzetméter"@hu, + "metro quadrato"@it, + "平方メートル"@ja, + "metrum quadratum"@la, + "meter persegi"@ms, + "metr kwadratowy"@pl, + "metro quadrado"@pt, + "metru pătrat"@ro, + "квадратный метр"@ru, + "kvadratni meter"@sl, + "metrekare"@tr, + "平方米"@zh ; + dcterms:description "The S I unit of area is the square metre."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Square_metre"^^xsd:anyURI ; + ns1:expression "$sq-m$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAA744"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Square_metre?oldid=490945508"^^xsd:anyURI ; + ns1:symbol "m²"^^xsd:string ; + ns1:ucumCode "m2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "MTK"^^xsd:string ; + rdfs:isDefinedBy . + s223:Numerical-LineLineVoltage a s223:Class, s223:Numerical-LineLineVoltage, sh:NodeShape ; @@ -6550,6 +80971,130 @@ s223:Numerical-LineLineVoltage a s223:Class, sh:minCount 1 ; sh:path s223:hasVoltage ] . + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-2I0M0H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-2I1M0H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -2 ; + ns1:dimensionExponentForLuminousIntensity 1 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^-2 J\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L2I0M0H0T-1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^2 T^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E1L-2I0M0H0T1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 1 ; + ns1:dimensionExponentForLength -2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 1 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^-2 T I\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Magnetic Dipole Moment"@en ; + dcterms:description "\"Magnetic Dipole Moment\" is the magnetic moment of a system is a measure of the magnitude and the direction of its magnetism. Magnetic moment usually refers to its Magnetic Dipole Moment, and quantifies the contribution of the system's internal magnetism to the external dipolar magnetic field produced by the system (that is, the component of the external magnetic field that is inversely proportional to the cube of the distance to the observer). The Magnetic Dipole Moment is a vector-valued quantity. For a particle or nucleus, vector quantity causing an increment \\(\\Delta W = -\\mu \\cdot B\\) to its energy \\(W\\) in an external magnetic field with magnetic flux density \\(B\\)."^^ns1:LatexString ; + ns1:applicableUnit , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-55"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI, + "https://www.simetric.co.uk/siderived.htm"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI, + "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition """\\(E_m = -m \\cdot B\\), where \\(E_m\\) is the interaction energy of the molecule with magnetic diploe moment \\(m\\) and a magnetic field with magnetic flux density \\(B\\) + +or, + +\\(J_m = \\mu_0 M\\) where \\(\\mu_0\\) is the magnetic constant and \\(M\\) is Magnetization."""^^ns1:LatexString ; + ns1:latexSymbol "\\(\\mu\\)"^^ns1:LatexString ; + ns1:symbol "J_m"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Number Density"@en ; + ns1:applicableUnit , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Number_density"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Number_density"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(n = \\frac{N}{V}\\), where \\(N\\) is the number of particles and \\(V\\) is volume."^^ns1:LatexString ; + ns1:plainTextDescription "In physics, astronomy, and chemistry, number density (symbol: n) is a kind of quantity used to describe the degree of concentration of countable objects (atoms, molecules, dust particles, galaxies, etc.) in the three-dimensional physical space."^^xsd:string ; + ns1:symbol "n"^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Resistance"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Resistance"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-45"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(R = \\frac{u}{i}\\), where \\(u\\) is instantaneous voltage and \\(i\\) is instantaneous electric current."^^ns1:LatexString ; + ns1:plainTextDescription "The electrical resistance of an object is a measure of its opposition to the passage of a steady electric current."^^xsd:string ; + ns1:symbol "R"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + , + . + s223:EnumerationKind a s223:Class, s223:EnumerationKind, sh:NodeShape ; @@ -6558,103 +81103,2785 @@ s223:EnumerationKind a s223:Class, EnumerationKinds define the (closed) set of permissible values for a given purpose. For example, the DayOfWeek EnumerationKind enumerates the days of the week and allows no other values. -EnumerationKinds are arranged in a tree hierarchy. -As you navigate down the tree each branch or leaf value is a more specific class of the EnumerationKind. +EnumerationKinds are arranged in a tree hierarchy, with the root class named EnumerationKind. Each subclass is named starting with its immediate superclass, followed by a hyphen and a name that is unique among the sibling superclasses. Certain validation constraints exist in the standard that evaluate compatibility of EnumerationKinds. -Two values are deemed compatible if they are the same or if one is a direct ancestor (or descendant) of the other."""^^xsd:string ; - rdfs:subClassOf s223:Concept ; - sh:property [ rdfs:comment "An EnumerationKind must not use the generalized hasProperty relation. Some EnumerationKinds have specifically-defined relations to Property."^^xsd:string ; - sh:maxCount 0 ; - sh:message "An EnumerationKind must not use the generalized hasProperty relation. EnumerationKind is a controlled vocabulary which must not be modified within a model."^^xsd:string ; - sh:path s223:hasProperty ] . +Two values are deemed compatible if they are the same, if one is a direct ancestor (or descendant) of the other, or if they are mixtures sharing at least one constituent."""^^xsd:string ; + rdfs:subClassOf s223:Concept . -s223:Sensor a s223:Class, + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-2I0M0H0T2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 2 ; + ns1:dimensionlessExponent 0 ; + ns1:latexDefinition "\\(L^{-2} T^2\\)"^^ns1:LatexString ; + ns2:todo "Permeability should be force/current**2, which is ML/T2E2. Permittivity should be T4E2L-3M-1"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-2I0M1H0T-2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^-2 M T^-2\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E1L-1I0M0H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 1 ; + ns1:dimensionExponentForLength -1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:latexDefinition "\\(L^-1 I\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E2L-3I0M-1H0T3D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 2 ; + ns1:dimensionExponentForLength -3 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 3 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:DecimalPrefix, + ns1:Prefix ; + rdfs:label "Mega"@en ; + dcterms:description "'mega' is a decimal prefix for expressing a value with a scaling of \\(10^{6}\\)."^^ns1:LatexString ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Mega"^^xsd:anyURI ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Mega?oldid=494040441"^^xsd:anyURI ; + ns1:prefixMultiplier 1e+06 ; + ns1:symbol "M"^^xsd:string ; + ns1:ucumCode "M"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Coefficient of heat transfer"@en ; + ns1:applicableSIUnit ; + ns1:applicableUnit , + , + , + , + , + , + ; + ns1:expression "\\(heat-xfer-coeff\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Heat_transfer_coefficient"^^xsd:anyURI ; + ns1:latexDefinition """"Coefficient of Heat Transfer", in thermodynamics and in mechanical and chemical engineering, is used in calculating the heat transfer, typically by convection or phase transition between a fluid and a solid. The heat transfer coefficient is the proportionality coefficient between the heat flux, that is heat flow per unit area, \\(q/A\\), and the thermodynamic driving force for the flow of heat (that is, the temperature difference, \\( \\bigtriangleup T \\)). Areic heat flow rate divided by thermodynamic temperature difference. In building technology, the \\(\\textit{Coefficient of Heat Transfer}\\), is often called \\(\\textit{thermal transmittance}\\), with the symbol \\(U\\). \\(\\textit{Coefficient of Heat Transfer}\\), has SI units in watts per squared meter kelvin: \\(W/(m^2 \\cdot K)\\) . + +\\(K = \\frac{\\varphi}{T}\\), where \\(\\varphi\\) is areic heat flow rate and \\(T\\) is thermodynamic temperature difference."""^^ns1:LatexString ; + ns1:latexSymbol "\\(\\kappa\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Coefficient of Heat Transfer\", in thermodynamics and in mechanical and chemical engineering, is used in calculating the heat transfer, typically by convection or phase transition between a fluid and a solid. The heat transfer coefficient is the proportionality coefficient between the heat flux, that is heat flow per unit area, q/A, and the thermodynamic driving force for the flow of heat (that is, the temperature difference, (Delta T). Areic heat flow rate divided by thermodynamic temperature difference. In building technology, the \"Coefficient of Heat Transfer\", is often called \"thermal transmittance}\" with the symbol \"U\". It has SI units in watts per squared meter kelvin."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Electric Field Strength"@en ; + dcterms:description "\\(\\textbf{Electric Field Strength}\\) is the magnitude and direction of an electric field, expressed by the value of \\(E\\), also referred to as \\(\\color{indigo} {\\textit{electric field intensity}}\\) or simply the electric field."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\mathbf{E} = \\mathbf{F}/q\\), where \\(\\mathbf{F}\\) is force and \\(q\\) is electric charge, of a test particle at rest."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\mathbf{E} \\)"^^ns1:LatexString ; + ns1:symbol "E"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Pressure"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Pressure"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Pressure"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(p = \\frac{dF}{dA}\\), where \\(dF\\) is the force component perpendicular to the surface element of area \\(dA\\)."^^ns1:LatexString ; + ns1: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."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Thermodynamic Temperature"@en ; + ns1:applicableUnit , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/page/Thermodynamic_temperature"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:latexSymbol "\\(\\Theta\\)"^^ns1:LatexString ; + ns1:plainTextDescription """Thermodynamic temperature is the absolute measure of temperature and is one of the principal parameters of thermodynamics. +Temperature is a physical property of matter that quantitatively expresses the common notions of hot and cold. +In thermodynamics, in a system of which the entropy is considered as an independent externally controlled variable, absolute, or thermodynamic temperature is defined as the derivative of the internal energy with respect to the entropy. This is a base quantity in the International System of Quantities, ISQ, on which the International System of Units, SI, is based."""^^xsd:string ; + ns1:symbol "T"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:broader . + + a ns1:Unit ; + rdfs:label "CentiNewton"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "cN"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Dyne"@en ; + 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."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.00001 ; + ns1:conversionMultiplierSN 1e-05 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Dyne"^^xsd:anyURI ; + ns1:derivedCoherentUnitOfSystem ; + ns1:derivedUnitOfSystem , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA422"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Dyne?oldid=494703827"^^xsd:anyURI ; + ns1:latexDefinition "$g\\cdot cm/s^{2}$"^^ns1:LatexString ; + ns1:omUnit ; + ns1:symbol "dyn"^^xsd:string ; + ns1:ucumCode "dyn"^^ns1:UCUMcs ; + ns1:uneceCommonCode "DU"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "DeciNewton"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.1 ; + ns1:conversionMultiplierSN 1e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "dN"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gram Force"@en ; + dcterms:description "\"Gram Force\" is a unit for 'Force' expressed as $gf$."^^ns1:LatexString ; + ns1:conversionMultiplier 0.00980665 ; + ns1:conversionMultiplierSN 9.80665e-03 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Kilogram-force"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Kilogram-force?oldid=493375479"^^xsd:anyURI ; + ns1:symbol "gf"^^xsd:string ; + ns1:ucumCode "gf"^^ns1:UCUMcs ; + ns1:udunitsCode "gf"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kip"@en ; + dcterms:description "1000 pound-force"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 4448.222 ; + ns1:conversionMultiplierSN 4.448222e+03 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Kip"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Kip?oldid=492552722"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "kip"^^xsd:string ; + ns1:ucumCode "k[lbf_av]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M75"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilogram Force"@en ; + dcterms:description "\"Kilogram Force\" is a unit for 'Force' expressed as $kgf$."^^ns1:LatexString ; + ns1:conversionMultiplier 9.80665 ; + ns1:conversionMultiplierSN 9.80665e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Kilogram-force"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA632"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Kilogram-force?oldid=493375479"^^xsd:anyURI ; + ns1:symbol "kgf"^^xsd:string ; + ns1:ucumCode "kgf"^^ns1:UCUMcs ; + ns1:udunitsCode "kgf"^^xsd:string ; + ns1:uneceCommonCode "B37"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "KiloPound Force"@en ; + dcterms:description "1,000-fold of the unit of the force pound-force (lbf) according to the Anglo-American system of units"^^xsd:string ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 4448.222 ; + ns1:conversionMultiplierSN 4.448222e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB232"^^xsd:string ; + ns1:symbol "klbf"^^xsd:string ; + ns1:uneceCommonCode "M75"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilonewton"@en ; + dcterms:description "1 000-fold of the SI derived unit newton"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA573"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the SI derived unit newton"^^xsd:string ; + ns1:prefix ; + ns1:symbol "kN"^^xsd:string ; + ns1:ucumCode "kN"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B47"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilopond"@en ; + dcterms:description "Same as kilogramForce"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 9.80665 ; + ns1:conversionMultiplierSN 9.80665e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB059"^^xsd:string ; + ns1:symbol "kP"^^xsd:string ; + ns1:ucumCode "kgf"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B51"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilopond"@en ; + dcterms:description "illegal unit of the weight, defined as mass of 1 kg which receives a weight of 1 kp through gravitation at sea level, which equates to a force of 9,806 65 newton"^^rdf:HTML ; + ns1:conversionMultiplier 9.80665 ; + ns1:conversionMultiplierSN 9.80665e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB059"^^xsd:string ; + ns1:plainTextDescription "illegal unit of the weight, defined as mass of 1 kg which receives a weight of 1 kp through gravitation at sea level, which equates to a force of 9,806 65 newton"^^xsd:string ; + ns1:symbol "kp"^^xsd:string ; + ns1:uneceCommonCode "B51"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound Force"@en ; + dcterms:description "\"Pound Force\" is an Imperial unit for 'Force' expressed as $lbf$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 4.448222 ; + ns1:conversionMultiplierSN 4.448222e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Pound-force"^^xsd:anyURI ; + ns1:definedUnitOfSystem , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA696"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Pound-force?oldid=453191483"^^xsd:anyURI ; + ns1:symbol "lbf"^^xsd:string ; + ns1:ucumCode "[lbf_av]"^^ns1:UCUMcs ; + ns1:udunitsCode "lbf"^^xsd:string ; + ns1:uneceCommonCode "C78"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Mega Pound Force"@en ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 4448221.8148411428 ; + ns1:conversionMultiplierSN 4.448222e+06 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Pound-force"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Pound-force?oldid=453191483"^^xsd:anyURI ; + ns1:symbol "Mlbf"^^xsd:string ; + ns1:ucumCode "M[lbf_av]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Meganewton"@en ; + dcterms:description "1,000,000-fold of the SI derived unit newton"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA213"^^xsd:string ; + ns1:plainTextDescription "1,000,000-fold of the SI derived unit newton"^^xsd:string ; + ns1:prefix ; + ns1:symbol "MN"^^xsd:string ; + ns1:ucumCode "MN"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B73"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Micronewton"@en ; + dcterms:description "0.000001-fold of the SI derived unit newton"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA070"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI derived unit newton"^^xsd:string ; + ns1:prefix ; + ns1:symbol "μN"^^xsd:string ; + ns1:ucumCode "uN"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B92"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millinewton"@en ; + dcterms:description "0.001-fold of the SI derived unit newton"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA793"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the SI derived unit newton"^^xsd:string ; + ns1:prefix ; + ns1:symbol "mN"^^xsd:string ; + ns1:ucumCode "mN"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C20"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Imperial Ounce Force"@en ; + dcterms:description "\"Ounce Force\" is an Imperial unit for 'Force' expressed as $ozf$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.278013875 ; + ns1:conversionMultiplierSN 2.780139e-01 ; + ns1:definedUnitOfSystem , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA926"^^xsd:string ; + ns1:symbol "ozf"^^xsd:string ; + ns1:ucumCode "[ozf_av]"^^ns1:UCUMcs ; + ns1:udunitsCode "ozf"^^xsd:string ; + ns1:uneceCommonCode "L40"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Poundal"@en ; + dcterms:description "The poundal is a unit of force that is part of the foot-pound-second system of units, in Imperial units introduced in 1877, and is from the specialized subsystem of English absolute (a coherent system). The poundal is defined as the force necessary to accelerate 1 pound-mass to 1 foot per second per second. $1 pdl = 0.138254954376 N$ exactly."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.138254954376 ; + ns1:conversionMultiplierSN 1.38255e-01 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Poundal"^^xsd:anyURI ; + ns1:definedUnitOfSystem , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB233"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Poundal?oldid=494626458"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "pdl"^^xsd:string ; + ns1:ucumCode "[lb_av].[ft_i].s-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M76"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Planck Force"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 121027000000000000000000000000000000000000000.0 ; + ns1:conversionMultiplierSN 1.21027e+44 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Planck_force"^^xsd:anyURI ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Planck_force?oldid=493643031"^^xsd:anyURI ; + ns1:symbol "planckforce"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "ثانية"@ar, + "секунда"@bg, + "sekunda"@cs, + "Sekunde"@de, + "δευτερόλεπτο"@el, + "second"@en, + "segundo"@es, + "ثانیه"@fa, + "seconde"@fr, + "שנייה"@he, + "सैकण्ड"@hi, + "másodperc"@hu, + "secondo"@it, + "秒"@ja, + "secundum"@la, + "saat"@ms, + "sekunda"@pl, + "segundo"@pt, + "secundă"@ro, + "секунда"@ru, + "sekunda"@sl, + "saniye"@tr, + "秒"@zh ; + dcterms:description """The $Second$ (symbol: $s$) is the base unit of time in the International System of Units (SI) and is also a unit of time in other systems of measurement. Between the years1000 (when al-Biruni used seconds) and 1960 the second was defined as $1/86400$ of a mean solar day (that definition still applies in some astronomical and legal contexts). Between 1960 and 1967, it was defined in terms of the period of the Earth's orbit around the Sun in 1900, but it is now defined more precisely in atomic terms. +Under the International System of Units (via the International Committee for Weights and Measures, or CIPM), since 1967 the second has been defined as the duration of ${9192631770}$ periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the caesium 133 atom.In 1997 CIPM added that the periods would be defined for a caesium atom at rest, and approaching the theoretical temperature of absolute zero, and in 1999, it included corrections from ambient radiation."""^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Second"^^xsd:anyURI ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA972"^^xsd:string, + "0112/2///62720#UAD722"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Second?oldid=495241006"^^xsd:anyURI ; + ns1:omUnit ; + ns1:siExactMatch ; + ns1:symbol "s"^^xsd:string ; + ns1:ucumCode "s"^^ns1:UCUMcs ; + ns1:udunitsCode "s"^^xsd:string ; + ns1:uneceCommonCode "SEC"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ton Force (US Short)"@en ; + dcterms:description "unit of the force according to the American system of units"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 8896.443230521 ; + ns1:conversionMultiplierSN 8.896443e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB021"^^xsd:string ; + ns1:plainTextDescription "unit of the force according to the American system of units"^^xsd:string ; + ns1:symbol "tonf{us}"^^xsd:string ; + ns1:ucumCode "[stonf_av]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "L94"^^xsd:string ; + rdfs:isDefinedBy . + +ns2:GraphRole a owl:Class ; + rdfs:label "Graph role"^^xsd:string ; + dcterms:description "GraphRole is used to characterize how a graph of resources participates in an ontology set. For example, a graph can be a schema, vocabulary, dataset, script, or ruleset"^^xsd:string ; + rdfs:isDefinedBy , + ; + rdfs:subClassOf [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ns2:description ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ns2:filePrefix ], + owl:Thing . + +sh:Info a sh:Severity ; + rdfs:label "Info"@en ; + rdfs:comment "The severity for an informational validation result."@en ; + rdfs:isDefinedBy sh: . + +s223:Numerical-LineNeutralVoltage a s223:Class, + s223:Numerical-LineNeutralVoltage, sh:NodeShape ; - rdfs:label "Sensor"^^xsd:string ; - rdfs:comment "A Sensor observes an ObservableProperty (see `s223:ObservableProperty`) which may be quantifiable (see `s223:QuantifiableObservableProperty`), such as a temperature, flowrate, or concentration, or Enumerable (see `s223:EnumeratedObservableProperty`), such as an alarm state or occupancy state."^^xsd:string ; - rdfs:subClassOf s223:AbstractSensor ; - sh:rule [ a sh:SPARQLRule ; - rdfs:comment "Infer the hasObservationLocation relation for a Sensor from the Property that it is observing, only if that property is associated with a single entity."^^xsd:string ; - sh:construct """ -CONSTRUCT {$this s223:hasObservationLocation ?something .} -WHERE { -{ -SELECT ?prop (COUNT (DISTINCT ?measurementLocation) AS ?count) $this + rdfs:label "Dimensioned Line-Neutral Voltage"^^xsd:string ; + s223:hasVoltage s223:Numerical-Voltage ; + ns1:hasQuantityKind ; + ns1:hasUnit ; + rdfs:comment "This class has enumerated instances of common line-neutral voltages."^^xsd:string ; + rdfs:subClassOf s223:EnumerationKind-Numerical ; + sh:property [ rdfs:comment "An AC-Numerical-LineNeutralVoltage must have a voltage"^^xsd:string ; + sh:class s223:Numerical-Voltage ; + sh:minCount 1 ; + sh:path s223:hasVoltage ] . + +s223:Property a s223:Class, + sh:NodeShape ; + rdfs:label "Property"^^xsd:string ; + rdfs:comment """An attribute, quality, or characteristic of a feature of interest. + +The Property class is the parent of all variations of a property, which are: +ActuatableProperty - parent of subclass of properties that can be modified by user or machine outside of the model (typically command); +ObservableProperty - parent of subclass of properties that can not be modified by user or machine outside of the model (typically measures); +EnumerableProperty - parent of subclass of properties defined by EnumerationKind; +QuantifiableProperty - parent of subclass of properties defined by numerical values. + +And their different associations : +QuantifiableActuatableProperty, +QuantifiableObservableProperty, +EnumeratedObservableProperty, +EnumeratedActuatableProperty. + +A QuantifiableProperty (or subClass thereof) must always be associated with a Unit and a QuantityKind, either explicitly from the Property, or through the associated Value. If the Unit is defined, the SHACL reasoner (if invoked) will figure out and assert the QuantityKind (the most general version). + +Enumerable properties must be associated with an EnumerationKind. +"""^^xsd:string ; + rdfs:subClassOf s223:Concept ; + sh:property [ rdfs:comment "If the relation hasAspect is present, it must associate the Property with an EnumerationKind."^^xsd:string ; + sh:class s223:EnumerationKind ; + sh:path s223:hasAspect ], + [ rdfs:comment ""^^xsd:string ; + sh:path s223:ofConstituent ; + sh:sparql [ a sh:SPARQLConstraint ; + rdfs:comment "If an incoming relation composedOf exists, then the Property must have a declared substance using the relation ofConstituent."^^xsd:string ; + sh:message "s223: Property {$this} is referred to by {?something} with s223:composedOf, but the Property has no value for s223:ofConstituent."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this ?something WHERE { -FILTER (NOT EXISTS {$this s223:hasObservationLocation ?anything}) . -$this s223:observes ?prop . -?measurementLocation s223:hasProperty ?prop . -} -GROUP BY ?prop $this +?something s223:composedOf $this . +FILTER NOT EXISTS {$this s223:ofConstituent ?someSubstance} . } -FILTER (?count = 1) . -?something s223:hasProperty ?prop . -{?something a/rdfs:subClassOf* s223:Connectable} -UNION -{?something a/rdfs:subClassOf* s223:Connection} -UNION -{?something a/rdfs:subClassOf* s223:ConnectionPoint} +"""^^xsd:string ] ], + [ rdfs:comment "If the relation hasExternalReference is present it must associate the Property with an ExternalReference."^^xsd:string ; + sh:class s223:ExternalReference ; + sh:path s223:hasExternalReference ], + [ rdfs:comment "A Property can be associated with at most one EnumerationKind-Substance using the relation ofSubstance."^^xsd:string ; + sh:class s223:EnumerationKind-Substance ; + sh:maxCount 1 ; + sh:message "s223: A Property can be associated with at most one EnumerationKind-Substance using the relation ofSubstance."^^xsd:string ; + sh:path s223:ofSubstance ], + [ rdfs:comment "A Property can use at most one relation hasValue if it is required to provide a static value in the model. It is not meant for real-time value (see `s223:hasExternalReference`)."^^xsd:string ; + sh:maxCount 1 ; + sh:message "s223: A Property can use at most one relation hasValue if it is required to provide a static value in the model. It is not meant for real-time value (see `s223:hasExternalReference`)."^^xsd:string ; + sh:path s223:hasValue ], + [ rdfs:comment "A Property can be associated with at most one Function using the inverse relation hasOutput."^^xsd:string ; + sh:class s223:Function ; + sh:maxCount 1 ; + sh:message "s223: A Property can be associated with at most one Function using the inverse relation hasOutput."^^xsd:string ; + sh:path [ sh:inversePath s223:hasOutput ] ], + [ rdfs:comment "A Property can be associated with at most one EnumerationKind-Medium using the relation ofMedium."^^xsd:string ; + sh:class s223:Substance-Medium ; + sh:maxCount 1 ; + sh:message "s223: A Property can be associated with at most one EnumerationKind-Medium using the relation ofMedium."^^xsd:string ; + sh:path s223:ofMedium ], + [ rdfs:comment "An instance of s223:Property must not be observed (set) by more than one entity."^^xsd:string ; + sh:maxCount 1 ; + sh:message "s223: An instance of s223:Property must not be observed (set) by more than one entity."^^xsd:string ; + sh:path [ sh:inversePath s223:observes ] ] ; + sh:sparql [ a sh:SPARQLConstraint ; + rdfs:comment "A Property instance cannot be declared an instance of both an ActuatableProperty and an ObservableProperty."^^xsd:string ; + sh:message "s223: {$this} cannot be declared an instance of both an ActuatableProperty and an ObservableProperty."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this +WHERE { +$this a/rdfs:subClassOf* s223:ActuatableProperty . +$this a/rdfs:subClassOf* s223:ObservableProperty . } -"""^^xsd:string ; - sh:name "InferredMeasurementLocation"^^xsd:string ; - sh:prefixes ] ; - sh:xone ( [ sh:property [ rdfs:comment "A Sensor must be associated with exactly 1 of QuantifiableObservableProperty or EnumeratedObservableProperty using the relation observes."^^xsd:string ; - sh:class s223:QuantifiableObservableProperty ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path s223:observes ] ] [ sh:property [ rdfs:comment "A Sensor must be associated with exactly 1 of QuantifiableObservableProperty or EnumeratedObservableProperty using the relation observes."^^xsd:string ; - sh:class s223:EnumeratedObservableProperty ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path s223:observes ] ] ), - ( [ sh:property [ rdfs:comment "A Sensor must be associated with exactly 1 of Connectable, Connection, or ConnectionPoint using the relation hasObservationLocation."^^xsd:string ; - sh:class s223:Connectable ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path s223:hasObservationLocation ] ] [ sh:property [ rdfs:comment "A Sensor must be associated with exactly 1 of Connectable, Connection, or ConnectionPoint using the relation hasObservationLocation."^^xsd:string ; - sh:class s223:Connection ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path s223:hasObservationLocation ] ] [ sh:property [ rdfs:comment "A Sensor must be associated with exactly 1 of Connectable, Connection, or ConnectionPoint using the relation hasObservationLocation."^^xsd:string ; - sh:class s223:ConnectionPoint ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path s223:hasObservationLocation ] ] ) . +"""^^xsd:string ] . -s223:Numerical-LineNeutralVoltage a s223:Class, - s223:Numerical-LineNeutralVoltage, - sh:NodeShape ; - rdfs:label "Dimensioned Line-Neutral Voltage"^^xsd:string ; - s223:hasVoltage s223:Numerical-Voltage ; - ns1:hasQuantityKind ; - ns1:hasUnit ; - rdfs:comment "This class has enumerated instances of common line-neutral voltages."^^xsd:string ; - rdfs:subClassOf s223:EnumerationKind-Numerical ; - sh:property [ rdfs:comment "An AC-Numerical-LineNeutralVoltage must have a voltage"^^xsd:string ; - sh:class s223:Numerical-Voltage ; - sh:minCount 1 ; - sh:path s223:hasVoltage ] . +s223:hasProperty a rdf:Property ; + rdfs:label "has Property"^^xsd:string ; + rdfs:comment "The relation hasProperty associates any 223 Concept with a Property."^^xsd:string . -s223:QuantifiableObservableProperty a s223:Class, + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E-2L2I0M1H0T-3D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent -2 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -3 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^2 M T^-3 I^-2\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I0M0H-1T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature -1 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy ""^^xsd:string . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I0M1H-1T-3D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature -1 ; + ns1:dimensionExponentForTime -3 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(M T^-3 Θ^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L1I0M-1H0T2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass -1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 2 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L T^2 M^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Electric Potential"@en ; + dcterms:description "The Electric Potential is a scalar valued quantity associated with an electric field. The electric potential \\(\\phi(x)\\) at a point, \\(x\\), is formally defined as the line integral of the electric field taken along a path from x to the point at infinity. If the electric field is static, that is time independent, then the choice of the path is arbitrary; however if the electric field is time dependent, taking the integral a different paths will produce different results."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + ; + ns1:exactMatch , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1:latexDefinition "\\(-\\textbf{grad} \\; V = E + \\frac{\\partial A}{\\partial t}\\), where \\(E\\) is electric field strength, \\(A\\) is magentic vector potential and \\(t\\) is time."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\phi\\)"^^ns1:LatexString ; + ns1:symbol "V"^^xsd:string ; + rdfs:isDefinedBy ; + owl:sameAs , + , + ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Electric Potential Difference"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + ; + ns1:exactMatch , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(V_{ab} = \\int_{r_a(C)}^{r_b} (E +\\frac{\\partial A}{\\partial t}) \\), where \\(E\\) is electric field strength, \\(A\\) is magentic vector potential, \\(t\\) is time, and \\(r\\) is position vector along a curve C from a point \\(a\\) to \\(b\\)."^^ns1:LatexString ; + ns1:plainTextDescription "\"Electric Potential Difference\" is a scalar valued quantity associated with an electric field."^^xsd:string ; + ns1:symbol "V_{ab}"^^xsd:string ; + rdfs:isDefinedBy ; + owl:sameAs , + , + ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Linear Acceleration"@en ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Acceleration"^^xsd:anyURI ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy ; + owl:sameAs . + + a ns1:QuantityKind ; + rdfs:label "Magnetic Field Strength"@en ; + dcterms:description "\\(\\textbf{Magnetic Field Strength}\\) is a vector quantity obtained at a given point by subtracting the magnetization \\(M\\) from the magnetic flux density \\(B\\) divided by the magnetic constant \\(\\mu_0\\). The magnetic field strength is related to the total current density \\(J_{tot}\\) via: \\(\\text{rot} H = J_{tot}\\)."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-56"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1: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."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\mathbf{H} \\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Magnetic flux density"@en ; + dcterms:description "\"Magnetic Flux Density\" is a vector quantity and is the magnetic flux per unit area of a magnetic field at right angles to the magnetic force. It can be defined in terms of the effects the field has, for example by \\(B = F/q v \\sin \\theta\\), where \\(F\\) is the force a moving charge \\(q\\) would experience if it was travelling at a velocity \\(v\\) in a direction making an angle θ with that of the field. The magnetic field strength is also a vector quantity and is related to \\(B\\) by: \\(H = B/\\mu\\), where \\(\\mu\\) is the permeability of the medium."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI, + "http://www.oxfordreference.com/view/10.1093/acref/9780199233991.001.0001/acref-9780199233991-e-1798"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\mathbf{F} = qv \\times B\\), where \\(F\\) is force and \\(v\\) is velocity of any test particle with electric charge \\(q\\)."^^ns1:LatexString ; + ns1:symbol "B"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:QuantityKind ; + rdfs:label "Specific Heat Capacity"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Specific_heat_capacity"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.taftan.com/thermodynamics/CP.HTM"^^xsd:anyURI ; + ns1:plainTextDescription "\"Specific Heat Capacity} of a solid or liquid is defined as the heat required to raise unit mass of substance by one degree of temperature. This is \\textit{Heat Capacity} divied by \\textit{Mass\". Note that there are corresponding molar quantities."^^xsd:string ; + ns1:symbol "c"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + , + , + , + . + + a ns1:Unit ; + rdfs:label "Gigahertz Metre"@en, + "Gigahertz Meter"@en-us ; + dcterms:description "product of the 1,000,000,000-fold of the SI derived unit hertz and the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000000.0 ; + ns1:conversionMultiplierSN 1e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA151"^^xsd:string ; + ns1:plainTextDescription "product of the 1 000 000 000-fold of the SI derived unit hertz and the SI base unit metre"^^xsd:string ; + ns1:symbol "GHz·m"^^xsd:string ; + ns1:ucumCode "GHz.m"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M18"^^xsd:string ; + rdfs:isDefinedBy . + +s223:Fluid-Water a s223:Class, + s223:Fluid-Water, sh:NodeShape ; - rdfs:label "Quantifiable Observable Property"^^xsd:string ; - rdfs:comment "This class is for quantifiable properties of which numerical values cannot be modified by a user or a machine outside of the model, but only observed, like a temperature reading or a voltage measure."^^xsd:string ; - rdfs:subClassOf s223:ObservableProperty, - s223:QuantifiableProperty . + rdfs:label "Fluid-Water"^^xsd:string ; + s223:composedOf [ a s223:QuantifiableProperty ; + rdfs:label "Water conc"^^xsd:string ; + s223:ofConstituent s223:Constituent-H2O ; + ns1:hasQuantityKind ; + ns1:hasUnit ] ; + rdfs:comment "This class has enumerated subclasses of water and aqueous solutions in various states."^^xsd:string ; + rdfs:subClassOf s223:Mix-Fluid . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L1I0M1H-1T-3D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature -1 ; + ns1:dimensionExponentForTime -3 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexSymbol "\\(L \\cdot M /( T^3 \\cdot \\Theta^1)\\)"^^ns1:LatexString, + "\\(L.M.T^{-3} .\\Theta^{-1}\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A1E0L-3I0M0H0T-1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 1 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -3 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Acceleration"@en ; + dcterms:description "Acceleration is the (instantaneous) rate of change of velocity. Acceleration may be either linear acceleration, or angular acceleration. It is a vector quantity with dimension \\(length/time^{2}\\) for linear acceleration, or in the case of angular acceleration, with dimension \\(angle/time^{2}\\). In SI units, linear acceleration is measured in \\(meters/second^{2}\\) (\\(m \\cdot s^{-2}\\)) and angular acceleration is measured in \\(radians/second^{2}\\). In physics, any increase or decrease in speed is referred to as acceleration and similarly, motion in a circle at constant speed is also an acceleration, since the direction component of the velocity is changing."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Acceleration"^^xsd:anyURI ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Acceleration"^^xsd:anyURI ; + rdfs:isDefinedBy ; + owl:sameAs . + + a ns1:QuantityKind ; + rdfs:label "Heat Flow Rate"@en ; + dcterms:description "The rate of heat flow between two systems is measured in watts (joules per second). The formula for rate of heat flow is \\(\\bigtriangleup Q / \\bigtriangleup t = -K \\times A \\times \\bigtriangleup T/x\\), where \\(\\bigtriangleup Q / \\bigtriangleup t\\) is the rate of heat flow; \\(-K\\) is the thermal conductivity factor; A is the surface area; \\(\\bigtriangleup T\\) is the change in temperature and \\(x\\) is the thickness of the material. \\(\\bigtriangleup T/ x\\) is called the temperature gradient and is always negative because of the heat of flow always goes from more thermal energy to less)."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:expression "\\(heat-flow-rate\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Rate_of_heat_flow"^^xsd:anyURI ; + ns1:latexSymbol "\\(\\Phi\\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Information Entropy"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://simple.wikipedia.org/wiki/Information_entropy"^^xsd:anyURI ; + ns1:plainTextDescription "Information Entropy is a concept from information theory. It tells how much information there is in an event. In general, the more uncertain or random the event is, the more information it will contain. The concept of information entropy was created by a mathematician. He was named Claude Elwood Shannon. It has applications in many areas, including lossless data compression, statistical inference, cryptography and recently in other disciplines as biology, physics or machine learning."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Thermal Conductivity"@en ; + dcterms:description "In physics, thermal conductivity, \\(k\\) (also denoted as \\(\\lambda\\)), is the property of a material's ability to conduct heat. It appears primarily in Fourier's Law for heat conduction and is the areic heat flow rate divided by temperature gradient."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Thermal_conductivity"^^xsd:anyURI ; + ns1:expression "\\(thermal-k\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Thermal_conductivity"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\lambda = \\frac{\\varphi}{T}\\), where \\(\\varphi\\) is areic heat flow rate and \\(T\\) is temperature gradient."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\lambda\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "متر في الثانية"@ar, + "метър в секунда"@bg, + "metr za sekundu"@cs, + "Meter je Sekunde"@de, + "μέτρο ανά δευτερόλεπτο"@el, + "metre per second"@en, + "Meter per Second"@en-us, + "metro por segundo"@es, + "متر بر ثانیه"@fa, + "mètre par seconde"@fr, + "מטרים לשנייה"@he, + "मीटर प्रति सैकिण्ड"@hi, + "metro al secondo"@it, + "メートル毎秒"@ja, + "metra per secundum"@la, + "meter per saat"@ms, + "metr na sekundę"@pl, + "metro por segundo"@pt, + "metru pe secundă"@ro, + "метр в секунду"@ru, + "meter na sekundo"@sl, + "metre bölü saniye"@tr, + "米每秒"@zh ; + dcterms:description """Metre per second is an SI derived unit of both speed (scalar) and velocity (vector quantity which specifies both magnitude and a specific direction), defined by distance in metres divided by time in seconds. +The official SI symbolic abbreviation is mu00b7s-1, or equivalently either m/s."""^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$m/s$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA733"^^xsd:string, + "0112/2///62720#UAD515"^^xsd:string ; + ns1:symbol "m/s"^^xsd:string ; + ns1:ucumCode "m.s-1"^^ns1:UCUMcs, + "m/s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "MTS"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "نيوتن"@ar, + "нютон"@bg, + "newton"@cs, + "Newton"@de, + "νιούτον"@el, + "newton"@en, + "newton"@es, + "نیوتن"@fa, + "newton"@fr, + "ניוטון"@he, + "न्यूटन"@hi, + "newton"@hu, + "newton"@it, + "ニュートン"@ja, + "newtonium"@la, + "newton"@ms, + "niuton"@pl, + "newton"@pt, + "newton"@ro, + "ньютон"@ru, + "newton"@sl, + "newton"@tr, + "牛顿"@zh ; + dcterms:description "The \"Newton\" is the SI unit of force. A force of one newton will accelerate a mass of one kilogram at the rate of one meter per second per second. The newton is named for Isaac Newton (1642-1727), the British mathematician, physicist, and natural philosopher. He was the first person to understand clearly the relationship between force (F), mass (m), and acceleration (a) expressed by the formula $F = m \\cdot a$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Newton"^^xsd:anyURI ; + ns1:derivedCoherentUnitOfSystem ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA235"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Newton?oldid=488427661"^^xsd:anyURI ; + ns1:omUnit ; + ns1:siExactMatch ; + ns1:symbol "N"^^xsd:string ; + ns1:ucumCode "N"^^ns1:UCUMcs ; + ns1:udunitsCode "N"^^xsd:string ; + ns1:uneceCommonCode "NEW"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Reciprocal Metre"@en, + "Reciprocal Meter"@en-us ; + dcterms:description "Per Meter Unit is a denominator unit with dimensions $/m$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:derivedCoherentUnitOfSystem ; + ns1:expression "$per-meter$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + , + , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA738"^^xsd:string, + "0112/2///62720#UAD635"^^xsd:string ; + ns1:symbol "/m"^^xsd:string ; + ns1:ucumCode "/m"^^ns1:UCUMcs, + "m-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C92"^^xsd:string ; + rdfs:isDefinedBy . + +s223:Fluid-Air a s223:Class, + s223:Fluid-Air, + sh:NodeShape ; + rdfs:label "Fluid-Air"^^xsd:string ; + rdfs:comment "This class has enumerated subclasses of Air in various states."^^xsd:string ; + rdfs:subClassOf s223:Mix-Fluid . + +ns1:PropertiesGroup a sh:PropertyGroup ; + rdfs:label "Properties"^^xsd:string ; + rdfs:isDefinedBy ; + sh:order 20.0 . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A1E0L-3I0M0H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 1 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -3 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^-3 N\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Active Power"@en ; + dcterms:description "\\(Active Power\\) is, under periodic conditions, the mean value, taken over one period \\(T\\), of the instantaneous power \\(p\\). In complex notation, \\(P = \\mathbf{Re} \\; \\underline{S}\\), where \\(\\underline{S}\\) is \\(\\textit{complex power}\\)\"."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-42"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(P = \\frac{1}{T}\\int_{0}^{T} pdt\\), where \\(T\\) is the period and \\(p\\) is instantaneous power."^^ns1:LatexString ; + ns1:symbol "P"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Moment of Force"@en ; + ns1:applicableUnit ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Moment_(physics)"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(M = r \\cdot F\\), where \\(r\\) is the position vector and \\(F\\) is the force."^^ns1:LatexString ; + ns1:plainTextDescription "Moment of force (often just moment) is the tendency of a force to twist or rotate an object."^^xsd:string ; + ns1:symbol "M"^^xsd:string ; + rdfs:isDefinedBy ; + owl:sameAs . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-1I0M1H0T-1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^-1 M T^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-2I0M1H0T-1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^{-2} M T^{-1}\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Dynamic Viscosity"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://dictionary.reference.com/browse/dynamic+viscosity"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\tau_{xz} = \\eta\\frac{dv_x}{dz}\\), where \\(\\tau_{xz}\\) is shear stress in a fluid moving with a velocity gradient \\(\\frac{dv_x}{dz}\\) perpendicular to the plane of shear. "^^ns1:LatexString ; + ns1:latexSymbol "\\(\\mu\\)"^^ns1:LatexString ; + ns1:plainTextDescription "A measure of the molecular frictional resistance of a fluid as calculated using Newton's law."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Torque"@en ; + dcterms:description """In physics, a torque (\\(\\tau\\)) is a vector that measures the tendency of a force to rotate an object about some axis. The magnitude of a torque is defined as force times its lever arm. Just as a force is a push or a pull, a torque can be thought of as a twist. The SI unit for torque is newton meters (\\(N m\\)). In U.S. customary units, it is measured in foot pounds (ft lbf) (also known as "pounds feet"). +Mathematically, the torque on a particle (which has the position r in some reference frame) can be defined as the cross product: \\(τ = r x F\\) +where, +r is the particle's position vector relative to the fulcrum +F is the force acting on the particles, +or, more generally, torque can be defined as the rate of change of angular momentum: \\(τ = dL/dt\\) +where, +L is the angular momentum vector +t stands for time."""^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Torque"^^xsd:anyURI ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Torque"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1: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."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\tau\\)"^^ns1:LatexString ; + ns1:url "http://en.wikipedia.org/wiki/Torque"^^xsd:anyURI ; + rdfs:isDefinedBy ; + owl:sameAs . + + a ns1:Unit ; + rdfs:label "كلفن"@ar, + "келвин"@bg, + "kelvin"@cs, + "Kelvin"@de, + "κέλβιν"@el, + "kelvin"@en, + "kelvin"@es, + "کلوین"@fa, + "kelvin"@fr, + "קלווין"@he, + "कैल्विन"@hi, + "kelvin"@hu, + "kelvin"@it, + "ケルビン"@ja, + "kelvin"@la, + "kelvin"@ms, + "kelwin"@pl, + "kelvin"@pt, + "kelvin"@ro, + "кельвин"@ru, + "kelvin"@sl, + "kelvin"@tr, + "开尔文"@zh ; + dcterms:description """ + The unit $\\textit{Kelvin}$ is the SI base unit of temperature, previously called the degree Kelvin. + One kelvin represents the same temperature difference as one degree Celsius. + In 1967 the General Conference on Weights and Measures defined the temperature of the triple point of water + (the temperature at which water exists simultaneously in the gaseous, liquid, and solid states) to be exactly 273.16 kelvins. + Since this temperature is also equal to 0.01 u00b0C, the temperature in kelvins is always equal to 273.15 plus the temperature in degrees Celsius. + The kelvin equals exactly 1.8 degrees Fahrenheit. + The unit is named for the British mathematician and physicist William Thomson (1824-1907), + later known as Lord Kelvin after he was named Baron Kelvin of Largs. + """^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Kelvin"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA185"^^xsd:string, + "0112/2///62720#UAD721"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Kelvin?oldid=495075694"^^xsd:anyURI ; + ns1:omUnit ; + ns1:siExactMatch ; + ns1:symbol "K"^^xsd:string ; + ns1:ucumCode "K"^^ns1:UCUMcs ; + ns1:udunitsCode "K"^^xsd:string ; + ns1:uneceCommonCode "KEL"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L1I0M0H0T-2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind , + ; + ns1:latexDefinition "\\(L T^-2\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Electric Current"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Electric_current"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1: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. "^^xsd:string ; + ns1:symbol "I"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Force per Length"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Temperature"@en ; + ns1:applicableUnit , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Temperature"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "Temperature is a physical property of matter that quantitatively expresses the common notions of hot and cold. Objects of low temperature are cold, while various degrees of higher temperatures are referred to as warm or hot. Heat spontaneously flows from bodies of a higher temperature to bodies of lower temperature, at a rate that increases with the temperature difference and the thermal conductivity."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:QuantityKind ; + rdfs:label "Volume Fraction"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Volume_fraction"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\varphi_B = \\frac{x_B V_{m,B}^*}{\\sum x_i V_{m,i}^*}\\), where \\(V_{m,i}^*\\) is the molar volume of the pure substances \\(i\\) at the same temperature and pressure, \\(x_i\\) denotes the amount-of-substance fraction of substance \\(i\\), and \\(\\sum\\) denotes summation over all substances \\(i\\)."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\varphi_B\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Volume Fraction\" is the volume of a constituent divided by the volume of all constituents of the mixture prior to mixing. Volume fraction is also called volume concentration in ideal solutions where the volumes of the constituents are additive (the volume of the solution is equal to the sum of the volumes of its ingredients)."^^xsd:string ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + rdfs:isDefinedBy ; + skos:broader . + +sh:Warning a sh:Severity ; + rdfs:label "Warning"@en ; + rdfs:comment "The severity for a warning validation result."@en ; + rdfs:isDefinedBy sh: . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L2I0M0H-1T-2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature -1 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^2 T^-2 Θ^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Angle"@en ; + dcterms:description "The abstract notion of angle. Narrow concepts include plane angle and solid angle. While both plane angle and solid angle are dimensionless, they are actually length/length and area/area respectively."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Angle"^^xsd:anyURI ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy ; + owl:sameAs ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Viscosity"@en ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Viscosity"^^xsd:anyURI ; + ns1:plainTextDescription "Viscosity is a measure of the resistance of a fluid which is being deformed by either shear stress or extensional stress. In general terms it is the resistance of a liquid to flow, or its \"thickness\". Viscosity describes a fluid's internal resistance to flow and may be thought of as a measure of fluid friction. [Wikipedia]. Please note that the general concept of Viscosity is dimensionally ambiguous and thus is not associated with a DimensionVector. Narrower definitions including DynamicViscosity and KinematicViscosity are preferable."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Standard Atmosphere"@en ; + dcterms:description """ + The unit for $\\textit{Standard Atmosphere}$, symbol: $atm$, is an international reference pressure defined as $101.325 \\,kPa$ and formerly used as unit of pressure. + For practical purposes it has been replaced by the bar which is $100 kPa$. + The difference of about 1% is not significant for many applications, and is within the error range of common pressure gauges. + """^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 101325.0 ; + ns1:conversionMultiplierSN 1.01325e+05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA322"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Atmosphere_(unit)"^^xsd:anyURI ; + ns1:symbol "atm"^^xsd:string ; + ns1:ucumCode "atm"^^ns1:UCUMcs ; + ns1:udunitsCode "atm"^^xsd:string ; + ns1:uneceCommonCode "ATM"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Technical Atmosphere"@en ; + dcterms:description """ + The unit for $\\textit{Technical Atmosphere}$, symbol: $at$, is a non-SI unit of pressure equal to one kilogram-force per square centimeter. + The symbol $at$ clashes with that of the katal (symbol: $kat$), the SI unit of catalytic activity; a kilotechnical atmosphere would have the symbol $kat$, indistinguishable from the symbol for katal. + It also clashes with that of the non-SI unit, the $attotonne$, but that unit would be more likely be rendered as the equivalent SI unit. + Assay ton (abbreviation $AT$) is not a unit of measurement, but a standard quantity used in assaying ores of precious metals; it is $29 1D6 \\,grams$ (short assay ton) or $32 2D3 \\,grams$ (long assay ton), + the amount which bears the same ratio to a milligram as a short or long ton bears to a troy ounce. + In other words, the number of milligrams of a particular metal found in a sample of this size gives the number of troy ounces contained in a short or long ton of ore. + """^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 98066.5 ; + ns1:conversionMultiplierSN 9.80665e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA321"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Technical_atmosphere"^^xsd:anyURI ; + ns1:latexDefinition "$1 at = 98.0665 kPa \\approx 0.96784 standard atmospheres$"^^ns1:LatexString ; + ns1:symbol "at"^^xsd:string ; + ns1:ucumCode "att"^^ns1:UCUMcs ; + ns1:udunitsCode "at"^^xsd:string ; + ns1:uneceCommonCode "ATT"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Bar"@en ; + 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."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 100000.0 ; + ns1:conversionMultiplierSN 1e+05 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Bar"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA323"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Bar?oldid=493875987"^^xsd:anyURI, + "http://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "bar"^^xsd:string ; + ns1:ucumCode "bar"^^ns1:UCUMcs ; + ns1:uneceCommonCode "BAR"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Centibar"@en ; + 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."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:anyURI ; + ns1:prefix ; + ns1:symbol "cbar"^^xsd:string ; + ns1:ucumCode "cbar"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Centimetre Of Mercury"@en, + "Centimeter Of Mercury"@en-us ; + dcterms:description "A non-SI-conforming unit of pressure, that corresponds with the static pressure generated by a mercury column with the height of 1 centimetre"^^rdf:HTML ; + ns1:conversionMultiplier 1333.224 ; + ns1:conversionMultiplierSN 1.333224e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA403"^^xsd:string ; + ns1:plainTextDescription "A non-SI-conforming unit of pressure, that corresponds with the static pressure generated by a mercury column with the height of 1 centimetre"^^xsd:string ; + ns1:symbol "cmHg"^^xsd:string ; + ns1:ucumCode "cm[Hg]"^^ns1:UCUMcs ; + ns1:udunitsCode "cmHg"^^xsd:string, + "cm_Hg"^^xsd:string ; + ns1:uneceCommonCode "J89"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Dyne per Square Centimetre"@en, + "Dyne per Square Centimeter"@en-us ; + dcterms:description "\"Dyne per Square Centimeter\" is a C.G.S System unit for 'Force Per Area' expressed as $dyn/cm^{2}$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.1 ; + ns1:conversionMultiplierSN 1e-01 ; + ns1:derivedUnitOfSystem , + ; + ns1:expression "$dyn/cm^{2}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA424"^^xsd:string ; + ns1:symbol "dyn/cm²"^^xsd:string ; + ns1:ucumCode "dyn.cm-2"^^ns1:UCUMcs, + "dyn/cm2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D9"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Decapascal"@en ; + dcterms:description "10-fold of the derived SI unit pascal"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 10.0 ; + ns1:conversionMultiplierSN 1e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAB375"^^xsd:string ; + ns1:plainTextDescription "10-fold of the derived SI unit pascal"^^xsd:string ; + ns1:prefix ; + ns1:symbol "daPa"^^xsd:string ; + ns1:ucumCode "daPa"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H75"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Decibar"@en ; + 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."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 10000.0 ; + ns1:conversionMultiplierSN 1e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:anyURI ; + ns1:prefix ; + ns1:symbol "dbar"^^xsd:string ; + ns1:ucumCode "dbar"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DimensionlessUnit, + ns1:Unit ; + rdfs:label "Decibel Referred to 1mw"@en ; + dcterms:description "\"Decibel Referred to 1mw\" is a 'Dimensionless Ratio' expressed as $dBm$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:symbol "dBmW"^^xsd:string ; + ns1:udunitsCode "Bm"^^xsd:string ; + ns1:uneceCommonCode "DBM"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CountingUnit, + ns1:Unit ; + rdfs:label "Fraction"@en ; + dcterms:description "Fraction is a unit for 'Dimensionless Ratio' expressed as the value of the ratio itself."^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:conversionOffset 0.0 ; + ns1:conversionOffsetSN 0e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:plainTextDescription "Fraction is a unit for 'Dimensionless Ratio' expressed as the value of the ratio itself."^^xsd:string ; + ns1:symbol "÷"^^xsd:string ; + ns1:ucumCode "{fraction}"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Foot of Water"@en ; + dcterms:description "\"Foot of Water\" is a unit for 'Force Per Area' expressed as $ftH2O$."^^ns1:LatexString ; + ns1:conversionMultiplier 2989.067 ; + ns1:conversionMultiplierSN 2.989067e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA463"^^xsd:string ; + ns1:symbol "ftH₂0"^^xsd:string ; + ns1:ucumCode "[ft_i'H2O]"^^ns1:UCUMcs ; + ns1:udunitsCode "ftH2O"^^xsd:string, + "fth2o"^^xsd:string ; + ns1:uneceCommonCode "K24"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Foot Of Mercury"@en ; + dcterms:description "A non-SI-conforming unit of pressure, at which 1 ftHg corresponds to the static pressure, which is excited by a mercury column with a height of 1 foot"^^rdf:HTML ; + ns1:conversionMultiplier 40636.66 ; + ns1:conversionMultiplierSN 4.063666e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA464"^^xsd:string ; + ns1:plainTextDescription "A non-SI-conforming unit of pressure, at which 1 ftHg corresponds to the static pressure, which is excited by a mercury column with a height of 1 foot"^^xsd:string ; + ns1:symbol "ftHg"^^xsd:string ; + ns1:ucumCode "[ft_i'Hg]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K25"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gram Force Per Square Centimetre"@en, + "Gram Force Per Square Centimeter"@en-us ; + dcterms:description "A non-SI-conforming unit of pressure"^^rdf:HTML ; + ns1:conversionMultiplier 98.0665 ; + ns1:conversionMultiplierSN 9.80665e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA510"^^xsd:string ; + ns1:plainTextDescription "A non-SI-conforming unit of pressure"^^xsd:string ; + ns1:symbol "gf/cm²"^^xsd:string ; + ns1:ucumCode "gf.cm-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K31"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DimensionlessUnit, + ns1:Unit ; + rdfs:label "Grade"@en ; + dcterms:description "the tangent of an angle of inclination multiplied by 100"^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Grade"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Grade?oldid=485504533"^^xsd:anyURI ; + ns1:symbol "gr"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gigapascal"@en ; + dcterms:description "1,000,000,000-fold of the SI derived unit pascal"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000000.0 ; + ns1:conversionMultiplierSN 1e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA153"^^xsd:string ; + ns1:plainTextDescription "1 000 000 000-fold of the SI derived unit pascal"^^xsd:string ; + ns1:prefix ; + ns1:symbol "GPa"^^xsd:string ; + ns1:ucumCode "GPa"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A89"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Hectobar"@en ; + dcterms:description "100-fold of the unit bar"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 10000000.0 ; + ns1:conversionMultiplierSN 1e+07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB087"^^xsd:string ; + ns1:plainTextDescription "100-fold of the unit bar"^^xsd:string ; + ns1:symbol "hbar"^^xsd:string ; + ns1:ucumCode "hbar"^^ns1:UCUMcs ; + ns1:uneceCommonCode "HBA"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Inch of Water"@en ; + dcterms:description "Inches of water, wc, inch water column (inch WC), inAq, Aq, or inH2O is a non-SI unit for pressure. The units are by convention and due to the historical measurement of certain pressure differentials. It is used for measuring small pressure differences across an orifice, or in a pipeline or shaft. Inches of water can be converted to a pressure unit using the formula for pressure head. It is defined as the pressure exerted by a column of water of 1 inch in height at defined conditions for example $39 ^\\circ F$ at the standard acceleration of gravity; 1 inAq is approximately equal to 249 pascals at $0 ^\\circ C$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 249.080024 ; + ns1:conversionMultiplierSN 2.4908e+02 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Inch_of_water"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA553"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Inch_of_water?oldid=466175519"^^xsd:anyURI ; + ns1:symbol "inH₂0"^^xsd:string ; + ns1:ucumCode "[in_i'H2O]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F78"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Inch of Mercury"@en ; + dcterms:description "Inches of mercury, (inHg) is a unit of measurement for pressure. It is still widely used for barometric pressure in weather reports, refrigeration and aviation in the United States, but is seldom used elsewhere. It is defined as the pressure exerted by a column of mercury of 1 inch in height at $32 ^\\circ F$ at the standard acceleration of gravity. 1 inHg = 3,386.389 pascals at $0 ^\\circ C$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 3386.389 ; + ns1:conversionMultiplierSN 3.386389e+03 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Inch_of_mercury"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA554"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Inch_of_mercury?oldid=486634645"^^xsd:anyURI ; + ns1:symbol "inHg"^^xsd:string ; + ns1:ucumCode "[in_i'Hg]"^^ns1:UCUMcs ; + ns1:udunitsCode "inHg"^^xsd:string, + "in_Hg"^^xsd:string ; + ns1:uneceCommonCode "F79"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kip per Square Inch"@en ; + dcterms:description "\"Kip per Square Inch\" is a unit for 'Force Per Area' expressed as $kip/in^{2}$."^^ns1:LatexString ; + ns1:conversionMultiplier 6894757.89 ; + ns1:conversionMultiplierSN 6.894758e+06 ; + ns1:expression "$kip/in^{2}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAB242"^^xsd:string ; + ns1:symbol "kip/in²"^^xsd:string ; + ns1:ucumCode "k[lbf_av].[in_i]-2"^^ns1:UCUMcs ; + ns1:udunitsCode "ksi"^^xsd:string ; + ns1:uneceCommonCode "N20"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilobar"@en ; + 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."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 100000000.0 ; + ns1:conversionMultiplierSN 1e+08 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB088"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:anyURI ; + ns1:prefix ; + ns1:symbol "kbar"^^xsd:string ; + ns1:ucumCode "kbar"^^ns1:UCUMcs ; + ns1:uneceCommonCode "KBA"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilogram Force per Square Centimetre"@en, + "Kilogram Force per Square Centimeter"@en-us ; + dcterms:description "\"Kilogram Force per Square Centimeter\" is a unit for 'Force Per Area' expressed as $kgf/cm^{2}$."^^ns1:LatexString ; + ns1:conversionMultiplier 98066.5 ; + ns1:conversionMultiplierSN 9.80665e+04 ; + ns1:expression "$kgf/cm^{2}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA633"^^xsd:string ; + ns1:symbol "kgf/cm²"^^xsd:string ; + ns1:ucumCode "kgf.cm-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E42"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilogram Force Per Square Metre"@en, + "Kilogram Force Per Square Meter"@en-us ; + dcterms:description "A non-SI-conforming unit of pressure"^^rdf:HTML ; + ns1:conversionMultiplier 9.80665 ; + ns1:conversionMultiplierSN 9.80665e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA635"^^xsd:string ; + ns1:plainTextDescription "A non-SI-conforming unit of pressure"^^xsd:string ; + ns1:symbol "kgf/m²"^^xsd:string ; + ns1:ucumCode "kgf.m-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B40"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilogram Force Per Square Millimetre"@en, + "Kilogram Force Per Square Millimeter"@en-us ; + dcterms:description "A non-SI-conforming unit of pressure"^^rdf:HTML ; + ns1:conversionMultiplier 9806650.0 ; + ns1:conversionMultiplierSN 9.80665e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA636"^^xsd:string ; + ns1:plainTextDescription "A non-SI-conforming unit of pressure"^^xsd:string ; + ns1:symbol "kgf/mm²"^^xsd:string ; + ns1:ucumCode "kgf.mm-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E41"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilopound Force Per Square Inch"@en ; + 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 ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 6894757.89 ; + ns1:conversionMultiplierSN 6.894758e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAB138"^^xsd:string ; + ns1: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"^^xsd:string ; + ns1:symbol "klbf/in²"^^xsd:string ; + ns1:ucumCode "k[lbf_av].[sin_i]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "84"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilopascal"@en ; + dcterms:description "Kilopascal is a unit of pressure. 1 kPa is approximately the pressure exerted by a 10-g mass resting on a 1-cm2 area. 101.3 kPa = 1 atm. There are 1,000 pascals in 1 kilopascal."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Pascal_%28unit%29"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA575"^^xsd:string ; + ns1:symbol "kPa"^^xsd:string ; + ns1:ucumCode "kPa"^^ns1:UCUMcs ; + ns1:uneceCommonCode "KPA"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilopascal Absolute"@en ; + dcterms:description "$\\textit{Kilopascal Absolute}$ is a SI System unit for 'Force Per Area' expressed as $KPaA$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "KPaA"^^xsd:string ; + ns1:ucumCode "kPa{absolute}"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound Force per Square Foot"@en ; + dcterms:description "Pounds or Pounds Force per Square Foot is a British (Imperial) and American pressure unit which is directly related to the psi pressure unit by a factor of 144 (1 sq ft = 12 in x 12 in = 144 sq in). 1 Pound per Square Foot equals 47.8803 Pascals. The psf pressure unit is mostly for lower pressure applications such as specifying building structures to withstand a certain wind force or rating a building floor for maximum weight load."^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 47.8802631 ; + ns1:conversionMultiplierSN 4.788026e+01 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$lbf/ft^{2}$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA698"^^xsd:string ; + ns1:symbol "lbf/ft²"^^xsd:string ; + ns1:ucumCode "[lbf_av].[sft_i]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K85"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Megabar"@en ; + 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."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 100000000000.0 ; + ns1:conversionMultiplierSN 1e+11 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:anyURI ; + ns1:prefix ; + ns1:symbol "Mbar"^^xsd:string ; + ns1:ucumCode "Mbar"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Megapascal"@en ; + dcterms:description "1,000,000-fold of the derived unit pascal"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA215"^^xsd:string ; + ns1:plainTextDescription "1,000,000-fold of the derived unit pascal"^^xsd:string ; + ns1:prefix ; + ns1:symbol "MPa"^^xsd:string ; + ns1:ucumCode "MPa"^^ns1:UCUMcs ; + ns1:uneceCommonCode "MPA"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Microatmospheres"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.101325 ; + ns1:conversionMultiplierSN 1.01325e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "μatm"^^xsd:string ; + ns1:ucumCode "uatm"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Microbar"@en ; + dcterms:description "0.000001-fold of the unit bar"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.1 ; + ns1:conversionMultiplierSN 1e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB089"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the unit bar"^^xsd:string ; + ns1:symbol "μbar"^^xsd:string ; + ns1:ucumCode "ubar"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B85"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Micropascal"@en ; + dcterms:description "0.000001-fold of the SI derived unit pascal"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA073"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI derived unit pascal"^^xsd:string ; + ns1:prefix ; + ns1:symbol "μPa"^^xsd:string ; + ns1:ucumCode "uPa"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B96"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "MicroTorr"@en ; + dcterms:description "\"MicroTorr\" is a unit for 'Force Per Area' expressed as $microtorr$."^^ns1:LatexString ; + ns1:conversionMultiplier 0.000133322 ; + ns1:conversionMultiplierSN 1.33322e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "µTorr"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Conventional Millimetre Of Water"@en, + "Conventional Millimeter Of Water"@en-us ; + dcterms:description "unit of pressure - 1 mmH2O is the static pressure exerted by a water column with a height of 1 mm"^^rdf:HTML ; + ns1:conversionMultiplier 9.80665 ; + ns1:conversionMultiplierSN 9.80665e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA875"^^xsd:string ; + ns1:plainTextDescription "unit of pressure - 1 mmH2O is the static pressure exerted by a water column with a height of 1 mm"^^xsd:string ; + ns1:symbol "mmH₂0"^^xsd:string ; + ns1:ucumCode "mm[H2O]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "HP"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millimetre of Mercury"@en, + "Millimeter of Mercury"@en-us ; + dcterms:description "The millimeter of mercury is defined as the pressure exerted at the base of a column of fluid exactly 1 mm high, when the density of the fluid is exactly $13.5951 g/cm^{3}$, at a place where the acceleration of gravity is exactly $9.80665 m/s^{2}$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 133.322387415 ; + ns1:conversionMultiplierSN 1.333224e+02 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Torr"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA876"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Torr?oldid=495199381"^^xsd:anyURI ; + ns1:symbol "mmHg"^^xsd:string ; + ns1:ucumCode "mm[Hg]"^^ns1:UCUMcs ; + ns1:udunitsCode "mmHg"^^xsd:string, + "mm_Hg"^^xsd:string, + "mm_hg"^^xsd:string, + "mmhg"^^xsd:string ; + ns1:uneceCommonCode "HN"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millimetre of Mercury - Absolute"@en, + "Millimeter of Mercury - Absolute"@en-us ; + dcterms:description "Millimeters of Mercury inclusive of atmospheric pressure"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "mmHgA"^^xsd:string ; + ns1:ucumCode "mm[Hg]{absolute}"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millipascal"@en ; + dcterms:description "0.001-fold of the SI derived unit pascal"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA796"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the SI derived unit pascal"^^xsd:string ; + ns1:prefix ; + ns1:symbol "mPa"^^xsd:string ; + ns1:ucumCode "mPa"^^ns1:UCUMcs ; + ns1:uneceCommonCode "74"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "MilliTorr"@en ; + dcterms:description "\"MilliTorr\" is a unit for 'Force Per Area' expressed as $utorr$."^^ns1:LatexString ; + ns1:conversionMultiplier 0.133322 ; + ns1:conversionMultiplierSN 1.33322e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "mTorr"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Newton Per Square Centimetre"@en, + "Newton Per Square Centimeter"@en-us ; + dcterms:description "derived SI unit newton divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 10000.0 ; + ns1:conversionMultiplierSN 1e+04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB183"^^xsd:string ; + ns1:plainTextDescription "derived SI unit newton divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^xsd:string ; + ns1:symbol "N/cm²"^^xsd:string ; + ns1:ucumCode "N.cm-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E01"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Newton Per Square Millimetre"@en, + "Newton Per Square Millimeter"@en-us ; + dcterms:description "SI derived unit newton divided by the 0.000001-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA250"^^xsd:string ; + ns1:plainTextDescription "SI derived unit newton divided by the 0.000001-fold of the power of the SI base unit metre with the exponent 2"^^xsd:string ; + ns1:symbol "N/mm²"^^xsd:string ; + ns1:ucumCode "N.mm-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C56"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Poundal per Square Foot"@en ; + dcterms:description "Poundal Per Square Foot ($pdl/ft^2$) is a unit in the category of Pressure. It is also known as poundals per square foot, poundal/square foot. This unit is commonly used in the UK, US unit systems. Poundal Per Square Foot has a dimension of $ML^{-1}T^{-2}$, where $M$ is mass, $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit \\si{Pa} by multiplying its value by a factor of 1.488163944."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1.48816443 ; + ns1:conversionMultiplierSN 1.488164e+00 ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$pdl/ft^2$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB243"^^xsd:string ; + ns1:informativeReference "http://www.efunda.com/glossary/units/units--pressure--poundal_per_square_foot.cfm"^^xsd:anyURI ; + ns1:symbol "pdl/ft²"^^xsd:string ; + ns1:ucumCode "[lb_av].[ft_i].s-2.[sft_i]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N21"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Relative Permittivity"@en ; + 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."""^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000000008854187817 ; + ns1:conversionMultiplierSN 8.854188e-12 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Relative_static_permittivity"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Relative_permittivity?oldid=489664437"^^xsd:anyURI, + "http://en.wikipedia.org/wiki/Relative_static_permittivity?oldid=334224492"^^xsd:anyURI, + "http://www.ncert.nic.in/html/learning_basket/electricity/electricity/charges%20&%20fields/absolute_permittivity.htm"^^xsd:anyURI ; + ns1:qkdvDenominator ; + ns1:qkdvNumerator ; + ns1:symbol "εᵣ"^^xsd:string ; + ns1:ucumCode "[eps_0]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Parts per billion"@en ; + dcterms:description "Dimensionless unit for concentration. Recommended practice is to use specific units such as $ug/l$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD926"^^xsd:string ; + ns1:informativeReference "http://aurora.regenstrief.org/~ucum/ucum.html#section-Derived-Unit-Atoms"^^xsd:anyURI ; + ns1:symbol "PPB"^^xsd:string ; + ns1:ucumCode "[ppb]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "61"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Parts per million"@en ; + dcterms:description "Dimensionless unit for concentration. Recommended practice is to use specific units such as $ug/l$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD925"^^xsd:string ; + ns1:informativeReference "http://aurora.regenstrief.org/~ucum/ucum.html#section-Derived-Unit-Atoms"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "PPM"^^xsd:string ; + ns1:ucumCode "[ppm]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "59"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Parts per Ten Million"@en ; + dcterms:description "Dimensionless unit for concentration. Recommended practice is to use specific units such as $ug/l$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 0.0000001 ; + ns1:conversionMultiplierSN 1e-07 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "PPTM"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Parts per trillion"@en ; + dcterms:description "Dimensionless unit for concentration. Recommended practice is to use specific units such as $ug/l$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAD927"^^xsd:string ; + ns1:informativeReference "http://aurora.regenstrief.org/~ucum/ucum.html#section-Derived-Unit-Atoms"^^xsd:anyURI ; + ns1:symbol "PPTR"^^xsd:string ; + ns1:ucumCode "[pptr]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Planck Pressure"@en ; + ns1:applicableSystem ; + ns1:conversionMultiplier 463309000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000.0 ; + ns1:conversionMultiplierSN 4.63309e+113 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Planck_pressure"^^xsd:anyURI ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Planck_pressure?oldid=493640883"^^xsd:anyURI ; + ns1:symbol "planckpressure"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Torr"@en ; + dcterms:description "

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

"^^rdf:HTML ; + ns1:conversionMultiplier 133.322 ; + ns1:conversionMultiplierSN 1.33322e+02 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Torr"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAB022"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Torr?oldid=495199381"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "Torr"^^xsd:string ; + ns1:uneceCommonCode "UA"^^xsd:string ; + rdfs:isDefinedBy . s223:EnumerationKind-Role a s223:Class, s223:EnumerationKind-Role, sh:NodeShape ; rdfs:label "Role"^^xsd:string ; - rdfs:comment "This class has enumerated instances of roles played by entities, such as cooling, generator, relief, return."^^xsd:string ; + rdfs:comment "This class has enumerated subclasses of roles played by entities, such as cooling, generator, relief, return."^^xsd:string ; rdfs:subClassOf s223:EnumerationKind . -s223:Medium-Electricity a s223:Class, - s223:Medium-Electricity, + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E-1L2I0M1H0T-3D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent -1 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -3 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^2 M T^-3 I^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:DecimalPrefix, + ns1:Prefix ; + rdfs:label "Micro"@en ; + dcterms:description "\"micro\" is a decimal prefix for expressing a value with a scaling of \\(10^{-6}\\)."^^ns1:LatexString ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Micro"^^xsd:anyURI ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Micro?oldid=491618374"^^xsd:anyURI ; + ns1:prefixMultiplier 1e-06 ; + ns1:symbol "μ"^^xsd:string ; + ns1:ucumCode "u"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Energy per electric charge"@en ; + dcterms:description "Voltage is a representation of the electric potential energy per unit charge. If a unit of electrical charge were placed in a location, the voltage indicates the potential energy of it at that point. In other words, it is a measurement of the energy contained within an electric field, or an electric circuit, at a given point. Voltage is a scalar quantity. The SI unit of voltage is the volt, such that \\(1 volt = 1 joule/coulomb\\)."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + ; + ns1:exactMatch , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://physics.about.com/od/glossary/g/voltage.htm"^^xsd:anyURI ; + ns1:symbol "V"^^xsd:string ; + rdfs:isDefinedBy ; + owl:sameAs , + , + . + + a ns1:QuantityKind ; + rdfs:label "Kerma Rate"@en ; + ns1:applicableUnit ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Half-value_layer"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\dot{K} = \\frac{dK}{dt}\\), where \\(K\\) is the increment of kerma during time interval with duration \\(t\\)."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\dot{K}\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Kerma Rate\" is the kerma per unit time."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Barad"@en ; + dcterms:description "A barad is a dyne per square centimetre ($dyn \\cdot cm^{-2}$), and is equal to $0.1 Pa $ ($1 \\, micro \\, bar$, $0.000014504 \\, p.s.i.$). Note that this is precisely the microbar, the confusable bar being related in size to the normal atmospheric pressure, at $100\\,dyn \\cdot cm^{-2}$. Accordingly barad was not abbreviated, so occurs prefixed as in $cbarad = centibarad$. Despite being the coherent unit for pressure in c.g.s., barad was probably much less common than the non-coherent bar. Barad is sometimes called $barye$, a name also used for $bar$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.1 ; + ns1:conversionMultiplierSN 1e-01 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "Ba"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Barye"@en ; + dcterms:description "

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

"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.1 ; + ns1:conversionMultiplierSN 1e-01 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Barye"^^xsd:anyURI ; + ns1:derivedCoherentUnitOfSystem ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Barye?oldid=478631158"^^xsd:anyURI ; + ns1:latexDefinition "$g/(cm\\cdot s{2}$"^^ns1:LatexString ; + ns1:omUnit ; + ns1:symbol "Ba"^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "barad"^^xsd:string, + "barie"^^xsd:string, + "bary"^^xsd:string, + "baryd"^^xsd:string, + "baryed"^^xsd:string . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "كولوم"@ar, + "кулон"@bg, + "coulomb"@cs, + "Coulomb"@de, + "κουλόμπ"@el, + "coulomb"@en, + "culombio"@es, + "کولمب/کولن"@fa, + "coulomb"@fr, + "קולון"@he, + "कूलम्ब"@hi, + "coulomb"@hu, + "coulomb"@it, + "クーロン"@ja, + "coulombium"@la, + "coulomb"@ms, + "kulomb"@pl, + "coulomb"@pt, + "coulomb"@ro, + "кулон"@ru, + "coulomb"@sl, + "coulomb"@tr, + "库伦"@zh ; + dcterms:description "The SI unit of electric charge. One coulomb is the amount of charge accumulated in one second by a current of one ampere. Electricity is actually a flow of charged particles, such as electrons, protons, or ions. The charge on one of these particles is a whole-number multiple of the charge e on a single electron, and one coulomb represents a charge of approximately 6.241 506 x 1018 e. The coulomb is named for a French physicist, Charles-Augustin de Coulomb (1736-1806), who was the first to measure accurately the forces exerted between electric charges."^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Coulomb"^^xsd:anyURI ; + ns1:definedUnitOfSystem ; + ns1:derivedCoherentUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA130"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Coulomb?oldid=491815163"^^xsd:anyURI ; + ns1:omUnit ; + ns1:siExactMatch ; + ns1:symbol "C"^^xsd:string ; + ns1:ucumCode "C"^^ns1:UCUMcs ; + ns1:udunitsCode "C"^^xsd:string ; + ns1:uneceCommonCode "COU"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Conventional Centimetre Of Water"@en, + "Conventional Centimeter Of Water"@en-us ; + dcterms:description """$\\textit{Centimeter of Water}$ is a C.G.S System unit for 'Force Per Area' expressed as $cm_{H2O}$. + """^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 98.0665 ; + ns1:conversionMultiplierSN 9.80665e+01 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Centimetre_of_water"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA402"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Centimetre_of_water?oldid=487656894"^^xsd:anyURI ; + ns1:plainTextDescription "non SI conforming unit of pressure that corresponds to the static pressure generated by a water column with a height of 1 centimetre"^^xsd:string ; + ns1:symbol "cmH₂0"^^xsd:string ; + ns1:ucumCode "cm[H2O]"^^ns1:UCUMcs ; + ns1:udunitsCode "cmH2O"^^xsd:string, + "cm_H2O"^^xsd:string ; + ns1:uneceCommonCode "H78"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Hectopascal"@en ; + dcterms:description "Hectopascal is a unit of pressure. 1 Pa is approximately the pressure exerted by a 10-g mass resting on a 1-cm2 area. 1013 hPa = 1 atm. There are 100 pascals in 1 hectopascal."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 100.0 ; + ns1:conversionMultiplierSN 1e+02 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA527"^^xsd:string ; + ns1:symbol "hPa"^^xsd:string ; + ns1:ucumCode "hPa"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A97"^^xsd:string ; + rdfs:comment "Hectopascal is commonly used in meteorology to report values for atmospheric pressure. It is equivalent to millibar."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound Force per Square Inch"@en ; + dcterms:description "\"Pound Force per Square Inch\" is an Imperial unit for 'Force Per Area' expressed as $psia$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 6894.75789 ; + ns1:conversionMultiplierSN 6.894758e+03 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Pounds_per_square_inch"^^xsd:anyURI ; + ns1:definedUnitOfSystem , + ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA701"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Pounds_per_square_inch?oldid=485678341"^^xsd:anyURI ; + ns1:symbol "lbf/in²"^^xsd:string ; + ns1:ucumCode "[lbf_av].[sin_i]-1"^^ns1:UCUMcs ; + ns1:uneceCommonCode "PS"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millibar"@en ; + 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."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 100.0 ; + ns1:conversionMultiplierSN 1e+02 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA810"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:anyURI ; + ns1:prefix ; + ns1:symbol "mbar"^^xsd:string ; + ns1:ucumCode "mbar"^^ns1:UCUMcs ; + ns1:uneceCommonCode "MBR"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Parts per thousand"@en ; + dcterms:description "Dimensionless unit for concentration. Recommended practice is to use specific units such as $ug/l$."^^ns1:LatexString ; + ns1:abbreviation "‰"^^xsd:string ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA015"^^xsd:string ; + ns1:informativeReference "http://aurora.regenstrief.org/~ucum/ucum.html#section-Derived-Unit-Atoms"^^xsd:anyURI ; + ns1:symbol "‰"^^xsd:string ; + ns1:ucumCode "[ppth]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "NX"^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "per mil"^^xsd:string . + + a ns1:Unit ; + rdfs:label "PSI"@en ; + dcterms:description "Pounds of force per square inch, the unit for pressure as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 6894.75789 ; + ns1:conversionMultiplierSN 6.894758e+03 ; + ns1:definedUnitOfSystem , + ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1: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"^^xsd:string ; + ns1:symbol "psi"^^xsd:string ; + ns1:ucumCode "[psi]"^^ns1:UCUMcs ; + ns1:udunitsCode "psi"^^xsd:string ; + ns1:uneceCommonCode "PS"^^xsd:string ; + rdfs:isDefinedBy . + +s223:Constituent-Electricity a s223:Class, + s223:Constituent-Electricity, sh:NodeShape ; rdfs:label "Electricity"^^xsd:string ; - rdfs:comment "This class has enumerated instances of all forms of electricity, including AC and DC."^^xsd:string ; - rdfs:subClassOf s223:Substance-Medium . + rdfs:comment "This class has enumerated subclasses of all forms of electricity, including AC and DC."^^xsd:string ; + rdfs:subClassOf s223:Medium-Constituent . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I0M0H1T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 1 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(H\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A1E0L0I0M0H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 1 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(N\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Inverse Length"@en ; + dcterms:description "Reciprocal length or inverse length is a measurement used in several branches of science and mathematics. As the reciprocal of length, common units used for this measurement include the reciprocal metre or inverse metre (\\(m^{-1}\\)), the reciprocal centimetre or inverse centimetre (\\(cm^{-1}\\)), and, in optics, the dioptre."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Reciprocal_length"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Mass per Area"@en ; + dcterms:description "The area density (also known as areal density, surface density, or superficial density) of a two-dimensional object is calculated as the mass per unit area. The SI derived unit is: kilogram per square metre (\\(kg \\cdot m^{-2}\\))."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Area_density"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\rho_A = \\frac {m} {A}\\)"^^ns1:LatexString ; + ns1:latexSymbol "\\(\\rho_A \\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilograms per metre square second"@en ; + dcterms:description "The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one \"kilogram per meter per second per second.\" The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Pascal"^^xsd:anyURI ; + ns1:exactMatch , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAD540"^^xsd:string ; + ns1:siUnitsExpression "kg/m/s^2"^^xsd:string ; + ns1:symbol "kg/(m·s²)"^^xsd:string ; + ns1:ucumCode "kg.m-1.s-2"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + rdfs:label "Datatype Ontology"^^xsd:string ; + dcterms:author "Ralph Hodgson"^^xsd:string ; + dcterms:subject "Datatype Schema"^^xsd:string ; + dcterms:title "Datatype Ontology"^^xsd:string ; + ns2:hasGraphMetadata ns3:GMD_DTYPE ; + ns2:namespace "http://www.linkedmodel.org/schema/dtype#"^^xsd:anyURI ; + ns2:namespacePrefix "dtype"^^xsd:string ; + owl:imports ; + owl:versionIRI . s223:Frequency-50Hz a s223:Class, s223:Frequency-50Hz, @@ -6666,155 +83893,1058 @@ s223:Frequency-50Hz a s223:Class, rdfs:comment "50 Hertz"^^xsd:string ; rdfs:subClassOf s223:Numerical-Frequency . -s223:Connection a s223:Class, - sh:NodeShape ; - rdfs:label "Connection"^^xsd:string ; - rdfs:comment """A Connection is the modeling construct used to represent a physical thing (e.g., pipe, duct, or wire) that is used to convey some Medium (e.g., water, air, or electricity), or a virtual connection to convey electromagnetic radiation (e.g. light or wifi signal) between two connectable things. All Connections have two or more ConnectionPoints bound to either Equipment (see `s223:Equipment`), DomainSpace (see `s223:DomainSpace`), or Junction (see `s223:Junction`) See Figure 6-2. If the direction of flow is constrained, that constraint is indicated by using one or more InletConnectionPoints (see `s223:InletConnectionPoint`) to represent the inflow points and OutletConnectionPoints (see `s223:OutletConnectionPoint`) to represent the outflow points. - -A Connection may contain branches or intersections. These may be modeled using Junctions if it is necessary to identify a specific intersection. (see `s223:Junction`). -![Graphical Depiction of Connection.](figures/Figure_5-3_Connection.svg) -"""^^xsd:string ; - rdfs:subClassOf s223:Concept ; - sh:or ( [ sh:property [ rdfs:comment "A Connection shall have at least two cnx relations allowing flow in and out of the Connection."^^xsd:string ; - sh:minCount 1 ; - sh:path s223:cnx ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ] ; - sh:qualifiedValueShapesDisjoint true ], - [ rdfs:comment "A Connection shall have at least two cnx relations allowing flow in and out of the Connection."^^xsd:string ; - sh:minCount 1 ; - sh:path s223:cnx ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ] ; - sh:qualifiedValueShapesDisjoint true ] ] [ sh:property [ rdfs:comment "A Connection shall have at least two cnx relations allowing flow in and out of the Connection."^^xsd:string ; - sh:minCount 2 ; - sh:path s223:cnx ; - sh:qualifiedMinCount 1 ; - sh:qualifiedValueShape [ sh:class s223:BidirectionalConnectionPoint ] ; - sh:qualifiedValueShapesDisjoint true ] ] ) ; - sh:property [ rdfs:comment "A Connection must be associated with exactly one EnumerationKind-Medium using the relation hasMedium."^^xsd:string ; - sh:class s223:Substance-Medium ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "Connection medium"^^xsd:string ; - sh:path s223:hasMedium ], - [ rdfs:comment "Ensure that the Medium identified by all the associated ConnectionPoints via the s223:hasMedium relation are compatible with one another."^^xsd:string ; - sh:name "Test for compatible declared Medium"^^xsd:string ; - sh:path s223:hasMedium ; - sh:sparql [ a sh:SPARQLConstraint ; - rdfs:comment "Ensure that the Medium identified by all the associated ConnectionPoints via the s223:hasMedium relation are compatible with one another."^^xsd:string ; - sh:message "{?cp1} with Medium {?m1} is incompatible with {?cp2} with Medium {?m2}."^^xsd:string ; - sh:prefixes ; - sh:select """ -SELECT $this ?cp1 ?m1 ?cp2 ?m2 -WHERE { -$this s223:cnx ?cp1 . -?cp1 a/rdfs:subClassOf* s223:ConnectionPoint . -?cp1 s223:hasMedium ?m1 . -$this s223:cnx ?cp2 . -?cp2 a/rdfs:subClassOf* s223:ConnectionPoint . -?cp2 s223:hasMedium ?m2 . -FILTER (?m1 != ?m2 ) . -FILTER (NOT EXISTS {?m2 a/rdfs:subClassOf* ?m1}) . -FILTER (NOT EXISTS {?m1 a/rdfs:subClassOf* ?m2}) . -} -"""^^xsd:string ] ], - [ rdfs:comment "If the relation hasThermodynamicPhase is present it must associate the Connection with an EnumerationKind-Phase."^^xsd:string ; - sh:class s223:EnumerationKind-Phase ; - sh:maxCount 1 ; - sh:path s223:hasThermodynamicPhase ], - [ rdfs:comment "A Connection must only have a cnx relation with a ConnectionPoint"^^xsd:string ; - sh:path s223:cnx ; - sh:sparql [ a sh:SPARQLConstraint ; - rdfs:comment "A Connection must only have a cnx relation with a ConnectionPoint"^^xsd:string ; - sh:message "{$this} cannot have a s223:cnx relation to {?something}, because {?something} is not a ConnectionPoint."^^xsd:string ; - sh:prefixes ; - sh:select """SELECT $this ?something -WHERE { -$this s223:cnx ?something . -FILTER NOT EXISTS {?something a/rdfs:subClassOf* s223:ConnectionPoint} . -}"""^^xsd:string ] ], - [ rdfs:comment "If the relation connectsTo is present it must associate the Connection with a Connectable."^^xsd:string ; - sh:class s223:Connectable ; - sh:name "ConnectionToDownstreamConnectableShape"^^xsd:string ; - sh:path s223:connectsTo ], - [ rdfs:comment "A Connection must have two or more cnx relations to ConnectionPoints"^^xsd:string ; - sh:class s223:ConnectionPoint ; - sh:message "A Connection must have two or more cnx relations to ConnectionPoints"^^xsd:string ; - sh:minCount 2 ; - sh:path s223:cnx ; - sh:severity sh:Info ], - [ rdfs:comment "If the relation connectsAt is present it must associate the Connection with a ConnectionPoint."^^xsd:string ; - sh:class s223:ConnectionPoint ; - sh:path s223:connectsAt ], - [ rdfs:comment "Ensure that the Medium identified by a ConnectionPoint via the s223:hasMedium relation is compatible with the Medium identified by the associated Connection."^^xsd:string ; - sh:name "Test for compatible declared Medium"^^xsd:string ; - sh:path s223:hasMedium ; - sh:sparql [ a sh:SPARQLConstraint ; - rdfs:comment "Ensure that the Medium identified by a ConnectionPoint via the s223:hasMedium relation is compatible with the Medium identified by the associated Connection."^^xsd:string ; - sh:message "{$this} with Medium {?m2} is incompatible with {?cp} with Medium {?m1}."^^xsd:string ; - sh:prefixes ; - sh:select """ -SELECT $this ?m2 ?cp ?m1 -WHERE { -$this s223:cnx ?cp . -?cp a/rdfs:subClassOf* s223:ConnectionPoint . -?cp s223:hasMedium ?m1 . -$this s223:hasMedium ?m2 . -FILTER (?m1 != ?m2 ) . -FILTER (NOT EXISTS {?m2 a/rdfs:subClassOf* ?m1}) . -FILTER (NOT EXISTS {?m1 a/rdfs:subClassOf* ?m2}) . -} -"""^^xsd:string ] ], - [ rdfs:comment "If the relation connectsFrom is present it must associate the Connection with a Connectable."^^xsd:string ; - sh:class s223:Connectable ; - sh:name "ConnectionToUpstreamConnectableShape"^^xsd:string ; - sh:path s223:connectsFrom ], - [ rdfs:comment "If the relation hasRole is present it must associate the Connection with an EnumerationKind-Role."^^xsd:string ; - sh:class s223:EnumerationKind-Role ; - sh:path s223:hasRole ] ; - sh:rule [ a sh:TripleRule ; - rdfs:comment "Infer the connectsAt relation using cnx"^^xsd:string, - "InferredConnectionToConnectionPointProperty"^^xsd:string ; - sh:object [ sh:path s223:cnx ] ; - sh:predicate s223:connectsAt ; - sh:subject sh:this ], - [ a sh:TripleRule ; - rdfs:comment "Infer cnx relation using connectsAt"^^xsd:string, - "InferredConnectionToConnectionPointBaseProperty"^^xsd:string ; - sh:object [ sh:path s223:connectsAt ] ; - sh:predicate s223:cnx ; - sh:subject sh:this ], - [ a sh:TripleRule ; - rdfs:comment "Infer cnx relation using connectsThrough"^^xsd:string, - "InferredConnectionToConnectionPointBasePropertyFromInverse"^^xsd:string ; - sh:object [ sh:path [ sh:inversePath s223:connectsThrough ] ] ; - sh:predicate s223:cnx ; - sh:subject sh:this ], - [ a sh:SPARQLRule ; - rdfs:comment "Infer the connectsTo relation using connectsAt"^^xsd:string ; - sh:construct """ -CONSTRUCT {$this s223:connectsTo ?equipment .} -WHERE { -$this s223:connectsAt ?cp . -?cp a s223:InletConnectionPoint . -?cp s223:isConnectionPointOf ?equipment . -} -"""^^xsd:string ; - sh:name "InferredConnectionToDownstreamEquipmentProperty"^^xsd:string ; - sh:prefixes ], - [ a sh:SPARQLRule ; - rdfs:comment "Infer the connectsFrom relation using connectsAt"^^xsd:string ; - sh:construct """ -CONSTRUCT {$this s223:connectsFrom ?equipment .} -WHERE { -$this s223:connectsAt ?cp . -?cp a s223:OutletConnectionPoint . -?cp s223:isConnectionPointOf ?equipment . -} -"""^^xsd:string ; - sh:name "InferredConnectionToUpstreamEquipmentProperty"^^xsd:string ; - sh:prefixes ] . +ns1:IdentifiersAndDescriptionsPropertyGroup a sh:PropertyGroup ; + rdfs:label "Identifiers and Descriptions"^^xsd:string ; + rdfs:isDefinedBy ; + sh:order 10.0 . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-3I0M0H0T1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -3 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 1 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:DecimalPrefix, + ns1:Prefix ; + rdfs:label "Milli"@en ; + dcterms:description "'milli' is a decimal prefix for expressing a value with a scaling of \\(10^{-3}\\)."^^ns1:LatexString ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Milli-"^^xsd:anyURI ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Milli-?oldid=467190544"^^xsd:anyURI ; + ns1:prefixMultiplier 1e-03 ; + ns1:symbol "m"^^xsd:string ; + ns1:ucumCode "m"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Specific Energy"@en ; + dcterms:description "\\(\\textbf{Specific Energy}\\) is defined as the energy per unit mass. Common metric units are \\(J/kg\\). It is an intensive property. Contrast this with energy, which is an extensive property. There are two main types of specific energy: potential energy and specific kinetic energy. Others are the \\(\\textbf{gray}\\) and \\(\\textbf{sievert}\\), which are measures for the absorption of radiation. The concept of specific energy applies to a particular or theoretical way of extracting useful energy from the material considered that is usually implied by context. These intensive properties are each symbolized by using the lower case letter of the symbol for the corresponding extensive property, which is symbolized by a capital letter. For example, the extensive thermodynamic property enthalpy is symbolized by \\(H\\); specific enthalpy is symbolized by \\(h\\)."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Specific_energy"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.citizendium.org/wiki/Enthalpy"^^xsd:anyURI, + "http://en.wikipedia.org/wiki/Specific_energy"^^xsd:anyURI ; + ns1:latexDefinition "\\(e = E/m\\), where \\(E\\) is energy and \\(m\\) is mass."^^ns1:LatexString ; + ns1:symbol "e"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + , + , + , + , + , + , + , + . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Newtons Per Square Metre"@en, + "Newtons Per Square Meter"@en-us ; + dcterms:description "The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one \"kilogram per meter per second per second.\" The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Pascal"^^xsd:anyURI ; + ns1:exactMatch , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAA247"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Pascal?oldid=492989202"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:siUnitsExpression "N/m^2"^^xsd:string ; + ns1:symbol "N/m²"^^xsd:string ; + ns1:ucumCode "N.m-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C55"^^xsd:string ; + rdfs:isDefinedBy . + +ns1:hasQuantityKind a rdf:Property ; + rdfs:label "has quantity kind"^^xsd:string ; + rdfs:comment "A reference to the QuantityKind of a QuantifiableProperty of interest, e.g. quantitykind:Temperature."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L1I0M0H0T1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 1 ; + ns1:dimensionlessExponent 0 ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Energy per Area"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.calculator.org/property.aspx?name=energy%20per%20unit%20area"^^xsd:anyURI ; + ns1:plainTextDescription "Energy per unit area is a measure of the energy either impinging upon or generated from a given unit of area. This can be a measure of the \"toughness\" of a material, being the amount of energy that needs to be applied per unit area of a crack to cause it to fracture. This is a constant for a given material.."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "PicoPascal"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + , + ; + ns1:symbol "pPa"^^xsd:string ; + rdfs:isDefinedBy . + +sh:this a rdfs:Resource ; + rdfs:label "this"@en ; + rdfs:comment "A node expression that represents the current focus node."@en ; + rdfs:isDefinedBy sh: . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E1L0I0M0H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 1 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(I\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Thermal Energy"@en ; + dcterms:description "\"Thermal Energy} is the portion of the thermodynamic or internal energy of a system that is responsible for the temperature of the system. From a macroscopic thermodynamic description, the thermal energy of a system is given by its constant volume specific heat capacity C(T), a temperature coefficient also called thermal capacity, at any given absolute temperature (T): \\(U_{thermal} = C(T) \\cdot T\\)."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Thermal_energy"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Thermal_energy"^^xsd:anyURI ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:Unit ; + rdfs:label "Carat"@en ; + dcterms:description "The carat is a unit of mass equal to 200 mg and is used for measuring gemstones and pearls. The current definition, sometimes known as the metric carat, was adopted in 1907 at the Fourth General Conference on Weights and Measures, and soon afterward in many countries around the world. The carat is divisible into one hundred points of two milligrams each. Other subdivisions, and slightly different mass values, have been used in the past in different locations. In terms of diamonds, a paragon is a flawless stone of at least 100 carats (20 g). The ANSI X.12 EDI standard abbreviation for the carat is $CD$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0002 ; + ns1:conversionMultiplierSN 2e-04 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Carat"^^xsd:anyURI ; + ns1:expression "$Nm/ct$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB166"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Carat?oldid=477129057"^^xsd:anyURI ; + ns1:symbol "ct"^^xsd:string ; + ns1:ucumCode "[car_m]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "CTM"^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "metric carat"^^xsd:string . + + a ns1:Unit ; + rdfs:label "Centigram"@en ; + dcterms:description "0,000 01-fold of the SI base unit kilogram"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.00001 ; + ns1:conversionMultiplierSN 1e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB077"^^xsd:string ; + ns1:plainTextDescription "0,000 01-fold of the SI base unit kilogram"^^xsd:string ; + ns1:prefix ; + ns1:symbol "cg"^^xsd:string ; + ns1:ucumCode "cg"^^ns1:UCUMcs ; + ns1:uneceCommonCode "CGM"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Dram (UK)"@en ; + dcterms:description "non SI-conforming unit of mass comes from the Anglo-American Troy or Apothecaries' Weight System of units which is mainly used in England, in the Netherlands and in the USA as a commercial weight"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0017718451953125 ; + ns1:conversionMultiplierSN 1.771845e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB181"^^xsd:string ; + ns1:plainTextDescription "non SI-conforming unit of mass comes from the Anglo-American Troy or Apothecaries' Weight System of units which is mainly used in England, in the Netherlands and in the USA as a commercial weight"^^xsd:string ; + ns1:symbol "dr{UK}"^^xsd:string ; + ns1:ucumCode "[dr_ap]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "DRI"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Dram (US)"@en ; + dcterms:description "non SI-conform unit of the mass according to the avoirdupois system of units: 1 dram (av. ) = 1/16 ounce (av. ) = 1/256 pound (av.)"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0038879346 ; + ns1:conversionMultiplierSN 3.887935e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB180"^^xsd:string ; + ns1:plainTextDescription "non SI-conform unit of the mass according to the avoirdupois system of units: 1 dram (av. ) = 1/16 ounce (av. ) = 1/256 pound (av.)"^^xsd:string ; + ns1:symbol "dr{US}"^^xsd:string ; + ns1:ucumCode "[dr_av]"^^ns1:UCUMcs ; + ns1:udunitsCode "dr"^^xsd:string, + "fldr"^^xsd:string ; + ns1:uneceCommonCode "DRA"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Penny Weight"@en ; + dcterms:description "\"Penny Weight\" is a unit for 'Mass' expressed as $dwt$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00155517384 ; + ns1:conversionMultiplierSN 1.555174e-03 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Pennyweight"^^xsd:anyURI ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Pennyweight?oldid=486693644"^^xsd:anyURI ; + ns1:symbol "dwt"^^xsd:string ; + ns1:ucumCode "[pwt_tr]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "DWT"^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "dryquartus"^^xsd:string . + + a ns1:Unit ; + rdfs:label "Decagram"@en ; + dcterms:description "0.01-fold of the SI base unit kilogram"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB075"^^xsd:string ; + ns1:plainTextDescription "0.01-fold of the SI base unit kilogram"^^xsd:string ; + ns1:prefix ; + ns1:symbol "dag"^^xsd:string ; + ns1:ucumCode "dag"^^ns1:UCUMcs ; + ns1:uneceCommonCode "DJ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Decigram"@en ; + dcterms:description "0.0001-fold of the SI base unit kilogram"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0001 ; + ns1:conversionMultiplierSN 1e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB076"^^xsd:string ; + ns1:plainTextDescription "0.0001-fold of the SI base unit kilogram"^^xsd:string ; + ns1:prefix ; + ns1:symbol "dg"^^xsd:string ; + ns1:ucumCode "dg"^^ns1:UCUMcs ; + ns1:uneceCommonCode "DG"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Earth mass"@en ; + 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."^^ns1:LatexString ; + ns1:conversionMultiplier 5972190000000000000000000.0 ; + ns1:conversionMultiplierSN 5.97219e+24 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Earth_mass"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Earth_mass?oldid=495457885"^^xsd:anyURI ; + ns1:latexDefinition """One Earth mass can be converted to related units: + +81.3 Lunar mass (ML) +0.00315 Jupiter mass (MJ) (Jupiter has 317.83 Earth masses)[1] +0.0105 Saturn mass (Saturn has 95.16 Earth masses)[3] +0.0583 Neptune mass (Neptune has 17.147 Earth masses)[4] +0.000 003 003 Solar mass ($M_{\\odot}$) (The Sun has 332946 Earth masses)"""^^ns1:LatexString ; + ns1:symbol "M⊕"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "FemtoGram"@en ; + dcterms:description "0.000000000000001-fold of the unit gram"^^xsd:string ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000000000001 ; + ns1:conversionMultiplierSN 1e-18 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB834"^^xsd:string ; + ns1:symbol "fg"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Grain"@en ; + 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."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.00006479891 ; + ns1:conversionMultiplierSN 6.479891e-05 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Cereal"^^xsd:anyURI ; + ns1:definedUnitOfSystem , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA523"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Cereal?oldid=495222949"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "gr{UK}"^^xsd:string ; + ns1:ucumCode "[gr]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "GRN"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Hectogram"@en ; + dcterms:description "0.1-fold of the SI base unit kilogram"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.1 ; + ns1:conversionMultiplierSN 1e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB079"^^xsd:string ; + ns1:plainTextDescription "0.1-fold of the SI base unit kilogram"^^xsd:string ; + ns1:prefix ; + ns1:symbol "hg"^^xsd:string ; + ns1:ucumCode "hg"^^ns1:UCUMcs ; + ns1:uneceCommonCode "HGM"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound Troy"@en ; + dcterms:description "An obsolete unit of mass; the Troy Pound has been defined as exactly 5760 grains, or 0.3732417216 kg. A Troy Ounce is 1/12th of a Troy Pound."^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.3732417216 ; + ns1:conversionMultiplierSN 3.732417e-01 ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB197"^^xsd:string ; + ns1:symbol "lbt"^^xsd:string ; + ns1:ucumCode "[lb_tr]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "LBT"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Lunar mass"@en ; + ns1:conversionMultiplier 73460000000000000000000.0 ; + ns1:conversionMultiplierSN 7.346e+22 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Moon"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Moon?oldid=494566371"^^xsd:anyURI ; + ns1:symbol "M☾"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Megagram"@en ; + dcterms:description "1 000-fold of the SI base unit kilogram"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA228"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the SI base unit kilogram"^^xsd:string ; + ns1:prefix ; + ns1:symbol "Mg"^^xsd:string ; + ns1:ucumCode "Mg"^^ns1:UCUMcs ; + ns1:uneceCommonCode "2U"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Microgram"@en ; + dcterms:description "0.000000001-fold of the SI base unit kilogram"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA082"^^xsd:string ; + ns1:plainTextDescription "0.000000001-fold of the SI base unit kilogram"^^xsd:string ; + ns1:prefix ; + ns1:symbol "μg"^^xsd:string ; + ns1:ucumCode "ug"^^ns1:UCUMcs ; + ns1:uneceCommonCode "MC"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milligram"@en ; + dcterms:description "0.000001-fold of the SI base unit kilogram"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA815"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI base unit kilogram"^^xsd:string ; + ns1:prefix ; + ns1:symbol "mg"^^xsd:string ; + ns1:ucumCode "mg"^^ns1:UCUMcs ; + ns1:uneceCommonCode "MGM"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Nanograms"@en ; + dcterms:description "10**-9 grams or one 10**-12 of the SI standard unit of mass (kilogram)."@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB836"^^xsd:string ; + ns1:prefix ; + ns1:symbol "ng"^^xsd:string ; + ns1:ucumCode "ng"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ounce Troy"@en ; + dcterms:description "An obsolete unit of mass; the Troy Ounce is 1/12th of a Troy Pound. Based on the international definition of a Troy Pound as 5760 grains, the Troy Ounce is exactly 480 grains, or 0.0311034768 kg."^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0311034768 ; + ns1:conversionMultiplierSN 3.110348e-02 ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB082"^^xsd:string ; + ns1:symbol "oz{Troy}"^^xsd:string ; + ns1:ucumCode "[oz_tr]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "APZ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pennyweight"@en ; + dcterms:description "non SI-conforming unit of mass which comes from the Anglo-American Troy or Apothecaries' Weight System of units according to NIST of 1 pwt = 1.555174 10^3 kg"^^rdf:HTML ; + ns1:conversionMultiplier 0.001555174 ; + ns1:conversionMultiplierSN 1.555174e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB182"^^xsd:string ; + ns1:plainTextDescription "non SI-conforming unit of mass which comes from the Anglo-American Troy or Apothecaries' Weight System of units according to NIST of 1 pwt = 1.555174 10^3 kg"^^xsd:string ; + ns1:symbol "dwt"^^xsd:string ; + ns1:ucumCode "[pwt_tr]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "DWT"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Picograms"@en ; + dcterms:description "10**-12 grams or one 10**-15 of the SI standard unit of mass (kilogram)."@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000000001 ; + ns1:conversionMultiplierSN 1e-15 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB835"^^xsd:string ; + ns1:prefix ; + ns1:symbol "pg"^^xsd:string ; + ns1:ucumCode "pg"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Quarter (UK)"@en ; + dcterms:description "unit of the mass according to the avoirdupois system of units: 1 qr. l. = 28 lb"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 12.70058636 ; + ns1:conversionMultiplierSN 1.270059e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB202"^^xsd:string ; + ns1:plainTextDescription "unit of the mass according to the avoirdupois system of units: 1 qr. l. = 28 lb"^^xsd:string ; + ns1:symbol "quarter"^^xsd:string ; + ns1:ucumCode "28.[lb_av]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "QTR"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Slug"@en ; + dcterms:description "The slug is a unit of mass associated with Imperial units. It is a mass that accelerates by $1 ft/s$ when a force of one pound-force ($lbF$) is exerted on it. With standard gravity $gc = 9.80665 m/s$, the international foot of $0.3048 m$ and the avoirdupois pound of $0.45359237 kg$, one slug therefore has a mass of approximately $32.17405 lbm$ or $14.593903 kg$. At the surface of the Earth, an object with a mass of 1 slug exerts a force of about $32.17 lbF$ or $143 N$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 14.593903 ; + ns1:conversionMultiplierSN 1.45939e+01 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Slug"^^xsd:anyURI ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA978"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Slug?oldid=495010998"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "slug"^^xsd:string ; + ns1:uneceCommonCode "F13"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Solar mass"@en ; + 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."^^ns1:LatexString ; + ns1:conversionMultiplier 1988435000000000000000000000000.0 ; + ns1:conversionMultiplierSN 1.988435e+30 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Solar_mass"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Solar_mass?oldid=494074016"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "S"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Stone (UK)"@en ; + dcterms:description "unit of the mass which is commonly used for the determination of the weight of living beings regarding to the conversion to the avoirdupois system of units: 1 st = 14 lb (av)"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 6.35029318 ; + ns1:conversionMultiplierSN 6.350293e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB081"^^xsd:string ; + ns1:plainTextDescription "unit of the mass which is commonly used for the determination of the weight of living beings regarding to the conversion to the avoirdupois system of units: 1 st = 14 lb (av)"^^xsd:string ; + ns1:symbol "st{UK}"^^xsd:string ; + ns1:ucumCode "[stone_av]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "STI"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Assay Ton"@en ; + dcterms:description "In the United States, a unit of mass, approximately $29.167\\, grams$. The number of milligrams of precious metal in one assay ton of the ore being tested is equal to the number of troy ounces of pure precious metal in one 2000-pound ton of the ore. i.e. a bead is obtained that weights 3 milligrams, thus the precious metals in the bead would equal three troy ounces to each ton of ore with the understanding that this varies considerably in the real world as the amount of precious values in each ton of ore varies considerably."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.02916667 ; + ns1:conversionMultiplierSN 2.916667e-02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB234"^^xsd:string ; + ns1:informativeReference "http://www.assaying.org/assayton.htm"^^xsd:anyURI ; + ns1:symbol "AT"^^xsd:string ; + ns1:uneceCommonCode "M85"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Long Hundred Weight"@en ; + dcterms:description "\"Hundred Weight - Long\" is a unit for 'Mass' expressed as $cwt$."^^ns1:LatexString ; + ns1:conversionMultiplier 50.80235 ; + ns1:conversionMultiplierSN 5.080235e+01 ; + ns1:exactMatch ; + ns1:expression "$cwt long$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "cwt{long}"^^xsd:string ; + ns1:ucumCode "[lcwt_av]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "CWI"^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "British hundredweight"^^xsd:string . + + a ns1:Unit ; + rdfs:label "Hundred Weight - Short"@en ; + dcterms:description "\"Hundred Weight - Short\" is a unit for 'Mass' expressed as $cwt$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 45.359237 ; + ns1:conversionMultiplierSN 4.535924e+01 ; + ns1:definedUnitOfSystem ; + ns1:exactMatch ; + ns1:expression "$cwt$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "cwt{short}"^^xsd:string ; + ns1:ucumCode "[scwt_av]"^^ns1:UCUMcs ; + rdfs:isDefinedBy ; + skos:altLabel "U.S. hundredweight"^^xsd:string . + + a ns1:Unit ; + rdfs:label "DeciTonne"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 100.0 ; + ns1:conversionMultiplierSN 1e+02 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "dt"^^xsd:string ; + ns1:uneceCommonCode "DTN"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Metric DeciTON"@en ; + dcterms:description "100-fold of the SI base unit kilogram"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 100.0 ; + ns1:conversionMultiplierSN 1e+02 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB078"^^xsd:string ; + ns1:plainTextDescription "100-fold of the SI base unit kilogram"^^xsd:string ; + ns1:symbol "dt"^^xsd:string ; + ns1:ucumCode "dt"^^ns1:UCUMcs ; + ns1:uneceCommonCode "DTN"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Hundredweight (UK)"@en ; + dcterms:description "out of use unit of the mass according to the Imperial system of units"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 50.80235 ; + ns1:conversionMultiplierSN 5.080235e+01 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA405"^^xsd:string ; + ns1:plainTextDescription "out of use unit of the mass according to the Imperial system of units"^^xsd:string ; + ns1:symbol "cwt{long}"^^xsd:string ; + ns1:ucumCode "[lcwt_av]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "CWI"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Hundredweight (US)"@en ; + dcterms:description "out of use unit of the mass according to the Imperial system of units"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 45.35924 ; + ns1:conversionMultiplierSN 4.535924e+01 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA406"^^xsd:string ; + ns1:plainTextDescription "out of use unit of the mass according to the Imperial system of units"^^xsd:string ; + ns1:symbol "cwt{short}"^^xsd:string ; + ns1:ucumCode "[scwt_av]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "CWA"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "KiloTonne"@en ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "kt"^^xsd:string ; + ns1:uneceCommonCode "KTN"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Metric KiloTON"@en ; + dcterms:description "1 000 000-fold of the SI base unit kilogram"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB080"^^xsd:string ; + ns1:plainTextDescription "1 000 000-fold of the SI base unit kilogram"^^xsd:string ; + ns1:symbol "kt"^^xsd:string ; + ns1:ucumCode "kt"^^ns1:UCUMcs ; + ns1:uneceCommonCode "KTN"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pound Mass"@en ; + dcterms:description "A pound of mass, based on the international standard definition of the pound of mass as exactly 0.45359237 kg."^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 0.45359237 ; + ns1:conversionMultiplierSN 4.535924e-01 ; + ns1:definedUnitOfSystem , + ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA669"^^xsd:string ; + ns1:symbol "lbm"^^xsd:string ; + ns1:ucumCode "[lb_av]"^^ns1:UCUMcs ; + ns1:udunitsCode "lb"^^xsd:string ; + ns1:uneceCommonCode "LBR"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ounce Mass"@en ; + dcterms:description "An ounce of mass is 1/16th of a pound of mass, based on the international standard definition of the pound as exactly 0.45359237 kg."^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.028349523125 ; + ns1:conversionMultiplierSN 2.834952e-02 ; + ns1:definedUnitOfSystem , + ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA917"^^xsd:string ; + ns1:symbol "oz"^^xsd:string ; + ns1:ucumCode "[oz_av]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "ONZ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Planck Mass"@en ; + 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."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.0000000217644 ; + ns1:conversionMultiplierSN 2.17644e-08 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Planck_mass"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Planck_mass?oldid=493648632"^^xsd:anyURI, + "https://en.wikipedia.org/wiki/Planck_units"^^xsd:anyURI ; + ns1:latexDefinition "$m_P = \\sqrt{\\frac{ \\hbar c^3}{G}} \\approx 1.2209 \\times 10^{19} GeV/c^2 = 2.17651(13) \\times 10^{-8}$, where $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant, and $G$ is the gravitational constant. The two digits enclosed by parentheses are the estimated standard error associated with the reported numerical value."^^ns1:LatexString ; + ns1:latexSymbol "$m_P$"^^ns1:LatexString ; + ns1:symbol "planckmass"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Tonne"@en ; + dcterms:description "1,000-fold of the SI base unit kilogram"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "1,000-fold of the SI base unit kilogram"^^xsd:string ; + ns1:siExactMatch ; + ns1:symbol "t"^^xsd:string ; + ns1:ucumCode "t"^^ns1:UCUMcs ; + ns1:udunitsCode "t"^^xsd:string ; + ns1:uneceCommonCode "TNE"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Long Ton"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1016.0469088 ; + ns1:conversionMultiplierSN 1.016047e+03 ; + ns1:definedUnitOfSystem ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB009"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Long_ton"^^xsd:anyURI ; + ns1:symbol "t{long}"^^xsd:string ; + ns1:ucumCode "[lton_av]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "LTN"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Metric Ton"@en ; + dcterms:description "The tonne (SI unit symbol: t) is a metric system unit of mass equal to 1,000 kilograms (2,204.6 pounds). It is a non-SI unit accepted for use with SI. To avoid confusion with the ton, it is also known as the metric tonne and metric ton in the United States[3] and occasionally in the United Kingdom. In SI units and prefixes, the tonne is a megagram (Mg), a rarely-used symbol, easily confused with mg, for milligram."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Tonne"^^xsd:anyURI ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA988"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Tonne?oldid=492526238"^^xsd:anyURI ; + ns1:plainTextDescription "1,000-fold of the SI base unit kilogram"^^xsd:string ; + ns1:symbol "t"^^xsd:string ; + ns1:ucumCode "t"^^ns1:UCUMcs ; + ns1:uneceCommonCode "TNE"^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "metric-tonne"^^xsd:string . + + a ns1:Unit ; + rdfs:label "Ton (UK)"@en ; + dcterms:description "traditional Imperial unit for mass of cargo, especially in the shipping sector"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1016.0 ; + ns1:conversionMultiplierSN 1.016e+03 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB009"^^xsd:string ; + ns1:plainTextDescription "unit of the mass according to the Imperial system of units"^^xsd:string ; + ns1:symbol "ton{UK}"^^xsd:string ; + ns1:ucumCode "[lton_av]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "LTN"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-2I0M1H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^-2 M\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Absorbed Dose Rate"@en ; + ns1:applicableUnit , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.answers.com/topic/absorbed-dose-rate"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\dot{D} = \\frac{dD}{dt}\\), where \\(dD\\) is the increment of absorbed dose during time interval with duration \\(dt\\)."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\dot{D}\\)"^^ns1:LatexString ; + ns1:plainTextDescription "\"Absorbed Dose Rate\" is the absorbed dose of ionizing radiation imparted at a given location per unit of time (second, minute, hour, or day)."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Dimensionless"@en ; + dcterms:description "In dimensional analysis, a dimensionless quantity or quantity of dimension one is a quantity without an associated physical dimension. It is thus a \"pure\" number, and as such always has a dimension of 1. Dimensionless quantities are widely used in mathematics, physics, engineering, economics, and in everyday life (such as in counting). Numerous well-known quantities, such as \\(\\pi\\), \\(\\epsilon\\), and \\(\\psi\\), are dimensionless. By contrast, non-dimensionless quantities are measured in units of length, area, time, etc. Dimensionless quantities are often defined as products or ratios of quantities that are not dimensionless, but whose dimensions cancel out when their powers are multiplied."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Dimensionless_quantity"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Dimensionless_quantity"^^xsd:anyURI ; + ns1:symbol "U"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Atomic mass unit"@en ; + 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\"}$."^^ns1:LatexString ; + ns1:conversionMultiplier 0.00000000000000000000000000166053878283 ; + ns1:conversionMultiplierSN 1.660539e-27 ; + ns1:exactMatch , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Atomic_mass_unit"^^xsd:anyURI ; + ns1:symbol "amu"^^xsd:string ; + ns1:ucumCode "u"^^ns1:UCUMcs ; + ns1:udunitsCode "u"^^xsd:string ; + ns1:uneceCommonCode "D43"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "باسكال"@ar, + "паскал"@bg, + "pascal"@cs, + "Pascal"@de, + "πασκάλ"@el, + "pascal"@en, + "pascal"@es, + "پاسگال"@fa, + "pascal"@fr, + "פסקל"@he, + "पास्कल"@hi, + "pascal"@hu, + "pascal"@it, + "パスカル"@ja, + "pascalium"@la, + "pascal"@ms, + "paskal"@pl, + "pascal"@pt, + "pascal"@ro, + "паскаль"@ru, + "pascal"@sl, + "pascal"@tr, + "帕斯卡"@zh ; + dcterms:description "The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one \"kilogram per meter per second per second.\" The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Pascal"^^xsd:anyURI ; + ns1:exactMatch , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA258"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Pascal?oldid=492989202"^^xsd:anyURI ; + ns1:omUnit ; + ns1:siExactMatch ; + ns1:siUnitsExpression "N/m^2"^^xsd:string ; + ns1:symbol "Pa"^^xsd:string ; + ns1:ucumCode "Pa"^^ns1:UCUMcs ; + ns1:udunitsCode "Pa"^^xsd:string ; + ns1:uneceCommonCode "PAL"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Short Ton"@en ; + dcterms:description "

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

"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 907.18474 ; + ns1:conversionMultiplierSN 9.071847e+02 ; + ns1:definedUnitOfSystem ; + ns1:exactMatch , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Short_ton"^^xsd:anyURI ; + ns1:symbol "ton{short}"^^xsd:string ; + ns1:ucumCode "[ston_av]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "STN"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ton (US)"@en ; + dcterms:description "A ton is a unit of mass in the US customary system, where 1 ton is equal to 2000 pounds of mass."^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 907.1847 ; + ns1:conversionMultiplierSN 9.071847e+02 ; + ns1:exactMatch , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB012"^^xsd:string ; + ns1:plainTextDescription "A ton is a unit of mass in the US customary system, where 1 ton is equal to 2000 pounds of mass."^^xsd:string ; + ns1:symbol "ton{US}"^^xsd:string ; + ns1:ucumCode "[ston_av]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "STN"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gram"@en ; + dcterms:description "A unit of mass in the metric system. The name comes from the Greek gramma, a small weight identified in later Roman and Byzantine times with the Latin scripulum or scruple (the English scruple is equal to about 1.3 grams). The gram was originally defined to be the mass of one cubic centimeter of pure water, but to provide precise standards it was necessary to construct physical objects of specified mass. One gram is now defined to be 1/1000 of the mass of the standard kilogram, a platinum-iridium bar carefully guarded by the International Bureau of Weights and Measures in Paris for more than a century. (The kilogram, rather than the gram, is considered the base unit of mass in the SI.) The gram is a small mass, equal to about 15.432 grains or 0.035 273 966 ounce. "^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Gram"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA465"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Gram?oldid=493995797"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "g"^^xsd:string ; + ns1:ucumCode "g"^^ns1:UCUMcs ; + ns1:udunitsCode "g"^^xsd:string ; + ns1:uneceCommonCode "GRM"^^xsd:string ; + rdfs:isDefinedBy . s223:NumberOfElectricalPhases-ThreePhase a s223:Class, s223:NumberOfElectricalPhases-ThreePhase, @@ -6826,62 +84956,1334 @@ s223:NumberOfElectricalPhases-ThreePhase a s223:Class, rdfs:comment "Three Phase AC Electricity"^^xsd:string ; rdfs:subClassOf s223:Numerical-NumberOfElectricalPhases . + a ns1:QuantityKind ; + rdfs:label "Area"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:baseCGSUnitDimensions "cm^2"^^xsd:string ; + ns1:baseSIUnitDimensions "\\(m^2\\)"^^ns1:LatexString ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Area"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1: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."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Force"@en ; + dcterms:description "\"Force\" is an influence that causes mass to accelerate. It may be experienced as a lift, a push, or a pull. Force is defined by Newton's Second Law as \\(F = m \\times a \\), where \\(F\\) is force, \\(m\\) is mass and \\(a\\) is acceleration. Net force is mathematically equal to the time rate of change of the momentum of the body on which it acts. Since momentum is a vector quantity (has both a magnitude and direction), force also is a vector quantity."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Force"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Force"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + ns1: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."^^ns1:LatexString ; + ns1:symbol "F"^^xsd:string ; + ns1:url "http://en.wikipedia.org/wiki/Force"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Attojoule"@en ; + dcterms:description """ + The $\\textit{AttoJoule}$ is 0,000 000 000 000 000 001-fold of the derived SI unit $joule$. + """^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000000000001 ; + ns1:conversionMultiplierSN 1e-18 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB125"^^xsd:string ; + ns1:plainTextDescription "0.000000000000000001-fold of the derived SI unit joule"^^xsd:string ; + ns1:prefix ; + ns1:symbol "aJ"^^xsd:string ; + ns1:ucumCode "aJ"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A13"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Erg"@en ; + 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$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0000001 ; + ns1:conversionMultiplierSN 1e-07 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Erg"^^xsd:anyURI ; + ns1:derivedCoherentUnitOfSystem ; + ns1:derivedUnitOfSystem , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA429"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Erg?oldid=490293432"^^xsd:anyURI ; + ns1:latexDefinition "$g\\cdot cm^{2}/s^{2}$"^^ns1:LatexString ; + ns1:omUnit ; + ns1:symbol "erg"^^xsd:string ; + ns1:ucumCode "erg"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A57"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Exajoule"@en ; + dcterms:description "1 000 000 000 000 000 000-fold of the derived SI unit joule"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000000000000000.0 ; + ns1:conversionMultiplierSN 1e+18 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB122"^^xsd:string ; + ns1:plainTextDescription "1,000,000,000,000,000,000-fold of the derived SI unit joule"^^xsd:string ; + ns1:prefix ; + ns1:symbol "EJ"^^xsd:string ; + ns1:ucumCode "EJ"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A68"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Foot Pound Force"@en ; + dcterms:description "\"Foot Pound Force\" is an Imperial unit for 'Energy And Work' expressed as $ft-lbf$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1.35581807 ; + ns1:conversionMultiplierSN 1.355818e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Foot-pound_force"^^xsd:anyURI ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$ft-lbf$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + ; + ns1:iec61360Code "0112/2///62720#UAA443"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Foot-pound_force?oldid=453269257"^^xsd:anyURI ; + ns1:symbol "ft·lbf"^^xsd:string ; + ns1:ucumCode "[ft_i].[lbf_av]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "85"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Foot Poundal"@en ; + dcterms:description "\"Foot Poundal\" is an Imperial unit for 'Energy And Work' expressed as $ft-pdl$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0421401100938048 ; + ns1:conversionMultiplierSN 4.214011e-02 ; + ns1:definedUnitOfSystem , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB220"^^xsd:string ; + ns1:omUnit ; + ns1:symbol "ft·pdl"^^xsd:string ; + ns1:ucumCode "[ft_i].[lb_av].[ft_i].s-2"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N46"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Femtojoule"@en ; + dcterms:description "0,000 000 000 000 001-fold of the derived SI unit joule"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000000001 ; + ns1:conversionMultiplierSN 1e-15 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB124"^^xsd:string ; + ns1:plainTextDescription "0.000000000000001-fold of the derived SI unit joule"^^xsd:string ; + ns1:prefix ; + ns1:symbol "fJ"^^xsd:string ; + ns1:ucumCode "fJ"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A70"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gigawatt Hour"@en ; + dcterms:description """\\textit{Gigawatt Hour} is the 1,000,000,000-fold of the product of the SI derived unit watt and the unit hour + """^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 3600000000000.0 ; + ns1:conversionMultiplierSN 3.6e+12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA155"^^xsd:string ; + ns1:plainTextDescription "1 000 000 000-fold of the product of the SI derived unit watt and the unit hour"^^xsd:string ; + ns1:symbol "GW·hr"^^xsd:string ; + ns1:ucumCode "GW.h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "GWH"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilo Electron Volt"@en ; + dcterms:description "\"Kilo Electron Volt\" is a unit for 'Energy And Work' expressed as $keV$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0000000000000001602176634 ; + ns1:conversionMultiplierSN 1.602177e-16 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA593"^^xsd:string ; + ns1:symbol "keV"^^xsd:string ; + ns1:ucumCode "keV"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B29"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilovolt Ampere Hour"@en ; + dcterms:description "product of the 1 000-fold of the unit for apparent by ampere and the unit hour"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 3600000.0 ; + ns1:conversionMultiplierSN 3.6e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB160"^^xsd:string ; + ns1:plainTextDescription "product of the 1 000-fold of the unit for apparent by ampere and the unit hour"^^xsd:string ; + ns1:symbol "kV·A·hr"^^xsd:string ; + ns1:ucumCode "kV.A.h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C79"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilovolt Ampere Reactive Hour"@en ; + dcterms:description "product of the 1,000-fold of the unit volt ampere reactive and the unit hour"^^rdf:HTML ; + ns1:conversionMultiplier 3600000.0 ; + ns1:conversionMultiplierSN 3.6e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB195"^^xsd:string ; + ns1:plainTextDescription "product of the 1 000-fold of the unit volt ampere reactive and the unit hour"^^xsd:string ; + ns1:symbol "kV·A{Reactive}·hr"^^xsd:string ; + ns1:ucumCode "kV.A.h{reactive}"^^ns1:UCUMcs ; + ns1:uneceCommonCode "K3"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilowatthour"@en ; + dcterms:description "The kilowatt hour, or kilowatt-hour, (symbol $kW \\cdot h$, $kW h$ or $kWh$) is a unit of energy equal to 1000 watt hours or 3.6 megajoules. For constant power, energy in watt hours is the product of power in watts and time in hours. The kilowatt hour is most commonly known as a billing unit for energy delivered to consumers by electric utilities."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 3600000.0 ; + ns1:conversionMultiplierSN 3.6e+06 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Kilowatt_hour"^^xsd:anyURI ; + ns1:expression "$kW-h$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA584"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Kilowatt_hour?oldid=494927235"^^xsd:anyURI ; + ns1:symbol "kW·hr"^^xsd:string ; + ns1:ucumCode "kW.h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "KWH"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Megaton of Oil Equivalent"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 41868000000000000.0 ; + ns1:conversionMultiplierSN 4.1868e+16 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Tonne_of_oil_equivalent"^^xsd:anyURI ; + ns1:symbol "Mtoe"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Megavolt Ampere Hour"@en ; + dcterms:description "product of the 1,000,000-fold of the unit for apparent by ampere and the unit hour"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 3600000000.0 ; + ns1:conversionMultiplierSN 3.6e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "product of the 1,000,000-fold of the unit for apparent by ampere and the unit hour"^^xsd:string ; + ns1:symbol "MV·A·hr"^^xsd:string ; + ns1:ucumCode "MV.A.h"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Megavolt Ampere Reactive Hour"@en ; + dcterms:description "product of the 1,000,000-fold of the unit volt ampere reactive and the unit hour"^^rdf:HTML ; + ns1:conversionMultiplier 3600000000.0 ; + ns1:conversionMultiplierSN 3.6e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB198"^^xsd:string ; + ns1:plainTextDescription "product of the 1,000,000-fold of the unit volt ampere reactive and the unit hour"^^xsd:string ; + ns1:symbol "MV·A{Reactive}·hr"^^xsd:string ; + ns1:ucumCode "MV.A{reactive}.h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "MAH"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Megawatt Hour"@en ; + dcterms:description "1,000,000-fold of the product of the SI derived unit watt and the unit hour"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 3600000000.0 ; + ns1:conversionMultiplierSN 3.6e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA225"^^xsd:string ; + ns1:plainTextDescription "1 000 000-fold of the product of the SI derived unit watt and the unit hour"^^xsd:string ; + ns1:symbol "MW·hr"^^xsd:string ; + ns1:ucumCode "MW.h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "MWH"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Mikrojoule "@de, + "Micro Joule"@en, + "Micro Joule"@en-us ; + dcterms:description "0.000001-fold of the SI derived unit joule"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:conversionOffset 0.0 ; + ns1:conversionOffsetSN 0e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB740"^^xsd:string ; + ns1:plainTextDescription "0.000001-fold of the SI derived unit joule"^^xsd:string ; + ns1:prefix ; + ns1:symbol "μJ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Millijoule"@en ; + dcterms:description "0.001-fold of the SI derived unit joule"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA792"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the SI derived unit joule"^^xsd:string ; + ns1:prefix ; + ns1:symbol "mJ"^^xsd:string ; + ns1:ucumCode "mJ"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C15"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Petajoule"@en ; + dcterms:description "1,000,000,000,000,000-fold of the derived SI unit joule"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000000000000.0 ; + ns1:conversionMultiplierSN 1e+15 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB123"^^xsd:string ; + ns1:plainTextDescription "1,000,000,000,000,000-fold of the derived SI unit joule"^^xsd:string ; + ns1:prefix ; + ns1:symbol "PJ"^^xsd:string ; + ns1:ucumCode "PJ"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C68"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Planck Energy"@en ; + 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."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1956100000.0 ; + ns1:conversionMultiplierSN 1.9561e+09 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Planck_energy"^^xsd:anyURI ; + ns1:derivedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Planck_energy?oldid=493639955"^^xsd:anyURI ; + ns1:latexDefinition "$E_\\rho = \\sqrt{\\frac{ \\hbar c^5}{G}} \\approx 1.936 \\times 10^9 J \\approx 1.22 \\times 10^{28} eV \\approx 0.5433 MWh$, where $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant, and $G$ is the gravitational constant."^^ns1:LatexString ; + ns1:symbol "Eᵨ"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Quad"@en ; + dcterms:description """ + A $\\textit{quad}$ is a unit of energy equal to $10 BTU$, or $1.055 \\times 10\\,\\text{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 which is five times the energy of the Tsar Bomba nuclear test. + """^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1055000000000000000.0 ; + ns1:conversionMultiplierSN 1.055e+18 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Quad"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB221"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Quad?oldid=492086827"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "quad"^^xsd:string ; + ns1:uneceCommonCode "N70"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ton of Oil Equivalent"@en ; + 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 ; + ns1:applicableSystem ; + ns1:conversionMultiplier 41868000000.0 ; + ns1:conversionMultiplierSN 4.1868e+10 ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Tonne_of_oil_equivalent"^^xsd:anyURI ; + ns1:symbol "toe"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Terajoule"@en ; + dcterms:description "1 000 000 000 000-fold of the SI derived unit joule"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000000000.0 ; + ns1:conversionMultiplierSN 1e+12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA288"^^xsd:string ; + ns1:plainTextDescription "1,000,000,000,000-fold of the SI derived unit joule"^^xsd:string ; + ns1:prefix ; + ns1:symbol "TJ"^^xsd:string ; + ns1:ucumCode "TJ"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D30"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Terawatt Hour"@en ; + dcterms:description "1,000,000,000,000-fold of the product of the SI derived unit watt and the unit hour"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 3600000000000000.0 ; + ns1:conversionMultiplierSN 3.6e+15 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA290"^^xsd:string ; + ns1:plainTextDescription "1,000,000,000,000-fold of the product of the SI derived unit watt and the unit hour"^^xsd:string ; + ns1:symbol "TW·hr"^^xsd:string ; + ns1:ucumCode "TW/h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D32"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Ton Energy"@en ; + dcterms:description "Energy equivalent of one ton of TNT"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 4184000000.0 ; + ns1:conversionMultiplierSN 4.184e+09 ; + ns1:expression "$t/lbf$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "t/lbf"^^xsd:string ; + ns1:ucumCode "Gcal"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Volt Ampere Hour"@en ; + dcterms:description "product of the unit for apparent by ampere and the unit hour"^^rdf:HTML ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 3600.0 ; + ns1:conversionMultiplierSN 3.6e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "product of the unit for apparent by ampere and the unit hour"^^xsd:string ; + ns1:symbol "V·A·hr"^^xsd:string ; + ns1:ucumCode "V.A.h"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Volt Ampere Reactive Hour"@en ; + dcterms:description "product of the unit volt ampere reactive and the unit hour"^^rdf:HTML ; + ns1:conversionMultiplier 3600.0 ; + ns1:conversionMultiplierSN 3.6e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:plainTextDescription "product of the unit volt ampere reactive and the unit hour"^^xsd:string ; + ns1:symbol "V·A{reactive}·hr"^^xsd:string ; + ns1:ucumCode "V.A{reactive}.h"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Watthour"@en ; + dcterms:description "The watt hour is a unit of energy, equal to 3,600 joule."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 3600.0 ; + ns1:conversionMultiplierSN 3.6e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA308"^^xsd:string ; + ns1:symbol "W·hr"^^xsd:string ; + ns1:ucumCode "W.h"^^ns1:UCUMcs ; + ns1:uneceCommonCode "WHR"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Watt Second"@en ; + dcterms:description "product of the SI derived unit watt and SI base unit second"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA313"^^xsd:string ; + ns1:plainTextDescription "product of the SI derived unit watt and SI base unit second"^^xsd:string ; + ns1:symbol "W·s"^^xsd:string ; + ns1:ucumCode "W.s"^^ns1:UCUMcs ; + ns1:uneceCommonCode "J55"^^xsd:string ; + rdfs:isDefinedBy . + + dcterms:contributor "Dave Beckett"^^xsd:string, + "Nikki Rogers"^^xsd:string, + "Participants in W3C's Semantic Web Deployment Working Group."^^xsd:string ; + dcterms:creator "Alistair Miles"^^xsd:string, + "Sean Bechhofer"^^xsd:string ; + dcterms:description "An RDF vocabulary for describing the basic structure and content of concept schemes such as thesauri, classification schemes, subject heading lists, taxonomies, 'folksonomies', other types of controlled vocabulary, and also concept schemes embedded in glossaries and terminologies."@en ; + dcterms:title "SKOS Vocabulary"@en ; + rdfs:seeAlso . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-3I0M0H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -3 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:latexDefinition "\\(L^-3\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L2I0M0H0T-3D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -3 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^2 T^-3\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Power Per Area"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:url "http://www.physicsforums.com/library.php?do=view_item&itemid=406"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Giga Electron Volt"@en ; + dcterms:description "\"Giga Electron Volt\" is a unit for 'Energy And Work' expressed as $GeV$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0000000001602176634 ; + ns1:conversionMultiplierSN 1.602177e-10 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA158"^^xsd:string ; + ns1:symbol "GeV"^^xsd:string ; + ns1:ucumCode "GeV"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A85"^^xsd:string ; + rdfs:isDefinedBy . + +s223:OutletConnectionPoint a s223:Class, + sh:NodeShape ; + rdfs:label "Outlet Connection Point"^^xsd:string ; + rdfs:comment "An OutletConnectionPoint indicates that a substance must flow out of a Connectable (see 's223:Connectable') at this connection point and cannot flow in the other direction. An OutletConnectionPoint is a predefined subclass of ConnectionPoint."^^xsd:string ; + rdfs:subClassOf s223:ConnectionPoint ; + sh:property [ rdfs:comment "If the relation mapsTo is present it must associate the OutletConnectionPoint with an OutletConnectionPoint."^^xsd:string ; + sh:class s223:OutletConnectionPoint ; + sh:path s223:mapsTo ], + [ rdfs:comment "Ensure an OutletConnectionPoint has a mapsTo relation to its containing Equipment if it has an external Connection"^^xsd:string ; + sh:path s223:mapsTo ; + sh:sparql [ a sh:SPARQLConstraint ; + rdfs:comment "Ensure an OutletConnectionPoint has a mapsTo relation to its containing Equipment if it has an external Connection"^^xsd:string ; + sh:message "s223: {$this} must have a mapsTo an OutletConnectionPoint of {?parentEquipment} and not an external Connection to {?destinationEquipment}."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this ?parentEquipment ?destinationEquipment +WHERE { +?equipment s223:hasConnectionPoint $this . +?parentEquipment s223:contains ?equipment . +$this s223:connectsThrough/s223:connectsTo ?destinationEquipment . +FILTER NOT EXISTS {?parentEquipment s223:contains ?destinationEquipment} . +FILTER NOT EXISTS {$this s223:mapsTo ?anything} . +} +"""^^xsd:string ] ] . + + a ns1:Unit ; + rdfs:label "British Thermal Unit (International Definition)"@en ; + dcterms:description """$\\textit{British Thermal Unit}$ (BTU or Btu) is a traditional unit of energy equal to about $1.0550558526 \\textit{ kilojoule}$. + It is approximately the amount of energy needed to heat 1 pound (0.454 kg) of water from $39^{\\circ}{F}$ to $40^{\\circ}{F}$ . + The unit is most often used in the power, steam generation, heating and air conditioning industries. + In scientific contexts the BTU has largely been replaced by the SI unit of energy, the $joule$, though it may be used as a measure of agricultural energy production (BTU/kg). + It is still used unofficially in metric English-speaking countries (such as Canada), and remains the standard unit of classification for air conditioning units manufactured and sold in many non-English-speaking metric countries. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1055.05585262 ; + ns1:conversionMultiplierSN 1.055056e+03 ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA114"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/British_thermal_unit"^^xsd:anyURI, + "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_ics/catalogue_detail_ics.htm?csnumber=31890"^^xsd:anyURI, + "http://www.knowledgedoor.com/2/units_and_constants_handbook/british-thermal-unit_group.html"^^xsd:anyURI ; + ns1:symbol "Btu{IT}"^^xsd:string ; + ns1:ucumCode "[Btu_IT]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "BTU"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British Thermal Unit (Thermochemical Definition)"@en ; + dcterms:description """ + The $\\textit{British Thermal Unit (thermochemical definition)}$ ($BTU_{th}$), is a traditional unit of energy equal to about $1.0543502645 kilojoule$. + It is approximately the amount of energy needed to heat 1 pound (0.454 kg) of water from $39^{\\circ}\\text{F}$ ($3.9^{\\circ}\\text{C}$) to $40^{\\circ}\\text{F}$ ($4.4^{\\circ}\\text{C}$). + The unit is most often used in the power, steam generation, heating and air conditioning industries. + In scientific contexts the BTU has largely been replaced by the SI unit of energy, the $joule$. + """^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1054.3502645 ; + ns1:conversionMultiplierSN 1.05435e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA122"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/British_thermal_unit"^^xsd:anyURI, + "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_ics/catalogue_detail_ics.htm?csnumber=31890"^^xsd:anyURI, + "http://www.knowledgedoor.com/2/units_and_constants_handbook/british-thermal-unit_group.html"^^xsd:anyURI ; + ns1:symbol "Btu{th}"^^xsd:string ; + ns1:ucumCode "[Btu_th]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "International Table calorie"@en ; + dcterms:description "International Table calorie."^^ns1:LatexString ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 4.1868 ; + ns1:conversionMultiplierSN 4.1868e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA361"^^xsd:string ; + ns1:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ; + ns1:symbol "cal{IT}"^^xsd:string ; + ns1:ucumCode "cal_IT"^^ns1:UCUMcs ; + ns1:udunitsCode "cal"^^xsd:string ; + ns1:uneceCommonCode "D70"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Thermochemical Calorie"@en ; + dcterms:description "The energy needed to increase the temperature of a given mass of water by $1 ^\\circ C$ at atmospheric pressure depends on the starting temperature and is difficult to measure precisely. Accordingly, there have been several definitions of the calorie. The two perhaps most popular definitions used in older literature are the $15 ^\\circ C$ calorie and the thermochemical calorie."^^ns1:LatexString ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 4.184 ; + ns1:conversionMultiplierSN 4.184e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA364"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Calorie"^^xsd:anyURI ; + ns1:latexDefinition """$1 \\; cal_{th} = 4.184 J$ + +$\\approx 0.003964 BTU$ + +$\\approx 1.163 \\times 10^{-6} kWh$ + +$\\approx 2.611 \\times 10^{19} eV$"""^^ns1:LatexString ; + ns1:symbol "cal"^^xsd:string ; + ns1:ucumCode "cal_th"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D35"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Gigajoule"@en ; + dcterms:description "1,000,000,000-fold of the SI derived unit joule"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000000.0 ; + ns1:conversionMultiplierSN 1e+09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA152"^^xsd:string ; + ns1:plainTextDescription "1 000 000 000-fold of the SI derived unit joule"^^xsd:string ; + ns1:prefix ; + ns1:symbol "GJ"^^xsd:string ; + ns1:ucumCode "GJ"^^ns1:UCUMcs ; + ns1:uneceCommonCode "GV"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilo British Thermal Unit (International Definition)"@en ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1055055.85262 ; + ns1:conversionMultiplierSN 1.055056e+06 ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "kBtu{IT}"^^xsd:string ; + ns1:ucumCode "k[Btu_IT]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilo British Thermal Unit (Thermochemical Definition)"@en ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1054350.2645 ; + ns1:conversionMultiplierSN 1.05435e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "kBtu{th}"^^xsd:string ; + ns1:ucumCode "k[Btu_th]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilocalorie"@en ; + dcterms:description "$\\textit{Kilocalorie}$ is a unit for \\textit{Energy And Work} expressed as $kcal$."^^ns1:LatexString ; + ns1:applicableSystem , + , + ; + ns1:conversionMultiplier 4184.0 ; + ns1:conversionMultiplierSN 4.184e+03 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Calorie"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Calorie?oldid=494307622"^^xsd:anyURI ; + ns1:symbol "kcal"^^xsd:string ; + ns1:ucumCode "kcal"^^ns1:UCUMcs ; + ns1:uneceCommonCode "E14"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Kilojoule"@en ; + dcterms:description "1 000-fold of the SI derived unit joule"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA568"^^xsd:string ; + ns1:plainTextDescription "1 000-fold of the SI derived unit joule"^^xsd:string ; + ns1:prefix ; + ns1:symbol "kJ"^^xsd:string ; + ns1:ucumCode "kJ"^^ns1:UCUMcs ; + ns1:uneceCommonCode "KJO"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Megajoule"@en ; + dcterms:description "1,000,000-fold of the derived unit joule"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000000.0 ; + ns1:conversionMultiplierSN 1e+06 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA211"^^xsd:string ; + ns1:plainTextDescription "1,000,000-fold of the derived unit joule"^^xsd:string ; + ns1:prefix ; + ns1:symbol "MJ"^^xsd:string ; + ns1:ucumCode "MJ"^^ns1:UCUMcs ; + ns1:uneceCommonCode "3B"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "THM_EEC"@en ; + ns1:exactMatch ; + ns1:expression "\\(therm-eec\\)"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:symbol "thm{EEC}"^^xsd:string ; + ns1:ucumCode "100000.[Btu_IT]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Therm US"@en ; + dcterms:description """ + $\\textit{Therm}$ (symbol $thm$) is a non-SI unit of heat energy. + It was defined in the United States in 1968 as the energy equivalent of burning 100 cubic feet of + natural gas at standard temperature and pressure. + In the US gas industry its SI equivalent is defined as exactly $100,000 BTU59^{\\circ}{F}$ or $105.4804 megajoules$. + Public utilities in the U.S. use the therm unit for measuring customer usage of gas and calculating the monthly bills. + """^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 105480400.0 ; + ns1:conversionMultiplierSN 1.054804e+08 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:informativeReference "http://www.convertunits.com/info/therm%2B%5BU.S.%5D"^^xsd:anyURI ; + ns1:symbol "thm{US}"^^xsd:string ; + ns1:ucumCode "100000.[Btu_59]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N72"^^xsd:string ; + rdfs:isDefinedBy . + + rdfs:label "QUDT VOCAB Decimal Prefixes Release 2.1.32"^^xsd:string ; + ns2:hasGraphMetadata ns2:GMD_QUDT-PREFIXES ; + owl:imports ; + owl:versionIRI ; + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . + s223:EnumerationKind-Aspect a s223:Class, s223:EnumerationKind-Aspect, sh:NodeShape ; - rdfs:label "Enumeration Kind-Aspect"^^xsd:string, - "EnumerationKind-Aspect"^^xsd:string ; - rdfs:comment "This class has enumerated instances to specify contexts used with the s223:hasAspect relation for a s223:Property with a non-numerical value."^^xsd:string ; + rdfs:label "EnumerationKind Aspect"^^xsd:string ; + rdfs:comment """This class has enumerated subclasses usually used to specify the context of a s223:Property. The following table lists all of the defined enumerations for Aspect. + Some Aspect enumerations have subclasses for more specific use. Those subclasses are not shown in the table but each of them are defined in `s223:Aspect-DayOfWeek` - `s223:Aspect-ElectricalVoltagePhases`. + The following table lists all of the defined enumerations for Aspect."""^^xsd:string ; rdfs:subClassOf s223:EnumerationKind . -s223:Medium-Water a s223:Class, - s223:Medium-Water, - sh:NodeShape ; - rdfs:label "Medium-Water"^^xsd:string ; - rdfs:comment "This class has enumerated instances of water and aqueous solutions in various states."^^xsd:string ; - rdfs:subClassOf s223:Substance-Medium . + a ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E1L0I0M0H0T1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 1 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 1 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(T I\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . -s223:Equipment a s223:Class, +s223:InletConnectionPoint a s223:Class, sh:NodeShape ; - rdfs:label "Equipment"^^xsd:string ; - rdfs:comment """An Equipment is the modeling construct used to represent a mechanical device designed to accomplish a specific task, - or a complex device that contains component pieces of Equipment. Unlike a System, Equipment can have ConnectionPoints and participate - in the flow of one or more kinds of Medium. Examples of possible equipment include a Pump, Fan, HeatExchanger, Luminaire, - TemperatureSensor, FlowSensor or more complex examples such as a chilled water plant. - The graphical depiction of Equipment used in this standard is a rounded cornered rectangle as show in Figure 5-1. - ![Graphical Depiction of Equipment.](figures/Figure_5-1Graphical_Depiciton_of_Equipment.svg)"""^^xsd:string ; - rdfs:subClassOf s223:Connectable ; - sh:property [ rdfs:comment "If the relation hasRole is present it must associate the Equipment with a EnumerationKind-Role."^^xsd:string ; - sh:class s223:EnumerationKind-Role ; - sh:path s223:hasRole ], - [ rdfs:comment "If the relation executes is present it must associate the Equipment with a FunctionBlock."^^xsd:string ; - sh:class s223:FunctionBlock ; - sh:path s223:executes ], - [ rdfs:comment "If the relation commandedByProperty is present it must associate the Equipment with a ActuatableProperty."^^xsd:string ; - sh:class s223:ActuatableProperty ; - sh:path s223:commandedByProperty ], - [ rdfs:comment "Disallow contained equipment from having external outgoing connections."^^xsd:string ; - sh:path s223:connectedTo ; + rdfs:label "Inlet Connection Point"^^xsd:string ; + rdfs:comment "An InletConnectionPoint indicates that a substance must flow into the equipment or domain space at this connection point and cannot flow the other direction. An IntletConnectionPoint is a subclass of ConnectionPoint."^^xsd:string ; + rdfs:subClassOf s223:ConnectionPoint ; + sh:property [ rdfs:comment "Ensure an InletConnectionPoint has a mapsTo relation to its containing Equipment if it has an external Connection"^^xsd:string ; + sh:path s223:mapsTo ; sh:sparql [ a sh:SPARQLConstraint ; - rdfs:comment "Disallow contained equipment from having external outgoing connections."^^xsd:string ; - sh:message "{$this} should not have a connection to external equipment {?otherDev} because {?container} contains {$this}."^^xsd:string ; - sh:prefixes ; + rdfs:comment "Ensure an InletConnectionPoint has a mapsTo relation to its containing Equipment if it has an external Connection"^^xsd:string ; + sh:message "s223: {$this} must have a mapsTo an InletConnectionPoint of {?parentEquipment} and not an external Connection from {?sourceEquipment}."^^xsd:string ; + sh:prefixes ; sh:select """ -SELECT $this ?container ?otherDev +SELECT $this ?parentEquipment ?sourceEquipment WHERE { -$this s223:connectedTo ?otherDev . -$this ^s223:contains ?container . -?container a/rdfs:subClassOf* s223:Equipment . -FILTER NOT EXISTS {?container s223:contains ?otherDev .} +?equipment s223:hasConnectionPoint $this . +?parentEquipment s223:contains ?equipment . +$this s223:connectsThrough/s223:connectsFrom ?sourceEquipment . +FILTER NOT EXISTS {?parentEquipment s223:contains ?sourceEquipment} . +FILTER NOT EXISTS {$this s223:mapsTo ?anything} . } """^^xsd:string ] ], + [ rdfs:comment "If the relation mapsTo is present it must associate the InletConnectionPoint with an InletConnectionPoint."^^xsd:string ; + sh:class s223:InletConnectionPoint ; + sh:path s223:mapsTo ] . + + a ns1:QuantityKind ; + rdfs:label "Electric Charge"@en ; + dcterms:description "\"Electric Charge\" is a fundamental conserved property of some subatomic particles, which determines their electromagnetic interaction. Electrically charged matter is influenced by, and produces, electromagnetic fields. The electric charge on a body may be positive or negative. Two positively charged bodies experience a mutual repulsive force, as do two negatively charged bodies. A positively charged body and a negatively charged body experience an attractive force. Electric charge is carried by discrete particles and can be positive or negative. The sign convention is such that the elementary electric charge \\(e\\), that is, the charge of the proton, is positive. The SI derived unit of electric charge is the coulomb."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Electric_charge"^^xsd:anyURI, + "http://en.wikipedia.org/wiki/Electric_charge?oldid=492961669"^^xsd:anyURI, + "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(dQ = Idt\\), where \\(I\\) is electric current."^^ns1:LatexString ; + ns1:symbol "Q"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:QuantityKind ; + rdfs:label "Linear Velocity"@en ; + 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\\)"^^ns1:LatexString ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Velocity"^^xsd:anyURI ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://au.answers.yahoo.com/question/index?qid=20080319082534AAtrClv"^^xsd:anyURI ; + ns1:symbol "v"^^xsd:string ; + rdfs:isDefinedBy ; + owl:sameAs . + + a ns1:Unit ; + rdfs:label "Hartree"@en ; + dcterms:description """

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

+
Definition:
+
$E_H= \\frac{e^2}{4\\pi \\epsilon_0 a_0 }$
+where, $e$ is the elementary charge, $\\epsilon_0$ is the electric constant, and $a_0$ is the Bohr radius.'
"""^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.00000000000000000435974394 ; + ns1:conversionMultiplierSN 4.359744e-18 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Hartree"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Hartree?oldid=489318053"^^xsd:anyURI ; + ns1:symbol "Ha"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I0M1H0T-3D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -3 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(M T^-3\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Frequency"@en ; + dcterms:description "\"Frequency\" is the number of occurrences of a repeating event per unit time. The repetition of the events may be periodic (that is. the length of time between event repetitions is fixed) or aperiodic (i.e. the length of time between event repetitions varies). Therefore, we distinguish between periodic and aperiodic frequencies. In the SI system, periodic frequency is measured in hertz (Hz) or multiples of hertz, while aperiodic frequency is measured in becquerel (Bq). In spectroscopy, \\(\\nu\\) is mostly used. Light passing through different media keeps its frequency, but not its wavelength or wavenumber."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Frequency"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:latexDefinition """\\(f = 1/T\\), where \\(T\\) is a period. + +Alternatively, + +\\(\\nu = 1/T\\)"""^^ns1:LatexString ; + ns1:latexSymbol "\\(\\nu, f\\)"^^ns1:LatexString ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:Unit ; + rdfs:label "Electron Volt"@en ; + dcterms:description "An electron volt (eV) is the energy that an electron gains when it travels through a potential of one volt. You can imagine that the electron starts at the negative plate of a parallel plate capacitor and accelerates to the positive plate, which is at one volt higher potential. Numerically $1 eV$ approximates $1.6x10^{-19} joules$, where $1 joule$ is $6.2x10^{18} eV$. For example, it would take $6.2x10^{20} eV/sec$ to light a 100 watt light bulb."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0000000000000000001602176634 ; + ns1:conversionMultiplierSN 1.602177e-19 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Electron_volt"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA425"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Electron_volt?oldid=344021738"^^xsd:anyURI, + "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + ns1:siExactMatch ; + ns1:symbol "eV"^^xsd:string ; + ns1:ucumCode "eV"^^ns1:UCUMcs ; + ns1:udunitsCode "eV"^^xsd:string ; + ns1:uneceCommonCode "A53"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Percent"@en ; + dcterms:description "\"Percent\" is a unit for 'Dimensionless Ratio' expressed as $\\%$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Percentage"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + , + , + , + , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA000"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Percentage?oldid=495284540"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "%"^^xsd:string ; + ns1:ucumCode "%"^^ns1:UCUMcs ; + ns1:udunitsCode "%"^^xsd:string ; + ns1:uneceCommonCode "P1"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Mass Flow Rate"@en ; + dcterms:description "\"Mass Flow Rate\" is a measure of Mass flux. The common symbol is \\(\\dot{m}\\) (pronounced \"m-dot\"), although sometimes \\(\\mu\\) is used. The SI units are \\(kg s-1\\)."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Mass_flow_rate"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Mass_flow_rate"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(q_m = \\frac{dm}{dt}\\), where \\(m\\) is mass and \\(t\\) is time."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\dot{m}\\)"^^ns1:LatexString ; + ns1:symbol "q_m"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Mega Electron Volt"@en ; + dcterms:description "$\\textit{Mega Electron Volt}$ is a unit for 'Energy And Work' expressed as $MeV$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.0000000000001602176634 ; + ns1:conversionMultiplierSN 1.602177e-13 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA227"^^xsd:string ; + ns1:symbol "MeV"^^xsd:string ; + ns1:ucumCode "MeV"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B71"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L2I0M0H0T-2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^2 T^-2\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Velocity"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Velocity"^^xsd:anyURI ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Velocity"^^xsd:anyURI ; + ns1: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. "^^xsd:string ; + ns1:symbol "v"^^xsd:string ; + rdfs:isDefinedBy ; + owl:sameAs . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I0M1H0T-1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(M T^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Unified Atomic Mass Unit"@en ; + 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."^^ns1:LatexString ; + ns1:conversionMultiplier 0.00000000000000000000000000166053878283 ; + ns1:conversionMultiplierSN 1.660539e-27 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Atomic_mass_unit"^^xsd:anyURI ; + ns1:exactMatch , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB083"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Atomic_mass_unit"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "u"^^xsd:string ; + ns1:ucumCode "u"^^ns1:UCUMcs ; + ns1:uneceCommonCode "D43"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-1I0M0H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind , + ; + ns1:latexDefinition "\\(L^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + +s223:Equipment a s223:Class, + sh:NodeShape ; + rdfs:label "Equipment"^^xsd:string ; + rdfs:comment """ +An Equipment is the modeling construct used to represent a mechanical device designed to accomplish a specific task, +or a complex device that contains component pieces of Equipment. Unlike a System, Equipment can have ConnectionPoints and participate +in the flow of one or more kinds of Medium. Examples of possible equipment include a Pump, Fan, HeatExchanger, Luminaire, +TemperatureSensor, FlowSensor or more complex examples such as a chilled water plant. +The graphical depiction of Equipment used in this standard is a rounded cornered rectangle as show in Figure 5-1. + +![Graphical Depiction of Equipment.](figures/Figure_5-1Graphical_Depiciton_of_Equipment.svg) + """^^xsd:string ; + rdfs:subClassOf s223:Connectable ; + sh:property [ rdfs:comment "If the relation executes is present it must associate the Equipment with a Function."^^xsd:string ; + sh:class s223:Function ; + sh:path s223:executes ], [ rdfs:comment "Warning about a subClass of Equipment of type A containing something that is in the same subClass branch."^^xsd:string ; sh:path s223:contains ; sh:severity sh:Warning ; sh:sparql [ a sh:SPARQLConstraint ; rdfs:comment "Warning about a subClass of Equipment of type A containing something that is in the same subClass branch."^^xsd:string ; - sh:message "{$this}, of type {?type1}, contains {?subEquip} of type {?type2}, that could result in double-counting items in the class hierarchy of {?type1}."^^xsd:string ; - sh:prefixes ; + sh:message "s223: {$this}, of type {?type1}, contains {?subEquip} of type {?type2}, that could result in double-counting items in the class hierarchy of {?type1}."^^xsd:string ; + sh:prefixes ; sh:select """ SELECT $this ?subEquip ?type1 ?type2 WHERE { @@ -6899,17 +86301,38 @@ UNION } } """^^xsd:string ] ], + [ rdfs:comment "If the relation hasRole is present it must associate the Equipment with a EnumerationKind-Role."^^xsd:string ; + sh:class s223:EnumerationKind-Role ; + sh:path s223:hasRole ], [ a sh:PropertyShape ; rdfs:comment "If the relation contains is present it must associate the Equipment with either Equipment or Junction."^^xsd:string ; sh:name "device contains shape"^^xsd:string ; sh:or ( [ sh:class s223:Equipment ] [ sh:class s223:Junction ] ) ; sh:path s223:contains ], + [ rdfs:comment "If the relation hasPhysicalLocation is present it must associate the Equipment with a PhysicalSpace."^^xsd:string ; + sh:class s223:PhysicalSpace ; + sh:path s223:hasPhysicalLocation ], + [ rdfs:comment "Disallow contained equipment from having external outgoing connections."^^xsd:string ; + sh:path s223:connectedTo ; + sh:sparql [ a sh:SPARQLConstraint ; + rdfs:comment "Disallow contained equipment from having external outgoing connections."^^xsd:string ; + sh:message "s223: {$this} should not have a connection to external equipment {?otherDev} because {?container} contains {$this}."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this ?container ?otherDev +WHERE { +$this s223:connectedTo ?otherDev . +$this ^s223:contains ?container . +?container a/rdfs:subClassOf* s223:Equipment . +FILTER NOT EXISTS {?container s223:contains ?otherDev .} +} +"""^^xsd:string ] ], [ rdfs:comment "Disallow contained equipment from having external incoming connections."^^xsd:string ; sh:path s223:connectedFrom ; sh:sparql [ a sh:SPARQLConstraint ; rdfs:comment "Disallow contained equipment from having external incoming connections."^^xsd:string ; - sh:message "{$this} should not have a connection from external equipment {?otherDev} because {?container} contains {$this}."^^xsd:string ; - sh:prefixes ; + sh:message "s223: {$this} should not have a connection from external equipment {?otherDev} because {?container} contains {$this}."^^xsd:string ; + sh:prefixes ; sh:select """ SELECT $this ?container ?otherDev WHERE { @@ -6919,39 +86342,39 @@ $this ^s223:contains ?container . FILTER NOT EXISTS {?container s223:contains ?otherDev .} } """^^xsd:string ] ], - [ rdfs:comment "If the relation hasPhysicalLocation is present it must associate the Equipment with a PhysicalSpace."^^xsd:string ; - sh:class s223:PhysicalSpace ; - sh:path s223:hasPhysicalLocation ] ; + [ rdfs:comment "If the relation actuatedByProperty is present it must associate the Equipment with a ActuatableProperty."^^xsd:string ; + sh:class s223:ActuatableProperty ; + sh:path s223:actuatedByProperty ] ; sh:rule [ a sh:SPARQLRule ; - rdfs:comment "For equipment contained within another piece of equipment use the mapsTo relation to infer a Medium from the containing equipment."^^xsd:string ; + rdfs:comment "For equipment containing another piece of equipment, use the mapsTo relation to infer a Medium from the contained equipment."^^xsd:string ; sh:construct """ CONSTRUCT { - ?childCp s223:hasMedium ?medium . + ?parentCp s223:hasMedium ?medium . } WHERE { $this s223:hasConnectionPoint ?cp . - ?childCp s223:mapsTo ?cp . + ?cp s223:mapsTo ?parentCp . ?cp s223:connectsThrough ?connection . ?cp s223:hasMedium ?medium . - FILTER NOT EXISTS {?childCp s223:hasMedium ?something} . + FILTER NOT EXISTS {?parentCp s223:hasMedium ?something} . } """^^xsd:string ; - sh:prefixes ], + sh:prefixes ], [ a sh:SPARQLRule ; - rdfs:comment "For equipment containing another piece of equipment, use the mapsTo relation to infer a Medium from the contained equipment."^^xsd:string ; + rdfs:comment "For equipment contained within another piece of equipment use the mapsTo relation to infer a Medium from the containing equipment."^^xsd:string ; sh:construct """ CONSTRUCT { - ?parentCp s223:hasMedium ?medium . + ?childCp s223:hasMedium ?medium . } WHERE { $this s223:hasConnectionPoint ?cp . - ?cp s223:mapsTo ?parentCp . + ?childCp s223:mapsTo ?cp . ?cp s223:connectsThrough ?connection . ?cp s223:hasMedium ?medium . - FILTER NOT EXISTS {?parentCp s223:hasMedium ?something} . + FILTER NOT EXISTS {?childCp s223:hasMedium ?something} . } """^^xsd:string ; - sh:prefixes ] . + sh:prefixes ] . s223:Numerical-Voltage a s223:Class, s223:Numerical-Voltage, @@ -6959,8 +86382,7 @@ s223:Numerical-Voltage a s223:Class, rdfs:label "Dimensioned Voltage"^^xsd:string ; ns1:hasQuantityKind ; ns1:hasUnit ; - rdfs:comment "Does this fix the error?"^^xsd:string, - "This class has enumerated instances of common voltages."^^xsd:string ; + rdfs:comment "This class has enumerated instances of common voltages."^^xsd:string ; rdfs:subClassOf s223:EnumerationKind-Numerical ; sh:property [ rdfs:comment "A Numerical-Voltage must have a Quantity Kind of Voltage"^^xsd:string ; sh:hasValue ; @@ -6969,19 +86391,779 @@ s223:Numerical-Voltage a s223:Class, sh:hasValue ; sh:path ns1:hasUnit ] . + owl:imports ; + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; + sh:declare [ sh:namespace "http://www.w3.org/2000/01/rdf-schema#"^^xsd:anyURI ; + sh:prefix "rdfs"^^xsd:string ], + [ sh:namespace "http://data.ashrae.org/standard223#"^^xsd:anyURI ; + sh:prefix "s223"^^xsd:string ], + [ sh:namespace "http://qudt.org/schema/qudt/"^^xsd:anyURI ; + sh:prefix "qudt"^^xsd:string ], + [ sh:namespace "http://www.w3.org/1999/02/22-rdf-syntax-ns#"^^xsd:anyURI ; + sh:prefix "rdf"^^xsd:string ], + [ sh:namespace "http://www.w3.org/ns/shacl#"^^xsd:anyURI ; + sh:prefix "sh"^^xsd:string ] . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I0M1H0T-2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind , + ; + ns1:latexDefinition "\\(M T^-2\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L2I0M0H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^2\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + +s223:NumberOfElectricalPhases-SinglePhase a s223:Class, + s223:NumberOfElectricalPhases-SinglePhase, + sh:NodeShape ; + rdfs:label "Single Phase AC Electricity"^^xsd:string ; + s223:hasValue 1.0 ; + ns1:hasQuantityKind ; + ns1:hasUnit ; + rdfs:comment "Single Phase AC Electricity"^^xsd:string ; + rdfs:subClassOf s223:Numerical-NumberOfElectricalPhases . + + a ns1:Unit ; + rdfs:label "كيلوغرام"@ar, + "килограм"@bg, + "kilogram"@cs, + "Kilogramm"@de, + "χιλιόγραμμο"@el, + "kilogram"@en, + "kilogramo"@es, + "کیلوگرم"@fa, + "kilogramme"@fr, + "קילוגרם"@he, + "किलोग्राम"@hi, + "kilogramm*"@hu, + "chilogrammo"@it, + "キログラム"@ja, + "chiliogramma"@la, + "kilogram"@ms, + "kilogram"@pl, + "quilograma"@pt, + "kilogram"@ro, + "килограмм"@ru, + "kilogram"@sl, + "kilogram"@tr, + "公斤"@zh ; + dcterms:description "The kilogram or kilogramme (SI symbol: kg), also known as the kilo, is the base unit of mass in the International System of Units and is defined as being equal to the mass of the International Prototype Kilogram (IPK), which is almost exactly equal to the mass of one liter of water. The avoirdupois (or international) pound, used in both the Imperial system and U.S. customary units, is defined as exactly 0.45359237 kg, making one kilogram approximately equal to 2.2046 avoirdupois pounds."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Kilogram"^^xsd:anyURI ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA594"^^xsd:string, + "0112/2///62720#UAD720"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Kilogram?oldid=493633626"^^xsd:anyURI ; + ns1:plainTextDescription "The kilogram or kilogramme (SI symbol: kg), also known as the kilo, is the base unit of mass in the International System of Units and is defined as being equal to the mass of the International Prototype Kilogram (IPK), which is almost exactly equal to the mass of one liter of water. The avoirdupois (or international) pound, used in both the Imperial system and U.S. customary units, is defined as exactly 0.45359237 kg, making one kilogram approximately equal to 2.2046 avoirdupois pounds."^^xsd:string ; + ns1:siExactMatch ; + ns1:symbol "kg"^^xsd:string ; + ns1:ucumCode "kg"^^ns1:UCUMcs ; + ns1:udunitsCode "kg"^^xsd:string ; + ns1:uneceCommonCode "KGM"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Volume"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Volume"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "The volume of a solid object is the three-dimensional concept of how much space it occupies, often quantified numerically. One-dimensional figures (such as lines) and two-dimensional shapes (such as squares) are assigned zero volume in the three-dimensional space."^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Time"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Time"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1: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."^^xsd:string ; + ns1:symbol "t"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Angstrom"@en ; + 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."^^ns1:LatexString ; + ns1:conversionMultiplier 0.0000000001 ; + ns1:conversionMultiplierSN 1e-10 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/%C3%85ngstr%C3%B6m"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA023"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Ångström?oldid=436192495"^^xsd:anyURI ; + ns1:latexSymbol "$\\AA$"^^ns1:LatexString ; + ns1:symbol "Å"^^xsd:string ; + ns1:ucumCode "Ao"^^ns1:UCUMcs ; + ns1:udunitsCode "Å"^^xsd:string, + "Å"^^xsd:string ; + ns1:uneceCommonCode "A11"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "astronomical-unit"@en ; + dcterms:description """ + An $\\textit{astronomical unit}$, abbreviated as $AU$, $au$, $a.u.$, or $ua$ is a unit of length equal + to $149,597,870,700\\, metres$ ($92,955,807.273\\, mi$) or approximately the mean Earth Sun distance. + """^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 149597870691.6 ; + ns1:conversionMultiplierSN 1.495979e+11 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Astronomical_unit"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB066"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Astronomical_unit"^^xsd:anyURI ; + ns1:plainTextDescription "An astronomical unit (abbreviated as AU, au, a.u., or ua) is a unit of length equal to 149,597,870,700 metres (92,955,807.273 mi) or approximately the mean Earth Sun distance. The symbol ua is recommended by the International Bureau of Weights and Measures, and the international standard ISO 80000, while au is recommended by the International Astronomical Union, and is more common in Anglosphere countries. In general, the International System of Units only uses capital letters for the symbols of units which are named after individual scientists, while au or a.u. can also mean atomic unit or even arbitrary unit. However, the use of AU to refer to the astronomical unit is widespread. The astronomical constant whose value is one astronomical unit is referred to as unit distance and is given the symbol A. [Wikipedia]"^^xsd:string ; + ns1:siExactMatch ; + ns1:symbol "AU"^^xsd:string ; + ns1:ucumCode "AU"^^ns1:UCUMcs ; + ns1:udunitsCode "au"^^xsd:string, + "ua"^^xsd:string ; + ns1:uneceCommonCode "A12"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "British Thermal Unit (international Table) Per Pound of Force"@en ; + dcterms:description "Unit of heat energy according to the Imperial system of units divided by the unit avoirdupois pound of force according to the avoirdupois system of units"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 237.18597062376833 ; + ns1:conversionMultiplierSN 2.37186e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB150"^^xsd:string ; + ns1:plainTextDescription "Unit of heat energy according to the Imperial system of units divided by the unit avoirdupois pound of force according to the avoirdupois system of units"^^xsd:string ; + ns1:symbol "Btu{IT}/lbf"^^xsd:string ; + ns1:ucumCode "[Btu_IT].[lbf_av]-1"^^ns1:UCUMcs, + "[Btu_IT]/[lbf_av]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "chain"@en ; + dcterms:description "A chain is a unit of length. It measures 66 feet, or 22 yards, or 100 links, or 4 rods. There are 10 chains in a furlong, and 80 chains in one statute mile. An acre is the area of 10 square chains (that is, an area of one chain by one furlong). The chain has been used for several centuries in Britain and in some other countries influenced by British practice."^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 20.1168 ; + ns1:conversionMultiplierSN 2.01168e+01 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Chain"^^xsd:anyURI ; + ns1:definedUnitOfSystem , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB203"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Chain?oldid=494116185"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "ch"^^xsd:string ; + ns1:ucumCode "[ch_br]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "X1"^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "Gunter's chain"^^xsd:string . + + a ns1:Unit ; + rdfs:label "Decametre"@en, + "Decameter"@en-us ; + dcterms:description "10-fold of the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 10.0 ; + ns1:conversionMultiplierSN 1e+01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB064"^^xsd:string ; + ns1:plainTextDescription "10-fold of the SI base unit metre"^^xsd:string ; + ns1:prefix ; + ns1:symbol "dam"^^xsd:string ; + ns1:ucumCode "dam"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A45"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Decimetre"@en, + "Decimeter"@en-us ; + dcterms:description "A decimeter is a tenth of a meter."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.1 ; + ns1:conversionMultiplierSN 1e-01 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA412"^^xsd:string ; + ns1:prefix ; + ns1:symbol "dm"^^xsd:string ; + ns1:ucumCode "dm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "DMT"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Fathom"@en ; + dcterms:description "A fathom = 1.8288 meters, is a unit of length in the imperial and the U.S. customary systems, used especially for measuring the depth of water. There are two yards in an imperial or U.S. fathom. Originally based on the distance between the man's outstretched arms, the size of a fathom has varied slightly depending on whether it was defined as a thousandth of an (Admiralty) nautical mile or as a multiple of the imperial yard. Abbreviations: f, fath, fm, fth, fthm."^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1.8288 ; + ns1:conversionMultiplierSN 1.8288e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Fathom"^^xsd:anyURI ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB068"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Fathom?oldid=493265429"^^xsd:anyURI ; + ns1:symbol "fathom"^^xsd:string ; + ns1:ucumCode "[fth_i]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "AK"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Foot"@en ; + dcterms:description "A foot is a unit of length defined as being 0.3048 m exactly and used in the imperial system of units and United States customary units. It is subdivided into 12 inches. The foot is still officially used in Canada and still commonly used in the United Kingdom, although the latter has partially metricated its units of measurement. "^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.3048 ; + ns1:conversionMultiplierSN 3.048e-01 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Foot_%28length%29"^^xsd:anyURI ; + ns1:definedUnitOfSystem , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA440"^^xsd:string ; + ns1:symbol "ft"^^xsd:string ; + ns1:ucumCode "[ft_i]"^^ns1:UCUMcs ; + ns1:udunitsCode "ft"^^xsd:string ; + ns1:uneceCommonCode "FOT"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "US Survey Foot"@en ; + dcterms:description "

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

"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.3048006 ; + ns1:conversionMultiplierSN 3.048006e-01 ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB286"^^xsd:string ; + ns1:symbol "ft{US Survey}"^^xsd:string ; + ns1:ucumCode "[ft_us]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M51"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Furlong"@en ; + dcterms:description "A furlong is a measure of distance in imperial units and U.S. customary units equal to one-eighth of a mile, equivalent to 220 yards, 660 feet, 40 rods, or 10 chains. The exact value of the furlong varies slightly among English-speaking countries. Five furlongs are approximately 1 kilometre (1.0058 km is a closer approximation). Since the original definition of the metre was one-quarter of one ten-millionth of the circumference of the Earth (along the great circle coincident with the meridian of longitude passing through Paris), the circumference of the Earth is about 40,000 km or about 200,000 furlongs. "^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 201.168 ; + ns1:conversionMultiplierSN 2.01168e+02 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Furlong"^^xsd:anyURI ; + ns1:definedUnitOfSystem , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB204"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Furlong?oldid=492237369"^^xsd:anyURI ; + ns1:symbol "furlong"^^xsd:string ; + ns1:ucumCode "[fur_us]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M50"^^xsd:string ; + rdfs:comment "Check if this is US-Survey or International Customary definition (multiplier)"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Long Furlong"@en ; + ns1:expression "$longfur$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "furlong{long}"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "French Gauge"@en ; + dcterms:description "unit for the diameter of thin tubes in the medical technology (e.g. catheter) and telecommunications engineering (e.g. fiberglasses)."^^rdf:HTML ; + ns1:conversionMultiplier 0.0003333333 ; + ns1:conversionMultiplierSN 3.333333e-04 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB377"^^xsd:string ; + ns1:plainTextDescription "unit for the diameter of thin tubes in the medical technology (e.g. catheter) and telecommunications engineering (e.g. fiberglasses)."^^xsd:string ; + ns1:symbol "French gauge"^^xsd:string ; + ns1:ucumCode "[Ch]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "H79"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Hectometre"@en, + "Hectometer"@en-us ; + dcterms:description "100-fold of the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 100.0 ; + ns1:conversionMultiplierSN 1e+02 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB062"^^xsd:string ; + ns1:plainTextDescription "100-fold of the SI base unit metre"^^xsd:string ; + ns1:prefix ; + ns1:symbol "hm"^^xsd:string ; + ns1:ucumCode "hm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "HMT"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Inch"@en ; + dcterms:description "An inch is the name of a unit of length in a number of different systems, including Imperial units, and United States customary units. There are 36 inches in a yard and 12 inches in a foot. Corresponding units of area and volume are the square inch and the cubic inch."^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0254 ; + ns1:conversionMultiplierSN 2.54e-02 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Inch"^^xsd:anyURI ; + ns1:definedUnitOfSystem , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA539"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Inch?oldid=492522790"^^xsd:anyURI ; + ns1:symbol "in"^^xsd:string ; + ns1:ucumCode "[in_i]"^^ns1:UCUMcs ; + ns1:udunitsCode "in"^^xsd:string ; + ns1:uneceCommonCode "INH"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Kilometre"@en, + "Kilometer"@en-us ; + dcterms:description "A common metric unit of length or distance. One kilometer equals exactly 1000 meters, about 0.621 371 19 mile, 1093.6133 yards, or 3280.8399 feet. Oddly, higher multiples of the meter are rarely used; even the distances to the farthest galaxies are usually measured in kilometers. "^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1000.0 ; + ns1:conversionMultiplierSN 1e+03 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Kilometre"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA637"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Kilometre?oldid=494821851"^^xsd:anyURI ; + ns1:prefix ; + ns1:symbol "km"^^xsd:string ; + ns1:ucumCode "km"^^ns1:UCUMcs ; + ns1:uneceCommonCode "KMT"^^xsd:string, + "KTM"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Light Year"@en ; + dcterms:description "A unit of length defining the distance, in meters, that light travels in a vacuum in one year."^^rdf:HTML ; + ns1:conversionMultiplier 9460730472580800.0 ; + ns1:conversionMultiplierSN 9.46073e+15 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Light-year"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB069"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Light-year?oldid=495083584"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "ly"^^xsd:string ; + ns1:ucumCode "[ly]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "B57"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "International Mile"@en ; + dcterms:description "The exact length of the land mile varied slightly among English-speaking countries until the international yard and pound agreement in 1959 established the yard as exactly 0.9144 metres, giving a mile of exactly 1,609.344 metres. The United States adopted this international mile for most purposes, but retained the pre-1959 mile for some land-survey data, terming it the US survey mile. In the US, statute mile formally refers to the survey mile, about 3.219 mm (1/8 inch) longer than the international mile (the international mile is exactly 0.0002% less than the US survey mile)."^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 1609.344 ; + ns1:conversionMultiplierSN 1.609344e+03 ; + ns1:definedUnitOfSystem , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA839"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Mile"^^xsd:anyURI ; + ns1:symbol "mi"^^xsd:string ; + ns1:ucumCode "[mi_i]"^^ns1:UCUMcs ; + ns1:udunitsCode "mi"^^xsd:string ; + ns1:uneceCommonCode "SMI"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Nautical Mile"@en ; + dcterms:description "A unit of distance used primarily at sea and in aviation. The nautical mile is defined to be the average distance on the Earth's surface represented by one minute of latitude. In 1929 an international conference in Monaco redefined the nautical mile to be exactly 1852 meters or 6076.115 49 feet, a distance known as the international nautical mile. The international nautical mile equals about 1.1508 statute miles. There are usually 3 nautical miles in a league. The unit is designed to equal 1/60 degree, although actual degrees of latitude vary from about 59.7 to 60.3 nautical miles. (Note: using data from the Geodetic Reference System 1980, the \"true\" length of a nautical mile would be 1852.216 meters.)"^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1852.0 ; + ns1:conversionMultiplierSN 1.852e+03 ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB065"^^xsd:string ; + ns1:symbol "nmi"^^xsd:string ; + ns1:ucumCode "[nmi_i]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "NMI"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Mile US Statute"@en ; + dcterms:description "The exact length of the land mile varied slightly among English-speaking countries until the international yard and pound agreement in 1959 established the yard as exactly 0.9144 metres, giving a mile of exactly 1,609.344 metres. The United States adopted this international mile for most purposes, but retained the pre-1959 mile for some land-survey data, terming it the US survey mile. In the US, statute mile formally refers to the survey mile, about 3.219 mm (1/8 inch) longer than the international mile (the international mile is exactly 0.0002\\% less than the US survey mile)."^^rdf:HTML ; + ns1:applicableSystem ; + ns1:conversionMultiplier 1609.347 ; + ns1:conversionMultiplierSN 1.609347e+03 ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB287"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Mile"^^xsd:anyURI ; + ns1:symbol "mi{US}"^^xsd:string ; + ns1:ucumCode "[mi_us]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M52"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Microinch"@en ; + dcterms:description "\"Microinch\" is an Imperial unit for 'Length' expressed as $in^{-6}$."^^ns1:LatexString ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0000000254 ; + ns1:conversionMultiplierSN 2.54e-08 ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + ; + ns1:iec61360Code "0112/2///62720#UAA840"^^xsd:string ; + ns1:latexSymbol "$\\mu in$"^^ns1:LatexString ; + ns1:prefix ; + ns1:symbol "μin"^^xsd:string ; + ns1:ucumCode "u[in_i]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "M7"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Micrometre"@en, + "Micrometer"@en-us ; + dcterms:description "\"Micrometer\" is a unit for 'Length' expressed as $microm$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000001 ; + ns1:conversionMultiplierSN 1e-06 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Micrometer"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA090"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Micrometer?oldid=491270437"^^xsd:anyURI ; + ns1:prefix ; + ns1:symbol "μm"^^xsd:string ; + ns1:ucumCode "um"^^ns1:UCUMcs ; + ns1:uneceCommonCode "4H"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Mil Length"@en ; + dcterms:description "\"Mil Length\" is a C.G.S System unit for 'Length' expressed as $mil$."^^ns1:LatexString ; + ns1:conversionMultiplier 0.0000254 ; + ns1:conversionMultiplierSN 2.54e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:symbol "mil"^^xsd:string ; + ns1:ucumCode "[mil_i]"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Milli-inch"@en ; + dcterms:description "0.001-fold of the unit inch according to the Anglo-American and Imperial system of units"^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.0000254 ; + ns1:conversionMultiplierSN 2.54e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA841"^^xsd:string ; + ns1:plainTextDescription "0.001-fold of the unit inch according to the Anglo-American and Imperial system of units"^^xsd:string ; + ns1:symbol "mil"^^xsd:string ; + ns1:ucumCode "m[in_i]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "77"^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "thou"@en-gb, + "mil"@en-us . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Millimetre"@en, + "Millimeter"@en-us ; + dcterms:description "The millimetre (International spelling as used by the International Bureau of Weights and Measures) or millimeter (American spelling) (SI unit symbol mm) is a unit of length in the metric system, equal to one thousandth of a metre, which is the SI base unit of length. It is equal to 1000 micrometres or 1000000 nanometres. A millimetre is equal to exactly 5/127 (approximately 0.039370) of an inch."^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.001 ; + ns1:conversionMultiplierSN 1e-03 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Millimetre"^^xsd:anyURI ; + ns1:expression "$mm$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA862"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Millimetre?oldid=493032457"^^xsd:anyURI ; + ns1:prefix ; + ns1:symbol "mm"^^xsd:string ; + ns1:ucumCode "mm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "MMT"^^xsd:string ; + rdfs:isDefinedBy ; + skos:altLabel "mil"@en-gb . + + a ns1:Unit ; + rdfs:label "Nanometre"@en, + "Nanometer"@en-us ; + dcterms:description "0.000000001-fold of the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000001 ; + ns1:conversionMultiplierSN 1e-09 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA912"^^xsd:string ; + ns1:plainTextDescription "0.000000001-fold of the SI base unit metre"^^xsd:string ; + ns1:prefix ; + ns1:symbol "nm"^^xsd:string ; + ns1:ucumCode "nm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C45"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Parsec"@en ; + 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."^^ns1:LatexString ; + ns1:conversionMultiplier 30856780000000000.0 ; + ns1:conversionMultiplierSN 3.085678e+16 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB067"^^xsd:string ; + ns1:omUnit ; + ns1:symbol "pc"^^xsd:string ; + ns1:ucumCode "pc"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C63"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Pica"@en ; + dcterms:description "A pica is a typographic unit of measure corresponding to 1/72 of its respective foot, and therefore to 1/6 of an inch. The pica contains 12 point units of measure. Notably, Adobe PostScript promoted the pica unit of measure that is the standard in contemporary printing, as in home computers and printers. Usually, pica measurements are represented with an upper-case 'P' with an upper-right-to-lower-left virgule (slash) starting in the upper right portion of the 'P' and ending at the lower left of the upright portion of the 'P'; essentially drawing a virgule (/) through a 'P'. Note that these definitions are different from a typewriter's pica setting, which denotes a type size of ten characters per horizontal inch."^^rdf:HTML ; + ns1:conversionMultiplier 0.0042333 ; + ns1:conversionMultiplierSN 4.2333e-03 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Pica"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB606"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Pica?oldid=458102937"^^xsd:anyURI ; + ns1:symbol "pc"^^xsd:string ; + ns1:ucumCode "[pca]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "R1"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Point"@en ; + 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 ; + ns1:conversionMultiplier 0.0000254 ; + ns1:conversionMultiplierSN 2.54e-05 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB605"^^xsd:string ; + ns1:symbol "pt"^^xsd:string ; + ns1:ucumCode "[pnt]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "N3"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Picometre"@en, + "Picometer"@en-us ; + dcterms:description "0.000000000001-fold of the SI base unit metre"^^rdf:HTML ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000001 ; + ns1:conversionMultiplierSN 1e-12 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA949"^^xsd:string ; + ns1:plainTextDescription "0.000000000001-fold of the SI base unit metre"^^xsd:string ; + ns1:prefix ; + ns1:symbol "pm"^^xsd:string ; + ns1:ucumCode "pm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "C52"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Rod"@en ; + dcterms:description "A unit of distance equal to 5.5 yards (16 feet 6 inches)."^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 5.02921 ; + ns1:conversionMultiplierSN 5.02921e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Rod"^^xsd:anyURI ; + ns1:definedUnitOfSystem , + ; + ns1:expression "$rd$"^^ns1:LatexString ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA970"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Rod?oldid=492590086"^^xsd:anyURI ; + ns1:symbol "rod"^^xsd:string ; + ns1:ucumCode "[rd_br]"^^ns1:UCUMcs ; + ns1:uneceCommonCode "F49"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Yard"@en ; + dcterms:description "A yard is a unit of length in several different systems including United States customary units, Imperial units and the former English units. It is equal to 3 feet or 36 inches. Under an agreement in 1959 between Australia, Canada, New Zealand, South Africa, the United Kingdom and the United States, the yard (known as the \"international yard\" in the United States) was legally defined to be exactly 0.9144 metres."^^rdf:HTML ; + ns1:applicableSystem , + ; + ns1:conversionMultiplier 0.9144 ; + ns1:conversionMultiplierSN 9.144e-01 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Yard"^^xsd:anyURI ; + ns1:definedUnitOfSystem , + ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB030"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Yard?oldid=492334628"^^xsd:anyURI ; + ns1:symbol "yd"^^xsd:string ; + ns1:ucumCode "[yd_i]"^^ns1:UCUMcs ; + ns1:udunitsCode "yd"^^xsd:string ; + ns1:uneceCommonCode "YRD"^^xsd:string ; + rdfs:isDefinedBy . + s223:QuantifiableProperty a s223:Class, sh:NodeShape ; rdfs:label "Quantifiable Property"^^xsd:string ; rdfs:comment "This class is for quantifiable values that describe an object (System, Equipment, etc.) that are typically static (hasValue). That is, they are neither measured nor specified in the course of operations."^^xsd:string ; rdfs:subClassOf s223:Property, ns1:Quantity ; - sh:property [ rdfs:comment "This QuantifiableProperty uses a different Unit than the Setpoint associated with it."^^xsd:string ; + sh:property [ rdfs:comment "This QuantifiableProperty and the associated Setpoint use non-commensurate Units."^^xsd:string ; sh:path ns1:hasUnit ; - sh:severity sh:Info ; sh:sparql [ a sh:SPARQLConstraint ; - rdfs:comment "This QuantifiableProperty uses a different Unit than the Setpoint associated with it."^^xsd:string ; - sh:message "{$this} uses Unit {?punit}, while Setpoint {?setpoint} uses Unit {?sunit}. Be careful."^^xsd:string ; - sh:prefixes ; + rdfs:comment "This QuantifiableProperty and the associated Setpoint use non-commensurate Units."^^xsd:string ; + sh:message "s223: {$this} uses Unit {?punit}, while Setpoint {?setpoint} uses Unit {?sunit}. These are non-commensurate."^^xsd:string ; + sh:prefixes ; sh:select """ SELECT $this ?setpoint ?punit ?sunit WHERE { @@ -6991,15 +87173,26 @@ $this s223:hasSetpoint ?setpoint . ?punit qudt:hasDimensionVector ?pdv . ?sunit qudt:hasDimensionVector ?sdv . FILTER (?punit != ?sunit) . -FILTER (?pdv = ?sdv) . +FILTER (?pdv != ?sdv) . } """^^xsd:string ] ], + [ rdfs:comment "A QuantifiableProperty must be associated with a QuantityKind using the relation hasQuantityKind."^^xsd:string ; + sh:class ns1:QuantityKind ; + sh:maxCount 1 ; + sh:message "s223: A QuantifiableProperty must be associated with a QuantityKind using the relation hasQuantityKind."^^xsd:string ; + sh:minCount 1 ; + sh:path ns1:hasQuantityKind ], + [ rdfs:comment "A QuantifiableProperty can be associated with at most one Unit using the relation hasUnit."^^xsd:string ; + sh:class ns1:Unit ; + sh:maxCount 1 ; + sh:message "s223: A QuantifiableProperty can be associated with at most one Unit using the relation hasUnit."^^xsd:string ; + sh:path ns1:hasUnit ], [ rdfs:comment "This QuantifiableProperty and the Setpoint associated with it have non-commensurate QuantityKinds."^^xsd:string ; sh:path ns1:hasQuantityKind ; sh:sparql [ a sh:SPARQLConstraint ; rdfs:comment "This QuantifiableProperty and the Setpoint associated with it have non-commensurate QuantityKinds."^^xsd:string ; - sh:message "{$this} uses QuantityKind {?pqk} with DimensionVector {?pdv}, while Setpoint {?setpoint} uses QuantityKind {?sqk} with DimensionVector {?sdv}. These are non-commensurate"^^xsd:string ; - sh:prefixes ; + sh:message "s223: {$this} uses QuantityKind {?pqk} with DimensionVector {?pdv}, while Setpoint {?setpoint} uses QuantityKind {?sqk} with DimensionVector {?sdv}. These are non-commensurate"^^xsd:string ; + sh:prefixes ; sh:select """ SELECT $this ?setpoint ?pqk ?sqk ?pdv ?sdv WHERE { @@ -7012,24 +87205,27 @@ FILTER (?pqk != ?sqk) . FILTER (?pdv != ?sdv) . } """^^xsd:string ] ], - [ rdfs:comment "A QuantifiableProperty must be associated with at least one Unit using the relation hasUnit."^^xsd:string ; - sh:class ns1:Unit ; - sh:minCount 1 ; - sh:path ns1:hasUnit ; - sh:severity sh:Info ], - [ rdfs:comment "A QuantifiableProperty must be associated with at least one QuantityKind using the relation hasQuantityKind."^^xsd:string ; - sh:class ns1:QuantityKind ; - sh:minCount 1 ; - sh:path ns1:hasQuantityKind ], - [ rdfs:comment "A QuantifiableProperty can be associated with a decimal value using the relation hasValue."^^xsd:string ; - sh:datatype xsd:decimal ; - sh:path s223:hasValue ], - [ rdfs:comment "This QuantifiableProperty and the associated Setpoint use non-commensurate Units."^^xsd:string ; + [ rdfs:comment "This QuantifiableProperty cannot have a value without a Unit."^^xsd:string ; + sh:path ns1:hasValue ; + sh:sparql [ a sh:SPARQLConstraint ; + rdfs:comment "This QuantifiableProperty cannot have a value without a Unit."^^xsd:string ; + sh:message "s223: {$this} referenced by {?subject} has a value of {?v} but does not specify a Unit."^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this ?v ?subject +WHERE { +$this s223:hasValue ?v . +FILTER NOT EXISTS {$this qudt:hasUnit ?u} . +?subject ?p $this . +} +"""^^xsd:string ] ], + [ rdfs:comment "This QuantifiableProperty uses a different Unit than the Setpoint associated with it."^^xsd:string ; sh:path ns1:hasUnit ; + sh:severity sh:Info ; sh:sparql [ a sh:SPARQLConstraint ; - rdfs:comment "This QuantifiableProperty and the associated Setpoint use non-commensurate Units."^^xsd:string ; - sh:message "{$this} uses Unit {?punit}, while Setpoint {?setpoint} uses Unit {?sunit}. These are non-commensurate."^^xsd:string ; - sh:prefixes ; + rdfs:comment "This QuantifiableProperty uses a different Unit than the Setpoint associated with it."^^xsd:string ; + sh:message "s223: {$this} uses Unit {?punit}, while Setpoint {?setpoint} uses Unit {?sunit}. Be careful."^^xsd:string ; + sh:prefixes ; sh:select """ SELECT $this ?setpoint ?punit ?sunit WHERE { @@ -7039,9 +87235,14 @@ $this s223:hasSetpoint ?setpoint . ?punit qudt:hasDimensionVector ?pdv . ?sunit qudt:hasDimensionVector ?sdv . FILTER (?punit != ?sunit) . -FILTER (?pdv != ?sdv) . +FILTER (?pdv = ?sdv) . } -"""^^xsd:string ] ] ; +"""^^xsd:string ] ], + [ rdfs:comment "A QuantifiableProperty can be associated with at most one decimal value using the relation hasValue."^^xsd:string ; + sh:datatype xsd:decimal ; + sh:maxCount 1 ; + sh:message "s223: A QuantifiableProperty can be associated with at most one decimal value using the relation hasValue."^^xsd:string ; + sh:path s223:hasValue ] ; sh:rule [ a sh:SPARQLRule ; rdfs:comment "Infer the hasQuantityKind relation if it is unambiguous."^^xsd:string ; sh:construct """ @@ -7061,130 +87262,71 @@ FILTER (?count = 1) $this qudt:hasUnit/qudt:hasQuantityKind ?uniqueqk . } """^^xsd:string ; - sh:prefixes ] ; + sh:prefixes ] ; sh:sparql [ a sh:SPARQLConstraint ; rdfs:comment "Checks for consistent dimension vectors for a QuantityKind and the Unit"^^xsd:string ; - sh:message "Inconsistent dimensionalities among the Property's Unit and Property's Quantity Kind"^^xsd:string ; - sh:prefixes ; + sh:message "s223: Inconsistent dimensionalities among the Property's Unit and Property's Quantity Kind"^^xsd:string ; + sh:prefixes ; sh:select """ -SELECT $this ?count -WHERE { -{ SELECT $this (COUNT (DISTINCT ?qkdv) AS ?count) +SELECT $this WHERE { - { - $this qudt:hasQuantityKind/qudt:hasDimensionVector ?qkdv . - } - UNION - { - $this qudt:hasUnit/qudt:hasDimensionVector ?qkdv . - } -} - GROUP BY $this -} -FILTER (?count > 1) . + $this qudt:hasQuantityKind/qudt:hasDimensionVector ?qkdv1 . + $this qudt:hasUnit/qudt:hasDimensionVector ?qkdv2 . +FILTER (?qkdv1 != ?qkdv2) . } """^^xsd:string ] . -s223:NumberOfElectricalPhases-SinglePhase a s223:Class, - s223:NumberOfElectricalPhases-SinglePhase, - sh:NodeShape ; - rdfs:label "Single Phase AC Electricity"^^xsd:string ; - s223:hasValue 1.0 ; - ns1:hasQuantityKind ; - ns1:hasUnit ; - rdfs:comment "Single Phase AC Electricity"^^xsd:string ; - rdfs:subClassOf s223:Numerical-NumberOfElectricalPhases . - -s223:OutletConnectionPoint a s223:Class, - sh:NodeShape ; - rdfs:label "Outlet Connection Point"^^xsd:string ; - rdfs:comment "An OutletConnectionPoint indicates that a substance must flow out of a Connectable (see 's223:Connectable') at this connection point and cannot flow in the other direction. An OutletConnectionPoint is a predefined subclass of ConnectionPoint."^^xsd:string ; - rdfs:subClassOf s223:ConnectionPoint ; - sh:property [ rdfs:comment "Ensure an OutletConnectionPoint has a mapsTo relation to its containing Equipment if it has an external Connection"^^xsd:string ; - sh:path s223:mapsTo ; - sh:sparql [ a sh:SPARQLConstraint ; - rdfs:comment "Ensure an OutletConnectionPoint has a mapsTo relation to its containing Equipment if it has an external Connection"^^xsd:string ; - sh:message "{$this} must have a mapsTo an OutletConnectionPoint of {?parentEquipment} and not an external Connection to {?destinationEquipment}."^^xsd:string ; - sh:prefixes ; - sh:select """ -SELECT $this ?parentEquipment ?destinationEquipment -WHERE { -?equipment s223:hasConnectionPoint $this . -?parentEquipment s223:contains ?equipment . -$this s223:connectsThrough/s223:connectsTo ?destinationEquipment . -FILTER NOT EXISTS {?parentEquipment s223:contains ?destinationEquipment} . -FILTER NOT EXISTS {$this s223:mapsTo ?anything} . -} -"""^^xsd:string ] ], - [ rdfs:comment "If the relation mapsTo is present it must associate the OutletConnectionPoint with an OutletConnectionPoint."^^xsd:string ; - sh:class s223:OutletConnectionPoint ; - sh:path s223:mapsTo ] . - -rdf:Property a sh:NodeShape ; - sh:property [ rdfs:comment "This Property must have a label"^^xsd:string ; - sh:path rdfs:label ; - sh:sparql [ a sh:SPARQLConstraint ; - sh:message "{$this} must have an rdfs:label"^^xsd:string ; - sh:prefixes ; - sh:select """ -SELECT $this -WHERE { -BIND(REPLACE(STR($this), "^(.*)(/|#)([^#/]*)$", "$1") AS ?prop) . -FILTER (?prop = "http://data.ashrae.org/standard223") . -FILTER (NOT EXISTS {$this rdfs:label ?something}) . -} -"""^^xsd:string ] ], - [ rdfs:comment "This Property must have a comment"^^xsd:string ; - sh:path rdfs:comment ; - sh:sparql [ a sh:SPARQLConstraint ; - sh:message "{$this} must have an rdfs:comment"^^xsd:string ; - sh:prefixes ; - sh:select """ -SELECT $this -WHERE { -BIND(REPLACE(STR($this), "^(.*)(/|#)([^#/]*)$", "$1") AS ?prop) . -FILTER (?prop = "http://data.ashrae.org/standard223") . -FILTER (NOT EXISTS {$this rdfs:comment ?something}) . -} -"""^^xsd:string ] ] . - - sh:declare [ sh:namespace "http://data.ashrae.org/standard223#"^^xsd:anyURI ; - sh:prefix "s223"^^xsd:string ], - [ sh:namespace "http://data.ashrae.org/standard223/1.0/vocab/role#"^^xsd:anyURI ; - sh:prefix "role"^^xsd:string ], - [ sh:namespace "http://qudt.org/vocab/quantitykind/"^^xsd:anyURI ; - sh:prefix "quantitykind"^^xsd:string ], - [ sh:namespace "http://www.w3.org/1999/02/22-rdf-syntax-ns#"^^xsd:anyURI ; - sh:prefix "rdf"^^xsd:string ], - [ sh:namespace "http://qudt.org/schema/qudt/"^^xsd:anyURI ; - sh:prefix "qudt"^^xsd:string ], - [ sh:namespace "http://data.ashrae.org/standard223#"^^xsd:anyURI ; - sh:prefix "s223"^^xsd:string ], - [ sh:namespace "http://qudt.org/vocab/unit/"^^xsd:anyURI ; - sh:prefix "unit"^^xsd:string ], - [ sh:namespace "http://data.ashrae.org/standard223#"^^xsd:anyURI ; - sh:prefix "s223"^^xsd:string ], - [ sh:namespace "http://www.w3.org/2000/01/rdf-schema#"^^xsd:anyURI ; - sh:prefix "rdfs"^^xsd:string ], - [ sh:namespace "http://www.w3.org/2000/01/rdf-schema#"^^xsd:anyURI ; - sh:prefix "rdfs"^^xsd:string ], - [ sh:namespace "http://www.w3.org/2000/01/rdf-schema#"^^xsd:anyURI ; - sh:prefix "rdfs"^^xsd:string ], - [ sh:namespace "http://data.ashrae.org/standard223#"^^xsd:anyURI ; - sh:prefix "s223"^^xsd:string ], - [ sh:namespace "http://www.w3.org/ns/shacl#"^^xsd:anyURI ; - sh:prefix "sh"^^xsd:string ], - [ sh:namespace "http://data.ashrae.org/standard223#"^^xsd:anyURI ; - sh:prefix "s223"^^xsd:string ], - [ sh:namespace "http://data.ashrae.org/standard223#"^^xsd:anyURI ; - sh:prefix "s223"^^xsd:string ], - [ sh:namespace "http://qudt.org/vocab/quantitykind/"^^xsd:anyURI ; - sh:prefix "qudtqk"^^xsd:string ], - [ sh:namespace "http://www.w3.org/2000/01/rdf-schema#"^^xsd:anyURI ; - sh:prefix "rdfs"^^xsd:string ], - [ sh:namespace "http://qudt.org/schema/qudt/"^^xsd:anyURI ; - sh:prefix "qudt"^^xsd:string ] . + a ns1:Unit ; + rdfs:label "fermi"@en ; + 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$."^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.000000000000001 ; + ns1:conversionMultiplierSN 1e-15 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Fermi_(unit)"^^xsd:anyURI ; + ns1:omUnit ; + ns1:symbol "fm"^^xsd:string ; + ns1:uneceCommonCode "A71"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Femtometre"@en, + "Femtometer"@en-us ; + dcterms:description "The $\\textit{femtometre}$ is an SI unit of length equal to $10^{-15} meter$. This distance can also be called $\\textit{fermi}$ and was so named in honour of Enrico Fermi. It is often encountered in nuclear physics as a characteristic of this scale. The symbol for the fermi is also $fm$."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.000000000000001 ; + ns1:conversionMultiplierSN 1e-15 ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAB063"^^xsd:string ; + ns1:prefix ; + ns1:symbol "fm"^^xsd:string ; + ns1:ucumCode "fm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "A71"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "Planck Length"@en ; + 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. "^^ns1:LatexString ; + ns1:applicableSystem ; + ns1:conversionMultiplier 0.00000000000000000000000000000000001616252 ; + ns1:conversionMultiplierSN 1.616252e-35 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Planck_length"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Planck_length?oldid=495093067"^^xsd:anyURI, + "https://en.wikipedia.org/wiki/Planck_units"^^xsd:anyURI ; + ns1:latexDefinition "$\\ell_P = \\sqrt{\\frac{ \\hbar G}{c^3}} \\approx 1.616199(97)) \\times 10^{-35} m$, where $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant, and $G$ is the gravitational constant. The two digits enclosed by parentheses are the estimated standard error associated with the reported numerical value."^^ns1:LatexString ; + ns1:latexSymbol "$\\ell_P$"^^ns1:LatexString ; + ns1:symbol "plancklength"^^xsd:string ; + rdfs:isDefinedBy . s223:Frequency-60Hz a s223:Class, s223:Frequency-60Hz, @@ -7196,41 +87338,525 @@ s223:Frequency-60Hz a s223:Class, rdfs:comment "60 Hertz"^^xsd:string ; rdfs:subClassOf s223:Numerical-Frequency . -s223:InletConnectionPoint a s223:Class, - sh:NodeShape ; - rdfs:label "Inlet Connection Point"^^xsd:string ; - rdfs:comment "An InletConnectionPoint indicates that a substance must flow into the equipment or domain space at this connection point and cannot flow the other direction. An IntletConnectionPoint is a subclass of ConnectionPoint."^^xsd:string ; - rdfs:subClassOf s223:ConnectionPoint ; - sh:property [ rdfs:comment "Ensure an InletConnectionPoint has a mapsTo relation to its containing Equipment if it has an external Connection"^^xsd:string ; - sh:path s223:mapsTo ; - sh:sparql [ a sh:SPARQLConstraint ; - rdfs:comment "Ensure an InletConnectionPoint has a mapsTo relation to its containing Equipment if it has an external Connection"^^xsd:string ; - sh:message "{$this} must have a mapsTo an InletConnectionPoint of {?parentEquipment} and not an external Connection from {?sourceEquipment}."^^xsd:string ; - sh:prefixes ; - sh:select """ -SELECT $this ?parentEquipment ?sourceEquipment -WHERE { -?equipment s223:hasConnectionPoint $this . -?parentEquipment s223:contains ?equipment . -$this s223:connectsThrough/s223:connectsFrom ?sourceEquipment . -FILTER NOT EXISTS {?parentEquipment s223:contains ?sourceEquipment} . -FILTER NOT EXISTS {$this s223:mapsTo ?anything} . -} -"""^^xsd:string ] ], - [ rdfs:comment "If the relation mapsTo is present it must associate the InletConnectionPoint with an InletConnectionPoint."^^xsd:string ; - sh:class s223:InletConnectionPoint ; - sh:path s223:mapsTo ] . - -s223:Medium-Air a s223:Class, - s223:Medium-Air, - sh:NodeShape ; - rdfs:label "Medium-Air"^^xsd:string ; - rdfs:comment "This class has enumerated instances of Air in various states."^^xsd:string ; - rdfs:subClassOf s223:Substance-Medium . - -s223:hasMedium a rdf:Property ; - rdfs:label "has Medium"^^xsd:string ; - rdfs:comment "The relation hasMedium is used to indicate what medium is flowing through the connection (e.g., air, water, electricity). The possible values are defined in EnumerationKind-Medium (see `s223:EnumerationKind-Medium`)."^^xsd:string . + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "Centimetre"@en, + "Centimeter"@en-us ; + dcterms:description "A centimetre is a unit of length in the metric system, equal to one hundredth of a metre, which is the SI base unit of length. Centi is the SI prefix for a factor of $10^{-2}$. The centimetre is the base unit of length in the now deprecated centimetre-gram-second (CGS) system of units."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 0.01 ; + ns1:conversionMultiplierSN 1e-02 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Centimetre"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA375"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Centimetre?oldid=494931891"^^xsd:anyURI ; + ns1:prefix ; + ns1:symbol "cm"^^xsd:string ; + ns1:ucumCode "cm"^^ns1:UCUMcs ; + ns1:uneceCommonCode "CMT"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:CountingUnit, + ns1:Unit ; + rdfs:label "Number"@en ; + dcterms:description "\"Number\" is a unit for 'Dimensionless' expressed as (\\#$."^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:symbol "#"^^xsd:string ; + ns1:ucumCode "1"^^ns1:UCUMcs, + "{#}"^^ns1:UCUMcs ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Mass Density"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Density"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI, + "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\rho = \\frac{dm}{dV}\\), where \\(m\\) is mass and \\(V\\) is volume."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\rho\\)"^^ns1:LatexString ; + ns1:plainTextDescription "The mass density or density of a material is its mass per unit volume."^^xsd:string ; + rdfs:isDefinedBy ; + owl:sameAs . + + a ns1:SystemOfUnits ; + rdfs:label "Astronomic System Of Units"@en ; + dcterms:description "The astronomical system of units, formally called the IAU (1976) System of Astronomical Constants, is a system of measurement developed for use in astronomy. It was adopted by the International Astronomical Union (IAU) in 1976, and has been slightly updated since then. The system was developed because of the difficulties in measuring and expressing astronomical data in International System of Units (SI units). In particular, there is a huge quantity of very precise data relating to the positions of objects within the solar system which cannot conveniently be expressed or processed in SI units. Through a number of modifications, the astronomical system of units now explicitly recognizes the consequences of general relativity, which is a necessary addition to the International System of Units in order to accurately treat astronomical data. The astronomical system of units is a tridimensional system, in that it defines units of length, mass and time. The associated astronomical constants also fix the different frames of reference that are needed to report observations. The system is a conventional system, in that neither the unit of length nor the unit of mass are true physical constants, and there are at least three different measures of time."^^rdf:HTML ; + ns1:informativeReference "http://www.iau.org/public/themes/measuring/"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:DerivedUnit, + ns1:Unit ; + rdfs:label "джаул"@bg, + "joule"@cs, + "Joule"@de, + "τζάουλ"@el, + "joule"@en, + "julio"@es, + "ژول"@fa, + "joule"@fr, + "जूल"@hi, + "joule"@hu, + "joule"@it, + "ジュール"@ja, + "joulium"@la, + "joule"@ms, + "dżul"@pl, + "joule"@pt, + "joule"@ro, + "джоуль"@ru, + "joule"@sl, + "joule"@tr, + "焦耳"@zh ; + dcterms:description """$\\textit{Joule}$ is the SI unit of work or energy, defined to be the work done by a force of one newton acting to move an object through a distance of one meter in the direction in which the force is applied. + Equivalently, since kinetic energy is one half the mass times the square of the velocity, one joule is the kinetic energy of a mass of two kilograms moving at a velocity of $1 m/s$. + """^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Joule"^^xsd:anyURI ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA172"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Joule?oldid=494340406"^^xsd:anyURI ; + ns1:latexDefinition "$$\\text{J}\\ \\equiv\\ \\text{joule}\\ \\equiv\\ \\text{CV}\\ \\equiv\\ \\text{coulomb.volt}\\ \\equiv\\ \\frac{\\text{eV}}{1.602\\ 10^{-19}}\\ \\equiv\\ \\frac{\\text{electron.volt}}{1.602\\ 10^{-19}}$$"^^ns1:LatexString ; + ns1:omUnit ; + ns1:plainTextDescription "The SI unit of work or energy, defined to be the work done by a force of one newton acting to move an object through a distance of one meter in the direction in which the force is applied. Equivalently, since kinetic energy is one half the mass times the square of the velocity, one joule is the kinetic energy of a mass of two kilograms moving at a velocity of 1 m/s. This is the same as 107 ergs in the CGS system, or approximately 0.737 562 foot-pound in the traditional English system. In other energy units, one joule equals about 9.478 170 x 10-4 Btu, 0.238 846 (small) calories, or 2.777 778 x 10-4 watt hour. The joule is named for the British physicist James Prescott Joule (1818-1889), who demonstrated the equivalence of mechanical and thermal energy in a famous experiment in 1843. "^^xsd:string ; + ns1:siExactMatch ; + ns1:symbol "J"^^xsd:string ; + ns1:ucumCode "J"^^ns1:UCUMcs ; + ns1:udunitsCode "J"^^xsd:string ; + ns1:uneceCommonCode "JOU"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Vapor Pressure"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:plainTextDescription "A pressure that is the one exerted by a substance vapor in thermodynamic equilibrium with either its solid or liquid phase at a given temperature in a closed system."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:QuantityKind ; + rdfs:label "Density"@en ; + 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."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Density"^^xsd:anyURI ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Density"^^xsd:anyURI ; + ns1:latexDefinition "\\(\\rho = m/V\\), where \\(\\rho\\) is the density, \\(m\\) is the mass, and \\(V\\) is the volume."^^ns1:LatexString ; + ns1:latexSymbol "\\(\\rho\\)"^^ns1:LatexString ; + ns2:todo "belongs to SOQ-ISO"^^xsd:string ; + rdfs:isDefinedBy ; + owl:sameAs . + + ns2:hasGraphMetadata ns2:GMD_VAEM ; + owl:versionIRI . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I0M0H0T1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 1 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(T\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-3I0M1H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -3 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^-3 M\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Force Per Area"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.thefreedictionary.com/force+per+unit+area"^^xsd:anyURI ; + ns1:outOfScope true ; + ns1:plainTextDescription "The force applied to a unit area of surface; measured in pascals (SI unit) or in dynes (cgs unit)"^^xsd:string ; + ns1:symbol "p"^^xsd:string ; + ns1:url "http://en.wikipedia.org/wiki/Pressure"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L1I0M1H0T-2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L M T^-2\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Power"@en ; + dcterms:description "Power is the rate at which work is performed or energy is transmitted, or the amount of energy required or expended for a given unit of time. As a rate of change of work done or the energy of a subsystem, power is: \\(P = W/t\\), where \\(P\\) is power, \\(W\\) is work and {t} is time."^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Power"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Power"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(P = F \\cdot v\\), where \\(F\\) is force and \\(v\\) is velocity."^^ns1:LatexString ; + ns1:symbol "P"^^xsd:string, + "p"^^xsd:string ; + ns1:url "http://en.wikipedia.org/wiki/Power_%28physics%29"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L1I0M0H0T-1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L T^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L3I0M0H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 3 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^3\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:SystemOfUnits ; + rdfs:label "CGS System of Units ESU"@en ; + dcterms:description "The electrostatic system of units is a system of units used to measure electrical quantities of electric charge, current, and voltage, within the centimeter gram second (or \"CGS\") metric system of units. In electrostatic units, electrical charge is defined via the force it exerts on other charges. The various units of the e.s.u. system have specific names obtained by prefixing more familiar names with $stat$, but are often referred to purely descriptively as the 'e.s. unit of capacitance', etc. "^^rdf:HTML ; + ns1:abbreviation "CGS-ESU"^^xsd:string ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Electrostatic_units"^^xsd:anyURI ; + ns1:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-399#"^^xsd:anyURI, + "http://www.sizes.com/units/sys_cgs_stat.htm"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "متر"@ar, + "метър"@bg, + "metr"@cs, + "Meter"@de, + "μέτρο"@el, + "metre"@en, + "Meter"@en-us, + "metro"@es, + "متر"@fa, + "mètre"@fr, + "מטר"@he, + "मीटर"@hi, + "méter"@hu, + "metro"@it, + "メートル"@ja, + "metrum"@la, + "meter"@ms, + "metr"@pl, + "metro"@pt, + "metru"@ro, + "метр"@ru, + "meter"@sl, + "metre"@tr, + "米"@zh ; + dcterms:description "The metric and SI base unit of distance. The 17th General Conference on Weights and Measures in 1983 defined the meter as that distance that makes the speed of light in a vacuum equal to exactly 299 792 458 meters per second. The speed of light in a vacuum, $c$, is one of the fundamental constants of nature. The meter is equal to approximately 1.093 613 3 yards, 3.280 840 feet, or 39.370 079 inches."^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Metre"^^xsd:anyURI ; + ns1:definedUnitOfSystem ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind ; + ns1:iec61360Code "0112/2///62720#UAA726"^^xsd:string, + "0112/2///62720#UAD718"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Metre?oldid=495145797"^^xsd:anyURI ; + ns1:omUnit ; + ns1:plainTextDescription "The metric and SI base unit of distance. The meter is equal to approximately 1.093 613 3 yards, 3.280 840 feet, or 39.370 079 inches."^^xsd:string ; + ns1:siExactMatch ; + ns1:symbol "m"^^xsd:string ; + ns1:ucumCode "m"^^ns1:UCUMcs ; + ns1:udunitsCode "m"^^xsd:string ; + ns1:uneceCommonCode "MTR"^^xsd:string ; + rdfs:isDefinedBy . s223:Electricity-AC a s223:Class, s223:Electricity-AC, @@ -7240,7 +87866,7 @@ s223:Electricity-AC a s223:Class, s223:hasNumberOfElectricalPhases s223:Numerical-NumberOfElectricalPhases ; s223:hasVoltage s223:Numerical-Voltage ; rdfs:comment "This class has enumerated instances of all AC forms of electricity."^^xsd:string ; - rdfs:subClassOf s223:Medium-Electricity ; + rdfs:subClassOf s223:Constituent-Electricity ; sh:property [ rdfs:comment "An electricity AC medium must have a voltage."^^xsd:string ; sh:minCount 1 ; sh:or ( [ sh:class s223:Numerical-LineLineVoltage ] [ sh:class s223:Numerical-LineNeutralVoltage ] [ sh:class s223:Numerical-Voltage ] ) ; @@ -7254,10 +87880,1048 @@ s223:Electricity-AC a s223:Class, sh:minCount 1 ; sh:path s223:hasNumberOfElectricalPhases ] . +s223:hasMedium a rdf:Property ; + rdfs:label "has Medium"^^xsd:string ; + rdfs:comment "The relation hasMedium is used to indicate what medium is flowing through the connection (e.g., air, water, electricity). The possible values are defined in EnumerationKind-Medium (see `s223:EnumerationKind-Medium`)."^^xsd:string . + s223:hasConnectionPoint a rdf:Property ; rdfs:label "has connection point"^^xsd:string ; s223:inverseOf s223:isConnectionPointOf ; rdfs:comment "The relation hasConnectionPoint is part of a pair of relations that bind a Connectable thing to a ConnectionPoint. It is the inverse of the relation isConnectionPointOf (see `s223:isConnectionPointOf`)."^^xsd:string . + rdfs:label "QUDT SHACL Schema Supplement Version 2.1.27"^^xsd:string ; + rdfs:comment "Supplements the generated SHACL Schema with constructs not expressible in the QUDT OWL Ontology"^^xsd:string ; + owl:imports , + sh: ; + sh:declare [ a sh:PrefixDeclaration ; + sh:namespace "http://www.w3.org/1999/02/22-rdf-syntax-ns#"^^xsd:anyURI ; + sh:prefix "rdf"^^xsd:string ], + [ a sh:PrefixDeclaration ; + sh:namespace "http://purl.org/dc/terms/"^^xsd:anyURI ; + sh:prefix "dcterms"^^xsd:string ], + [ a sh:PrefixDeclaration ; + sh:namespace "http://www.w3.org/2002/07/owl#"^^xsd:anyURI ; + sh:prefix "owl"^^xsd:string ], + [ a sh:PrefixDeclaration ; + sh:namespace "http://qudt.org/vocab/quantitykind/"^^xsd:anyURI ; + sh:prefix "quantitykind"^^xsd:string ], + [ a sh:PrefixDeclaration ; + sh:namespace "http://qudt.org/schema/qudt/"^^xsd:anyURI ; + sh:prefix "qudt"^^xsd:string ], + [ a sh:PrefixDeclaration ; + sh:namespace "http://www.w3.org/2004/02/skos/core#"^^xsd:anyURI ; + sh:prefix "skos"^^xsd:string ], + [ a sh:PrefixDeclaration ; + sh:namespace "http://qudt.org/vocab/unit/"^^xsd:anyURI ; + sh:prefix "unit"^^xsd:string ] . + + a ns1:QuantityKind ; + rdfs:label "Volume per Unit Time"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy ; + owl:sameAs . + + a ns1:QuantityKind ; + rdfs:label "Volume Flow Rate"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:exactMatch ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Volumetric_flow_rate"^^xsd:anyURI ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + ns1:latexDefinition "\\(q_V = \\frac{dV}{dt}\\), where \\(V\\) is volume and \\(t\\) is time."^^ns1:LatexString ; + ns1:plainTextDescription "Volumetric Flow Rate, (also known as volume flow rate, rate of fluid flow or volume velocity) is the volume of fluid which passes through a given surface per unit time."^^xsd:string ; + ns1:symbol "q_V"^^xsd:string ; + rdfs:isDefinedBy ; + owl:sameAs . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L3I0M0H0T-1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 3 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^3 T^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:Unit ; + rdfs:label "فولت"@ar, + "волт"@bg, + "volt"@cs, + "Volt"@de, + "βολτ"@el, + "volt"@en, + "voltio"@es, + "ولت"@fa, + "volt"@fr, + "וולט"@he, + "वोल्ट"@hi, + "volt"@hu, + "volt"@it, + "ボルト"@ja, + "voltium"@la, + "volt"@ms, + "wolt"@pl, + "volt"@pt, + "volt"@ro, + "вольт"@ru, + "volt"@sl, + "volt"@tr, + "伏特"@zh ; + dcterms:description """$\\textit{Volt}$ is the SI unit of electric potential. + Separating electric charges creates potential energy, which can be measured in energy units such as joules. + Electric potential is defined as the amount of potential energy present per unit of charge. + Electric potential is measured in volts, with one volt representing a potential of one joule per coulomb of charge. + The name of the unit honors the Italian scientist Count Alessandro Volta (1745-1827), the inventor of the first battery. + The volt also may be expressed with a variety of other units. + For example, a volt is also equal to one watt per ampere ($W/A$) and one joule per ampere per second ($J/A/s$). + """^^ns1:LatexString ; + ns1:applicableSystem , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Volt"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + ; + ns1:iec61360Code "0112/2///62720#UAA296"^^xsd:string ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Volt?oldid=494812083"^^xsd:anyURI ; + ns1:latexDefinition "$\\textit{V}\\ \\equiv\\ \\text{volt}\\ \\equiv\\ \\frac{\\text{J}}{\\text{C}}\\ \\equiv\\ \\frac{\\text{joule}}{\\text{coulomb}}\\ \\equiv\\ \\frac{\\text{W.s}}{\\text{C}}\\ \\equiv\\ \\frac{\\text{watt.second}}{\\text{coulomb}}\\ \\equiv\\ \\frac{\\text{W}}{\\text{A}}\\ \\equiv\\ \\frac{\\text{watt}}{\\text{amp}}$"^^ns1:LatexString ; + ns1:omUnit ; + ns1:siExactMatch ; + ns1:siUnitsExpression "W/A"^^xsd:string ; + ns1:symbol "V"^^xsd:string ; + ns1:ucumCode "V"^^ns1:UCUMcs ; + ns1:udunitsCode "V"^^xsd:string ; + ns1:uneceCommonCode "VLT"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I0M0H0T-1D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -1 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(T^-1\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L-1I0M1H0T-2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength -1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind , + ; + ns1:latexDefinition "\\(L^-1 M T^-2\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Length"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Length"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Length"^^xsd:anyURI ; + ns1: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."^^xsd:string ; + ns1:symbol "l"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I0M1H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(M\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Voltage"@en ; + dcterms:description """\\(\\textit{Voltage}\\), also referred to as \\(\\textit{Electric Tension}\\), is the difference between electrical potentials of two points. For an electric field within a medium, \\(U_{ab} = - \\int_{r_a}^{r_b} E . {dr}\\), where \\(E\\) is electric field strength. +For an irrotational electric field, the voltage is independent of the path between the two points \\(a\\) and \\(b\\)."""^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + ; + ns1:exactMatch , + , + ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + ns1:latexDefinition "\\(U_{ab} = V_a - V_b\\), where \\(V_a\\) and \\(V_b\\) are electric potentials at points \\(a\\) and \\(b\\), respectively."^^ns1:LatexString ; + ns1:latexSymbol "\\(U_{ab}\\)"^^ns1:LatexString ; + ns1:symbol "U"^^xsd:string ; + rdfs:isDefinedBy ; + owl:sameAs , + , + ; + skos:broader . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L1I0M0H0T0D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 1 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Mass"@en ; + dcterms:description "In physics, mass, more specifically inertial mass, can be defined as a quantitative measure of an object's resistance to acceleration. The SI unit of mass is the kilogram (\\(kg\\))"^^ns1:LatexString ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Mass"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Mass"^^xsd:anyURI ; + ns1:symbol "m"^^xsd:string ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L2I0M1H0T-3D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -3 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(L^2 M T^-3\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L2I0M1H0T-2D0"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 2 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 1 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime -2 ; + ns1:dimensionlessExponent 0 ; + ns1:hasReferenceQuantityKind , + ; + ns1:latexDefinition "\\(L^2\\,M\\,T^{-2}\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Energy"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Energy"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + ns1:plainTextDescription "Energy is the quantity characterizing the ability of a system to do work."^^xsd:string ; + ns1:symbol "E"^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + , + , + , + , + . + + a ns1:QuantityKind ; + rdfs:label "Dimensionless Ratio"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + ; + ns1:hasDimensionVector ; + rdfs:isDefinedBy ; + skos:broader . + + a ns1:SystemOfUnits ; + rdfs:label "Planck System of Units"@en ; + dcterms:description """In physics, Planck units are physical units of measurement defined exclusively in terms of five universal physical constants listed below, in such a manner that these five physical constants take on the numerical value of 1 when expressed in terms of these units. Planck units elegantly simplify particular algebraic expressions appearing in physical law. +Originally proposed in 1899 by German physicist Max Planck, these units are also known as natural units because the origin of their definition comes only from properties of nature and not from any human construct. Planck units are unique among systems of natural units, because they are not defined in terms of properties of any prototype, physical object, or even elementary particle. +Unlike the meter and second, which exist as fundamental units in the SI system for (human) historical reasons, the Planck length and Planck time are conceptually linked at a fundamental physical level. Natural units help physicists to reframe questions."""^^rdf:HTML ; + ns1:abbreviation "PLANCK"^^xsd:string ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Planck_units"^^xsd:anyURI ; + ns1:hasBaseUnit , + , + , + , + ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Planck_units?oldid=495407713"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:QuantityKind ; + rdfs:label "Currency"@en ; + ns1:applicableUnit , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Currency"^^xsd:anyURI ; + ns1:hasDimensionVector ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Currency"^^xsd:anyURI ; + ns1:plainTextDescription "In economics, currency is a generally accepted medium of exchange. These are usually the coins and banknotes of a particular government, which comprise the physical aspects of a nation's money supply. The other part of a nation's money supply consists of bank deposits (sometimes called deposit money), ownership of which can be transferred by means of cheques, debit cards, or other forms of money transfer. Deposit money and currency are money in the sense that both are acceptable as a means of payment."^^xsd:string ; + rdfs:isDefinedBy ; + skos:broader . + + rdfs:label "QUDT VOCAB Currency Units Release 2.1.27"^^xsd:string ; + ns2:hasGraphMetadata ns2:GMD_QUDT-UNITS-CURRENCY ; + rdfs:isDefinedBy ; + owl:imports , + ; + owl:versionIRI . + + a ns1:CountingUnit, + ns1:DimensionlessUnit, + ns1:Unit ; + rdfs:label "Unitless"@en ; + dcterms:description "An explicit unit to say something has no units."^^rdf:HTML ; + ns1:applicableSystem , + , + , + , + , + ; + ns1:conversionMultiplier 1.0 ; + ns1:conversionMultiplierSN 1e+00 ; + ns1:hasDimensionVector ; + ns1:hasQuantityKind , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + ns1:symbol "一"^^xsd:string ; + ns1:uneceCommonCode "C62"^^xsd:string ; + rdfs:isDefinedBy . + +sh: rdfs:label "W3C Shapes Constraint Language (SHACL) Vocabulary"@en ; + rdfs:comment "This vocabulary defines terms used in SHACL, the W3C Shapes Constraint Language."@en ; + sh:declare [ sh:namespace "http://www.w3.org/ns/shacl#"^^xsd:string ; + sh:prefix "sh"^^xsd:string ] ; + sh:suggestedShapesGraph . + + rdfs:label "QUDT VOCAB Dimension Vectors Release 2.1.27"^^xsd:string ; + ns2:hasGraphMetadata ns2:GMD_QUDT-DIMENSION-VECTORS ; + rdfs:isDefinedBy ; + owl:imports ; + owl:versionIRI . + + rdfs:label "QUDT VOCAB Physical Constants Release 2.1.37"^^xsd:string ; + ns2:hasGraphMetadata ns2:GMD_QUDT-CONSTANTS ; + owl:imports , + ; + owl:versionIRI . + +rdf:Property a sh:NodeShape ; + sh:property [ rdfs:comment "This Property must have a label"^^xsd:string ; + sh:path rdfs:label ; + sh:sparql [ a sh:SPARQLConstraint ; + sh:message "s223: {$this} must have an rdfs:label"^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this +WHERE { +BIND(REPLACE(STR($this), "^(.*)(/|#)([^#/]*)$", "$1") AS ?prop) . +FILTER (?prop = "http://data.ashrae.org/standard223") . +FILTER (NOT EXISTS {$this rdfs:label ?something}) . +} +"""^^xsd:string ] ], + [ rdfs:comment "This Property must have a comment"^^xsd:string ; + sh:path rdfs:comment ; + sh:sparql [ a sh:SPARQLConstraint ; + sh:message "s223: {$this} must have an rdfs:comment"^^xsd:string ; + sh:prefixes ; + sh:select """ +SELECT $this +WHERE { +BIND(REPLACE(STR($this), "^(.*)(/|#)([^#/]*)$", "$1") AS ?prop) . +FILTER (?prop = "http://data.ashrae.org/standard223") . +FILTER (NOT EXISTS {$this rdfs:comment ?something}) . +} +"""^^xsd:string ] ] . + + rdfs:label "QUDT SHACL Schema Version 2.1.37"^^xsd:string ; + ns2:hasGraphMetadata ns2:GMD_SHACLQUDT-SCHEMA ; + rdfs:isDefinedBy ; + owl:imports , + , + , + , + sh: ; + owl:versionIRI . + + a ns1:SystemOfUnits ; + rdfs:label "US Customary Unit System"@en ; + dcterms:description "United States customary units are a system of measurements commonly used in the United States. Many U.S. units are virtually identical to their imperial counterparts, but the U.S. customary system developed from English units used in the British Empire before the system of imperial units was standardized in 1824. Several numerical differences from the imperial system are present. The vast majority of U.S. customary units have been defined in terms of the meter and the kilogram since the Mendenhall Order of 1893 (and, in practice, for many years before that date). These definitions were refined in 1959. The United States is the only industrialized nation that does not mainly use the metric system in its commercial and standards activities, although the International System of Units (SI, often referred to as \"metric\") is commonly used in the U.S. Armed Forces, in fields relating to science, and increasingly in medicine, aviation, and government as well as various sectors of industry. [Wikipedia]"^^rdf:HTML ; + ns1:abbreviation "US Customary"^^xsd:string ; + ns1:dbpediaMatch "http://dbpedia.org/resource/United_States_customary_units"^^xsd:anyURI ; + ns2:url "http://en.wikipedia.org/wiki/US_customary_units"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:QuantityKindDimensionVector_CGS, + ns1:QuantityKindDimensionVector_ISO, + ns1:QuantityKindDimensionVector_Imperial, + ns1:QuantityKindDimensionVector_SI ; + rdfs:label "A0E0L0I0M0H0T0D1"^^xsd:string ; + ns1:dimensionExponentForAmountOfSubstance 0 ; + ns1:dimensionExponentForElectricCurrent 0 ; + ns1:dimensionExponentForLength 0 ; + ns1:dimensionExponentForLuminousIntensity 0 ; + ns1:dimensionExponentForMass 0 ; + ns1:dimensionExponentForThermodynamicTemperature 0 ; + ns1:dimensionExponentForTime 0 ; + ns1:dimensionlessExponent 1 ; + ns1:hasReferenceQuantityKind ; + ns1:latexDefinition "\\(U\\)"^^ns1:LatexString ; + rdfs:isDefinedBy . + + a ns1:SystemOfUnits ; + rdfs:label "Imperial System of Units"@en ; + dcterms:description "A system of units formerly widely used in the UK and the rest of the English-speaking world. It includes the pound (lb), quarter (qt), hundredweight (cwt), and ton (ton); the foot (ft), yard (yd), and mile (mi); and the gallon (gal), British thermal unit (btu), etc. These units have been largely replaced by metric units, although Imperial units persist in some contexts. In January 2000 an EU regulation outlawing the sale of goods in Imperial measures was adopted into British law; an exception was made for the sale of beer and milk in pints. "^^rdf:HTML ; + ns1:abbreviation "Imperial"^^xsd:string ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Imperial_units"^^xsd:anyURI ; + ns1:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780199234899.001.0001/acref-9780199234899-e-3147"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:SystemOfUnits ; + rdfs:label "CGS System of Units - EMU"@en ; + dcterms:description "The units in this system are formed in a manner similar to that of the cgs electrostatic system of units: the unit of electric current was defined using the law that describes the force between current-carrying wires. To do this, the permeability of free space (the magnetic constant, relating the magnetic flux density in a vacuum to the strength of the external magnetic field), was set at 1. To distinguish cgs electromagnetic units from units in the international system, they were often given the prefix “ab-”. However, most are often referred to purely descriptively as the 'e.m. unit of capacitance', etc. "^^rdf:HTML ; + ns1:abbreviation "CGS-EMU"^^xsd:string ; + ns1:hasBaseUnit , + , + , + , + ; + ns1:informativeReference "http://www.sizes.com/units/sys_cgs_em.htm"^^xsd:anyURI ; + rdfs:isDefinedBy . + + a ns1:SystemOfUnits ; + rdfs:label "CGS System of Units - Gaussian"@en ; + dcterms:description "Gaussian units constitute a metric system of physical units. This system is the most common of the several electromagnetic unit systems based on cgs (centimetre–gram–second) units. It is also called the Gaussian unit system, Gaussian-cgs units, or often just cgs units. The term \"cgs units\" is ambiguous and therefore to be avoided if possible: there are several variants of cgs with conflicting definitions of electromagnetic quantities and units. [Wikipedia]"^^rdf:HTML ; + ns1:abbreviation "CGS-GAUSS"^^xsd:string ; + ns1:hasBaseUnit , + , + , + ; + ns1:informativeReference "https://en.wikipedia.org/wiki/Gaussian_units"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + + a ns1:SystemOfUnits ; + rdfs:label "CGS System of Units"@en ; + dcterms:description "

The centimetre-gram-second system (abbreviated CGS or cgs) is a variant of the metric system of physical units based on centimetre as the unit of length, gram as a unit of mass, and second as a unit of time. All CGS mechanical units are unambiguously derived from these three base units, but there are several different ways of extending the CGS system to cover electromagnetism. The CGS system has been largely supplanted by the MKS system, based on metre, kilogram, and second. Note that the term cgs is ambiguous, since there are several variants with conflicting definitions of electromagnetic quantities and units. The unqualified term is generally associated with the Gaussian system of units, so this more precise URI is preferred.

"^^rdf:HTML ; + ns1:abbreviation "CGS"^^xsd:string ; + ns1:dbpediaMatch "http://dbpedia.org/resource/Centimetre_gram_second_system_of_units"^^xsd:anyURI ; + ns1:hasBaseUnit , + , + , + ; + ns1:informativeReference "http://en.wikipedia.org/wiki/Centimetre–gram–second_system_of_units"^^xsd:anyURI, + "http://scienceworld.wolfram.com/physics/cgs.html"^^xsd:anyURI, + "http://www.tf.uni-kiel.de/matwis/amat/mw1_ge/kap_2/basics/b2_1_14.html"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:seeAlso , + , + . + + rdfs:label "QUDT Quantity Kind Vocabulary Version 2.1.27"^^xsd:string ; + ns2:hasGraphMetadata ns2:GMD_QUDT-QUANTITY-KINDS-ALL ; + rdfs:isDefinedBy ; + owl:imports , + ; + owl:versionIRI . + + a ns1:SystemOfUnits ; + rdfs:label "International System of Units"@en ; + dcterms:description "The International System of Units (abbreviated \\(SI\\) from French: Système international d'unités) is the modern form of the metric system and is generally a system of units of measurement devised around seven base units and the convenience of the number ten. The older metric system included several groups of units. The SI was established in 1960, based on the metre-kilogram-second system, rather than the centimetre-gram-second system, which, in turn, had a few variants."^^rdf:HTML ; + ns1:abbreviation "SI"^^xsd:string ; + ns1:dbpediaMatch "http://dbpedia.org/resource/International_System_of_Units"^^xsd:anyURI ; + ns1:hasBaseUnit , + , + , + , + , + , + , + ; + ns1:informativeReference "http://aurora.regenstrief.org/~ucum/ucum.html"^^xsd:anyURI, + "http://physics.info/system-international/"^^xsd:anyURI, + "http://physics.nist.gov/Pubs/SP811"^^xsd:anyURI, + "http://www.nist.gov/pml/pubs/sp811/index.cfm"^^xsd:anyURI, + "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1292"^^xsd:anyURI, + "http://www.oxfordreference.com/view/10.1093/acref/9780199233991.001.0001/acref-9780199233991-appendix-0003"^^xsd:anyURI, + "http://www.oxfordreference.com/view/10.1093/acref/9780199233991.001.0001/acref-9780199233991-e-2791"^^xsd:anyURI, + "https://www.govinfo.gov/content/pkg/GOVPUB-C13-f10c2ff9e7af2091314396a2d53213e4/pdf/GOVPUB-C13-f10c2ff9e7af2091314396a2d53213e4.pdf"^^xsd:anyURI ; + ns1:prefix , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + rdfs:isDefinedBy . + + rdfs:label "QUDT VOCAB Units of Measure Release 2.1.37"^^xsd:string ; + ns2:hasGraphMetadata ns2:GMD_QUDT-UNITS-ALL ; + rdfs:isDefinedBy ; + owl:imports , + , + , + ; + owl:versionIRI . + [] sh:minCount 1 .